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

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

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

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

.promotion .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;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.promotion .disabled,
.product-eco .disabled,
.fullservice .disabled {
  opacity: 0.5;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 60px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.motion-extend-1 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-5 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-6 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-7 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-8 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-9 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.motion-extend-10 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.active .motion-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.2s;
}
.active .motion-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.active .motion-extend-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.active .motion-extend-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.active .motion-extend-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.active .motion-extend-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.active .motion-extend-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.active .motion-extend-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active .motion-extend-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.active .motion-extend-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.active .motion-extend-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.9s;
}
.active .motion-extend-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.active .motion-reduce-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.active .motion-reduce-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.active .motion-reduce-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.active .motion-reduce-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.active .motion-reduce-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.5s;
}
.active .motion-reduce-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active .motion-reduce-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.7s;
}
.active .motion-reduce-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.active .motion-reduce-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.9s;
}
.active .motion-reduce-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.1s;
}
.active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.3s;
}
.active .motion-scale-y-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.active .motion-scale-y-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.5s;
}
.active .motion-scale-y-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.active .motion-scale-y-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.7s;
}
.active .motion-scale-y-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.active .motion-scale-y-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.9s;
}
.active .motion-scale-y-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.active .motion-scale-x-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.1s;
}
.active .motion-scale-x-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.active .motion-scale-x-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.active .motion-scale-x-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.active .motion-scale-x-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.5s;
}
.active .motion-scale-x-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.active .motion-scale-x-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.7s;
}
.active .motion-scale-x-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.active .motion-scale-x-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.9s;
}
.active .motion-scale-x-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}

