@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.eco-4242 {
  text-align: left;
  line-height: 1.4;
  font-size: 3.3333333333vw;
  font-weight: 400;
  color: #222;
}
@media screen and (min-width: 720px) {
  .eco-4242 {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eco-4242 {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .eco-4242 {
    font-size: 14px;
  }
}
.eco-4242 > div {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  margin-top: 20px;
}
.eco-4242 > div:first-child {
  margin-top: 0;
}
.eco-4242 strong {
  display: block;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .eco-4242 strong {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eco-4242 strong {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  .eco-4242 strong {
    font-size: 16px;
  }
}

.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;
}

.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .btn-base {
  position: absolute;
  right: 12px;
  top: 100px;
  z-index: 2;
}
.promotion .btn-base span {
  display: inline-block;
  padding: 3px 20px 3px 5px;
  color: #aaa;
  border: 1px solid #aaa;
  font-size: 15px;
}
.promotion .btn-base span {
  position: relative;
  display: inline-block;
}
.promotion .btn-base span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #aaa;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base span::before {
    right: 12px;
  }
}
.promotion .btn-base span:before {
  right: 7px;
}
.promotion .fix-right {
  position: fixed;
  right: 5px;
  bottom: 150px;
  min-width: 180px;
  z-index: 99;
  box-sizing: border-box;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  opacity: 0;
}
.promotion .fix-right.fold {
  right: -180px;
}
.promotion .fix-right.fold .banner-toggle a::before {
  transform: rotate(-135deg);
  right: 9px;
}
.promotion .fix-right .banner-toggle {
  position: absolute;
  top: 20px;
  right: 100%;
}
.promotion .fix-right .banner-toggle a {
  display: inline-block;
  min-width: 34px;
  padding-top: 26px;
  padding-bottom: 26px;
  color: #FFF;
  border-radius: 5px 0 0 5px;
  background: #000;
  vertical-align: top;
}
.promotion .fix-right .banner-toggle a {
  position: relative;
  display: inline-block;
}
.promotion .fix-right .banner-toggle a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .promotion .fix-right .banner-toggle a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-right .banner-toggle a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-right .banner-toggle a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-right .banner-toggle a::before {
    right: 16px;
  }
}
.promotion .fix-right .banner-toggle a::before {
  right: 14px;
}
.promotion .fix-right .banner-wrap {
  border: 2px solid #000;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.promotion .fix-right .main-title {
  padding: 18px 0 13px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
  background: #FFD761;
  background: linear-gradient(180deg, #FFD761 0%, #FFBF00 100%);
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: -1.1px;
}
.promotion .fix-right .sub-title {
  margin-bottom: 15px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.8px;
  color: #221E1D;
  text-align: left;
}
.promotion .fix-right .sub-title span {
  display: block;
  margin-bottom: 1px;
  color: #4A4A4A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: -0.22px;
}
.promotion .fix-right .banner-action {
  margin-top: 10px;
}
.promotion .fix-right .banner-action a {
  width: 100%;
  padding: 11px 10px;
  line-height: 1;
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.28px;
  border: 1px solid #000;
  background: #FFF;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: left;
}
.promotion .fix-right .banner-action a {
  position: relative;
  display: inline-block;
}
.promotion .fix-right .banner-action a::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: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .fix-right .banner-action a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-right .banner-action a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-right .banner-action a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fix-right .banner-action a::before {
    right: 12px;
  }
}
.promotion .fix-right .banner-guide {
  border-top: 6px solid #EDEDED;
  padding: 15px 12px 10px;
}
.promotion .fix-right .banner-guide .select-box {
  padding: 13px 9px;
  margin-right: 4px;
  margin-left: 4px;
  border-radius: 6px;
  border: 1px solid #EFEFEF;
}
.promotion .fix-right .banner-guide .select-box .select-title {
  margin-bottom: 8px;
  color: #221E1D;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: -0.78px;
  text-align: left;
}
.promotion .fix-right .banner-guide .select-box .select-list + .select-title {
  margin-top: 14px;
}
.promotion .fix-right .banner-guide .select-box .fake-select {
  display: block;
}
.promotion .fix-right .banner-guide .select-box .fake-select + .fake-select {
  margin-top: 3px;
}
.promotion .fix-right .banner-guide .select-box .fake-select input[type=radio]:checked + label {
  background: #FFC500;
  border-color: #000;
}
.promotion .fix-right .banner-guide .select-box .fake-select input[type=radio]:checked + label::before {
  border: 1px solid #000;
  background-color: #000;
}
.promotion .fix-right .banner-guide .select-box .fake-select input[type=radio]:checked + label::after {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/event/250821/pc/ico_chk_active.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .fix-right .banner-guide .select-box .fake-select label {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 10px;
  background: #F6F6F6;
  border: 1px solid #F6F6F6;
  border-radius: 2px;
  line-height: 1;
  color: #282828;
  text-align: center;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.24px;
  text-align: left;
}
.promotion .fix-right .banner-guide .select-box .fake-select label::before, .promotion .fix-right .banner-guide .select-box .fake-select label::after {
  position: absolute;
  top: 7px;
  right: 10px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  box-sizing: border-box;
}
.promotion .fix-right .banner-guide .select-box .fake-select label::before {
  border: 1px solid #BDBDBD;
}
.promotion .fix-right .banner-guide .select-box .fake-select label::after {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/event/250821/pc/ico_chk.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .fix-right .banner-guide .banner-action {
  margin-top: 15px;
}
.promotion .fix-right .banner-share {
  border: 1px solid #EFEFEF;
  padding: 17px 15px 14px;
}
.promotion .fix-right .banner-share .sub-title {
  margin-bottom: 12px;
}
.promotion .fix-right .banner-share .banner-action {
  font-size: 0;
}
.promotion .fix-right .banner-share .banner-action button {
  display: inline-flex;
  flex-direction: column;
}
.promotion .fix-right .banner-share .banner-action button [class^=ico-] {
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #F7F7F7;
  border: 1px solid #efefef;
  overflow: hidden;
  box-sizing: border-box;
}
.promotion .fix-right .banner-share .banner-action button .ico-kakao-lg {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/event/250821/pc/ico_kakao_h60.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .fix-right .banner-share .banner-action button .ico-url-lg {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/event/250821/pc/ico_url_h60.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .fix-right .banner-share .banner-action button .text {
  margin-top: 2px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.81;
  letter-spacing: -0.55px;
}
.promotion .fix-right .banner-share .banner-action button + button {
  margin-left: 24px;
}
.promotion .fixed-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: #181818;
}
.promotion .fixed-bottom a {
  display: block;
}
.promotion .fixed-bottom a {
  position: relative;
  display: inline-block;
}
.promotion .fixed-bottom a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25%;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.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 .fixed-bottom a::after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .fixed-bottom a::after {
    height: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/event/250821/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF9EB;
  background: linear-gradient(180deg, #FFF9EB 0%, #FFF0C4 100%);
}
.promotion .sector-title .btn-action {
  position: absolute;
  top: 549px;
  left: 50%;
  margin-left: 40px;
}
.promotion .sector-title .flag {
  position: absolute;
  left: 50%;
}
.promotion .sector-title .flag-1 {
  top: 83px;
  margin-left: -72px;
  animation-name: flagMotion1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes flagMotion1 {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
}
.promotion .sector-title .flag-2 {
  top: 126px;
  margin-left: 362px;
  animation-name: flagMotion2;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes flagMotion2 {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 6px;
  }
}
.promotion .sector-check {
  background-color: #FAFAFA;
}
.promotion .sector-check .icon {
  position: absolute;
  top: 198px;
  left: 50%;
  margin-left: -610px;
  transform: scale(0) rotate(15deg);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.5s;
}
.promotion .sector-check.active .icon {
  transform: scale(1) rotate(0);
  opacity: 1;
}
.promotion .sector-ready {
  background: #FFF;
}
.promotion .sector-why {
  background-color: #FFD11D;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/event/250821/pc/bg_why.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-why .wrap {
  padding: 110px 0;
}
.promotion .sector-why .motion-box {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.promotion .sector-point {
  background: #F6F6F6;
}
.promotion .sector-point .wrap {
  padding: 100px 0;
}
.promotion .sector-point .wrap > div {
  margin-bottom: 20px;
}
.promotion .sector-point .wrap > div:last-child {
  margin-bottom: 0;
}
.promotion .sector-point .wrap > div .support-text {
  margin: 0 20px;
}
.promotion .sector-apply {
  background-color: #FFF7E3;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/event/250821/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 table {
  width: 1160px;
  margin: 0 auto 30px;
  border: solid rgba(0, 0, 0, 0.6);
  border-width: 2px 0;
}
.promotion .sector-apply table tr {
  border-bottom: 1px solid #DDD;
}
.promotion .sector-apply table tr:last-child {
  border-bottom: 0;
}
.promotion .sector-apply table th {
  font-size: 22px;
  font-weight: 700;
  line-height: 135%;
  color: #444;
  border-right: 1px solid #DDD;
  background: #FAFAFA;
}
.promotion .sector-apply table td {
  font-size: 18px;
  line-height: 135%;
  color: #444;
  letter-spacing: -0.72px;
  text-align: left;
  padding: 20px 50px;
  background: #FFF;
}
.promotion .sector-apply table td span {
  color: #7C7C7C;
}
.promotion .sector-coupon {
  background: #FFE371;
  background: linear-gradient(90deg, #FFE371 0%, #FFF6D4 100%);
}
.promotion .sector-coupon .btn-action {
  position: absolute;
  top: 306px;
  left: 40px;
}
.promotion .sector-coupon .flag {
  position: absolute;
  top: 136px;
  left: 50%;
  margin-left: 176px;
  animation-name: flagMotion1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
}
.promotion.promotion-250904 .sector-coupon {
  padding: 100px 0;
}
.promotion.promotion-250904 .sector-coupon .benefit-box {
  position: relative;
  min-height: 210px;
  text-align: left;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .title {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.72px;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .title strong {
  display: block;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1.2px;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  -ms-box-align: start;
  align-items: flex-start;
  margin-top: 17px;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box .noti-text {
  position: absolute;
  top: -61px;
  left: -10px;
  z-index: 1;
  padding: 9px 36px;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10px;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.64px;
  box-sizing: border-box;
  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);
  }
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box .noti-text::before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 20px;
  display: inline-block;
  width: 32px;
  height: 24px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_127/event/250821/pc/speech_bubble_tail.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box .coupon {
  position: relative;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box .coupon .coupon-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box .coupon .coupon-text .coupon-title {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background: #373737;
  background: linear-gradient(180deg, #373737 0%, #000 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.542px;
  text-align: center;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box .coupon .coupon-text .price {
  margin-top: 3px;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box .coupon .coupon-text .price .val {
  color: #000;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.807px;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box .coupon .coupon-text .price .unit {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1.265px;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .coupon-box .coupon:last-child {
  margin-top: 32px;
  margin-left: -34px;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .sub-text {
  margin-top: 8px;
  color: #3F3F3F;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .btn-action {
  position: static;
  margin-top: 18px;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .btn-action a {
  display: inline-block;
  padding: 14px 91px;
  border-radius: 10px;
  background: linear-gradient(180deg, #444 0%, #000 100%), #111;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .btn-action a .text {
  display: inline-block;
  padding-right: 40px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.88px;
  color: #FFE372;
  vertical-align: top;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .btn-action a .text {
  position: relative;
  display: inline-block;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .btn-action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion.promotion-250904 .sector-coupon .benefit-box .btn-action a .text::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion.promotion-250904 .sector-coupon .benefit-box .btn-action a .text::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion.promotion-250904 .sector-coupon .benefit-box .btn-action a .text::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion.promotion-250904 .sector-coupon .benefit-box .btn-action a .text::before {
    right: 16px;
  }
}
.promotion.promotion-250904 .sector-coupon .benefit-box .btn-action a .text::before {
  right: 0;
}
.promotion.promotion-250904 .sector-coupon .benefit-box .star-text {
  margin-top: 18px;
  color: #7E6914;
}/*# sourceMappingURL=web.css.map */