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

.hidden,
.sr_only,
.sr-only,
.promotion .sector-apply .agree-box .agree-rdo-list input[type=radio] {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  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;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    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;
}
@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    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;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@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;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  font-size: 0;
}

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

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

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

.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .slick-dots {
  width: 100%;
  text-align: center;
}
.promotion .slick-dots li {
  display: inline-block;
  margin: 0 6px;
}
.promotion .slick-dots li button {
  width: 14px;
  height: 14px;
  text-indent: -9999em;
  border: none;
  border-radius: 50%;
  background-color: #b2b2b2;
  outline: none;
  cursor: pointer;
}
.promotion .slick-dots li.slick-active button {
  width: 38px;
  border-radius: 15px;
  background-color: #0047FF;
}
.promotion .fix-right {
  position: fixed;
  right: 10px;
  bottom: 100px;
  z-index: 99;
  overflow: hidden;
  border: 1px solid #000;
  border-radius: 5px;
  background-color: #fff;
  opacity: 0;
}
.promotion .fix-right div {
  border-top: 1px solid #ECECEC;
}
.promotion .fix-right div:first-child {
  border-top: 0;
}
.promotion .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  opacity: 0;
  background-color: #FFBF00;
  height: 100px;
}
.promotion .fix-bottom a {
  display: block;
  position: relative;
  top: -20px;
}
.promotion .btn-action a {
  display: inline-block;
  /*
  width: 626px;
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  padding: 24px 0;
  border-radius: 16px;
  background: #2162FF;
  span {
  	@include arrow(right, 9px, 9px, 2px, #fff);
  	padding: 0 60px;
  	&:before {
  		right: 0;
  	}
  }
  */
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 9.5833333333vw;
  height: 10.5555555556vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.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 {
    width: 69px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    height: 76px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    -ms-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .sector-title {
  background-color: #FFF694;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_135/event/250716/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title .title-1 {
  opacity: 0;
}
.promotion .sector-title .btn-action {
  position: absolute;
  top: 770px;
  left: 50px;
  opacity: 0;
}
.promotion .sector-head {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.5px;
  padding: 0;
  background: linear-gradient(92deg, #FFEA00 34.39%, #FFB700 89.39%);
}
.promotion .sector-head .desc {
  position: relative;
  padding: 60px 0 50px;
}
.promotion .sector-head .txt-color {
  position: relative;
  color: #FCC700;
  font-family: "Noto Sans KR";
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.5px;
}
.promotion .sector-head .txt-color::after {
  content: "";
  position: absolute;
  bottom: 6px;
  left: 50%;
  width: 100%;
  height: 2.5px;
  transform: translateX(-50%);
  background-color: #FCC700;
}
.promotion .sector-point {
  background: #F8F8F8;
}
.promotion .sector-point .wrap {
  width: 1300px;
}
.promotion .sector-pie {
  background: #FFD52E;
  padding: 0 0 80px 0;
}
.promotion .sector-pie .pie-wrap {
  margin: 0 auto;
  position: relative;
  width: 520px;
  height: 520px;
}
.promotion .sector-pie .pie-wrap img {
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
.promotion .sector-pie .pie-wrap img.active {
  opacity: 1;
  transition: all 0.5s;
}
.promotion .sector-review {
  padding: 0 0 70px 0;
}
.promotion .sector-review .slick-slide {
  margin-right: 40px;
  opacity: 0.4;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.15));
  padding: 30px 0;
}
.promotion .sector-review .slick-slide:last-child {
  margin-right: 0;
}
.promotion .sector-review .slick-slide.slick-current {
  opacity: 1;
}
.promotion .sector-brand {
  background: linear-gradient(180deg, #0A0448 -20.02%, #18238A 100%);
  padding-bottom: 110px;
}
.promotion .sector-brand .action {
  position: absolute;
  right: 90px;
  top: 520px;
}
.promotion .sector-brand .slideWrap .slick-slide {
  margin: 0 10px;
  opacity: 1;
  opacity: 0.5;
}
.promotion .sector-brand .slideWrap .slick-slide.slick-active {
  opacity: 1;
}
.promotion .sector-brand .slideWrap .slick-slide img {
  border-radius: 30px;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin: 0 auto;
}
.promotion .sector-preview {
  background: #FCFCF7;
  padding-bottom: 130px;
}
.promotion .sector-preview .slide-box {
  width: 1000px;
  margin: 0 auto;
}
.promotion .sector-preview .slide-box .preview-tab .slick-track {
  left: 0 !important;
}
.promotion .sector-preview .slide-box .preview-tab .slick-slide {
  cursor: pointer;
  width: 246px;
  margin-right: 4px;
  border: 1px solid #E1E1E1;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-preview .slide-box .preview-tab .slick-slide .page-btn {
  font-size: 26px;
  color: #C4C4C4;
  height: 84px;
  width: 100%;
  font-weight: 600;
}
.promotion .sector-preview .slide-box .preview-tab .slick-slide.slick-current {
  background: #000;
  border: 1px solid #000;
}
.promotion .sector-preview .slide-box .preview-tab .slick-slide.slick-current .page-btn {
  background: linear-gradient(90deg, #FFEA00 31%, #FFB700 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-preview .slide-box .preview-tab .slick-slide:last-child {
  margin-right: 0;
}
.promotion .sector-preview .slide-box .preview-content {
  margin-top: 24px;
}
.promotion .sector-preview .slide-box .preview-content:after {
  content: "";
  position: absolute;
  right: -166px;
  bottom: -110px;
  width: 380px;
  height: 363px;
  background: url("//img.eduwill.net/eduwill/img/2025/_135/event/250716/pc/book.png") no-repeat top center/cover;
}
.promotion .sector-apply {
  background-color: #FFE043;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_135/event/250716/pc/bg_apply.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-apply .wrap {
  padding-bottom: 100px;
}
.promotion .sector-apply .apply-box {
  position: relative;
}
.promotion .sector-apply .apply-box .action {
  position: absolute;
  top: 455px;
  left: 80px;
}
.promotion .sector-apply .apply-box .action .flag {
  position: absolute;
  top: -36px;
  left: 0;
}
.promotion .sector-apply .apply-box .action .btn-apply {
  padding: 24px 92px 24px 50px;
  border-radius: 70px;
  background: #000;
  color: #FFF;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-weight: 700;
}
.promotion .sector-apply .apply-box .action .btn-apply {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .apply-box .action .btn-apply::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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 4px;
  border-right-width: 4px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-box .action .btn-apply::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-box .action .btn-apply::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-box .action .btn-apply::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .apply-box .action .btn-apply::before {
    right: 20px;
  }
}
.promotion .sector-apply .apply-box .action .btn-apply::before {
  right: 64px;
}
.promotion .sector-apply .apply-box .action .btn-apply::after {
  right: -33px;
}
.promotion .sector-apply .agree-box {
  width: 1000px;
  padding: 34px 86px;
  margin: 0 auto;
  border: 1px solid #D9D9D9;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-apply .agree-box .agree-rdo-list {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 45px;
  margin-bottom: 19px;
}
.promotion .sector-apply .agree-box .agree-rdo-list .ui-rdo {
  display: flex;
  align-items: center;
  gap: 10px;
}
.promotion .sector-apply .agree-box .agree-rdo-list label {
  position: relative;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #333;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.64px;
  line-height: 20px;
  cursor: pointer;
}
.promotion .sector-apply .agree-box .agree-rdo-list label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion .sector-apply .agree-box .agree-rdo-list input[type=radio]:checked + label::before {
  border-color: #111;
}
.promotion .sector-apply .agree-box .agree-rdo-list input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  display: block;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #111;
}
.promotion .sector-apply .agree-box .title-agree {
  color: #111;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.64px;
  text-align: left;
}
.promotion .sector-apply .agree-box .title-agree .required {
  color: #ff0000;
}
.promotion .sector-apply .agree-box .order-list {
  margin-top: 15px;
  text-align: left;
}
.promotion .sector-apply .agree-box .order-list .order-item {
  padding-left: 16px;
  color: #444;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-indent: -14px;
  letter-spacing: -0.56px;
}
.promotion .sector-apply .agree-box .order-list .order-item .fw-bold::before {
  font-weight: 700;
}
.promotion .sector-apply .agree-box .order-list .order-item strong {
  font-weight: 700;
}
.promotion .sector-apply .agree-box .order-list .order-item ol {
  margin-top: 3px;
}
.promotion .sector-apply .agree-box .order-list .order-item ol li {
  padding-left: 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.56px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-apply .agree-box .order-list .order-item ol li + li {
  margin-top: 3px;
}
.promotion .sector-apply .agree-box .order-list .order-item + .order-item {
  margin-top: 5px;
}
.promotion .sector-apply .agree-box .notice-text {
  margin-top: 20px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.56px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #444;
}
.promotion .sector-apply .agree-box .notice-text .link-welcome {
  display: inline-block;
  padding: 4px 15px;
  margin-left: 7px;
  border-radius: 3px;
  border: 1px solid #CCC;
  background: #FFF;
  line-height: 1.4;
  font-size: 0;
  vertical-align: top;
}
.promotion .sector-apply .agree-box .notice-text .link-welcome .text {
  display: inline-block;
  padding-right: 13px;
  vertical-align: top;
  color: #000;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
}
.promotion .sector-apply .agree-box .notice-text .link-welcome .text {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .agree-box .notice-text .link-welcome .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .agree-box .notice-text .link-welcome .text::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .agree-box .notice-text .link-welcome .text::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .agree-box .notice-text .link-welcome .text::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .agree-box .notice-text .link-welcome .text::before {
    right: 10px;
  }
}
.promotion .sector-apply .agree-box .notice-text .link-welcome .text::before {
  right: 0;
}
.promotion .sector-notice {
  padding: 60px 0;
  background-color: #FAFAFA;
}
.promotion .sector-notice .wrap {
  display: flex;
  width: 1000px;
  text-align: left;
}
.promotion .sector-notice .notice-title {
  color: #000;
  font-size: 15px;
}
.promotion .sector-notice .notice-title span {
  border-bottom: 1px solid #000;
  font-weight: 700;
}
.promotion .sector-notice .notice-list {
  margin-left: 65px;
}
.promotion .sector-notice .notice-list strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
}
.promotion .sector-notice .notice-list li {
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-notice .notice-list .btn-member {
  position: relative;
  display: inline-block;
  padding: 6px 30px 6px 15px;
  margin-left: 6px;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -1px;
  border-radius: 3px;
  border: 1px solid #aaa;
  background: #FFF;
}
.promotion .sector-notice .notice-list .btn-member {
  position: relative;
  display: inline-block;
}
.promotion .sector-notice .notice-list .btn-member::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #aaa;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .btn-member::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .btn-member::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .btn-member::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-list .btn-member::before {
    right: 12px;
  }
}/*# sourceMappingURL=web.css.map */