.promotion {
  position: relative;
  overflow: hidden;
}
.promotion * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.8);
}
.promotion .fix-bottom .wrap {
  display: flex;
  justify-content: space-between;
  padding: 24px 60px;
}
.promotion .fix-bottom .wrap .text-box {
  text-align: left;
}
.promotion .fix-bottom .wrap .text-box span {
  font-size: 20px;
  color: #fff;
}
.promotion .fix-bottom .wrap .text-box p {
  font-size: 35px;
  font-weight: 900;
  color: #fff;
}
.promotion .fix-bottom .wrap .text-box p em {
  font-weight: 900;
  color: #29A6FE;
}
.promotion .fix-bottom .wrap .btn-box {
  display: flex;
}
.promotion .fix-bottom .wrap .btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  font-size: 20px;
  font-weight: 900;
  color: #000;
  text-align: center;
  margin-left: 8px;
  padding: 16px 0;
  border-radius: 4px;
  background: #fff;
}
.promotion .fix-bottom .wrap .btn-box a span {
  display: inline-block;
  color: #0066FF;
  margin: 0 4px;
}
.promotion .fix-bottom .wrap .btn-box a.btn-tip {
  color: #fff;
  margin-left: 0;
  border: 1px solid #fff;
  background: transparent;
}
.promotion .btn-base a {
  display: inline-block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  padding: 8px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.promotion .btn-base a span {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  padding-right: 16px;
}
.promotion .btn-base a span {
  position: relative;
  display: inline-block;
}
.promotion .btn-base a span::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: rgba(0, 0, 0, 0.5);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    right: 16px;
  }
}
.promotion .btn-base a span:before {
  right: 4px;
}
.promotion .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  background: rgba(126, 126, 126, 0.34);
  border-radius: 50%;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow {
    height: 60px;
  }
}
.promotion .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow::before {
    height: 15px;
  }
}
.promotion .slick-arrow.slick-prev {
  left: 0;
  margin-left: -48px;
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  background: rgba(126, 126, 126, 0.34);
  left: auto;
  margin-right: -48px;
  right: 0;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 60px;
  }
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.promotion .title-content {
  text-align: left;
  margin-bottom: 60px;
  padding: 0 50px;
  box-sizing: border-box;
}
.promotion .title-content * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 900;
  color: #212121;
  line-height: 1.2;
}
.promotion .title-content span {
  font-size: 60px;
  color: #0066FF;
  line-height: 1.1;
}
.promotion .sector-title {
  z-index: 1;
  background: #E2EEFE;
  background: linear-gradient(to bottom, #E2EEFE 0%, #FFF 100%);
}
.promotion .sector-title .wrap {
  height: 700px;
}
.promotion .sector-title p {
  position: absolute;
  left: 50%;
  opacity: 0;
}
.promotion .sector-title p.title-1 {
  top: 100px;
  left: 74px;
}
.promotion .sector-title p.title-2 {
  top: 166px;
  left: 74px;
}
.promotion .sector-title p.chart-line {
  top: 88px;
  left: 33px;
}
.promotion .sector-title p.chart-dash {
  top: 207px;
  max-width: 695px;
  margin-left: -170px;
  text-align: left;
  overflow: hidden;
}
.promotion .sector-title p.chart-arrow {
  z-index: 2;
  top: 112px;
  left: 35px;
  text-align: left;
  overflow: hidden;
}
.promotion .sector-title p.chart-point {
  top: 196px;
  margin-left: 546px;
}
.promotion .sector-title p.box {
  top: 486px;
}
.promotion .sector-title p.box-1 {
  margin-left: -560px;
}
.promotion .sector-title p.box-2 {
  margin-left: -187px;
}
.promotion .sector-title p.box-3 {
  margin-left: 186px;
}
.promotion .sector-need {
  padding: 100px 0;
  background: #fff;
}
.promotion .sector-need p {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 900;
  color: #212121;
  margin-bottom: 60px;
}
.promotion .sector-teacher {
  padding: 100px 0;
  background: #fafafa;
}
.promotion .sector-teacher .btn-base {
  z-index: 2;
  position: absolute;
  top: 76px;
  right: 50px;
}
.promotion .sector-teacher .slider {
  margin-bottom: 30px;
}
.promotion .sector-teacher .slider .slick-slide {
  width: 1100px;
  margin: 0 50px;
}
.promotion .sector-test {
  padding: 100px 0;
  background: #f2f7ff;
}
.promotion .sector-test .motion-wrap {
  position: relative;
}
.promotion .sector-test .motion-wrap .motion-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 830px;
  margin: 0 auto;
}
.promotion .sector-test .motion-wrap .motion-box .title-label {
  display: inline-block;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  padding: 10px 30px;
  border-radius: 100px;
  background: #790BFF;
  opacity: 0;
  transition: all 1s;
  transition-delay: 1.5s;
}
.promotion .sector-test .motion-wrap .motion-box .board {
  opacity: 0;
  margin-top: 7px;
  margin-left: 185px;
  transition: all 1s;
  transition-delay: 1.25s;
}
.promotion .sector-test .motion-wrap .motion-box .box {
  position: absolute;
  border: 5px dashed #E61919;
  background: rgba(230, 25, 25, 0.1);
  transition: all 0.5s;
  transform: scale(0);
}
.promotion .sector-test .motion-wrap .motion-box .box-1 {
  top: 84px;
  left: 18px;
  width: 134px;
  height: 22px;
  transition-delay: 2.5s;
}
.promotion .sector-test .motion-wrap .motion-box .box-2 {
  top: 66px;
  right: 12px;
  width: 81px;
  height: 22px;
  transition-delay: 3s;
}
.promotion .sector-test .motion-wrap .motion-box .box-3 {
  top: 90px;
  right: 12px;
  width: 81px;
  height: 353px;
  transition-delay: 3.5s;
}
.promotion .sector-test .motion-wrap .motion-box .box-4 {
  left: 20px;
  bottom: 20px;
  width: 45px;
  height: 14px;
  transition-delay: 4s;
}
.promotion .sector-test .motion-wrap .motion-box .stamp {
  position: absolute;
  top: 184px;
  left: 50%;
  transform: scale(2);
  margin-left: -183px;
  opacity: 0;
}
.promotion .sector-test.active .motion-wrap .motion-box .title-label {
  opacity: 1;
}
.promotion .sector-test.active .motion-wrap .motion-box p.board {
  opacity: 1;
  margin-left: 0;
}
.promotion .sector-test.active .motion-wrap .motion-box .box {
  transform: scale(1);
}
.promotion .sector-test.active .motion-wrap .motion-box .stamp {
  animation-fill-mode: forwards;
  animation-delay: 4s;
  animation-name: stampEvent;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(0.89, -0.01, 0.96, 0.07);
  animation-direction: normal;
}
@keyframes stampEvent {
  0% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}
