@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,
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio] {
  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 .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  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-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 1s;
  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-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}

.promotion,
.product-eco,
.fullservice {
  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 *,
.product-eco *,
.fullservice * {
  box-sizing: border-box;
}
.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: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 64px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 8.4722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 61px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.promotion .icon-pointer:after,
.product-eco .icon-pointer:after,
.fullservice .icon-pointer:after {
  background-image: url("//img.eduwill.net/eduwill/img/2026/F/lecture/260305/pc/ico_pointer.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  font-size: 0;
}

.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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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.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: scaleY(0);
  transform-origin: center bottom;
}

.motion-scale-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: 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.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: scale(0.1, 0.1);
}

.motion-reduce-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: scale(1.5, 1.5);
}

.motion-width-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: scaleX(0);
  transform-origin: center center;
}

.motion-height-top-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: scaleY(0);
  transform-origin: center top;
}

.motion-height-bottom-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: 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;
}

#edufLayerPrivacyPopup .eduf-layer-title {
  padding: 0;
}
#edufLayerPrivacyPopup .eduf-layer-content {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content {
    border-radius: 20px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content {
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content {
    padding: 30px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .privacy-check {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .privacy-check {
    font-size: 26px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .privacy-check {
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .privacy-check {
    letter-spacing: -1.5px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .privacy-check .fc-point {
  color: #f00;
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
    margin-top: 20px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
  height: 31.25vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
    height: 225px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
  padding: 1.3888888889vw 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
    padding: 10px 22px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
  background-color: #F8F8F8;
  overflow-y: auto;
  box-sizing: border-box;
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
  color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
    font-size: 18px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.175vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
    letter-spacing: -1.26px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
  opacity: 1;
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul {
  margin: 1.5277777778vw 0;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul {
    margin: 11px 0;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li {
  color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li {
    font-size: 16px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.1555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li {
    letter-spacing: -1.12px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li strong {
  font-weight: 500;
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li .fc-point {
  color: #f00;
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list {
  display: flex;
  gap: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list {
    gap: 38px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list {
    margin-top: 20px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list .ui-rdo {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list .ui-rdo {
    gap: 10px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label {
  position: relative;
  display: inline-flex;
  -ms-box-align: center;
  align-items: center;
  color: #333;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label {
    font-size: 20px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label {
  font-weight: 700;
  letter-spacing: -0.64px;
  cursor: pointer;
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  content: "";
  display: inline-block;
  width: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
    width: 26px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  height: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
    height: 26px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  margin-right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
    margin-right: 10px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
    border-width: 1px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  border-style: solid;
  border-color: #bdbdbd;
  border-radius: 50%;
  box-sizing: border-box;
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::before {
  border-color: #111;
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
    left: 5px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
  top: 50%;
  display: block;
  width: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
    width: 16px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
  height: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
    height: 16px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
  transform: translateY(-50%);
  border-radius: 50%;
  background: #111;
}
#edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
  width: 100%;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
    margin-top: 30px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
  padding: 2.6388888889vw 0;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
    padding: 19px 0;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
  background: #000;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
    font-size: 25px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
    letter-spacing: -1px;
  }
}

.bottom_fix_btn, .winner-toggle-wrap, .top-rolling-group, .ibm {
  display: none !important;
}

.promotion .wrap {
  max-width: 720px;
}
.promotion img {
  width: 100%;
}
.promotion .sector-apply .timer-box, .promotion .sector-why3 .timer-box {
  position: relative;
  padding: 1.8055555556vw 0 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box, .promotion .sector-why3 .timer-box {
    padding: 13px 0 30px;
  }
}
.promotion .sector-apply .timer-box, .promotion .sector-why3 .timer-box {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box, .promotion .sector-why3 .timer-box {
    border-radius: 10px;
  }
}
.promotion .sector-apply .timer-box, .promotion .sector-why3 .timer-box {
  background: rgba(7, 7, 7, 0.8);
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.8) 0%, rgba(58, 44, 13, 0.8) 100%);
  overflow: hidden;
}
.promotion .sector-apply .timer-box:before, .promotion .sector-why3 .timer-box:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #070707;
  background: linear-gradient(180deg, #070707 0%, #3A2C0D 100%);
  z-index: -1;
}
.promotion .sector-apply .timer-box .timer-title, .promotion .sector-why3 .timer-box .timer-title {
  color: #FFF;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-title, .promotion .sector-why3 .timer-box .timer-title {
    font-size: 26px;
  }
}
.promotion .sector-apply .timer-box .timer-title, .promotion .sector-why3 .timer-box .timer-title {
  font-style: normal;
  font-weight: 700;
  line-height: 8.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-title, .promotion .sector-why3 .timer-box .timer-title {
    line-height: 58px;
  }
}
.promotion .sector-apply .timer-box .timer, .promotion .sector-why3 .timer-box .timer {
  display: inline-flex;
  margin: 0 auto;
}
.promotion .sector-apply .timer-box .timer-action, .promotion .sector-why3 .timer-box .timer-action {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action, .promotion .sector-why3 .timer-box .timer-action {
    margin-top: 30px;
  }
}
.promotion .sector-apply .timer-box .timer-action, .promotion .sector-why3 .timer-box .timer-action {
  font-size: 0;
}
.promotion .sector-apply .timer-box .timer-action a, .promotion .sector-why3 .timer-box .timer-action a, .promotion .sector-apply .timer-box .timer-action button, .promotion .sector-why3 .timer-box .timer-action button {
  padding: 1.3888888889vw 11.1111111111vw 1.3888888889vw 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a, .promotion .sector-why3 .timer-box .timer-action a, .promotion .sector-apply .timer-box .timer-action button, .promotion .sector-why3 .timer-box .timer-action button {
    padding: 10px 80px 10px 66px;
  }
}
.promotion .sector-apply .timer-box .timer-action a, .promotion .sector-why3 .timer-box .timer-action a, .promotion .sector-apply .timer-box .timer-action button, .promotion .sector-why3 .timer-box .timer-action button {
  border-radius: 32.2516666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a, .promotion .sector-why3 .timer-box .timer-action a, .promotion .sector-apply .timer-box .timer-action button, .promotion .sector-why3 .timer-box .timer-action button {
    border-radius: 232.212px;
  }
}
.promotion .sector-apply .timer-box .timer-action a, .promotion .sector-why3 .timer-box .timer-action a, .promotion .sector-apply .timer-box .timer-action button, .promotion .sector-why3 .timer-box .timer-action button {
  background: #FFBF00;
  color: #000;
  font-size: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a, .promotion .sector-why3 .timer-box .timer-action a, .promotion .sector-apply .timer-box .timer-action button, .promotion .sector-why3 .timer-box .timer-action button {
    font-size: 23px;
  }
}
.promotion .sector-apply .timer-box .timer-action a, .promotion .sector-why3 .timer-box .timer-action a, .promotion .sector-apply .timer-box .timer-action button, .promotion .sector-why3 .timer-box .timer-action button {
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.0638888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a, .promotion .sector-why3 .timer-box .timer-action a, .promotion .sector-apply .timer-box .timer-action button, .promotion .sector-why3 .timer-box .timer-action button {
    letter-spacing: -0.46px;
  }
}
.promotion .sector-apply .timer-box .timer-action a, .promotion .sector-why3 .timer-box .timer-action a, .promotion .sector-apply .timer-box .timer-action button, .promotion .sector-why3 .timer-box .timer-action button {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
    width: 9px;
  }
}
.promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
  height: 1.25vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
    height: 9px;
  }
}
.promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
  margin-top: -0.625vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
    margin-top: -4.5px;
  }
}
.promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.5vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
    right: 18px;
  }
}
.promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
    border-top-width: 2px;
  }
}
.promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a::before, .promotion .sector-why3 .timer-box .timer-action a::before, .promotion .sector-apply .timer-box .timer-action button::before, .promotion .sector-why3 .timer-box .timer-action button::before {
    border-right-width: 2px;
  }
}
.promotion .sector-apply .timer-box .timer-action a:before, .promotion .sector-why3 .timer-box .timer-action a:before, .promotion .sector-apply .timer-box .timer-action button:before, .promotion .sector-why3 .timer-box .timer-action button:before {
  right: 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box .timer-action a:before, .promotion .sector-why3 .timer-box .timer-action a:before, .promotion .sector-apply .timer-box .timer-action button:before, .promotion .sector-why3 .timer-box .timer-action button:before {
    right: 66px;
  }
}
@keyframes gaugeUp1 {
  100% {
    width: 100%;
  }
}
.promotion .sector-apply .start-motion.timer-box:before, .promotion .sector-why3 .start-motion.timer-box:before {
  animation-name: gaugeUp1;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
.promotion .swiper-dot .swiper-slide img {
  width: 100%;
}
.promotion .swiper-dot .swiper-pagination {
  position: static;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .swiper-dot .swiper-pagination {
    margin-top: 30px;
  }
}
.promotion .swiper-dot .swiper-pagination {
  font-size: 0;
}
.promotion .swiper-dot .swiper-pagination .swiper-pagination-bullet {
  width: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .swiper-dot .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
  }
}
.promotion .swiper-dot .swiper-pagination .swiper-pagination-bullet {
  height: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .swiper-dot .swiper-pagination .swiper-pagination-bullet {
    height: 14px;
  }
}
.promotion .swiper-dot .swiper-pagination .swiper-pagination-bullet {
  margin: 0 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .swiper-dot .swiper-pagination .swiper-pagination-bullet {
    margin: 0 4px;
  }
}
.promotion .swiper-dot .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .swiper-dot .swiper-pagination .swiper-pagination-bullet {
    border-radius: 7px;
  }
}
.promotion .swiper-dot .swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(0, 0, 0, 0.15);
  opacity: 1;
  -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 .swiper-dot .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #000;
}
.promotion .fc-point {
  color: #FFBF00 !important;
}
.promotion .box-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .box-list {
    gap: 20px;
  }
}
.promotion .box-list {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .box-list {
    margin: 0 40px;
  }
}
.promotion .text-notice {
  margin: 2.7777777778vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .text-notice {
    margin: 20px 40px 0;
  }
}
.promotion .text-notice {
  color: rgba(68, 68, 68, 0.5);
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .text-notice {
    font-size: 20px;
  }
}
.promotion .text-notice {
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .text-notice {
    letter-spacing: -0.8px;
  }
}
.promotion .text-notice {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .title-box {
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box {
    margin-bottom: 60px;
  }
}
.promotion .title-box .label-title {
  display: inline-block;
  padding: 1.5277777778vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .label-title {
    padding: 11px 30px;
  }
}
.promotion .title-box .label-title {
  border-radius: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .label-title {
    border-radius: 8px;
  }
}
.promotion .title-box .label-title {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .label-title {
    border-width: 1px;
  }
}
.promotion .title-box .label-title {
  border-style: solid;
  border-color: #E6E6E6;
  background: #FFF;
  color: #000;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .label-title {
    font-size: 22px;
  }
}
.promotion .title-box .label-title {
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.1222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .label-title {
    letter-spacing: -0.88px;
  }
}
.promotion .title-box .label-title + .main-title {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .label-title + .main-title {
    margin-top: 20px;
  }
}
.promotion .title-box .sup-title {
  color: #000;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .sup-title {
    font-size: 24px;
  }
}
.promotion .title-box .sup-title {
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.1333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .sup-title {
    letter-spacing: -0.96px;
  }
}
.promotion .title-box .sup-title + .main-title {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .sup-title + .main-title {
    margin-top: 10px;
  }
}
.promotion .title-box .main-title {
  color: #000;
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .main-title {
    font-size: 36px;
  }
}
.promotion .title-box .main-title {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .promotion .title-box .main-title {
    letter-spacing: -1.44px;
  }
}
.promotion .frame {
  padding: 8.1944444444vw 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .frame {
    padding: 59px 35px;
  }
}
.promotion .frame {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .frame {
    margin: 0 40px;
  }
}
.promotion .frame {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .frame {
    border-radius: 10px;
  }
}
.promotion .frame {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .frame {
    border-width: 1px;
  }
}
.promotion .frame {
  border-style: solid;
  border-color: #E6E6E6;
  background: #FFF;
}
.promotion .frame .title-box {
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .frame .title-box {
    margin-bottom: 40px;
  }
}
.promotion .frame .title-box .main-title {
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .frame .title-box .main-title {
    font-size: 32px;
  }
}
.promotion .frame .title-box .main-title {
  letter-spacing: -0.1777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .frame .title-box .main-title {
    letter-spacing: -1.28px;
  }
}
.promotion .frame .title-box .main-title {
  font-weight: 400;
}
.promotion .frame .title-box .main-title strong {
  font-weight: 700;
}
.promotion .frame .box-list {
  margin: 0;
}
.promotion .frame .text-notice {
  margin-right: 0;
  margin-left: 0;
}
.promotion .timer {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.promotion .timer div {
  display: flex;
  align-items: center;
  gap: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .timer div {
    gap: 6px;
  }
}
.promotion .timer div span {
  display: inline-block;
  width: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .timer div span {
    width: 42px;
  }
}
.promotion .timer div span {
  height: 8.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .timer div span {
    height: 58px;
  }
}
.promotion .timer div span {
  line-height: 8.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .timer div span {
    line-height: 58px;
  }
}
.promotion .timer div span {
  background-image: url("//img.eduwill.net/eduwill/img/2026/F/lecture/260305/mobile/bg_timer.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  font-size: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .timer div span {
    font-size: 34px;
  }
}
.promotion .timer div span {
  font-weight: 900;
  color: #000;
}
.promotion .timer .colon {
  margin: 0 1.25vw;
}
@media screen and (min-width: 720px) {
  .promotion .timer .colon {
    margin: 0 9px;
  }
}
.promotion .timer .colon {
  color: #FFF;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .timer .colon {
    font-size: 30px;
  }
}
.promotion .timer .colon {
  font-style: normal;
  font-weight: 700;
  line-height: 8.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .timer .colon {
    line-height: 58px;
  }
}
.promotion .fix-bottom {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  padding-bottom: env(safe-area-inset-bottom);
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
}
.promotion .fix-bottom:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: #000;
  width: 0;
  height: 100%;
  z-index: -1;
}
.promotion .fix-bottom .timer-box {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.9166666667vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box {
    padding: 21px 20px;
  }
}
.promotion .fix-bottom .timer-box .timer-title {
  flex-shrink: 0;
  font-size: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-title {
    font-size: 23px;
  }
}
.promotion .fix-bottom .timer-box .timer-title {
  font-weight: 700;
  color: #fff;
}
.promotion .fix-bottom .timer-box .timer-action {
  flex-shrink: 0;
  font-size: 0;
}
.promotion .fix-bottom .timer-box .timer-action a {
  padding: 1.3888888889vw 4.1666666667vw 1.3888888889vw 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a {
    padding: 10px 30px 10px 16px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a {
  border-radius: 29.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a {
    border-radius: 212px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a {
  background: #FFBF00;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a {
    font-size: 20px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a {
  font-weight: 700;
  letter-spacing: -0.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a {
    letter-spacing: -0.4px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a {
  color: #000;
}
.promotion .fix-bottom .timer-box .timer-action a {
  position: relative;
  display: inline-block;
}
.promotion .fix-bottom .timer-box .timer-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a::before {
    width: 8px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a::before {
    height: 8px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a::before {
    margin-top: -4px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a::before {
    right: 16px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a::before {
    border-top-width: 2px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a::before {
    border-right-width: 2px;
  }
}
.promotion .fix-bottom .timer-box .timer-action a:before {
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-box .timer-action a:before {
    right: 16px;
  }
}
@keyframes gaugeUp2 {
  100% {
    width: 100%;
  }
}
.promotion .fix-bottom.start-motion:before {
  animation-name: gaugeUp2;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
.promotion .sector-secret {
  padding: 14.7222222222vw 0 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-secret {
    padding: 106px 0 35px;
  }
}
.promotion .sector-secret {
  background-color: #170D0B;
  background-image: url("//img.eduwill.net/eduwill/img/2026/F/lecture/260305/mobile/bg_secret.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-secret p {
  color: #FFF;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-secret p {
    font-size: 26px;
  }
}
.promotion .sector-secret p {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.1444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-secret p {
    letter-spacing: -1.04px;
  }
}
.promotion .sector-secret p strong {
  font-size: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-secret p strong {
    font-size: 35px;
  }
}
.promotion .sector-secret p strong {
  font-style: normal;
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.1944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-secret p strong {
    letter-spacing: -1.4px;
  }
}
.promotion .sector-secret p strong {
  background: linear-gradient(90deg, #FFA100 0%, #FD0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/F/lecture/260305/mobile/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  height: 152.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title {
    height: 1099px;
  }
}
.promotion .sector-title {
  background-size: 416.6666666667vw 152.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title {
    background-size: 3000px 1099px;
  }
}
.promotion .sector-title {
  overflow: hidden;
}
.promotion .sector-title:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  display: inline-block;
  background: #FFD501;
  background: linear-gradient(174deg, #FFD501 3.37%, #FF9046 101.49%);
  z-index: -1;
}
.promotion .sector-title [class^=title-] {
  opacity: 0;
}
.promotion .sector-title .title-1 {
  display: inline-block;
  margin-top: 10.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    margin-top: 73px;
  }
}
.promotion .sector-title .title-1 {
  padding: 1.6666666667vw 9.3055555556vw 1.8055555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    padding: 12px 67px 13px;
  }
}
.promotion .sector-title .title-1 {
  border-radius: 27.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    border-radius: 200px;
  }
}
.promotion .sector-title .title-1 {
  background: #000000;
  color: #fff;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    font-size: 30px;
  }
}
.promotion .sector-title .title-1 {
  font-weight: 700;
  line-height: 121%;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    letter-spacing: -1.2px;
  }
}
.promotion .sector-title .title-2 {
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-2 {
    margin-top: 50px;
  }
}
.promotion .sector-title .title-3 {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-3 {
    margin-top: 10px;
  }
}
.promotion .sector-limited {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited {
    padding: 100px 0;
  }
}
.promotion .sector-limited {
  background: #55230A;
  background: linear-gradient(180deg, #55230A 0%, #000 100%);
}
.promotion .sector-limited .main-title {
  position: relative;
  display: inline-block;
  padding: 1.3888888889vw 13.6111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited .main-title {
    padding: 10px 98px;
  }
}
.promotion .sector-limited .main-title {
  border-radius: 22.3175vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited .main-title {
    border-radius: 160.686px;
  }
}
.promotion .sector-limited .main-title {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited .main-title {
    border-width: 1px;
  }
}
.promotion .sector-limited .main-title {
  border-style: solid;
  border-color: #000;
  background: linear-gradient(90deg, #F20 38.13%, #FF7300 105.76%);
  color: #FFF;
  font-size: 5.0213888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited .main-title {
    font-size: 36.154px;
  }
}
.promotion .sector-limited .main-title {
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -0.2008333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited .main-title {
    letter-spacing: -1.446px;
  }
}
.promotion .sector-limited .main-title:before, .promotion .sector-limited .main-title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited .main-title:before, .promotion .sector-limited .main-title:after {
    width: 38px;
  }
}
.promotion .sector-limited .main-title:before, .promotion .sector-limited .main-title:after {
  height: 6.8055555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited .main-title:before, .promotion .sector-limited .main-title:after {
    height: 49px;
  }
}
.promotion .sector-limited .main-title:before, .promotion .sector-limited .main-title:after {
  background-image: url("//img.eduwill.net/eduwill/img/2026/F/lecture/260305/mobile/ico_warning.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.promotion .sector-limited .main-title:before {
  left: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited .main-title:before {
    left: 50px;
  }
}
.promotion .sector-limited .main-title:after {
  right: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-limited .main-title:after {
    right: 50px;
  }
}
.promotion .sector-limited .text-notice {
  color: rgba(255, 255, 255, 0.6);
}
.promotion .sector-worry {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-worry {
    padding: 100px 0;
  }
}
.promotion .sector-worry {
  background-color: #FAFAFA;
  background-image: url("//img.eduwill.net/eduwill/img/2026/F/lecture/260305/mobile/bg_worry.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 3000px auto;
}
.promotion .sector-worry .title-box {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-worry .title-box {
    margin-bottom: 20px;
  }
}
.promotion .sector-worry .img-box > div {
  position: relative;
}
.promotion .sector-worry .img-box > div:nth-child(2) {
  margin-top: -6.8055555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-worry .img-box > div:nth-child(2) {
    margin-top: -49px;
  }
}
.promotion .sector-worry .img-box > div:nth-child(3) {
  margin-top: -22.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-worry .img-box > div:nth-child(3) {
    margin-top: -164px;
  }
}
.promotion .sector-worry .img-box > div:nth-child(4) {
  margin-top: -11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-worry .img-box > div:nth-child(4) {
    margin-top: -80px;
  }
}
.promotion .sector-worry .img-box > div:nth-child(2n+1) img:not(.ico) {
  transform: translateX(30px);
}
.promotion .sector-worry .img-box > div:nth-child(2n) img:not(.ico) {
  transform: translateX(-30px);
}
.promotion .sector-worry .img-box img.ico {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: translateY(20px) scale(0.8);
  transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
.promotion .sector-worry .img-box img:not(.ico) {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.promotion .sector-worry .sub-text {
  margin-top: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-worry .sub-text {
    margin-top: 34px;
  }
}
.promotion .sector-worry .sub-text {
  color: #000;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-worry .sub-text {
    font-size: 26px;
  }
}
.promotion .sector-worry .sub-text {
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.1805555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-worry .sub-text {
    letter-spacing: -1.3px;
  }
}
.promotion .sector-worry.active .img-box > div:nth-child(1) img.ico {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 0.7s;
}
.promotion .sector-worry.active .img-box > div:nth-child(1) img:not(.ico) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .sector-worry.active .img-box > div:nth-child(2) img.ico {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 1.5s;
}
.promotion .sector-worry.active .img-box > div:nth-child(2) img:not(.ico) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .sector-worry.active .img-box > div:nth-child(3) img.ico {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 2.3s;
}
.promotion .sector-worry.active .img-box > div:nth-child(3) img:not(.ico) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2.6s;
}
.promotion .sector-worry.active .img-box > div:nth-child(4) img.ico {
  opacity: 1;
  transform: translateY(0) scale(1);
  transition-delay: 3.1s;
}
.promotion .sector-worry.active .img-box > div:nth-child(4) img:not(.ico) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 3.4s;
}
.promotion [class^=sector-why] + [class^=sector-why] {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion [class^=sector-why] + [class^=sector-why] {
    margin-top: 20px;
  }
}
.promotion [class^=sector-why] .box-list div {
  width: 100%;
  padding: 3.4722222222vw 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion [class^=sector-why] .box-list div {
    padding: 25px 28px;
  }
}
.promotion [class^=sector-why] .box-list div {
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion [class^=sector-why] .box-list div {
    border-radius: 16px;
  }
}
.promotion [class^=sector-why] .box-list div {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion [class^=sector-why] .box-list div {
    border-width: 1px;
  }
}
.promotion [class^=sector-why] .box-list div {
  border-style: solid;
  border-color: #DEDEDE;
  background: #FFF;
  text-align: left;
}
.promotion [class^=sector-why] .box-list div .review {
  color: #464646;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion [class^=sector-why] .box-list div .review {
    font-size: 28px;
  }
}
.promotion [class^=sector-why] .box-list div .review {
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.1555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion [class^=sector-why] .box-list div .review {
    letter-spacing: -1.12px;
  }
}
.promotion [class^=sector-why] .box-list div .review strong {
  font-weight: 700;
}
.promotion [class^=sector-why] .box-list div .user {
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion [class^=sector-why] .box-list div .user {
    margin-top: 50px;
  }
}
.promotion [class^=sector-why] .box-list div .user {
  color: #6E6E6E;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion [class^=sector-why] .box-list div .user {
    font-size: 24px;
  }
}
.promotion [class^=sector-why] .box-list div .user {
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion [class^=sector-why] .box-list div .user {
    letter-spacing: -1.2px;
  }
}
.promotion .sector-why1 {
  padding-top: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-why1 {
    padding-top: 100px;
  }
}
.promotion .sector-why1 .frame {
  background: #FAFAFA;
  background: linear-gradient(334deg, #FAFAFA 47%, #fff 47%);
}
.promotion .sector-why1 .box-list {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-why1 .box-list {
    margin-top: 40px;
  }
}
.promotion .sector-why1 .text-notice {
  text-align: left;
}
.promotion .sector-why2 .title-box {
  margin-bottom: 0;
}
.promotion .sector-why2 .box-list div {
  background-color: #F6F6F6;
}
.promotion .sector-why3 {
  padding-bottom: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-why3 {
    padding-bottom: 100px;
  }
}
.promotion .sector-usefull {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-usefull {
    padding: 100px 0;
  }
}
.promotion .sector-usefull {
  background: #FFF7CE;
  background: linear-gradient(180deg, #FFF7CE 0%, #FFF 100%);
}
.promotion .sector-usefull .sup-title strong {
  -webkit-text-emphasis: filled dot #000;
  text-emphasis: filled dot #000;
  -webkit-text-emphasis-position: over;
          text-emphasis-position: over right;
}
.promotion .sector-prove {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-prove {
    padding: 100px 0;
  }
}
.promotion .sector-prove {
  background: #313131;
}
.promotion .sector-prove p.main-title, .promotion .sector-prove p.sup-title {
  color: #fff;
}
.promotion .sector-apply {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply {
    padding: 100px 0;
  }
}
.promotion .sector-apply {
  background-color: #FFA72C;
  background-image: url("//img.eduwill.net/eduwill/img/2026/F/lecture/260305/mobile/bg_apply.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-apply p.main-title {
  font-size: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply p.main-title {
    font-size: 42px;
  }
}
.promotion .sector-apply p.main-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-apply p.main-title strong {
  text-align: center;
  -webkit-text-stroke-width: 0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply p.main-title strong {
    -webkit-text-stroke-width: 1.5px;
  }
}
.promotion .sector-apply p.main-title strong {
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply p.main-title strong {
    font-size: 42px;
  }
}
.promotion .sector-apply p.main-title strong {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.1166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply p.main-title strong {
    letter-spacing: -0.84px;
  }
}
.promotion .sector-apply p.main-title strong {
  background: linear-gradient(180deg, #FFF 0%, #FFC423 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.promotion .sector-apply .freebook-count {
  padding: 0;
}
.promotion .sector-apply .freebook-count .count-table {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 1.8055555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table {
    gap: 13px;
  }
}
.promotion .sector-apply .freebook-count .count-table {
  margin: 0;
}
.promotion .sector-apply .freebook-count .count-table .count-text {
  display: block;
  color: #212121;
  text-align: right;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-text {
    font-size: 32px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-text {
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.0888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-text {
    letter-spacing: -0.64px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-text:last-child {
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-text:last-child {
    font-size: 40px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-text:last-child {
  font-weight: 700;
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-text:last-child {
    letter-spacing: -0.8px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-list {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-list {
    gap: 6px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-list {
  margin: 0;
}
.promotion .sector-apply .freebook-count .count-table .count-list .count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 19.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-list .count {
    width: 140px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-list .count {
  height: 24.3055555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-list .count {
    height: 175px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-list .count {
  margin: 0;
  padding: 0;
  border-radius: 2.5vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-list .count {
    border-radius: 18px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-list .count {
  border: 1px solid #949494;
  background: #fff;
  box-shadow: 10px 10px 20px 0 rgba(0, 0, 0, 0.2);
}
.promotion .sector-apply .freebook-count .count-table .count-list .count span {
  padding: 0;
  color: #000;
  font-size: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-list .count span {
    font-size: 110px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-list .count span {
  font-weight: 900;
  line-height: 24.3055555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-list .count span {
    line-height: 175px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-list .count span {
  letter-spacing: -0.6111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .freebook-count .count-table .count-list .count span {
    letter-spacing: -4.4px;
  }
}
.promotion .sector-apply .freebook-count .count-table .count-list .count span {
  box-shadow: none;
}
.promotion .sector-apply .freebook-count .count-table .count-list .count span::before, .promotion .sector-apply .freebook-count .count-table .count-list .count span::after {
  display: none;
}
.promotion .sector-apply .timer-box {
  margin: 6.9444444444vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .timer-box {
    margin: 50px 40px 0;
  }
}
.promotion .sector-notice {
  background-color: #F8F8F8;
}
.promotion .sector-notice .wrap {
  padding: 8.3333333333vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .wrap {
    padding: 60px 40px;
  }
}
.promotion .sector-notice .wrap {
  box-sizing: border-box;
  text-align: left;
}
.promotion .sector-notice .title-notice strong {
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .title-notice strong {
    font-size: 24px;
  }
}
.promotion .sector-notice .title-notice strong {
  letter-spacing: -0.1333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .title-notice strong {
    letter-spacing: -0.96px;
  }
}
.promotion .sector-notice .title-notice strong {
  font-weight: 700;
  line-height: 200%;
}
.promotion .sector-notice p {
  color: rgba(0, 0, 0, 0.4);
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice p {
    font-size: 18px;
  }
}
.promotion .sector-notice p {
  font-weight: 500;
  line-height: 200%;
  letter-spacing: -0.1vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice p {
    letter-spacing: -0.72px;
  }
}
.promotion .sector-notice p + p {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice p + p {
    margin-top: 20px;
  }
}
.promotion .sector-notice {
  padding: 6.9444444444vw 0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice {
    padding: 50px 0;
  }
}
.promotion .sector-notice {
  background: #F7F7F7;
}
.promotion .sector-notice .wrap {
  padding: 0 9.5833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .wrap {
    padding: 0 69px;
  }
}
.promotion .sector-notice .title-notice {
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .title-notice {
    margin-bottom: 30px;
  }
}
.promotion .sector-notice .title-notice {
  color: #000;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .title-notice {
    font-size: 24px;
  }
}
.promotion .sector-notice .title-notice {
  font-style: normal;
  font-weight: 900;
  line-height: 2.7083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .title-notice {
    line-height: 19.5px;
  }
}
.promotion .sector-notice .title-notice {
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .title-notice {
    letter-spacing: -1px;
  }
}
.promotion .sector-notice .sub-title {
  color: #000;
  font-size: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .sub-title {
    font-size: 23px;
  }
}
.promotion .sector-notice .sub-title {
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .sub-title {
    letter-spacing: -2px;
  }
}
.promotion .sector-notice .sub-title ~ .sub-title {
  margin-top: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .sub-title ~ .sub-title {
    margin-top: 7px;
  }
}
.promotion .sector-notice .sub-title + ul {
  margin-top: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .sub-title + ul {
    margin-top: 6px;
  }
}
.promotion .sector-notice ul li {
  position: relative;
  padding-left: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice ul li {
    padding-left: 15px;
  }
}
.promotion .sector-notice ul li {
  color: #666;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice ul li {
    font-size: 22px;
  }
}
.promotion .sector-notice ul li {
  font-style: normal;
  font-weight: 400;
  line-height: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice ul li {
    line-height: 30px;
  }
}
.promotion .sector-notice ul li {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-notice ul li:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.promotion .sector-notice ul li + li {
  margin-top: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice ul li + li {
    margin-top: 6px;
  }
}/*# sourceMappingURL=mobile.css.map */