@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.promotion .slick-dots {
  font-size: 0;
}
.promotion .slick-dots li {
  display: inline-block;
}
.promotion .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 9.7222222222vw;
  height: 12.3611111111vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 70px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 89px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-title {
  text-align: center;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title span {
  font-size: 2.7777777778vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title span {
    font-size: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title strong {
  font-size: 5vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title strong {
    font-size: 36px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
  width: 30%;
  font-size: 3.8888888889vw;
  font-weight: 900;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
    font-size: 28px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control {
  width: 70%;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control .form-mid {
  width: 100%;
}

.motion-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-x-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-scale-y-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-x-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-up-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}

.motion-down-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}

.motion-left-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}

.motion-right-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}

.motion-extend-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.motion-reduce-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}

.motion-width-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}

.active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.active .motion-scale-x-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.active .motion-up-1,
.active .motion-down-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.active .motion-left-1,
.active .motion-right-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.active .motion-extend-1,
.active .motion-reduce-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.active .motion-width-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.active .motion-height-top-1,
.active .motion-height-bottom-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.active .motion-scale-x-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.active .motion-up-2,
.active .motion-down-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.active .motion-left-2,
.active .motion-right-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.active .motion-extend-2,
.active .motion-reduce-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.active .motion-width-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.active .motion-height-top-2,
.active .motion-height-bottom-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.active .motion-scale-x-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.active .motion-up-3,
.active .motion-down-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active .motion-left-3,
.active .motion-right-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.active .motion-extend-3,
.active .motion-reduce-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active .motion-width-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.active .motion-height-top-3,
.active .motion-height-bottom-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.active .motion-scale-y-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.active .motion-scale-x-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.active .motion-up-4,
.active .motion-down-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.active .motion-left-4,
.active .motion-right-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.active .motion-extend-4,
.active .motion-reduce-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.active .motion-width-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.active .motion-height-top-4,
.active .motion-height-bottom-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.active .motion-scale-y-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.active .motion-scale-x-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.active .motion-up-5,
.active .motion-down-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.active .motion-left-5,
.active .motion-right-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.active .motion-extend-5,
.active .motion-reduce-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.active .motion-width-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.active .motion-height-top-5,
.active .motion-height-bottom-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.active .motion-scale-y-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.active .motion-scale-x-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.active .motion-up-6,
.active .motion-down-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.active .motion-left-6,
.active .motion-right-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.active .motion-extend-6,
.active .motion-reduce-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.2s;
}
.active .motion-width-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.active .motion-height-top-6,
.active .motion-height-bottom-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.active .motion-scale-y-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.active .motion-scale-x-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.active .motion-up-7,
.active .motion-down-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.active .motion-left-7,
.active .motion-right-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.active .motion-extend-7,
.active .motion-reduce-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.4s;
}
.active .motion-width-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.active .motion-height-top-7,
.active .motion-height-bottom-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.active .motion-scale-y-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.active .motion-scale-x-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.active .motion-up-8,
.active .motion-down-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.active .motion-left-8,
.active .motion-right-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.active .motion-extend-8,
.active .motion-reduce-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.6s;
}
.active .motion-width-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.active .motion-height-top-8,
.active .motion-height-bottom-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.active .motion-scale-y-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.active .motion-scale-x-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.active .motion-up-9,
.active .motion-down-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.active .motion-left-9,
.active .motion-right-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.active .motion-extend-9,
.active .motion-reduce-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.8s;
}
.active .motion-width-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.active .motion-height-top-9,
.active .motion-height-bottom-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.active .motion-scale-y-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.active .motion-scale-x-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.active .motion-up-10,
.active .motion-down-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.active .motion-left-10,
.active .motion-right-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.active .motion-extend-10,
.active .motion-reduce-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2s;
}
.active .motion-width-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.active .motion-height-top-10,
.active .motion-height-bottom-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}

