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

.slick-dots {
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
}
.slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  -webkit-animation-name: effectBounceDiagonal;
          animation-name: effectBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.effect-bounce-updown, .product-eco .sector-curriculum .flag, .product-eco .sector-intro .flag {
  -webkit-animation-name: effectBounceUpDown;
          animation-name: effectBounceUpDown;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
.effect-extend {
  -webkit-animation-name: effectExtend;
          animation-name: effectExtend;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  -webkit-animation-name: effectBlink;
          animation-name: effectBlink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          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 [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: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

/* 공통 */
body {
  overflow-x: hidden;
}

.wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.slick-arrow {
  border-radius: 50%;
}
.slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .slick-arrow.slick-prev {
    width: 50px;
  }
}
.slick-arrow.slick-prev {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .slick-arrow.slick-prev {
    height: 50px;
  }
}
.slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  background: #C2C2C2;
}
.slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .slick-arrow.slick-prev::before {
    width: 12.5px;
  }
}
.slick-arrow.slick-prev::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .slick-arrow.slick-prev::before {
    height: 12.5px;
  }
}
.slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.slick-arrow.slick-prev {
  left: -25px;
}
.slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .slick-arrow.slick-next {
    width: 50px;
  }
}
.slick-arrow.slick-next {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .slick-arrow.slick-next {
    height: 50px;
  }
}
.slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  background: #C2C2C2;
}
.slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .slick-arrow.slick-next::before {
    width: 12.5px;
  }
}
.slick-arrow.slick-next::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .slick-arrow.slick-next::before {
    height: 12.5px;
  }
}
.slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.slick-arrow.slick-next {
  left: auto;
  right: -25px;
}

.slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.2);
}
.slick-dots li.slick-active {
  width: 36px;
  background: #000;
}

.fc-point {
  color: #FF5A2D;
}

.btn-base button, .btn-base a {
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -0.28px;
  color: #333;
  padding: 4px 12px;
  border: 1px solid #333;
  border-radius: 2px;
}
.btn-base button span, .btn-base a span {
  position: relative;
  display: inline-block;
}
.btn-base button span::before, .btn-base a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .btn-base button span::before, .btn-base a span::before {
    width: 6px;
  }
}
.btn-base button span::before, .btn-base a span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .btn-base button span::before, .btn-base a span::before {
    height: 6px;
  }
}
.btn-base button span::before, .btn-base a span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .btn-base button span::before, .btn-base a span::before {
    margin-top: -3px;
  }
}
.btn-base button span::before, .btn-base a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .btn-base button span::before, .btn-base a span::before {
    right: 12px;
  }
}
.btn-base button span::before, .btn-base a span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.btn-base button span, .btn-base a span {
  padding-right: 12px;
}
.btn-base button span:before, .btn-base a span:before {
  right: 0;
}

.title-box {
  margin-bottom: 40px;
}
.title-box .main-title {
  font-size: 30px;
  line-height: 100%;
  letter-spacing: -1.2px;
  color: #000;
}
.title-box .main-title strong {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.title-box .num-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 140px;
  height: 40px;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: #000;
  margin: 0 auto 24px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #FFF;
}

