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

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

.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 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-updown {
  -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 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-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 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-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;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@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;
}
.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;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-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);
  }
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .box-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .num-title {
  width: 140px;
  margin: 0 auto 20px;
  padding: 12px 0;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.product-eco .title-box .sup-title {
  margin-bottom: 6px;
  color: #444;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
}
.product-eco .title-box .title {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.4px;
}
.product-eco .title-box .title strong {
  font-weight: 700;
}
.product-eco .title-box .notice-text {
  margin-top: 10px;
}
.product-eco .frame {
  width: 1160px;
  padding: 29px 59px 50px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box .title {
  font-size: 22px;
  letter-spacing: -0.88px;
}
.product-eco .frame .title-box .title .fs-small {
  color: #444;
  font-size: 20px;
  letter-spacing: -0.8px;
}
.product-eco .frame .title-box ~ .title-box {
  margin-top: 40px;
}
.product-eco .btn-base {
  display: inline-block;
  padding: 3px 20px 3px 10px;
  border: 1px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.7px;
}
.product-eco .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base::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: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 0.1388888889vw;
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    border-top-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    border-right-width: 1px;
  }
}
.product-eco .btn-base:before {
  right: 10px;
}
.product-eco .slide-group {
  position: relative;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: rgba(255, 255, 255, 0.8);
  left: -80px;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 60px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 3px;
  border-left-width: 3px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: rgba(255, 255, 255, 0.8);
  right: -80px;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 60px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 3px;
  border-right-width: 3px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.product-eco .slick-dots {
  margin-top: 20px;
  text-align: center;
}
.product-eco .slick-dots li {
  display: inline-block;
  margin-left: 8px;
}
.product-eco .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  border: 0;
  padding: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #8F939F;
}
.product-eco .slick-dots li.slick-active button {
  background: #EC1E3C;
}
.product-eco .notice-text {
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.product-eco .fix-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
.product-eco .fix-bottom a {
  width: 100%;
}
.product-eco .fix-bottom a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom a::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;
  -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;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::after {
    height: 65px;
  }
}
@-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);
  }
}
.product-eco .fix-bottom a:after {
  right: 100px;
}
.product-eco .sector-title {
  padding-bottom: 75px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/S/product/250813/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #FFE837;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE837), to(#FFC305));
  background: linear-gradient(180deg, #FFE837 0%, #FFC305 100%);
  z-index: -1;
}
.product-eco .sector-title .winning {
  margin-top: 75px;
}
.product-eco .sector-title .title {
  margin-top: 60px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 85px;
  font-weight: 700;
  letter-spacing: -5.1px;
}
.product-eco .sector-title .title strong {
  color: #FFF;
  text-shadow: 0 4px 0 #000;
  -webkit-text-stroke-width: 7px;
  -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);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 85px;
  font-weight: 700;
  letter-spacing: -5.1px;
}
.product-eco .sector-title .box-list {
  margin-top: 20px;
}
.product-eco .sector-title .box {
  width: 280px;
  padding: 30px 40px;
  background-color: #FFFBF0;
  border-radius: 9px;
  -webkit-box-shadow: 0 3.696px 9.239px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 3.696px 9.239px 0 rgba(0, 0, 0, 0.05);
  text-align: left;
}
.product-eco .sector-title .box .step {
  color: #FA0;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.64px;
}
.product-eco .sector-title .box .text {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .sector-title .box .text strong {
  font-weight: 700;
}
.product-eco .sector-title .action-title {
  width: 501px;
  margin: 24px auto 0;
}
.product-eco .sector-title .action-title a {
  display: block;
  padding: 20px 0;
  border-radius: 999px;
  background: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  background: linear-gradient(180deg, #666 0%, #000 100%);
}
.product-eco .sector-title .action-title a span {
  padding-right: 33px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.96px;
  background: #FFE837;
  background: -webkit-gradient(linear, right top, left top, from(#FFE837), to(#FFBF00));
  background: linear-gradient(270deg, #FFE837 0%, #FFBF00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .action-title a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-title a span::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: #FEE736;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-title a span::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-title a span::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-title a span::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-title a span::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-title a span::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-title a span::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-title .action-base {
  position: absolute;
  right: 111px;
  top: 102px;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background: #FFC305;
}
.product-eco .sector-benefit .title-box .sup {
  font-size: 28px;
  color: #444;
  letter-spacing: -1.12px;
}
.product-eco .sector-benefit .benefit-plus {
  position: relative;
  padding: 40px 60px;
  margin: 32px 20px 0;
  border-radius: 10px;
  border: 3px solid #000;
  background: #000;
  -webkit-box-shadow: 0 10px 20px 0 rgba(255, 191, 0, 0.25);
          box-shadow: 0 10px 20px 0 rgba(255, 191, 0, 0.25);
}
.product-eco .sector-benefit .benefit-plus:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  border-radius: 22px;
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/S/product/250813/pc/bg_deco_benefit_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-benefit .benefit-plus .title {
  margin-bottom: 20px;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.88px;
}
.product-eco .sector-banner {
  background: #F4EBFF;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(100%, #000), to(#F4EBFF));
  background: linear-gradient(0deg, #000 0%, #000 100%, #F4EBFF);
}
.product-eco .sector-banner .wrap {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 13px 0;
}
.product-eco .sector-banner .ico-wait {
  display: inline-block;
  width: 54px;
  height: 54px;
  margin-right: 69px;
  vertical-align: top;
  border-radius: 27px;
  background-color: #fff;
  background-image: url("//img.eduwill.net/eduwill/img/2025/S/product/250813/mobile/ico_wait.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-banner .text {
  color: #FFC305;
  font-size: 26px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -1.04px;
}
.product-eco .sector-banner .link-banner {
  margin-left: 38px;
  padding: 9px 35px 9px 20px;
  border-radius: 5px;
  border: 1px solid #FFC305;
  color: #FFC305;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
.product-eco .sector-banner .link-banner {
  position: relative;
  display: inline-block;
}
.product-eco .sector-banner .link-banner::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-banner .link-banner::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-banner .link-banner::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-banner .link-banner::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-banner .link-banner::before {
    right: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-banner .link-banner::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-banner .link-banner::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-banner .link-banner:before {
  right: 20px;
}
.product-eco .sector-item {
  background: #FAFAFA;
  padding: 100px 0;
}
.product-eco .sector-item .box-price {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .sector-item .product-item {
  position: relative;
  padding: 26px 34px 34px;
  margin: 0 20px;
  text-align: left;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.product-eco .sector-item .product-item .flag-list {
  font-size: 0;
}
.product-eco .sector-item .product-item .flag-list p {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.44;
  letter-spacing: -0.72px;
  vertical-align: top;
}
.product-eco .sector-item .product-item .flag-list p + p {
  margin-left: 6px;
}
.product-eco .sector-item .product-item .flag-list .flag-1 {
  color: #ED1010;
}
.product-eco .sector-item .product-item .flag-list .flag-2 {
  color: #F90;
}
.product-eco .sector-item .product-item .product-title {
  margin-top: 17px;
  min-height: 75px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-title strong {
  font-weight: 700;
}
.product-eco .sector-item .product-item .text-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 32px 0;
  margin-top: 20px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-item .product-item .text-list .text-item {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 9px 0;
  color: #171717;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.842px;
}
.product-eco .sector-item .product-item .text-list .text-item + li {
  margin-left: 29px;
  padding-left: 29px;
  border-left: 1px solid #CFCFCF;
}
.product-eco .sector-item .product-item .product-price .price-box {
  position: absolute;
  top: 85px;
  right: 37px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 10px;
  margin-bottom: 5px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before p {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 121%;
  color: #6A6A6A;
  font-weight: 400;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before .text {
  font-size: 16px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before .price {
  position: relative;
  font-size: 18px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before .price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6A6A6A;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-item .product-item .product-price .price-box .price-after {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: end;
      align-items: flex-end;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 16px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .text {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  padding: 5px 9px;
  margin-bottom: 4px;
  border-radius: 4px;
  border: 1px solid #F00;
  background: rgba(255, 255, 255, 0.2);
  color: #F00;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .price {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -1px;
  color: #000;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after strong {
  font-family: inherit;
  font-weight: 900;
  color: #000;
}
.product-eco .sector-item .product-item .action .btn-product {
  display: block;
  padding: 25px 31px;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-item .product-item .action .btn-product .text {
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .action .btn-product .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .product-item .action .btn-product .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .action .btn-product .text::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .action .btn-product .text::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .action .btn-product .text::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .action .btn-product .text::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .action .btn-product .text::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .action .btn-product .text::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-item .product-item .action .btn-product .text:before {
  right: 0;
}
.product-eco .sector-band {
  position: relative;
  padding: 40px 0;
  background: #000;
}
.product-eco .sector-band:after {
  position: absolute;
  bottom: -69px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  width: 234px;
  height: 82px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/S/product/250813/pc/bg_deco_band.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: 1;
}
.product-eco .sector-band p {
  color: #FFF;
  text-shadow: 0 2px 0 #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -1.4px;
}
.product-eco .sector-band p span {
  display: inline-block;
  vertical-align: top;
}
.product-eco .sector-band p .fc-point {
  font-family: inherit;
  color: #FFBF00;
}
.product-eco .sector-band p .fs-small {
  font-family: inherit;
  margin-bottom: -10px;
  font-size: 28px;
  letter-spacing: -1.12px;
}
.product-eco .sector-intro {
  padding: 100px 0;
  background-color: #FFC305;
}
.product-eco .sector-intro .sub-text {
  margin-top: 60px;
  color: #444;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.96px;
  line-height: 1.2;
}
.product-eco .sector-intro .sub-text strong {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.28px;
}
.product-eco .sector-essential {
  padding: 100px 0;
}
.product-eco [class^=sector-point] {
  background-color: #F8F8F8;
}
.product-eco [class^=sector-point] ~ [class^=sector-point] {
  padding-top: 30px;
}
.product-eco .sector-point1 {
  padding-top: 100px;
}
.product-eco .sector-point1 .tab-box .tab-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 6px;
  margin-bottom: 10px;
}
.product-eco .sector-point1 .tab-box .tab-list .btn-tab {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 22px 0;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  color: #6D6D6D;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.product-eco .sector-point1 .tab-box .tab-list .btn-tab.btn-tab-disabled {
  color: #C6C6C6;
  background: #F1F1F1;
  cursor: default;
}
.product-eco .sector-point1 .tab-box .tab-list .btn-tab.active {
  background-color: #222;
  color: #fff;
}
.product-eco .sector-point1 .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .sector-point3 .action {
  position: absolute;
  top: 126px;
  right: 323px;
}
.product-eco .sector-point3 .action .btn-base {
  padding: 0 10px 0 0;
  border: 0;
  color: rgba(68, 68, 68, 0.5);
}
.product-eco .sector-point3 .action .btn-base:before {
  right: 0;
}
.product-eco .sector-point3 .box-exam {
  -webkit-box-shadow: 0 4.16px 10.4px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4.16px 10.4px 0 rgba(0, 0, 0, 0.05);
}
.product-eco .sector-point5 {
  padding-bottom: 100px;
}
.product-eco .sector-point5 img {
  margin-top: -50px;
}
.product-eco .sector-review {
  padding: 100px 0;
  background-color: #FFC305;
}
.product-eco .sector-review .winner-review-slider {
  width: 588px;
  margin: 0 auto;
}
.product-eco .sector-review .winner-review-slider div {
  font-size: 0;
}
.product-eco .sector-review .winner-review-slider .review-item {
  border-radius: 10px;
  border: 2px solid #000;
  overflow: hidden;
}
.product-eco .sector-review .winner-review-slider .review-item button {
  padding: 0;
  margin: 0;
}
.product-eco .sector-review .winner-review-slider img {
  width: 584px;
}
.product-eco .sector-winner {
  padding: 100px 0;
  background-color: #FFD800;
}
.product-eco .sector-winner .title-box p.title {
  font-weight: 700;
}
.product-eco .sector-winner .winner-contents {
  height: 400px;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: -50px;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
.product-eco .sector-winner .winner-contents .winner-list {
  -webkit-transform: perspective(400px) rotateX(45deg);
          transform: perspective(400px) rotateX(45deg);
  overflow: hidden;
}
.product-eco .sector-winner .winner-contents .winner-list p {
  color: #000;
  font-size: 2.5vw;
  margin: 5px 0;
  font-weight: 500;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .winner-contents .winner-list p {
    font-size: 18px;
  }
}
.product-eco .sector-winner .review-slider .slick-slide {
  margin: 0 5px;
}
.product-eco .sector-winner .notice-text {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-branding {
  background-color: #002B7E;
  background-image: url("//img.eduwill.net/eduwill/img/2025/S/product/250813/pc/bg_branding.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-bar {
  padding: 40px 0;
  background-color: #FFBF00;
}
.product-eco .sector-bar p {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: -1.4px;
}
.product-eco .sector-bar p strong {
  font-family: inherit;
  color: #fff;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #111) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #111) drop-shadow(0 1px #000);
}/*# sourceMappingURL=web.css.map */