.popup-dim {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-apply {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 700px;
  max-height: 90vh;
  margin: 0 auto;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  .popup-apply {
    max-height: 99vh;
  }
}
.popup-apply::-webkit-scrollbar {
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .popup-apply::-webkit-scrollbar {
    width: 8px;
  }
}
.popup-apply::-webkit-scrollbar-track {
  background: #e9e9e9;
}
.popup-apply::-webkit-scrollbar-thumb {
  background: #777;
}
.popup-apply::-webkit-scrollbar-thumb:hover {
  background: #777;
}
.popup-apply * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  box-sizing: border-box;
}
.popup-apply .popup-close {
  position: absolute;
  top: 1.3888888889vw;
  right: 1.3888888889vw;
  z-index: 10;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close {
    top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close {
    right: 10px;
  }
}
.popup-apply .popup-close a,
.popup-apply .popup-close button {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close a,
  .popup-apply .popup-close button {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close a,
  .popup-apply .popup-close button {
    height: 60px;
  }
}
.popup-apply .popup-close a::before, .popup-apply .popup-close a::after,
.popup-apply .popup-close button::before,
.popup-apply .popup-close button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #000;
}
.popup-apply .popup-close a::before,
.popup-apply .popup-close button::before {
  transform: rotate(45deg);
}
.popup-apply .popup-close a::after,
.popup-apply .popup-close button::after {
  transform: rotate(315deg);
}
.popup-apply .popup-close a span,
.popup-apply .popup-close button span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.popup-apply .popup-title {
  position: relative;
  padding-top: 6.9444444444vw;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title {
    padding-top: 50px;
  }
}
.popup-apply .popup-title .point {
  font-weight: inherit;
  color: #fe1211;
}
.popup-apply .popup-title .highlight {
  font-size: 0;
}
.popup-apply .popup-title .highlight strong {
  display: inline-block;
  font-weight: 400;
  padding: 0 4.1666666667vw;
  line-height: 6.25vw;
  font-size: 3.6111111111vw;
  letter-spacing: -0.2777777778vw;
  border-radius: 6.9444444444vw;
  animation-name: effectColor;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .highlight strong {
    padding: 0 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .highlight strong {
    line-height: 45px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .highlight strong {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .highlight strong {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .highlight strong {
    border-radius: 50px;
  }
}
@keyframes effectColor {
  0%, 100% {
    background-color: #ffe400;
    color: #222;
  }
  50% {
    background-color: #fe342e;
    color: #fff;
  }
}
.popup-apply .popup-title .title {
  margin-top: 1.3888888889vw;
  font-size: 5.1388888889vw;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .title {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .title {
    font-size: 37px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .title {
    letter-spacing: -1px;
  }
}
.popup-apply .popup-title .sub-title {
  margin-top: 1.3888888889vw;
  font-size: 3.0555555556vw;
  font-weight: 400;
  color: #222;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .sub-title {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .sub-title {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title .sub-title {
    letter-spacing: -2px;
  }
}
.popup-apply .popup-content {
  background: #fff;
}
.popup-apply .popup-content * {
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content * {
    letter-spacing: -1px;
  }
}
.popup-apply .popup-content .red {
  color: #fe0000 !important;
}
.popup-apply .popup-content .black {
  color: #000 !important;
}
.popup-apply .popup-content .text-box {
  margin-top: 4.1666666667vw;
  padding-top: 2.7777777778vw;
  text-align: center;
  font-size: 3.0555555556vw;
  color: #222;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box {
    margin-top: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box {
    padding-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box {
    font-size: 22px;
  }
}
.popup-apply .popup-content .text-box + .form-list {
  margin: 2.7777777778vw 0 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box + .form-list {
    margin: 20px 0 0;
  }
}
.popup-apply .popup-content .text-box + .form-list .list-item:first-child {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box + .form-list .list-item:first-child {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box {
    font-size: 20px;
  }
}
.popup-apply .popup-content .text-box a {
  margin-left: 1.3888888889vw;
  font-weight: 500;
  color: #005dcf;
  border-bottom: 1px solid #005dcf;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .text-box a {
    margin-left: 10px;
  }
}
.popup-apply .popup-content .form-list {
  border-top: 1px solid #ddd;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-list {
    margin-top: 30px;
  }
}
.popup-apply .popup-content .list-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1.3888888889vw 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item {
    margin: 10px 30px 0;
  }
}
.popup-apply .popup-content .list-item.list-select {
  display: block;
  margin-right: 0;
  margin-left: 0;
  padding: 0;
}
.popup-apply .popup-content .list-item.list-select:last-child .row {
  justify-content: flex-start;
  gap: 8.3333333333vw;
  margin-left: 3.3333333333vw;
  border-bottom: 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select:last-child .row {
    gap: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select:last-child .row {
    margin-left: 24px;
  }
}
.popup-apply .popup-content .list-item.list-select:last-child .row .flex-item {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select:last-child .row .flex-item {
    font-size: 18px;
  }
}
.popup-apply .popup-content .list-item.list-select:last-child .row .flex-item:first-child {
  position: relative;
  height: 30px;
  padding-left: 1.3888888889vw;
  text-align: left;
  line-height: 30px;
  font-size: 2.9166666667vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select:last-child .row .flex-item:first-child {
    padding-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select:last-child .row .flex-item:first-child {
    font-size: 21px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select:last-child .row .flex-item:first-child {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.popup-apply .popup-content .list-item.list-select:last-child .row .flex-item:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  margin-top: -0.2777777778vw;
  background-color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select:last-child .row .flex-item:first-child::before {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select:last-child .row .flex-item:first-child::before {
    height: 4px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select:last-child .row .flex-item:first-child::before {
    margin-top: -2px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select {
    padding: 0;
  }
}
.popup-apply .popup-content .list-item.list-select .row {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0 0 2.0833333333vw;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select .row {
    padding: 0 0 15px;
  }
}
.popup-apply .popup-content .list-item.list-select .row .flex-item {
  text-align: center;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select .row .flex-item {
    font-size: 20px;
  }
}
.popup-apply .popup-content .list-item.list-select .row .flex-item:first-child {
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select .row .flex-item {
    font-size: 16px;
  }
}
.popup-apply .popup-content .list-item.list-select .row .flex-item + .flex-item {
  margin-left: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select .row .flex-item + .flex-item {
    margin-left: 1px;
  }
}
.popup-apply .popup-content .list-item.list-select .row .flex-item input[type=radio] {
  margin: 0;
  width: 2.5vw;
  height: 2.5vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select .row .flex-item input[type=radio] {
    width: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select .row .flex-item input[type=radio] {
    height: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select .row .flex-item input[type=radio] {
    width: 16px;
    height: 16px;
  }
}
.popup-apply .popup-content .list-item.list-select .row .flex-item label {
  width: auto;
  height: auto;
  margin: 0;
  padding-left: 0;
  vertical-align: middle;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item.list-select .row .flex-item label {
    font-size: 16px;
  }
}
.popup-apply .popup-content .list-item.list-select .row .flex-item label::before {
  display: none;
}
.popup-apply .popup-content .list-item label {
  position: relative;
  width: 20%;
  height: 30px;
  padding-left: 1.3888888889vw;
  text-align: left;
  line-height: 30px;
  font-size: 2.9166666667vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item label {
    padding-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item label {
    font-size: 21px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item label {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.popup-apply .popup-content .list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  margin-top: -0.2777777778vw;
  background-color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item label::before {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item label::before {
    height: 4px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item label::before {
    margin-top: -2px;
  }
}
.popup-apply .popup-content .list-item .ipt {
  width: 80%;
  height: 30px;
  padding: 0 1.3888888889vw;
  line-height: 30px;
  font-size: 2.9166666667vw;
  font-weight: 300;
  color: #000;
  border: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item .ipt {
    padding: 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item .ipt {
    font-size: 21px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item .ipt {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.popup-apply .popup-content .list-item .ipt:nth-last-child(2), .popup-apply .popup-content .list-item .ipt:nth-last-child(3) {
  width: 60%;
}
.popup-apply .popup-content .list-item .ipt.disabled {
  background-color: #efefef;
  color: #aaa;
}
.popup-apply .popup-content .list-item .timer {
  position: absolute;
  right: 23%;
  top: 50%;
  font-size: 2.6388888889vw;
  color: #ff0000;
  transform: translateY(-50%);
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item .timer {
    font-size: 19px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .list-item .timer {
    font-size: 16px;
  }
}
.popup-apply .popup-content .btn-confirm, .popup-apply .popup-content .btn-certify {
  display: inline-block;
  height: 30px;
  font-size: 2.9166666667vw;
  line-height: 30px;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .btn-confirm, .popup-apply .popup-content .btn-certify {
    font-size: 21px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .btn-confirm, .popup-apply .popup-content .btn-certify {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}
.popup-apply .popup-content .btn-certify {
  width: 20%;
  margin-left: 1.3888888889vw;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .btn-certify {
    margin-left: 10px;
  }
}
.popup-apply .popup-content .btn-confirm {
  width: 20%;
  margin-left: 1.3888888889vw;
  color: #fff;
  background-color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .btn-confirm {
    margin-left: 10px;
  }
}
.popup-apply .popup-content .agree-box {
  margin: 4.1666666667vw 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box {
    margin: 30px 30px 0;
  }
}
.popup-apply .popup-content .agree-box input[type=checkbox] {
  display: inline-block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin: 0 0.6944444444vw 0 0;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box input[type=checkbox] {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box input[type=checkbox] {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box input[type=checkbox] {
    margin: 0 5px 0 0;
  }
}
.popup-apply .popup-content .agree-box .all-check {
  text-align: left;
}
.popup-apply .popup-content .agree-box .all-check + .toggle-wrap {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .all-check + .toggle-wrap {
    margin-top: 20px;
  }
}
.popup-apply .popup-content .agree-box .all-check label {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 2.9166666667vw;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .all-check label {
    font-size: 21px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .all-check label {
    font-size: 18px;
  }
}
.popup-apply .popup-content .agree-box .notice {
  position: relative;
  padding-left: 2.7777777778vw;
  text-align: left;
  font-size: 2.5vw;
  color: #585858;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .notice {
    padding-left: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .notice {
    font-size: 18px;
  }
}
.popup-apply .popup-content .agree-box .notice + .toggle-wrap {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .notice + .toggle-wrap {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .notice {
    font-size: 16px;
  }
}
.popup-apply .popup-content .agree-box .notice::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}
.popup-apply .popup-content .agree-box .toggle-wrap {
  position: relative;
}
.popup-apply .popup-content .agree-box .toggle-wrap + .toggle-wrap {
  border-bottom: 1px solid #ddd;
}
.popup-apply .popup-content .agree-box .toggle-wrap .toggle-title {
  margin-top: 0;
  padding: 2.0833333333vw 0;
  font-size: 0;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .toggle-wrap .toggle-title {
    padding: 15px 0;
  }
}
.popup-apply .popup-content .agree-box .toggle-wrap .toggle-box {
  display: none;
  height: 41.6666666667vw;
  overflow-y: scroll;
  border-top: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .toggle-wrap .toggle-box {
    height: 300px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .toggle-wrap .toggle-box {
    height: 150px;
  }
}
.popup-apply .popup-content .agree-box .each-check {
  margin-top: 0.6944444444vw;
  font-size: 0;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .each-check {
    margin-top: 5px;
  }
}
.popup-apply .popup-content .agree-box .each-check label {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 2.9166666667vw;
  font-weight: 400;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .each-check label {
    font-size: 21px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .each-check label {
    font-size: 16px;
  }
}
.popup-apply .popup-content .agree-box .each-check label span {
  line-height: 1;
}
.popup-apply .popup-content .agree-box .check-box {
  padding: 2.7777777778vw;
  color: #686868;
  background-color: #f4f4f4;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .check-box {
    padding: 20px;
  }
}
.popup-apply .popup-content .agree-box .table-box .text {
  margin-top: 2.7777777778vw;
  line-height: 1.4;
  font-size: 2.7777777778vw;
  color: #555;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .table-box .text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .table-box .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .table-box .text {
    font-size: 16px;
  }
}
.popup-apply .popup-content .agree-box .table-box .text:first-child {
  margin-top: 0;
}
.popup-apply .popup-content .agree-box .table-box .text strong {
  font-size: 3.3333333333vw;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .table-box .text strong {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .table-box .text strong {
    font-size: 20px;
  }
}
.popup-apply .popup-content .agree-box .table-box table {
  width: 100%;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .table-box table {
    margin-top: 20px;
  }
}
.popup-apply .popup-content .agree-box .table-box table th,
.popup-apply .popup-content .agree-box .table-box table td {
  padding: 1.3888888889vw 0.6944444444vw;
  text-align: left;
  line-height: 1.4;
  font-size: 2.7777777778vw;
  color: #585858;
  border: 1px solid #dcdcdc;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .table-box table th,
  .popup-apply .popup-content .agree-box .table-box table td {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .table-box table th,
  .popup-apply .popup-content .agree-box .table-box table td {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .agree-box .table-box table th,
  .popup-apply .popup-content .agree-box .table-box table td {
    font-size: 18px;
  }
}
.popup-apply .popup-content .agree-box .table-box table th {
  font-weight: 700;
  text-align: center;
}
.popup-apply .popup-content .action {
  margin-top: 5.5555555556vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .action {
    margin-top: 40px;
  }
}
.popup-apply .popup-content .action a,
.popup-apply .popup-content .action button {
  position: relative;
  display: block;
  width: 100%;
  padding: 2.7777777778vw 0;
  text-align: center;
  background: rgb(255, 213, 0);
  box-shadow: inset 3px 3px 2px 0px rgba(255, 255, 255, 0.18);
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .action a,
  .popup-apply .popup-content .action button {
    padding: 20px 0;
  }
}
.popup-apply .popup-content .action a span,
.popup-apply .popup-content .action button span {
  font-size: 3.0555555556vw;
  font-weight: 700;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .action a span,
  .popup-apply .popup-content .action button span {
    font-size: 22px;
  }
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-privacy p {
  font-size: 2.7777777778vw;
  color: #666;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-privacy p {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-privacy p {
    margin-bottom: 10px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-scroll-box strong {
  text-decoration: underline;
}

.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-wing {
  z-index: 100;
  position: fixed;
  top: 50%;
  right: 0;
  width: 260px;
  transform: translateY(-50%);
}
.promotion .fix-wing .fix-title {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #fff;
  padding: 10px 12px 12px;
  border-radius: 5px 0 0 5px;
  background: #000;
}
.promotion .fix-wing .fix-title span {
  display: block;
  font-size: 14px;
  line-height: 1.6;
}
.promotion .fix-wing .fix-title p {
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
}
.promotion .fix-wing ul li {
  margin-top: 5px;
}
.promotion .fix-wing ul li a {
  position: relative;
  width: 100%;
  display: block;
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  padding: 24px 20px;
  border-radius: 5px 0 0 5px;
  background: #fff;
  box-sizing: border-box;
}
.promotion .fix-wing ul li a span {
  position: absolute !important;
  top: 50%;
  right: 12px;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #ECECEC;
}
.promotion .fix-wing ul li a span {
  position: relative;
  display: inline-block;
}
.promotion .fix-wing ul li a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing ul li a span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing ul li a span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing ul li a span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing ul li a span::before {
    right: 12px;
  }
}
.promotion .fix-wing ul li a span:before {
  right: 8px;
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -44.4444444444vw;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    margin-left: -320px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    height: 10px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -44.4444444444vw;
  background: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    margin-right: -320px;
  }
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 10px;
  }
}
.promotion .slick-dots {
  position: absolute;
  right: 0;
  bottom: -30px;
  left: 0;
}
.promotion .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  border-radius: 50%;
  background-color: #E4E4E4;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.promotion .slick-dots li.slick-active {
  background-color: #505AFF;
}
.promotion .board-wrap {
  display: none;
  width: 1100px;
  margin: 100px auto 0;
  padding: 60px 75px 50px;
  border: 1px solid #E6E6E6;
  border-radius: 50px;
  background: #fff;
  box-sizing: border-box;
}
.promotion .board-wrap .board-table {
  border: solid #A9A9A9;
  border-width: 2px 0;
}
.promotion .board-wrap .board-table * {
  line-height: 1;
}
.promotion .board-wrap .board-table + .board-table {
  margin-top: 20px;
}
.promotion .board-wrap .board-item {
  display: flex;
  border-bottom: 1px solid #A9A9A9;
}
.promotion .board-wrap .board-item:last-child {
  border-bottom: 0;
}
.promotion .board-wrap .board-item-title {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 205px;
  min-width: 205px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: center;
  padding: 21px 0;
  border-right: 1px solid #A9A9A9;
}
.promotion .board-wrap .board-item-text {
  display: flex;
  align-items: center;
  width: 100%;
  text-align: left;
  padding: 8px 14px;
  border-right: 1px solid #A9A9A9;
}
.promotion .board-wrap .board-box {
  display: flex;
  width: 100%;
}
.promotion .board-wrap .board-box:last-child .board-item-text {
  border-right: 0;
}
.promotion .board-wrap .form-control input:not([type=radio], [type=checkbox]) {
  width: 500px;
  font-size: 18px;
  color: #969696;
  padding: 12px 15px;
  border: 1px solid #969696;
  border-radius: 10px;
  box-sizing: border-box;
}
.promotion .board-wrap .form-control select {
  width: 155px;
  padding: 12px 15px;
  border: 1px solid #969696;
  border-radius: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250604/pc/icon_select.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 8px;
}
.promotion .board-wrap .form-control.label-box {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding: 10px;
}
.promotion .board-wrap .form-control.label-box label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.promotion .board-wrap .form-control.label-box label input {
  width: 13px;
  height: 13px;
  font-size: 0;
  margin: 0;
}
.promotion .board-wrap .form-control.label-box label span {
  font-size: 18px;
  color: #646464;
}
.promotion .board-wrap .form-control.list-box {
  width: 100%;
  text-align: left;
  padding: 30px 40px 40px;
}
.promotion .board-wrap .form-control.list-box .text-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  margin-left: 0;
  margin-bottom: 10px;
}
.promotion .board-wrap .form-control.list-box p {
  color: #666;
  margin-left: 20px;
}
.promotion .board-wrap .form-control.list-box span {
  display: block;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
}
.promotion .board-wrap .form-control.list-box ul li {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  color: #444;
  padding-left: 18px;
}
.promotion .board-wrap .form-control.list-box ul li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.promotion .board-wrap .form-control.list-box .text-list {
  margin-bottom: 25px;
}
.promotion .board-wrap .form-control.list-box .text-list:last-child {
  margin-bottom: 0;
}
.promotion .board-wrap .form-control.list-box .text-box {
  margin-top: 12px;
  padding: 10px 20px;
}
.promotion .board-wrap .form-control.list-box .text-box textarea {
  width: 100%;
  height: 90px;
  line-height: 1.5;
  padding: 12px 15px;
  border: none;
  background: #F1F2F4;
  box-sizing: border-box;
  resize: none;
}
.promotion .board-wrap .form-control.list-box .text-box .small-text {
  font-size: 14px;
  line-height: 1;
  color: #969696;
  text-align: right;
  margin-top: 10px;
}
.promotion .board-wrap .form-control.list-box .text-box .small-text span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #969696;
}
.promotion .board-wrap .board-notice {
  text-align: left;
  margin-top: 30px;
  padding: 50px;
  border-radius: 30px;
  background: #F1F2F4;
}
.promotion .board-wrap .board-notice * {
  word-wrap: break-word;
  word-break: keep-all;
}
.promotion .board-wrap .board-notice > strong {
  display: block;
  font-size: 18px;
  color: #646464;
  line-height: 1;
  margin-bottom: 20px;
}
.promotion .board-wrap .board-notice p {
  font-size: 18px;
  line-height: 1.5;
  color: #646464;
}
.promotion .board-wrap .board-notice ul li {
  position: relative;
  font-size: 18px;
  line-height: 1.5;
  color: #646464;
  padding-left: 10px;
}
.promotion .board-wrap .board-notice ul li::before {
  content: "·";
  position: absolute;
  left: 0;
}
.promotion .board-wrap .board-notice ul li strong {
  text-decoration: underline;
}
.promotion .board-wrap .board-notice .label-box {
  margin: 55px 0;
  padding: 0;
}
.promotion .board-wrap .board-notice .label-box:last-child {
  margin-bottom: 0;
}
.promotion .board-wrap .btn-action {
  text-align: center;
  margin-top: 50px;
}
.promotion .board-wrap .btn-action a {
  display: inline-block;
  width: 480px;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 16px 0;
  border-radius: 100px;
  background: #000;
}
.promotion .board-wrap .btn-action a span {
  padding-right: 20px;
}
.promotion .board-wrap .btn-action a span {
  position: relative;
  display: inline-block;
}
.promotion .board-wrap .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .board-wrap .btn-action a span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .board-wrap .btn-action a span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .board-wrap .btn-action a span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .board-wrap .btn-action a span::before {
    right: 20px;
  }
}
.promotion .board-wrap .btn-action a span:before {
  right: 0;
}
.promotion .board-wrap .fake-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion .board-wrap .fake-checkbox label {
  position: relative;
  display: block;
}
.promotion .board-wrap .fake-checkbox label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
}
.promotion .board-wrap .fake-checkbox label input:checked + span:before {
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250604/pc/icon_checked.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .board-wrap .fake-checkbox label span {
  position: relative;
  display: block;
  line-height: 1.4;
  font-size: 18px;
  font-weight: 500;
  color: #646464;
  padding-left: 28px;
}
.promotion .board-wrap .fake-checkbox label span:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #ACACAC;
  box-sizing: border-box;
}
.promotion .share-box {
  position: relative;
  display: none;
  width: 1100px;
  margin: 0 auto;
  padding: 64px 70px;
  border: 1px solid #FFBF00;
  border-radius: 50px;
  background: #FFF8E3;
  box-sizing: border-box;
}
.promotion .share-box * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .share-box:before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250604/pc/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  transform: translateX(-50%);
}
.promotion .share-box .share-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotion .share-box .share-title p {
  font-size: 33px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1.32px;
}
.promotion .share-box .share-title p span {
  color: #FFBF00;
}
.promotion .share-box .flag {
  position: absolute;
  top: -65px;
  right: -24px;
  animation-name: dungdung;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
.promotion .share-box .btn-copy button {
  width: 235px;
  font-size: 0;
  padding: 12px 0;
  border-radius: 60px;
  background: #FFBF00;
}
.promotion .share-box .btn-copy button span {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  letter-spacing: -0.8px;
  padding-right: 16px;
}
.promotion .share-box .btn-copy button span {
  position: relative;
  display: inline-block;
}
.promotion .share-box .btn-copy button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .share-box .btn-copy button span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .share-box .btn-copy button span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .share-box .btn-copy button span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .share-box .btn-copy button span::before {
    right: 20px;
  }
}
.promotion .share-box .btn-copy button span:before {
  right: 0;
}
.promotion .share-box .share-link {
  margin: 40px 0;
}
.promotion .share-box .share-link ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.promotion .share-box .share-link p {
  position: relative;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 135%;
  color: #000;
  letter-spacing: -0.68px;
  text-align: left;
  margin-top: 15px;
  padding-left: 20px;
}
.promotion .share-box .share-link p:before {
  content: "※";
  position: absolute;
  left: 0;
}
.promotion .share-box .share-form {
  display: flex;
}
.promotion .share-box .share-form input {
  width: 100%;
  height: 80px;
  font-size: 26px;
  padding: 12px 20px;
  border: 1px solid #000;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .share-box .share-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  height: 80px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 900;
  line-height: 135%;
  color: #FFF;
  letter-spacing: -1.04px;
  background: #000;
}
.promotion .sector-title {
  height: 621px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250604/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-title p {
  position: absolute;
  opacity: 0;
}
.promotion .sector-title p[class^=title-] {
  right: 0;
  left: 0;
}
.promotion .sector-title p[class^=title-].title-1 {
  top: 100px;
}
.promotion .sector-title p[class^=title-].title-2 {
  top: 170px;
}
.promotion .sector-title p[class^=title-].title-3 {
  top: 321px;
}
.promotion .sector-title p[class^=title-].title-4 {
  top: 479px;
}
.promotion .sector-title p[class^=note-] {
  left: 50%;
}
.promotion .sector-title p[class^=note-].note-1 {
  top: 236px;
  margin-left: -319px;
}
.promotion .sector-title p[class^=note-].note-2 {
  top: 221px;
  margin-left: -224px;
}
.promotion .sector-title p[class^=note-].note-3 {
  top: 244px;
  margin-left: 227px;
}
.promotion .sector-title p[class^=note-].note-4 {
  top: 289px;
  margin-left: 264px;
}
.promotion .sector-rolling {
  background: #FFBF00;
}
.promotion .sector-rolling .wrap-full {
  padding: 20px 0;
}
.promotion .sector-rolling .wrap-full .slider .slick-slide {
  position: relative;
}
.promotion .sector-rolling .wrap-full .slider .slick-slide:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 19px;
  background: #111;
  transform: translateY(-50%);
}
.promotion .sector-rolling .wrap-full .slider span {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #111;
  padding: 0 40px;
}
.promotion .sector-rolling .wrap-full .slider span:before {
  content: "";
  width: 21px;
  height: 21px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/250123/pc/icon_banner_1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-rolling .wrap-full .slider span:after {
  content: "";
  width: 20px;
  height: 21px;
  margin-left: 8px;
  vertical-align: middle;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/250123/pc/icon_banner_2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-benefit {
  background: #FFF8E3;
}
.promotion .sector-review {
  padding-bottom: 100px;
  background: #FAFAFA;
}
.promotion .sector-review .wing {
  position: absolute;
  top: 534px;
  left: 50%;
  margin-left: 496px;
  transform: translateX(-50%);
  animation-name: dungdung;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}
@keyframes dungdung {
  0%, 100% {
    transform: translate(-50%, 0);
  }
  50% {
    transform: translate(-50%, 5px);
  }
}
.promotion .sector-interview {
  padding-bottom: 100px;
  background: #fffcf3;
}
.promotion .sector-letter {
  padding-bottom: 100px;
  background: #FAFAFA;
}
.promotion .sector-letter .wing {
  position: absolute;
  left: 50%;
  animation-name: dungdung;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}
@keyframes dungdung {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
}
.promotion .sector-letter .wing-1 {
  top: 282px;
  margin-left: -31px;
}
.promotion .sector-letter .wing-2 {
  z-index: 2;
  top: -128px;
  margin-left: 121px;
}
.promotion .sector-letter .board-wrap .form-control.list-box .text-box {
  margin: 0;
  padding: 0;
}
.promotion .sector-letter .board-wrap .form-control.list-box .text-box textarea {
  height: 160px;
}
.promotion .sector-letter .board-wrap .btn-action {
  position: relative;
}
.promotion .sector-letter .board-wrap .fake-checkbox {
  margin-bottom: 60px;
}
.promotion .sector-notice-header {
  padding: 30px 0;
  background: #141414;
}
.promotion .sector-notice-header p {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #C5C5C5;
}
.promotion .sector-notice {
  background: #EAEAEA;
}
.promotion .sector-notice * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-notice .wrap {
  text-align: left;
  padding: 40px 0;
}
.promotion .sector-notice .wrap p {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  opacity: 0.7;
  margin-bottom: 10px;
}
.promotion .sector-notice .wrap ul {
  margin-bottom: 20px;
}
.promotion .sector-notice .wrap ul:last-child {
  margin-bottom: 0;
}
.promotion .sector-notice .wrap ul li {
  position: relative;
  font-size: 18px;
  color: #000;
  line-height: 1.5;
  opacity: 0.7;
  padding-left: 10px;
}
.promotion .sector-notice .wrap ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000;
  opacity: 0.7;
}/*# sourceMappingURL=web.css.map */