@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 {
  overflow: hidden;
  text-align: center;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1.5px;
  }
}
.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: 10.4166666667vw;
  height: 10.1388888889vw;
  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: 75px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 73px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  font-size: 0;
}

.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: ease-out;
  -o-transition-property: 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-2 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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-3 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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-4 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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-5 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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-6 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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-7 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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-8 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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-9 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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-10 {
  opacity: 0;
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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-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;
}

.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;
}

/* layer */
.hidden,
.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;
}

#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 .eduf-layer-content * {
  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;
  margin-top: 5.5555555556vw;
  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 {
    margin-top: 40px;
  }
}
@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 label {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox {
  position: relative;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  margin-right: 1.3888888889vw;
  border: 1px solid #C9C9C9;
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox {
    width: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox {
    height: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox {
    margin-right: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox {
    border-radius: 4px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:before {
  content: "";
  position: absolute;
  top: 1.6666666667vw;
  left: 0.6944444444vw;
  width: 1.1111111111vw;
  height: 0.4166666667vw;
  border-radius: 1.3888888889vw;
  transform: rotate(40deg);
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:before {
    top: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:before {
    left: 5px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:before {
    height: 3px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:before {
    border-radius: 10px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:after {
  content: "";
  position: absolute;
  top: 1.5277777778vw;
  left: 1.25vw;
  width: 1.6666666667vw;
  height: 0.4166666667vw;
  border-radius: 1.3888888889vw;
  transform: rotate(130deg);
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:after {
    top: 11px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:after {
    left: 9px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:after {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:after {
    height: 3px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label .fake-checkbox:after {
    border-radius: 10px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label 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 label strong {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label strong {
    font-size: 22px;
  }
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit label strong span {
  color: #F93737;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit input:checked + label .fake-checkbox {
  border-color: #F93737;
  background: #F93737;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit input:checked + label .fake-checkbox:before, .eduf-layer-apply .eduf-layer-content form .agree-box .agree-tit input:checked + label .fake-checkbox:after {
  background: #fff;
}
.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 th:first-child {
  border-left: 0;
}
.eduf-layer-apply .eduf-layer-content form .agree-box .table-box table tr td {
  font-size: 2.5vw;
  vertical-align: top;
  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:first-child {
  border-left: 0;
}
.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;
}
.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;
  }
}

.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-wing {
  position: fixed;
  right: 10px;
  bottom: 120px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 99;
}
.promotion .fix-wing a {
  display: block;
  border-radius: 10px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.15);
}
.promotion .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  background-color: #050404;
}
.promotion .fix-bottom a {
  display: block;
  position: relative;
}
.promotion .fix-bottom a img {
  margin-top: -19px;
}
.promotion .title-wrap {
  margin-bottom: 60px;
}
.promotion .title-wrap .title-label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 20px;
  border-radius: 30px;
  background: #000;
  color: #F5B800;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.promotion .title-wrap .title {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.05px;
}
.promotion .title-wrap .title strong {
  font-weight: 900;
}
.promotion .title-wrap .title .fc-point {
  color: #F5B800;
}
.promotion .box-list {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
  gap: 10px;
}
.promotion .notice {
  margin: 20px 20px 0;
}
.promotion .notice li {
  position: relative;
  font-size: 16px;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1.6;
  padding-left: 10px;
}
.promotion .notice li:before {
  content: "*";
  position: absolute;
  top: 2px;
  left: 0;
}
.promotion .sector-title {
  position: relative;
  background: radial-gradient(26.52% 26.52% at 50% 0.89%, rgba(255, 255, 255, 0.2) 11.98%, rgba(253, 204, 204, 0) 100%), linear-gradient(180deg, #FFECB2 0%, #FFCB26 100%);
}
.promotion .sector-title [class^=title-] {
  position: absolute;
  left: 50%;
  opacity: 0;
}
.promotion .sector-title .title-1 {
  top: 80px;
  margin-left: -187px;
  color: #000;
  font-family: "EduwillBetaRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 25px;
  font-weight: 400;
  letter-spacing: -1.5px;
}
.promotion .sector-title .title-2 {
  top: 127px;
  margin-left: -240px;
}
.promotion .sector-title .title-3 {
  top: 187px;
  padding: 10px 58px 0;
  margin-left: -258px;
  border-radius: 5px;
  background: #000;
  color: #FFD13F;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 78px;
  font-weight: 700;
  letter-spacing: -0.78px;
  line-height: 99px;
}
.promotion .sector-title .title-4 {
  top: 310px;
  margin-left: -172px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: -2.28px;
}
.promotion .sector-title .flag-title {
  position: absolute;
  top: 134px;
  left: 50%;
  margin-left: 261px;
  animation-name: dungdung;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}
@keyframes dungdung {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
}
.promotion .sector-title .btn-action {
  position: absolute;
  bottom: 81px;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}
.promotion .sector-title .btn-action a {
  width: 800px;
  padding: 27px 0;
  border-radius: 500px;
  border: 1px solid #FFD551;
  background: #515151;
  background: linear-gradient(180deg, #515151 8%, #000 87%);
}
.promotion .sector-title .btn-action a .text {
  padding-right: 18px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.04px;
}
.promotion .sector-title .btn-action a .text {
  position: relative;
  display: inline-block;
}
.promotion .sector-title .btn-action a .text::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: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action a .text::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action a .text::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action a .text::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action a .text::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action a .text::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .btn-action a .text::before {
    border-right-width: 3px;
  }
}
.promotion .sector-title .btn-action a .text:before {
  right: 0;
}
.promotion .sector-title:before {
  position: absolute;
  top: 137px;
  left: 50%;
  transform: translateX(-50%);
  content: "Eduwill \a Administrative \a Agent";
  color: rgba(0, 0, 0, 0.13);
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 250px;
  font-weight: 900;
  letter-spacing: -15px;
  white-space: pre;
  mix-blend-mode: overlay;
}
.promotion .sector-gift1 {
  padding: 100px 0;
  background: #FFF;
}
.promotion .sector-gift2 {
  padding: 100px 0;
  background: #FFFCF2;
}
.promotion .sector-gift2 .title-wrap .title {
  font-weight: 700;
}
.promotion .sector-gift2 .gift-list {
  display: flex;
  -ms-box-pack: center;
  justify-content: center;
  gap: 16px;
}
.promotion .sector-gift2 .gift-list .gift {
  position: relative;
}
.promotion .sector-gift2 .gift-list .gift .gift-img {
  width: 180px;
}
.promotion .sector-gift2 .gift-list .gift .gift-img img {
  width: 100%;
}
.promotion .sector-gift2 .gift-list .gift .gift-text {
  margin-top: 32px;
  color: #222;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.64px;
}
.promotion .sector-gift2 .gift-list .gift .gift-text span {
  margin-top: 2px;
  color: rgba(34, 34, 34, 0.4);
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.56px;
}
.promotion .sector-gift2 .gift-list .gift .gift-badge {
  position: absolute;
  top: 119px;
  right: -15px;
  display: flex;
  flex-direction: column;
  -ms-box-pack: center;
  justify-content: center;
  -ms-box-align: center;
  align-items: center;
  width: 85px;
  height: 85px;
  font-size: 22px;
  line-height: 1.2;
  color: #000;
  font-weight: 900;
  border-radius: 50%;
  background: #FFECB2;
  background: linear-gradient(180deg, #FFECB2 0%, #FFCB26 100%);
  border: 2px solid #000;
  box-shadow: 0px 4px 13px 0px rgba(0, 0, 0, 0.1);
  animation-name: giftMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-direction: normal;
}
@keyframes giftMotion {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
}
.promotion .sector-gift2 .gift-list .gift .gift-badge span {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.72px;
  color: #FFE500;
}
.promotion .sector-gift2 .gift-list .gift .gift-badge.new {
  background: #8C52FF;
  background: linear-gradient(180deg, #8C52FF 0%, #4338E5 100%);
}
.promotion .sector-gift2 .gift-list .gift .gift-badge.new p {
  color: #fff;
}
.promotion .sector-apply {
  padding: 100px 0;
  background: #FFCD32;
}
.promotion .sector-apply .apply-box {
  position: relative;
  padding: 48px 55px;
  margin: 0 20px;
  background: #fff;
  border-radius: 10px;
  border: 2px solid #000;
  box-sizing: border-box;
}
.promotion .sector-apply .apply-box .apply-item + .apply-item {
  margin-top: 30px;
}
.promotion .sector-apply .apply-box .apply-item .apply-item-title {
  display: inline-block;
  padding: 2px 30px;
  margin-bottom: 20px;
  border-radius: 30px;
  border: 2px solid #000;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.2px;
}
.promotion .sector-apply .apply-box .apply-item p {
  color: #444;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.72px;
}
.promotion .sector-apply .apply-box .apply-item .box-list div + div {
  position: relative;
}
.promotion .sector-apply .apply-box .apply-item .box-list div + div:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #FFCD32;
  border: 1px solid #000;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  background-image: url("//img.eduwill.net/eduwill/img/2025/A/event/250725/pc/ico_arw_right.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.promotion .sector-apply .apply-box:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: -82px;
  bottom: -38px;
  width: 254px;
  height: 271px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/A/event/250725/pc/bg_deco_apply.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-apply .btn-action {
  margin: 28px auto 0;
}
.promotion .sector-apply .btn-action a {
  display: inline-block;
  width: 800px;
  padding: 26px 0;
  border: 1px solid #FFD551;
  border-radius: 45px;
  background: #515151;
  background: linear-gradient(180deg, #515151 8%, #000 87%);
}
.promotion .sector-apply .btn-action a span {
  font-size: 26px;
  font-weight: 700;
  color: #FFCD32;
  padding-right: 18px;
}
.promotion .sector-apply .btn-action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-action a span::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-action a span::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-action a span::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-action a span::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-action a span::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .btn-action a span::before {
    border-right-width: 3px;
  }
}
.promotion .sector-apply .btn-action a span:before {
  right: 0;
}
.promotion .sector-notice {
  text-align: left;
  padding: 60px 0;
  background: #FAFAFA;
}
.promotion .sector-notice p {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 800;
  line-height: 2;
  letter-spacing: -0.88px;
}
.promotion .sector-notice ul li {
  position: relative;
  padding-left: 10px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 2;
}
.promotion .sector-notice ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}/*# sourceMappingURL=web.css.map */