.frame {
  position: relative;
  margin: 0 20px;
  padding: 40px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.frame .fc-point {
  color: #FFA800;
}

.product-eco * {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-eco .sector-title {
  padding-bottom: 70px;
  background-color: #EAF8FF;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_111/product/260909/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title .laurel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-top: 73px;
}
.product-eco .sector-title .laurel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 154px;
  height: 63px;
  font-size: 17px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.02px;
  color: #333;
}
.product-eco .sector-title .laurel:before, .product-eco .sector-title .laurel:after {
  content: "";
  position: absolute;
  width: 26px;
  height: 63px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_111/product/260909/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-title .laurel:before {
  left: 0;
}
.product-eco .sector-title .laurel:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-eco .sector-title .laurel strong {
  display: block;
  font-size: 19px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.14px;
  color: #333;
  margin-bottom: 5px;
}
.product-eco .sector-title .btn-base {
  position: absolute;
  top: 107px;
  left: 50%;
  margin-left: 266px;
  opacity: 0.5;
}
.product-eco .sector-title .title-1 {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.96px;
  color: #111;
  margin: 54px 0 30px;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
  opacity: 0.7;
}
.product-eco .sector-title .title-1 strong {
  color: #0059AC;
}
.product-eco .sector-title .title-1 small {
  position: relative;
  top: -4px;
  display: inline-block;
  vertical-align: baseline;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.56px;
  color: #111;
  margin-left: 2px;
  -webkit-transform: skewX(-8deg);
          transform: skewX(-8deg);
}
.product-eco .sector-title .title-2 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 110px;
  line-height: 130%;
  letter-spacing: -4.4px;
  color: #FFF;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #111;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
}
.product-eco .sector-title .title-2 strong {
  display: block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -webkit-text-stroke-width: 3px;
  background: -webkit-gradient(linear, right top, left top, from(#EDC100), color-stop(50%, #FFE989), to(#EDC100));
  background: linear-gradient(270deg, #EDC100 0%, #FFE989 50%, #EDC100 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
}
.product-eco .sector-title .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 48px;
  padding: 0 20px;
  gap: 6px;
}
.product-eco .sector-title .box-wrap .box-inner {
  width: 100%;
  padding: 2px;
  border-radius: 12px;
  background: #93693C;
  background: linear-gradient(110deg, #93693C -1.84%, #E69629 46.74%, #93693C 90.61%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  backdrop-filter: blur(1px);
}
.product-eco .sector-title .box-wrap .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 164px;
  text-align: left;
  padding-left: 28px;
  border-radius: 12px;
  background: #FFF;
  background: linear-gradient(122deg, #FFF 22.01%, #FFF6D9 72.44%);
}
.product-eco .sector-title .box-wrap .box .text-1 {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -1.12px;
  color: #7B4F20;
  margin-bottom: 8px;
}
.product-eco .sector-title .box-wrap .box .text-2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -1.54px;
  color: #7B4F20;
}
.product-eco .sector-title .box-wrap .box .title-tag {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0;
  padding: 8px 10px;
  border-radius: 0 0 8px 8px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/Q/product/260805/pc/tag_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-title .box-wrap .box .title-tag span {
  display: block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 9px;
  line-height: 120%;
  letter-spacing: -0.18px;
  background: linear-gradient(150deg, #323232 13.44%, #000 81.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .btn-action a {
  display: block;
  width: 1020px;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.04px;
  color: #FFF;
  margin: 0 auto;
  padding: 35px 0;
  border-radius: 8px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.64%, #646464), color-stop(82.39%, #000));
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%);
}
.product-eco .sector-title .btn-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a span::before {
    width: 10px;
  }
}
.product-eco .sector-title .btn-action a span::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a span::before {
    height: 10px;
  }
}
.product-eco .sector-title .btn-action a span::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a span::before {
    margin-top: -5px;
  }
}
.product-eco .sector-title .btn-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a span::before {
    right: 20px;
  }
}
.product-eco .sector-title .btn-action a span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-title .btn-action a span {
  padding-right: 60px;
}
.product-eco .sector-title .btn-action a span:before {
  right: 0;
}
.product-eco .sector-winners-list {
  overflow: hidden;
  height: 700px;
  padding-top: 100px;
}
.product-eco .sector-winners-list .wrap {
  z-index: 3;
}
.product-eco .sector-winners-list .title-box {
  margin-bottom: 48px;
}
.product-eco .sector-winners-list .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-winners-list .title-box .main-title strong {
  font-size: 54px;
  font-weight: 700;
  line-height: 127%;
  letter-spacing: -5px;
}
.product-eco .sector-winners-list .eduf-winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-winners-list .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.product-eco .sector-winners-list .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.product-eco .sector-winners-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-winners-list .text-notice {
  margin-top: 70px;
  color: #AEAEAE;
}
.product-eco .sector-intro {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .sector-intro .img-box {
  position: relative;
}
.product-eco .sector-intro .flag {
  position: absolute;
  top: 181px;
  left: 50%;
  margin-left: -394px;
}
.product-eco .sector-intro .text-box {
  margin-top: 40px;
}
.product-eco .sector-intro .text-box p {
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
  color: #000;
}
.product-eco .sector-intro .text-box p strong {
  color: #FF5A2D;
}
.product-eco .sector-compare {
  padding: 100px 0;
}
.product-eco .sector-compare .sub-title {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 80px;
  border-radius: 10px;
  border: 1px solid #FFDA33;
  background: rgba(255, 208, 0, 0.3);
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .sector-compare .img-box {
  position: relative;
}
.product-eco .sector-compare .compare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  text-align: left;
}
.product-eco .sector-compare .compare-table .col-other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 433px;
          flex: 0 0 433px;
  background: #F2F2F2;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.product-eco .sector-compare .compare-table .col-other .cell-title {
  padding: 22px 0;
  background: #DFDFDF;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-other .cell-list li {
  position: relative;
  padding: 24px 30px 24px 64px;
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-compare .compare-table .col-other .cell-list li + li {
  border-top: 1px solid #E0E0E0;
}
.product-eco .sector-compare .compare-table .col-eduwill {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 542px;
          flex: 0 0 542px;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 0 10px 10px 0;
  border: 3px solid #ffc80c;
}
.product-eco .sector-compare .compare-table .col-eduwill:before {
  position: absolute;
  top: -3px;
  left: -27px;
  bottom: -3px;
  content: "";
  display: block;
  width: 24px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/251001/pc/bg_compare_eduwill.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-title {
  padding: 22px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFCC0F), to(#FFB700));
  background: linear-gradient(180deg, #FFCC0F 0%, #FFB700 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li {
  position: relative;
  padding: 35px 30px 35px 70px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li strong {
  color: #CB8A00;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li + li {
  border-top: 1px solid #F0F0F0;
}
.product-eco .sector-compare .compare-table .ico-x,
.product-eco .sector-compare .compare-table .ico-check {
  position: absolute;
  left: 30px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.product-eco .sector-compare .compare-table .ico-x {
  top: 26px;
  background: #8A8A8A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1L9 9M9 1L1 9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/10px;
}
.product-eco .sector-compare .compare-table .ico-check {
  top: 37px;
  background: #FFC414 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center/12px;
}
.product-eco .sector-compare .stamp {
  position: absolute;
  bottom: -33px;
  right: 23px;
  opacity: 0;
  z-index: 1;
}
.product-eco .sector-compare .stamp.on {
  -webkit-animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  66% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  66% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.product-eco .sector-compare .desc-text {
  margin-top: 30px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.44px;
}
.product-eco .sector-compare .desc-text strong {
  color: #FFC414;
  font-family: inherit;
}
.product-eco .sector-compare .notice {
  text-align: center;
  color: #4B3800;
}
.product-eco .sector-content {
  padding: 100px 0;
  background: #FFF9F8;
  background: linear-gradient(243deg, #FFF9F8 17.01%, #FFF9F2 66.95%);
}
.product-eco .sector-discount {
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F3F3F3;
}
.product-eco .sector-discount .title-box .text-wait {
  display: block;
  color: #ADAAAA;
  font-size: 60px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -2.4px;
  opacity: 0.45;
  margin-bottom: 20px;
  -webkit-transform: skewX(-12deg);
          transform: skewX(-12deg);
}
.product-eco .sector-discount .title-box .main-title {
  font-size: 40px;
  font-weight: 700;
}
.product-eco .sector-discount .title-box .main-title strong {
  font-size: 40px;
  color: #93693C;
}
.product-eco .sector-discount .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
}
.product-eco .sector-discount .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.product-eco .sector-discount .box-list .box:not(.w-full) {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.w-full {
  width: 100%;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 41px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  padding-right: 108px;
  margin-right: 40px;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.84px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.w-full .text-info .discount-value {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin: 0 0 0 auto;
}
.product-eco .sector-discount .box-list .box.w-full .action a {
  width: 290px;
  text-align: center;
  padding: 46px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.56px;
}
.product-eco .sector-discount .box-list .box .title-discount strong {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-eco .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.product-eco .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.product-eco .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.product-eco .sector-discount .box-list .box .action a {
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF)), #000;
  background: linear-gradient(180deg, #646464 0%, #000 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #000;
}
.product-eco .sector-discount .box-list .box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 6px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 6px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -3px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-discount .box-list .box .action a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-discount .box-list .box .action a:before {
  right: 30px;
}
.product-eco .sector-discount .box-list .box .action a .text {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.product-eco .sector-discount .box-list .box-full {
  position: relative;
  width: 100%;
}
.product-eco .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.product-eco .sector-discount .box-list .box-full .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco .sector-bar {
  z-index: 5;
  padding: 60px 0;
  background-color: #0E0E0E;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_111/product/260909/pc/bg_bar.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-bar:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  width: 350px;
  height: 92px;
  margin: 0 auto;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_111/product/260909/pc/bar_tail.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-bar p {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #FFCC0F), color-stop(69.21%, #FFF));
  background: linear-gradient(90deg, #FFCC0F 0.07%, #FFF 69.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-curriculum {
  padding-top: 150px;
  background: #F3F3F3;
}
.product-eco .sector-curriculum .img-box {
  position: relative;
}
.product-eco .sector-curriculum .flag {
  position: absolute;
  top: 274px;
  left: 50%;
  margin-left: 48px;
}
.product-eco .sector-teacher {
  padding: 10px 0;
  background: #F3F3F3;
}
.product-eco .sector-teacher .frame {
  padding: 40px 60px;
}
.product-eco .sector-teacher .btn-base {
  position: absolute;
  top: 156px;
  right: 105px;
  opacity: 0.5;
}
.product-eco .sector-teacher .img-box {
  position: relative;
  margin-bottom: 40px;
}
.product-eco .sector-teacher .teacher-box {
  position: absolute;
  top: 0;
  left: 45px;
  text-align: left;
}
.product-eco .sector-teacher .teacher-title p {
  font-size: 18px;
  line-height: 135%;
  color: #595959;
  letter-spacing: -0.9px;
}
.product-eco .sector-teacher .teacher-title p strong {
  position: relative;
  display: block;
  font-size: 30px;
  color: #000;
}
.product-eco .sector-teacher .teacher-title a {
  position: absolute;
  top: 50%;
  left: 134px;
  display: block;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/I/product/250605/mobile/ico_home.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-teacher .teacher-list {
  margin-top: 30px;
}
.product-eco .sector-teacher .teacher-list li {
  width: 610px;
  margin-bottom: 10px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #FFEDB9;
  background: #FFFBEF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-teacher .teacher-list li:last-child {
  margin-bottom: 0;
}
.product-eco .sector-teacher .teacher-list li p {
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.9px;
}
.product-eco .sector-teacher .teacher-list li p span {
  font-weight: 700;
  color: #FFAA00;
}
.product-eco .sector-teacher .teacher-list li small {
  display: block;
  font-size: 16px;
  line-height: 130%;
  color: #5D5D5D;
  letter-spacing: -0.8px;
  margin-top: 4px;
}
.product-eco .sector-teacher .tbl-box {
  position: relative;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .sector-teacher .tbl-title {
  margin-bottom: 35px;
}
.product-eco .sector-teacher .tbl-title p {
  font-size: 22px;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.88px;
}
.product-eco .sector-teacher .tbl-title p strong {
  font-weight: 700;
}
.product-eco .sector-teacher .tbl-review-wrap {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}
.product-eco .sector-teacher .tbl-review-wrap .review-slide {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.product-eco .sector-teacher .review-slide {
  width: 1038px;
  height: 259px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.product-eco .sector-teacher .review-slide:after {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  content: "";
  width: 1038px;
  height: 275px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64.73%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64.73%, #FFF 100%);
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #DADADA;
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item > div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item .star-rating {
  width: 160px;
  padding: 4px 21px;
  font-size: 0;
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item .star-rating .star {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background-color: #F8F8F8;
  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: 350;
  line-height: 1.4;
  vertical-align: top;
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item .text-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 765px;
  min-height: 110px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 10px 20px;
  color: #454545;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-align: left;
}
.product-eco .sector-teacher .review-slide .slick-slide .review-item .user-name {
  width: 114px;
  padding: 10px 20px;
  color: #888;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
}
.product-eco .sector-book {
  background: #F3F3F3;
}
.product-eco .sector-book .btn-base {
  position: absolute;
  top: 170px;
  right: 105px;
  opacity: 0.5;
}
.product-eco .pin-spacer {
  background: #F3F3F3;
}
.product-eco .sector-contents {
  padding: 10px 0 100px;
  background: #F3F3F3;
}
.product-eco .sector-contents .frame {
  padding: 40px 105px;
  overflow: hidden;
}
.product-eco .sector-contents .contents-list .slick-list {
  overflow: visible;
}
.product-eco .sector-contents .contents-list .slick-list .slick-track .slick-slide {
  padding: 0 4px;
}
.product-eco .sector-contents .notice-text {
  margin-top: 30px;
}
.product-eco .sector-contents .notice-text p {
  font-size: 14px;
  line-height: 120%;
  color: #BBB;
  letter-spacing: -1.4px;
}
.product-eco .sector-orientation {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_orientation.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-orientation:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFBF00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.84%, #FFBF00), color-stop(90.52%, #FFA800));
  background: linear-gradient(180deg, #FFBF00 28.84%, #FFA800 90.52%);
}
.product-eco .sector-orientation .video-box {
  position: relative;
  width: 845px;
  height: 473px;
  margin: 0 auto;
  border-radius: 23px;
  overflow: hidden;
}
.product-eco .sector-orientation .video-box iframe, .product-eco .sector-orientation .video-box video {
  width: 100%;
  height: 100%;
}
.product-eco .sector-interview {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-interview .title-box .main-title {
  font-size: 36px;
  font-weight: 500;
}
.product-eco .sector-interview .title-box .main-title strong {
  font-size: 36px;
  font-weight: 900;
}
.product-eco .sector-interview .slick-slide {
  width: 776px;
  margin: 0 20px;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.product-eco .sector-interview .slick-slide.slick-active {
  -webkit-filter: blur(0);
          filter: blur(0);
}
.product-eco .sector-interview .slide-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  text-align: left;
  padding-left: 12px;
  padding-right: 100px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #F8F8F8;
}
.product-eco .sector-interview .slide-box:before {
  content: "";
  position: absolute;
  right: 51px;
  bottom: 40px;
  width: 33px;
  height: 25px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_111/product/260909/pc/ico_interview.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-interview .label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.product-eco .sector-interview .label-box .label-text {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.56px;
  color: rgba(68, 68, 68, 0.5);
  padding: 2px 12px;
  border-radius: 50px;
  background: #FFF;
}
.product-eco .sector-interview .text-1 {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.64px;
  color: #444;
  margin: 8px 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-interview .small-text {
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.56px;
  color: rgba(68, 68, 68, 0.5);
}
.product-eco .sector-interview .slick-dots {
  margin-top: 20px;
}
.product-eco .sector-interview .text-content {
  margin: 40px 0 24px;
}
.product-eco .sector-interview .text-content p {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1.2px;
  color: #222;
}
.product-eco .sector-interview .text-content p strong {
  font-weight: 900;
}
.product-eco .sector-band {
  padding: 32px 0;
  border: solid #000;
  border-width: 4px 0;
  background: #FFD453;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.product-eco .sector-band p {
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
  color: #523516;
  letter-spacing: -1.82px;
}
.product-eco .sector-band strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  color: #000;
}
.product-eco .sector-band strong span {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
  color: #FFF;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #111);
}
.product-eco .sector-band small {
  display: block;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  color: #000;
  letter-spacing: -1.54px;
}

#fixApply {
  display: none !important;
}/*# sourceMappingURL=web.css.map */