@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,
.promotion .fake-select input[type=radio],
.promotion .fake-select input[type=checkbox],
.product-eco .fake-select input[type=radio],
.product-eco .fake-select input[type=checkbox],
.fullservice .fake-select input[type=radio],
.fullservice .fake-select input[type=checkbox] {
  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%);
}

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

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

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

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

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

/* layer */
.hidden,
.sr-only,
.promotion .fake-select input[type=radio],
.promotion .fake-select input[type=checkbox],
.product-eco .fake-select input[type=radio],
.product-eco .fake-select input[type=checkbox],
.fullservice .fake-select input[type=radio],
.fullservice .fake-select input[type=checkbox] {
  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;
}

#privacyPopup .privacy-title {
  text-align: left;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 130%;
  color: #FFF;
  letter-spacing: -0.2333333333vw;
  padding: 4.4444444444vw 3.3333333333vw;
  background: #000;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-title {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-title {
    letter-spacing: -1.68px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-title {
    padding: 32px 24px;
  }
}
#privacyPopup .eduf-layer-close:before, #privacyPopup .eduf-layer-close:after {
  background: #FFF;
}
#privacyPopup .eduf-layer-content {
  padding: 4.1666666667vw 4.4444444444vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content {
    padding: 30px 32px 40px;
  }
}
#privacyPopup .eduf-layer-content .privacy-check {
  font-size: 4.1666666667vw;
  letter-spacing: -1.68px;
  font-weight: 700;
  font-weight: #000;
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .privacy-check {
    font-size: 30px;
  }
}
#privacyPopup .eduf-layer-content .scroll-box {
  font-size: 2.2222222222vw;
  color: #6F6F6F;
  line-height: 1.9;
  margin: 2.7777777778vw 0 1.3888888889vw;
  padding: 3.8888888889vw 2.7777777778vw;
  background: #F8F8F8;
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .scroll-box {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .scroll-box {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .scroll-box {
    margin: 20px 0 10px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .scroll-box {
    padding: 28px 20px;
  }
}
#privacyPopup .eduf-layer-content .scroll-box span {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .scroll-box span {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .scroll-box span {
    font-size: 18px;
  }
}
#privacyPopup .eduf-layer-content .privacy-text {
  font-size: 3.3333333333vw;
  font-weight: 500;
  color: #6F6F6F;
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .privacy-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .privacy-text {
    font-size: 16px;
  }
}
#privacyPopup .eduf-layer-content .privacy-text span {
  color: #FF0000;
}
#privacyPopup .eduf-layer-content .radio-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 3.3333333333vw;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .radio-box {
    gap: 0 24px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .radio-box {
    margin-top: 30px;
  }
}
#privacyPopup .eduf-layer-content .radio-box label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .radio-box label {
    font-size: 24px;
  }
}
#privacyPopup .eduf-layer-content .radio-box label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
}
#privacyPopup .eduf-layer-content .radio-box label input:checked + span {
  border-color: #F93737;
}
#privacyPopup .eduf-layer-content .radio-box label input:checked + span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 50%;
  background: #F93737;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .radio-box label input:checked + span:before {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .radio-box label input:checked + span:before {
    height: 12px;
  }
}
#privacyPopup .eduf-layer-content .radio-box label span {
  position: relative;
  display: inline-block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border: 1px solid #C9C9C9;
  border-radius: 50%;
  margin-right: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .radio-box label span {
    width: 24px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .radio-box label span {
    height: 24px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .eduf-layer-content .radio-box label span {
    margin-right: 6px;
  }
}
#privacyPopup .privacy-btn {
  padding: 0 9.7222222222vw 8.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-btn {
    padding: 0 70px 60px;
  }
}
#privacyPopup .privacy-btn a {
  display: block;
  width: 100%;
  font-size: 4.4444444444vw;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 1.9444444444vw 0;
  background: #000;
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-btn a {
    font-size: 32px;
  }
}
@media screen and (min-width: 720px) {
  #privacyPopup .privacy-btn a {
    padding: 14px 0;
  }
}