.promotion .sector-end {
  padding: 100px 0;
  background: #fff;
}
.promotion .sector-end .motion-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 28px;
}
.promotion .sector-end .text-box {
  margin-top: 40px;
}
.promotion .sector-end .text-box * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #212121;
}
.promotion .sector-end .text-box span {
  font-size: 32px;
}
.promotion .sector-end .text-box p {
  font-size: 40px;
  font-weight: 900;
}
.promotion .sector-effect {
  padding-bottom: 100px;
  background: #E7F5FF;
  background: linear-gradient(to bottom, #E7F5FF 0%, #F0E4FF 100%);
}
.promotion .sector-effect .motion-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -15px;
}
.promotion .sector-effect .motion-box > div {
  margin: 15px;
}
.promotion .sector-band {
  z-index: 2;
  padding: 60px 0;
  background: #29a6fe;
  background: linear-gradient(to right, #29a6fe 0%, #790bff 100%);
}
.promotion .sector-band:after {
  content: "";
  position: absolute;
  top: 228px;
  left: 0;
  right: 0;
  width: 286px;
  height: 67px;
  margin: 0 auto;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250327/pc/band_after.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.promotion .sector-band p {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 45px;
  color: #fff;
  font-weight: 900;
  line-height: 1.2;
}
.promotion .sector-band p span {
  color: #FFFC2F;
}
.promotion .sector-apply {
  padding: 100px 0;
  background: #fff;
}
.promotion .sector-apply .wrap {
  padding: 0 50px;
  box-sizing: border-box;
}
.promotion .sector-apply .title-text {
  text-align: left;
  margin-bottom: 40px;
}
.promotion .sector-apply .title-text p {
  font-size: 40px;
  font-weight: 900;
  color: #212121;
  line-height: 1.2;
}
.promotion .sector-apply .step {
  width: 100%;
  height: 216px;
  padding: 30px;
  border-radius: 20px;
  background: #E6F0FF;
  box-sizing: border-box;
}
.promotion .sector-apply .step-list {
  display: flex;
  justify-content: center;
  gap: 0 30px;
  margin-bottom: 60px;
}
.promotion .sector-apply .step strong {
  font-size: 32px;
  font-weight: 900;
  color: #000;
}
.promotion .sector-apply .step p {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  margin: 10px 0;
}
.promotion .sector-apply .step a {
  display: inline-block;
  font-size: 18px;
  color: #000;
  padding: 8px 16px;
  border: 1px solid #000;
  background: #fff;
}
.promotion .sector-apply .step a span {
  padding-right: 12px;
}
.promotion .sector-apply .step a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .step a span::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: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .step a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .step a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .step a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .step a span::before {
    right: 16px;
  }
}
.promotion .sector-apply .step a span:before {
  right: 0;
}
.promotion .sector-apply .step em {
  display: inline-block;
  font-size: 18px;
  padding: 2px 16px;
  padding-right: 24px;
  border-radius: 100px;
  background: #FFC109;
}
.promotion .sector-apply .step em {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .step em::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: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .step em::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .step em::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .step em::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .step em::before {
    right: 16px;
  }
}
.promotion .sector-apply .step em:before {
  right: 12px;
}
.promotion .sector-apply .apply-list {
  position: relative;
  display: flex;
  gap: 0 15px;
}
.promotion .sector-apply .apply-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}
.promotion .sector-apply .apply-list ul li {
  position: relative;
}
.promotion .sector-apply .apply-list ul li input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 1px;
  height: 1px;
  clip: rect(0, 0, 0, 0);
}
.promotion .sector-apply .apply-list ul li label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 208px;
  height: 80px;
  font-size: 20px;
  color: #555;
  border: 1px solid #d5d5d5;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  box-sizing: border-box;
}
.promotion .sector-apply .apply-list ul li input:checked + label {
  color: #fff;
  border-color: #0066FF;
  background: #0066FF;
}
.promotion .sector-apply .apply-list ul li:nth-child(4), .promotion .sector-apply .apply-list ul li:nth-child(8) {
  margin-right: 223px;
}
.promotion .sector-apply .apply-list .tag {
  z-index: 2;
  position: absolute;
  top: -82px;
  left: 50%;
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 1.3;
  margin-left: 133px;
  padding: 14px 30px;
  border-radius: 100px;
  background: #0066FF;
}
.promotion .sector-apply .apply-list .tag:before {
  content: "";
  position: absolute;
  bottom: -16px;
  border: 10px solid transparent;
  border-right-color: #0066FF;
  border-top-color: #0066FF;
}
.promotion .sector-apply .apply-list a {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  min-width: 208px;
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  color: #FFFC2F;
  padding: 30px 0;
  border-radius: 10px;
  background: #29A6FE;
  background: linear-gradient(119deg, #29A6FE 6.32%, #790BFF 94.48%);
}
.promotion .sector-apply .apply-list a span {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
  padding-right: 12px;
}
.promotion .sector-apply .apply-list a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .apply-list a span::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: #fff;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-list a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-list a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-list a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-list a span::before {
    right: 16px;
  }
}
.promotion .sector-apply .apply-list a span:before {
  right: 0;
}
.promotion .sector-apply .desc {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  margin-top: 10px;
  line-height: 1.5;
}
.promotion .sector-tip {
  padding: 100px 0;
  background: #EBF3FF;
}
.promotion .sector-tip .title-text p {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 900;
  color: #212121;
}
.promotion .sector-tip .title-text p span {
  background: linear-gradient(90deg, #29A6FE 24.04%, #790BFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-tip .text-content {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.promotion .sector-tip .text-content ul {
  margin-top: 12px;
  margin-left: 30px;
}
.promotion .sector-tip .text-content ul li {
  display: flex;
  margin-bottom: 10px;
  border-radius: 100px;
  overflow: hidden;
}
.promotion .sector-tip .text-content ul li:last-child {
  margin-bottom: 0;
}
.promotion .sector-tip .text-content ul li .text {
  width: 551px;
  font-size: 20px;
  color: #212121;
  text-align: left;
  padding: 18px 0;
  padding-left: 24px;
  border: 1px solid #0066FF;
  border-radius: 0 100px 100px 0;
  background: #fff;
}
.promotion .sector-tip .text-content-label {
  width: 107px;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 18px 0;
  background: #0066FF;
}
.promotion .sector-notice {
  padding: 100px 0;
  background: #fff;
}
.promotion .sector-notice .title-text {
  text-align: center;
}
.promotion .sector-notice .title-text p {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  color: #212121;
  line-height: 1.2;
}
.promotion .sector-notice .text-content {
  margin-top: 28px;
  padding: 0 50px;
}
.promotion .sector-notice .text-content ul {
  border: 2px solid #000;
  border-width: 2px 0;
}
.promotion .sector-notice .text-content ul li {
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.promotion .sector-notice .text-content ul li:last-child {
  border-bottom: none;
}
.promotion .sector-notice .text-content ul li .text {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  color: #000;
  text-align: left;
  padding: 24px 0;
  padding-left: 40px;
  background: #fff;
  line-height: 1.3;
}
.promotion .sector-notice .text-content-label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 180px;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  padding: 24px 0;
  background: #f1f1f1;
}/*# sourceMappingURL=web.css.map */