@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;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  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-bounce-updown {
  animation-name: effectBounceUpDown;
  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-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-start;
  animation-direction: normal;
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  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 *,
.product-eco *,
.fullservice * {
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.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: 12.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after,
  .product-eco .icon-pointer:after,
  .fullservice .icon-pointer:after {
    width: 88px;
  }
}
.promotion .icon-pointer:after,
.product-eco .icon-pointer:after,
.fullservice .icon-pointer:after {
  height: 11.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer:after,
  .product-eco .icon-pointer:after,
  .fullservice .icon-pointer:after {
    height: 86px;
  }
}
.promotion .icon-pointer:after,
.product-eco .icon-pointer:after,
.fullservice .icon-pointer:after {
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer:after,
.product-eco .icon-pointer:after,
.fullservice .icon-pointer:after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .fix-banner {
  position: fixed;
  right: 10px;
  bottom: 150px;
  z-index: 99;
}
.promotion .fix-banner a + a {
  display: block;
  margin-top: 10px;
}
.promotion .btn-base {
  position: absolute;
  right: 10px;
  top: 97px;
}
.promotion .btn-base a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding: 4px 8px;
  border: 1px solid #666;
  opacity: 0.6;
}
.promotion .btn-base a span {
  position: relative;
  display: inline-block;
}
.promotion .btn-base a span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span:before {
    width: 6px;
  }
}
.promotion .btn-base a span:before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span:before {
    height: 6px;
  }
}
.promotion .btn-base a span:before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span:before {
    margin-top: -3px;
  }
}
.promotion .btn-base a span:before {
  border-width: 0;
  border-style: solid;
  border-color: #666;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span:before {
    right: 12px;
  }
}
.promotion .btn-base a span:before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .btn-base a span {
  padding-right: 10px;
}
.promotion .btn-base a span:before {
  right: 0;
}
.promotion .base {
  color: #D9D9D9;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.56px;
  margin-top: 10px;
}
.promotion .fix-timer-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: #000;
}
.promotion .fix-timer-banner .wrap {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 15px 0;
}
.promotion .fix-timer-banner .timer-title {
  position: relative;
}
.promotion .fix-timer-banner .timer-title p {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.4px;
  text-align: left;
}
.promotion .fix-timer-banner .timer-title p span {
  color: #FFCC33;
}
.promotion .fix-timer-banner .timer-title .flag {
  position: absolute;
  top: -44px;
  left: -10px;
}
.promotion .fix-timer-banner .timer-box .timer {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}
.promotion .fix-timer-banner .timer-box .timer span {
  display: inline-block;
  width: 46px;
  height: 74px;
  margin: 0 3px;
  text-align: center;
  line-height: 74px;
  font-size: 48px;
  font-weight: 900;
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background-image: url("https://img.eduwill.net/eduwill/img/2026/L/event/260309/pc/timer_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-sizing: border-box;
}
.promotion .fix-timer-banner .timer-action a {
  padding: 16px 32px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  border-radius: 50px;
  border: 1px solid rgba(255, 254, 238, 0.5);
  background: linear-gradient(95deg, #FFD073 -1.1%, #FFB635 18.02%, #FFD271 43.87%, #FFE0AF 70.23%, #B47500 103.82%);
}
.promotion .fix-timer-banner .timer-action a span {
  padding-right: 40px;
}
.promotion .fix-timer-banner .timer-action a span {
  position: relative;
  display: inline-block;
}
.promotion .fix-timer-banner .timer-action a span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-timer-banner .timer-action a span:before {
    width: 8px;
  }
}
.promotion .fix-timer-banner .timer-action a span:before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-timer-banner .timer-action a span:before {
    height: 8px;
  }
}
.promotion .fix-timer-banner .timer-action a span:before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-timer-banner .timer-action a span:before {
    margin-top: -4px;
  }
}
.promotion .fix-timer-banner .timer-action a span:before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-timer-banner .timer-action a span:before {
    right: 16px;
  }
}
.promotion .fix-timer-banner .timer-action a span:before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.promotion .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.promotion .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  text-indent: -999em;
  background: #f0f0f0;
  overflow: hidden;
  transition: all 0.3s;
  cursor: pointer;
}
.promotion .slick-dots li.slick-active {
  width: 44px;
  border-radius: 150px;
  background: #FFBF00;
}
.promotion .slick-dots li button {
  font-size: 0;
}
.promotion .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow {
    width: 60px;
  }
}
.promotion .slick-arrow {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow {
    height: 60px;
  }
}
.promotion .slick-arrow {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}
.promotion .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow:before {
    width: 15px;
  }
}
.promotion .slick-arrow:before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow:before {
    height: 15px;
  }
}
.promotion .slick-arrow:before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 1px;
  border-left-width: 1px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  left: 0;
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 60px;
  }
}
.promotion .slick-arrow.slick-next {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 60px;
  }
}
.promotion .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 0;
  background: rgba(0, 0, 0, 0.2);
}
.promotion .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    width: 15px;
  }
}
.promotion .slick-arrow.slick-next:before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next:before {
    height: 15px;
  }
}
.promotion .slick-arrow.slick-next:before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  transform: translate(-75%, -50%) rotate(45deg);
}
.promotion .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.promotion .main-title {
  padding-top: 100px;
  padding-bottom: 44px;
}
.promotion .main-title p {
  color: #222;
  text-align: center;
  font-size: 32px;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -1.28px;
}
.promotion .main-title p strong {
  font-weight: 700;
}
.promotion .main-title p.white {
  color: #fff;
}
.promotion .holder {
  padding: 48px 60px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.promotion .holder + .holder {
  margin-top: 30px;
}
.promotion .holder .base {
  color: #999;
}
.promotion .sub-title {
  text-align: center;
}
.promotion .sub-title .head-title {
  display: inline-block;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  padding: 15px 20px;
  color: #222;
  text-align: center;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.56px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.promotion .sub-title p {
  color: #222;
  text-align: center;
  font-size: 24px;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.promotion .sub-title p strong {
  font-weight: 700;
}
.promotion .sub-title p.white {
  color: #fff;
}
.promotion .action {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.promotion .action a {
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #ADADAD;
  background: linear-gradient(180deg, #444 0%, #000 100%);
}
.promotion .action a span {
  padding-right: 20px;
}
.promotion .action a span {
  position: relative;
  display: inline-block;
}
.promotion .action a span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .action a span:before {
    width: 6px;
  }
}
.promotion .action a span:before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .action a span:before {
    height: 6px;
  }
}
.promotion .action a span:before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .action a span:before {
    margin-top: -3px;
  }
}
.promotion .action a span:before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .action a span:before {
    right: 12px;
  }
}
.promotion .action a span:before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .action a span:before {
  right: 0;
}
.promotion .action a.round {
  padding: 15px 80px;
  border-radius: 50px;
  font-size: 16px;
}
.promotion .notice {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.7px;
  line-height: 1.5;
}
.promotion .sector-title {
  background-image: url("https://img.eduwill.net/eduwill/img/2026/L/event/260309/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.promotion .sector-banner {
  background: linear-gradient(90deg, #C8AC81 0%, #62543F 100%), linear-gradient(180deg, #333 0%, #222 50%, #333 100%);
  padding: 47px 0;
  color: #FFF;
  text-align: center;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.68px;
}
.promotion .sector-banner p {
  color: #FFF;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.4px;
}
.promotion .sector-banner p.highlight {
  color: #FFBE00;
  font-size: 34px;
  margin-top: 10px;
}
.promotion .sector-banner.bg {
  background-image: url("https://img.eduwill.net/eduwill/img/2025/L/onair/251028/pc/bg_bar.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-question {
  padding-bottom: 100px;
  background-image: url("https://img.eduwill.net/eduwill/img/2026/L/event/260309/pc/question_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-question .base {
  margin-top: 44px;
}
.promotion .sector-question .question-list .slick-slide img {
  margin: 0 auto;
}
.promotion .sector-method {
  padding-bottom: 100px;
  background-color: #F9F9F9;
}
.promotion .sector-solution {
  background-color: #FFF9E8;
  padding-bottom: 100px;
}
.promotion .sector-solution .video-box {
  position: relative;
  margin-top: 40px;
}
.promotion .sector-solution .video-box .video {
  position: absolute;
  top: 107px;
  left: 483px;
  width: 415px;
  height: 233px;
  border-radius: 7px;
  overflow: hidden;
}
.promotion .sector-solution .video-box .video a {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.promotion .sector-solution .video-box .video video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
.promotion .sector-solution .book-box {
  margin-top: 20px;
}
.promotion .sector-solution .action a {
  width: 350px;
}
.promotion .sector-event {
  padding-bottom: 100px;
  background-color: #000;
  background-image: url("https://img.eduwill.net/eduwill/img/2026/L/event/260309/pc/event_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-event .event-row {
  display: flex;
  justify-content: center;
  gap: 0 12px;
  margin-bottom: 40px;
}
.promotion .sector-event .event-row:last-child {
  margin-bottom: 0;
}
.promotion .sector-event .event-item {
  position: relative;
  width: 100%;
  padding: 36px 32px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  box-sizing: border-box;
  text-align: center;
}
.promotion .sector-event .event-item .img-box {
  position: relative;
  display: inline-block;
}
.promotion .sector-event .event-item .event-label {
  text-align: center;
  display: inline-block;
  width: 280px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  padding: 12px 0px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFBF00;
  margin-bottom: 23px;
  line-height: 1;
}
.promotion .sector-event .event-item .event-text {
  text-align: center;
  margin: 20px 0 26px;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.promotion .sector-event .event-item .event-text p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion .sector-event .event-item .event-text p span {
  color: #999;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  text-decoration-line: line-through;
}
.promotion .sector-event .event-item .event-text p svg {
  width: 20px;
  height: 27px;
}
.promotion .sector-event .event-item .event-text p strong {
  color: #FFA600;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
}
.promotion .sector-event .event-item.full {
  background-color: #000;
  background-image: url("https://img.eduwill.net/eduwill/img/2026/L/event/260309/pc/event3_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border: none;
  text-align: left;
}
.promotion .sector-event .event-item.full .event-text {
  margin: 0;
  text-align: left;
}
.promotion .sector-event .event-item.full .event-text p {
  justify-content: flex-start;
}
.promotion .sector-event .event-item.full .action {
  margin-top: 132px;
}
.promotion .sector-event .base {
  margin-top: 20px;
}
.promotion .sector-winner {
  padding-bottom: 80px;
  text-align: center;
  overflow: hidden;
  background: #000;
}
.promotion .sector-winner .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translateX(-50%) translateY(-50%);
}
.promotion .sector-winner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 191, 0, 0.9);
  background: linear-gradient(to bottom, rgba(255, 191, 0, 0.9) 0%, rgba(175, 133, 8, 0.7) 30%, rgba(0, 0, 0, 0.8) 70%, rgba(0, 0, 0, 0.7) 100%);
}
.promotion .sector-winner .wrap {
  position: relative;
  z-index: 2;
}
.promotion .sector-winner .wrap .winner-list-wrap {
  margin-top: -100px;
}
.promotion .sector-winner .wrap .winner-list {
  overflow: hidden;
  transform: perspective(300px) rotateX(30deg);
  overflow: hidden;
  box-sizing: border-box;
}
.promotion .sector-winner .wrap .winner-list p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  letter-spacing: -1px;
}
.promotion .sector-winner .notice {
  margin-top: 100px;
  color: rgba(255, 255, 255, 0.7);
}
.promotion .sector-refund {
  padding: 100px 0 30px;
  background-color: #FFC100;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/onlive/251010/pc/bg_refund.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-refund .refunds-box {
  display: flex;
  align-items: flex-end;
  -ms-box-pack: center;
  justify-content: center;
  margin-top: 187px;
}
.promotion .sector-refund .refunds-box #refundsCounter2 {
  font-size: 0;
}
.promotion .sector-refund .refunds-box #refundsCounter2 span {
  position: relative;
  display: inline-block;
  height: 117px;
  vertical-align: top;
  text-align: center;
}
.promotion .sector-refund .refunds-box #refundsCounter2 span em {
  display: inline-block;
  color: #fff;
  font-size: 96px;
  font-style: normal;
  font-weight: 900;
  line-height: 117px;
  letter-spacing: -4.8px;
  text-align: center;
  vertical-align: top;
}
.promotion .sector-refund .refunds-box #refundsCounter2 span:not(.comma) {
  width: 88px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/onlive/251010/pc/bg_refund_count.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-refund .refunds-box #refundsCounter2 span:not(.comma) em {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-refund .refunds-box #refundsCounter2 span + span {
  margin-left: 6px;
}
.promotion .sector-refund .refunds-box #refundsCounter2 .comma {
  width: auto;
  margin-top: 10px;
  margin-right: 4px;
}
.promotion .sector-refund .refunds-box #refundsCounter2 .comma em {
  color: #000;
  font-size: 60px;
}
.promotion .sector-refund .refunds-box .unit {
  margin-left: 6px;
  margin-bottom: 13px;
  color: #000;
  font-size: 50px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -2.5px;
}
.promotion .sector-refund .notice {
  margin-top: 150px;
}
.promotion .sector-teacher {
  background-color: #FFFCF3;
  padding-bottom: 100px;
}
.promotion .sector-teacher .slide-group {
  margin-top: 60px;
}
.promotion .sector-teacher .slick-slide {
  padding: 15px 10px;
}
.promotion .sector-teacher .slick-slide img {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0;
}
.promotion .sector-review {
  background-color: #fff;
  padding-bottom: 100px;
}
.promotion .sector-review .slide-group {
  margin-top: 30px;
}
.promotion .sector-review .slick-slide {
  padding: 15px 10px;
}
.promotion .sector-review .slick-slide img {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0;
  border-radius: 15px;
}
.promotion .sector-book {
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
.promotion .sector-book .btn-base {
  right: auto;
  left: 80px;
  top: -10px;
}
.promotion .sector-book .list-box {
  width: 1040px;
  margin: 0 auto;
  margin-top: 37px;
}
.promotion .sector-book .list-box .slick-slide {
  margin: 0 5px;
}
.promotion .sector-exam {
  padding-bottom: 100px;
  background-color: #FFFCF3;
}
.promotion .sector-exam .tab-box {
  margin: 0 auto;
  width: 1044px;
}
.promotion .sector-exam .tab-box .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 6px;
       column-gap: 6px;
}
.promotion .sector-exam .tab-box .tab-list li {
  width: 100%;
  padding: 25px 0;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  cursor: pointer;
}
.promotion .sector-exam .tab-box .tab-list li.active {
  color: #FFF;
  border-color: #000;
  background: #000;
}
.promotion .sector-exam .tab-box .tab-view {
  display: none;
}
.promotion .sector-exam .tab-box .tab-view.active {
  display: block;
}
.promotion .sector-exam .tab-box .slide-box {
  margin-top: 30px;
}
.promotion .sector-us {
  padding-bottom: 100px;
}
.promotion .sector-us .slide-group .slick-slide {
  padding: 15px 10px;
}
.promotion .sector-us .slide-group .slick-slide img {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}/*# sourceMappingURL=web.css.map */