#zipcode-layer {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 300;
  display: none;
  border-style: solid;
  border-color: #000;
  border-width: 0.8333333333vw;
  transform: translateX(-50%);
}
@media screen and (min-width: 720px) {
  #zipcode-layer {
    border-width: 6px;
  }
}
#zipcode-layer > div {
  min-width: 320px !important;
  width: 100% !important;
}
@media screen and (min-width: 720px) {
  #zipcode-layer > div {
    width: 500px !important;
  }
}
#zipcode-layer .zipcode-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 300;
  display: block;
  width: 46px;
  height: 46px;
  background-color: #000;
}
#zipcode-layer .zipcode-close:before, #zipcode-layer .zipcode-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 3px;
  margin-left: -15px;
  background-color: #fff;
}
#zipcode-layer .zipcode-close:before {
  transform: rotate(45deg);
}
#zipcode-layer .zipcode-close:after {
  transform: rotate(-45deg);
}

.eduf-layer-result .eduf-layer-wrap {
  max-width: 88.8888888889vw;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-wrap {
    max-width: 640px;
  }
}
.eduf-layer-result .eduf-layer-content {
  position: relative;
  text-align: center;
  padding: 8.3333333333vw 6.9444444444vw 12.5vw;
  background: #FFF694;
  background: linear-gradient(164deg, #FFF694 9.37%, #FFBF00 92.23%);
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content {
    padding: 60px 50px 90px;
  }
}
.eduf-layer-result .eduf-layer-content .deco {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 37.7777777778vw;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251217/mobile/result_deco.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .deco {
    height: 272px;
  }
}
.eduf-layer-result .eduf-layer-content .result-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 5.8333333333vw;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.1166666667vw;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .result-title {
    font-size: 42px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .result-title {
    letter-spacing: -0.84px;
  }
}
.eduf-layer-result .eduf-layer-content .img-box {
  position: relative;
  margin: 3.8888888889vw 0 3.3333333333vw;
  border: solid #000;
  border-width: 0.2777777778vw;
  border-radius: 1.1111111111vw;
  background: #FFF084;
  background: linear-gradient(0deg, #FFF084 0%, #FFF 100%);
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .img-box {
    margin: 28px 0 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .img-box {
    border-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .img-box {
    border-radius: 8px;
  }
}
.eduf-layer-result .eduf-layer-content .result-text {
  position: absolute;
  top: 5.5555555556vw;
  left: 0;
  right: 0;
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.1666666667vw;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .result-text {
    top: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .result-text {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .result-text {
    letter-spacing: -1.2px;
  }
}
.eduf-layer-result .eduf-layer-content .character {
  position: absolute;
  top: 25.8333333333vw;
  left: 0;
  width: 34.3055555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .character {
    top: 186px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .character {
    width: 247px;
  }
}
.eduf-layer-result .eduf-layer-content .text-box strong {
  display: block;
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.1666666667vw;
  color: #000;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .text-box strong {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .text-box strong {
    letter-spacing: -1.2px;
  }
}
.eduf-layer-result .eduf-layer-content .text-box table {
  margin: 1.6666666667vw 0 3.3333333333vw;
  border-collapse: collapse;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .text-box table {
    margin: 12px 0 24px;
  }
}
.eduf-layer-result .eduf-layer-content .text-box table td {
  font-size: 2.5vw;
  line-height: 140%;
  letter-spacing: -0.1vw;
  color: #000;
  padding: 2.7777777778vw 0;
  background: #FFF;
  border: 1px solid #C9C9C9;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .text-box table td {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .text-box table td {
    letter-spacing: -0.72px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .text-box table td {
    padding: 20px 0;
  }
}
.eduf-layer-result .eduf-layer-content .logo {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 3.3333333333vw;
  width: 14.1666666667vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .logo {
    bottom: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-result .eduf-layer-content .logo {
    width: 102px;
  }
}

.eduf-layer-log .eduf-layer-wrap {
  max-width: 88.8888888889vw;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .eduf-layer-log .eduf-layer-wrap {
    max-width: 640px;
  }
}
.eduf-layer-log .eduf-layer-content {
  padding: 8.8888888889vw 6.9444444444vw;
  box-sizing: border-box;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .eduf-layer-log .eduf-layer-content {
    padding: 64px 50px;
  }
}
.eduf-layer-log .eduf-layer-content h3 {
  font-size: 5vw;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -0.1vw;
  color: #000;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .eduf-layer-log .eduf-layer-content h3 {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-log .eduf-layer-content h3 {
    letter-spacing: -0.72px;
  }
}
.eduf-layer-log .eduf-layer-content .table-box {
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-log .eduf-layer-content .table-box {
    margin-top: 24px;
  }
}
.eduf-layer-log .eduf-layer-content .table-box p {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.2083333333vw;
  color: #000;
  margin-bottom: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-log .eduf-layer-content .table-box p {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-log .eduf-layer-content .table-box p {
    letter-spacing: -1.5px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-log .eduf-layer-content .table-box p {
    margin-bottom: 12px;
  }
}
.eduf-layer-log .eduf-layer-content .notice {
  align-items: center;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-log .eduf-layer-content .notice {
    margin-top: 30px;
  }
}
.eduf-layer-log .eduf-layer-content .notice p {
  color: #909090;
}

.eduf-layer-large .eduf-layer-content {
  padding: 9.7222222222vw 3.8888888889vw 3.8888888889vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-large .eduf-layer-content {
    padding: 70px 28px 28px;
  }
}

.eduf-layer .eduf-layer-wrap {
  max-width: 640px;
  width: 100%;
}
.eduf-layer .eduf-layer-content table {
  width: 100%;
  border-collapse: collapse;
}
.eduf-layer .eduf-layer-content table th {
  font-size: 2.5vw;
  line-height: 140%;
  letter-spacing: -0.1vw;
  color: #000;
  text-align: center;
  padding: 2.7777777778vw 0;
  background: #F6F6F6;
  border: 1px solid #C9C9C9;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content table th {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content table th {
    letter-spacing: -0.72px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content table th {
    padding: 20px 0;
  }
}
.eduf-layer .eduf-layer-content table td {
  font-size: 2.5vw;
  line-height: 140%;
  letter-spacing: -0.1vw;
  color: #000;
  text-align: center;
  padding: 2.7777777778vw 0;
  background: #FFF;
  border: 1px solid #C9C9C9;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content table td {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content table td {
    letter-spacing: -0.72px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content table td {
    padding: 20px 0;
  }
}
.eduf-layer .eduf-layer-content .notice {
  display: flex;
  gap: 1.6666666667vw;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice {
    gap: 12px;
  }
}
.eduf-layer .eduf-layer-content .notice p {
  font-size: 2.5vw;
  line-height: 130%;
  letter-spacing: -0.1vw;
  text-align: right;
  color: #222;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice p {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice p {
    letter-spacing: -0.72px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice p {
    font-size: 14px;
    letter-spacing: -0.56px;
  }
}
.eduf-layer .eduf-layer-content .notice .btn-base {
  display: inline-block;
  font-size: 2.5vw;
  font-weight: 700;
  line-height: 160%;
  color: #212121;
  letter-spacing: -0.0833333333vw;
  padding: 1.1111111111vw 1.3888888889vw;
  border: 1px solid #B7B7B7;
  border-radius: 0.8333333333vw;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice .btn-base {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice .btn-base {
    letter-spacing: -0.6px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice .btn-base {
    padding: 8px 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice .btn-base {
    border-radius: 6px;
  }
}
.eduf-layer .eduf-layer-content .notice .btn-base span {
  padding-right: 1.6666666667vw;
}
.eduf-layer .eduf-layer-content .notice .btn-base span {
  position: relative;
  display: inline-block;
}
.eduf-layer .eduf-layer-content .notice .btn-base span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #212121;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice .btn-base span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice .btn-base span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice .btn-base span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice .btn-base span::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer .eduf-layer-content .notice .btn-base span {
    padding-right: 12px;
  }
}
.eduf-layer .eduf-layer-content .notice .btn-base span:before {
  right: 0;
}

.eduf-layer-apply * {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  word-break: keep-all;
}
.eduf-layer-apply .eduf-layer-wrap {
  max-width: 88.8888888889vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-wrap {
    max-width: 640px;
  }
}
.eduf-layer-apply .eduf-layer-title {
  text-align: left;
  padding: 4.1666666667vw 5.5555555556vw;
  background: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-title {
    padding: 30px 40px;
  }
}
.eduf-layer-apply .eduf-layer-title strong {
  font-size: 4.1666666667vw;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-title strong {
    font-size: 30px;
  }
}
.eduf-layer-apply .eduf-layer-close:before, .eduf-layer-apply .eduf-layer-close:after {
  background: #fff;
}
.eduf-layer-apply .eduf-layer-content {
  padding: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content {
    padding: 40px;
  }
}
.eduf-layer-apply .eduf-layer-content form .input-box dl {
  display: flex;
  align-items: center;
  margin-top: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box dl {
    margin-top: 14px;
  }
}
.eduf-layer-apply .eduf-layer-content form .input-box dl:first-child {
  margin-top: 0;
}
.eduf-layer-apply .eduf-layer-content form .input-box dl dt {
  min-width: 16.6666666667vw;
  max-width: 16.6666666667vw;
  font-size: 3.0555555556vw;
  font-weight: 600;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box dl dt {
    min-width: 120px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box dl dt {
    max-width: 120px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box dl dt {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box dl dt {
    font-size: 22px;
  }
}
.eduf-layer-apply .eduf-layer-content form .input-box dl dd {
  width: 100%;
}
.eduf-layer-apply .eduf-layer-content form .input-box dl dd input, .eduf-layer-apply .eduf-layer-content form .input-box dl dd select {
  width: 100%;
  height: auto;
  font-size: 3.0555555556vw;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #525252;
  padding: 2.7777777778vw 3.3333333333vw;
  border: 1px solid #C9C9C9;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box dl dd input, .eduf-layer-apply .eduf-layer-content form .input-box dl dd select {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box dl dd input, .eduf-layer-apply .eduf-layer-content form .input-box dl dd select {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box dl dd input, .eduf-layer-apply .eduf-layer-content form .input-box dl dd select {
    padding: 20px 24px;
  }
}
.eduf-layer-apply .eduf-layer-content form .input-box .notice {
  font-size: 2.5vw;
  font-weight: 400;
  color: #999;
  line-height: 1.3;
  margin-top: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box .notice {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box .notice {
    font-size: 14px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .input-box .notice {
    margin-top: 6px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit {
  position: relative;
  padding-bottom: 1.3888888889vw;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit {
    padding-bottom: 10px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit strong {
  font-size: 3.0555555556vw;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit strong {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit strong {
    font-size: 22px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit strong span {
  color: #F93737;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-text {
  text-align: left;
  font-size: 2.7777777778vw;
  color: #000;
  line-height: 1.6;
  margin: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-text {
    margin: 20px 0;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .table-box table {
  border: 1px solid #C9C9C9;
  border-width: 1px 0;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .table-box table .fc-red {
  color: #F93737;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .table-box table strong {
  font-weight: 700;
  text-decoration: underline;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr {
  border-bottom: 1px solid #C9C9C9;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr th {
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.1111111111vw;
  color: #000;
  padding: 1.9444444444vw 0;
  border-left: 1px solid #C9C9C9;
  background: #F6F6F6;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr th {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr th {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr th {
    letter-spacing: -0.8px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr th {
    padding: 14px 0;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr td {
  font-size: 2.5vw;
  padding: 2.7777777778vw 1.3888888889vw;
  border-left: 1px solid #C9C9C9;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr td {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr td {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr td {
    padding: 20px 10px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr td:last-child {
  color: #F93737;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .check-text {
  font-size: 2.7777777778vw;
  font-weight: 500;
  line-height: 1.6;
  color: #000;
  margin-top: 2.7777777778vw;
  margin-bottom: 4.1666666667vw;
  padding-bottom: 1.3888888889vw;
  border-bottom: 1px solid #C9C9C9;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-text {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-text {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-text {
    padding-bottom: 10px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .check-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .check-box input {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin: 0;
  margin-right: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-box input {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-box input {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-box input {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-box input {
    margin-right: 4px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .check-box input + label {
  margin-right: 3.3333333333vw;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-box input + label {
    margin-right: 24px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .check-box label {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-box label {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .check-box label {
    font-size: 22px;
  }
}
.eduf-layer-apply .eduf-layer-content .btn-box {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .btn-box {
    margin-top: 40px;
  }
}
.eduf-layer-apply .eduf-layer-content .btn-box a {
  display: block;
  width: 100%;
  font-size: 5vw;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 2.7777777778vw 0;
  background: #F93737;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .btn-box a {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content .btn-box a {
    padding: 20px 0;
  }
}

.bottom_fix_btn {
  display: none !important;
}

#wrap {
  overflow: unset;
}

.promotion {
  overflow: unset;
}
.promotion * {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .only-mobile {
  display: block;
}
.promotion .only-pc {
  display: none;
}
.promotion .wrap {
  max-width: 720px;
}
.promotion img {
  max-width: 100%;
}
.promotion .fc-point {
  color: #FF9000;
}
.promotion .btn-base {
  position: absolute;
}
.promotion .btn-base button {
  font-size: 0;
  padding: 1.3888888889vw 2.2222222222vw;
  border: 1px solid #000;
  border-radius: 0.5555555556vw;
  background: #FFF;
  opacity: 0.6;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button {
    padding: 10px 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button {
    border-radius: 4px;
  }
}
.promotion .btn-base button span {
  font-size: 2.7777777778vw;
  line-height: 120%;
  letter-spacing: -0.0555555556vw;
  padding-right: 1.6666666667vw;
}
.promotion .btn-base button span {
  position: relative;
  display: inline-block;
}
.promotion .btn-base button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span {
    letter-spacing: -0.4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base button span {
    padding-right: 12px;
  }
}
.promotion .btn-base button span:before {
  right: 0;
}
.promotion [class^=sector-] {
  position: relative;
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251217/mobile/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FD0;
  background: linear-gradient(180deg, #FD0 40.93%, #FFAE00 94.33%);
}
.promotion .sector-title .wrap > img {
  z-index: 3;
  position: relative;
}
.promotion .sector-title .title {
  position: absolute;
}
.promotion .sector-title .title-1 {
  z-index: 5;
  top: 13.6111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-1 {
    top: 98px;
  }
}
.promotion .sector-title .title-2 {
  z-index: 5;
  top: 24.7222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-2 {
    top: 178px;
  }
}
.promotion .sector-title .title-3 {
  z-index: 5;
  top: 40.9722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-3 {
    top: 295px;
  }
}
.promotion .sector-title .title-4 {
  z-index: 5;
  top: 120.6944444444vw;
  left: 50%;
  width: 29.4444444444vw;
  margin-left: -40vw;
  animation-name: dungdung;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-4 {
    top: 869px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-4 {
    width: 212px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-4 {
    margin-left: -288px;
  }
}
@keyframes dungdung {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 1.3888888889vw;
    @media screen and (min-width: 720px) {
      .promotion .sector-title .title-4 {
        margin-top: 10px;
      }
    }
  }
}
.promotion .sector-title .title-left {
  z-index: 3;
  top: 46.9444444444vw;
  left: 50%;
  margin-left: -52.7777777778vw;
  width: 37.5vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-left {
    top: 338px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-left {
    margin-left: -380px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-left {
    width: 270px;
  }
}
.promotion .sector-title .title-right {
  z-index: 3;
  top: 50.6944444444vw;
  left: 50%;
  margin-left: 13.6111111111vw;
  width: 36.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-right {
    top: 365px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-right {
    margin-left: 98px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .title-right {
    width: 263px;
  }
}
.promotion .sector-title .btn-action {
  z-index: 5;
  position: absolute;
  top: 139.5833333333vw;
  left: 0;
  right: 0;
  width: 88.8888888889vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action {
    top: 1005px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action {
    width: 640px;
  }
}
.promotion .sector-intro {
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251217/mobile/bg_intro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-intro:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFFCE0;
  background: linear-gradient(180deg, #FFFCE0 0%, rgba(255, 245, 151, 0) 100%);
}
.promotion .sector-intro .img-box {
  z-index: 5;
  position: relative;
}
.promotion .sector-intro .flag {
  z-index: 1;
  position: absolute;
  top: 26.1111111111vw;
  left: 0.6944444444vw;
  width: 47.9166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-intro .flag {
    top: 188px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-intro .flag {
    left: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-intro .flag {
    width: 345px;
  }
}
.promotion .sector-reason {
  background: rgba(255, 246, 148, 0.1);
  background: linear-gradient(164deg, rgba(255, 246, 148, 0.1) 9.37%, rgba(255, 191, 0, 0.1) 92.23%);
}
.promotion .sector-reason .img-box {
  z-index: 5;
  position: relative;
}
.promotion .sector-reason .reason {
  z-index: 4;
  position: absolute;
  left: 50%;
}
.promotion .sector-reason .reason-1 {
  top: 29.3055555556vw;
  width: 54.5833333333vw;
  margin-left: -46.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-1 {
    top: 211px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-1 {
    width: 393px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-1 {
    margin-left: -332px;
  }
}
.promotion .sector-reason .reason-2 {
  top: 39.7222222222vw;
  margin-left: -3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-2 {
    top: 286px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-2 {
    margin-left: -22px;
  }
}
.promotion .sector-reason .reason-3 {
  z-index: 3;
  top: 49.1666666667vw;
  width: 54.5833333333vw;
  margin-left: -37.5vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-3 {
    top: 354px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-3 {
    width: 393px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-3 {
    margin-left: -270px;
  }
}
.promotion .sector-reason .reason-4 {
  top: 67.6388888889vw;
  width: 56.3888888889vw;
  margin-left: -8.6111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-4 {
    top: 487px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-4 {
    width: 406px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-4 {
    margin-left: -62px;
  }
}
.promotion .sector-reason .reason-5 {
  z-index: 6;
  top: 67.5vw;
  width: 45.2777777778vw;
  margin-left: -45.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-5 {
    top: 486px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-5 {
    width: 326px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-reason .reason-5 {
    margin-left: -328px;
  }
}
.promotion .sector-root {
  padding: 13.8888888889vw 0;
  background: #FFE984;
  background: linear-gradient(164deg, #FFE984 9.37%, #FFBF00 92.23%);
}
@media screen and (min-width: 720px) {
  .promotion .sector-root {
    padding: 100px 0;
  }
}
.promotion .sector-root .item-box {
  position: relative;
  display: none;
}
.promotion .sector-root .item-box.active {
  display: block;
}
.promotion .sector-root .flag {
  position: absolute;
  top: 20.9722222222vw;
  width: 27.9166666667vw;
  right: 2.5vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .flag {
    top: 151px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .flag {
    width: 201px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .flag {
    right: 18px;
  }
}
.promotion .sector-root .icon {
  z-index: 5;
  position: absolute;
  top: 53.4722222222vw;
  left: 4.4444444444vw;
  width: 22.7777777778vw;
  animation-name: dungdung;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .icon {
    top: 385px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .icon {
    left: 32px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .icon {
    width: 164px;
  }
}
.promotion .sector-root .btn-box {
  display: flex;
  flex-direction: column;
  gap: 2.2222222222vw 0;
  margin-bottom: 5vw;
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box {
    gap: 16px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box {
    padding: 0 40px;
  }
}
.promotion .sector-root .btn-box button {
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  text-align: left;
  padding: 6.9444444444vw 8.8888888889vw;
  border: solid #000;
  border-width: 0.4166666667vw;
  border-radius: 1.1111111111vw;
  background: #FFC300;
}
.promotion .sector-root .btn-box button {
  position: relative;
  display: inline-block;
}
.promotion .sector-root .btn-box button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box button::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box button::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box button::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box button::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box button {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box button {
    padding: 50px 64px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box button {
    border-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box button {
    border-radius: 8px;
  }
}
.promotion .sector-root .btn-box button:before {
  right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .btn-box button:before {
    right: 40px;
  }
}
.promotion .sector-root .btn-box button:hover {
  color: #FFF;
  background: #000;
  background: linear-gradient(0deg, #000 19%, #666 111%);
}
.promotion .sector-root .btn-box button:hover:before {
  border-color: #FFF;
}
.promotion .sector-root .question-box {
  position: absolute;
  top: 17.7777777778vw;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 88.8888888889vw;
  margin: 0 auto;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-box {
    top: 128px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-box {
    width: 640px;
  }
}
.promotion .sector-root .question-box small {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 140%;
  color: #FFC209;
  letter-spacing: -0.0888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-box small {
    font-size: 32px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-box small {
    letter-spacing: -0.64px;
  }
}
.promotion .sector-root .question-box .question-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 4.4444444444vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.0888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-box .question-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-box .question-title {
    letter-spacing: -0.64px;
  }
}
.promotion .sector-root .question-choose {
  display: flex;
  flex-direction: column;
  gap: 2.5vw 0;
  margin: 6.6666666667vw 0 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-choose {
    gap: 18px 0;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-choose {
    margin: 48px 0 64px;
  }
}
.promotion .sector-root .question-choose li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55.2777777778vw;
  height: 11.1111111111vw;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.6111111111vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #EDEDED;
  border-radius: 1.3888888889vw;
  background: #EDEDED;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-choose li {
    width: 398px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-choose li {
    height: 80px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-choose li {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-choose li {
    border-radius: 10px;
  }
}
.promotion .sector-root .question-choose li:hover, .promotion .sector-root .question-choose li:active {
  border-color: #000;
  background-color: #FFC209;
}
.promotion .sector-root .question-choose li.type-ox {
  height: 31.5277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .question-choose li.type-ox {
    height: 227px;
  }
}
.promotion .sector-root .question-choose li.ox-o {
  background-color: #EDEDED;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251217/mobile/bg_question_O.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-root .question-choose li.ox-o:hover {
  background-color: #FFC209;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251217/mobile/bg_question_O_on.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-root .question-choose li.ox-x {
  background-color: #EDEDED;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251217/mobile/bg_question_X.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-root .question-choose li.ox-x:hover {
  background-color: #FFC209;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/event/251217/mobile/bg_question_X_on.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.promotion .sector-root .progress-bar {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 21.1111111111vw;
  width: 72.9166666667vw;
  height: 0.8333333333vw;
  margin: 0 auto;
  background: #F2F2F2;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .progress-bar {
    bottom: 152px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .progress-bar {
    width: 525px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .progress-bar {
    height: 6px;
  }
}
.promotion .sector-root .progress-bar .ticks {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  background: #000;
  transition: width 0.4s ease;
}
.promotion .sector-root .result-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 6.6666666667vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.4666666667vw;
  margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-title {
    letter-spacing: -3.36px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-title {
    margin-bottom: 48px;
  }
}
.promotion .sector-root .result-img {
  position: relative;
}
.promotion .sector-root .result-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 16.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action {
    bottom: 120px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action {
    bottom: 100px;
  }
}
.promotion .sector-root .result-action button, .promotion .sector-root .result-action a {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 69.4444444444vw;
  height: 13.8888888889vw;
  font-size: 3.8888888889vw;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  text-align: center;
  margin: 0 auto;
  border: solid #000;
  border-width: 0.4166666667vw;
  border-radius: 1.1111111111vw;
  background: #000;
  background: linear-gradient(0deg, #000 19%, #666 111%);
}
.promotion .sector-root .result-action button, .promotion .sector-root .result-action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-root .result-action button::before, .promotion .sector-root .result-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button::before, .promotion .sector-root .result-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button::before, .promotion .sector-root .result-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button::before, .promotion .sector-root .result-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button::before, .promotion .sector-root .result-action a::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button, .promotion .sector-root .result-action a {
    width: 500px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button, .promotion .sector-root .result-action a {
    height: 100px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button, .promotion .sector-root .result-action a {
    font-size: 28px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button, .promotion .sector-root .result-action a {
    border-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button, .promotion .sector-root .result-action a {
    border-radius: 8px;
  }
}
.promotion .sector-root .result-action button {
  margin-bottom: 33.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button {
    margin-bottom: 240px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-root .result-action button {
    margin-bottom: 208px;
  }
}
.promotion .sector-question {
  display: none;
  background: #FFE9A3;
}
.promotion .sector-item {
  padding: 13.8888888889vw 0;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item {
    padding: 100px 0;
  }
}
.promotion .sector-item * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-item .title-box .main-title {
  font-size: 5vw;
  font-weight: 900;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .title-box .main-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .title-box .main-title {
    letter-spacing: -1.44px;
  }
}
.promotion .sector-item .btn-base {
  position: relative;
  text-align: center;
  margin: 4.1666666667vw 0 6.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .btn-base {
    margin: 30px 0 48px;
  }
}
.promotion .sector-item .table-box {
  padding: 0 5.5555555556vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box {
    padding: 0 40px;
  }
}
.promotion .sector-item .table-box table {
  width: 100%;
}
.promotion .sector-item .table-box table thead th {
  font-size: 4.1666666667vw;
  font-weight: 900;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.125vw;
  padding: 3.3333333333vw 0 2.7777777778vw;
  border-left: 1px dashed #BEBEBE;
  background: #FFEB84;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box table thead th {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box table thead th {
    letter-spacing: -0.9px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box table thead th {
    padding: 24px 0 20px;
  }
}
.promotion .sector-item .table-box table thead th:first-child {
  border-left: 0;
  background: transparent;
}
.promotion .sector-item .table-box table tbody tr {
  border-top: 1px dashed #BEBEBE;
}
.promotion .sector-item .table-box table tbody tr:last-child {
  border-bottom: 1px dashed #BEBEBE;
}
.promotion .sector-item .table-box table tbody td {
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 130%;
  color: #171717;
  letter-spacing: -0.1333333333vw;
  word-break: keep-all;
  overflow-wrap: break-word;
  padding: 2.7777777778vw 0 3.3333333333vw;
  border-left: 1px dashed #BEBEBE;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box table tbody td {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box table tbody td {
    letter-spacing: -0.96px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box table tbody td {
    padding: 20px 0 24px;
  }
}
.promotion .sector-item .table-box table tbody td:first-child {
  font-size: 3.75vw;
  font-weight: 900;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.2333333333vw;
  border-left: 0;
  background: #F4F4F4;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box table tbody td:first-child {
    font-size: 27px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box table tbody td:first-child {
    letter-spacing: -1.68px;
  }
}
.promotion .sector-item .table-box table tbody td strong {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 5vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .table-box table tbody td strong {
    font-size: 36px;
  }
}
.promotion .sector-item .btn-link a {
  display: inline-block;
  font-size: 2.7777777778vw;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.0833333333vw;
  padding: 0.5555555556vw 2.7777777778vw;
  border: 1px solid #000;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .btn-link a {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .btn-link a {
    letter-spacing: -0.6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .btn-link a {
    padding: 4px 20px;
  }
}
.promotion .sector-interview {
  padding-bottom: 13.8888888889vw;
  background: #FFFAD0;
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview {
    padding-bottom: 100px;
  }
}
.promotion .sector-interview .video-box {
  position: relative;
  width: 81.6666666667vw;
  height: 45.9722222222vw;
  margin: 0 auto;
  border-radius: 1.3888888889vw;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview .video-box {
    width: 588px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview .video-box {
    height: 331px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview .video-box {
    border-radius: 10px;
  }
}
.promotion .sector-interview .video-box .eduwill-iframe-play,
.promotion .sector-interview .video-box .eduwill-video-play {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.promotion .sector-interview .video-box .eduwill-iframe-play img,
.promotion .sector-interview .video-box .eduwill-video-play img {
  height: 100%;
}
.promotion .sector-interview .video-box video, .promotion .sector-interview .video-box iframe {
  width: 100%;
  height: 100%;
}
.promotion .sector-interview .interview-slide {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview .interview-slide {
    margin-top: 40px;
  }
}
.promotion .sector-interview .interview-slide .slick-slide {
  width: 50.9722222222vw;
  margin: 0 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview .interview-slide .slick-slide {
    width: 367px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-interview .interview-slide .slick-slide {
    margin: 0 5px;
  }
}/*# sourceMappingURL=mobile.css.map */