@charset "UTF-8";
.product-eco .wrap,
.product-eco .wrap-full, .grid {
  *zoom: 1;
}
.product-eco .wrap::before,
.product-eco .wrap-full::before, .grid::before, .product-eco .wrap::after,
.product-eco .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.product-eco .wrap::after,
.product-eco .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;
}

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

.product-eco .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 {
  -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;
}

.product-eco {
  text-align: center;
  overflow: hidden;
}
.product-eco * {
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco * {
    letter-spacing: -1px;
  }
}
.product-eco * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco [class^=sector-] {
  position: relative;
}
.product-eco button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.product-eco p {
  margin: 0;
  padding: 0;
}
.product-eco .wrap,
.product-eco .wrap-full {
  position: relative;
  margin: 0 auto;
}
.product-eco .wrap-full {
  width: 100%;
}
.product-eco .icon-pointer {
  position: relative;
  display: inline-block;
}
.product-eco .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer::after {
    width: 55px;
  }
}
.product-eco .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer::after {
    height: 56px;
  }
}
.product-eco .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);
  }
}
.product-eco .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;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .eco-6453 .wing-earlybird {
  bottom: 340px;
}
.product-eco .fix-wing {
  z-index: 99;
  position: fixed;
  right: 25px;
  bottom: 100px;
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-dots li.slick-active {
  width: 36px;
  background: #FFBF00;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 50px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 50px;
  }
}
.product-eco .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%;
  margin-left: -75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -540px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 12.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 12.5px;
  }
}
.product-eco .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);
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 50px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 50px;
  }
}
.product-eco .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%;
  margin-right: -75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -540px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 12.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 12.5px;
  }
}
.product-eco .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);
}
.product-eco .action-base button, .product-eco .action-base a {
  position: relative;
  display: inline-block;
}
.product-eco .action-base button::before, .product-eco .action-base a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action-base button::before, .product-eco .action-base a::before {
    width: 6px;
  }
}
.product-eco .action-base button::before, .product-eco .action-base a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action-base button::before, .product-eco .action-base a::before {
    height: 6px;
  }
}
.product-eco .action-base button::before, .product-eco .action-base a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action-base button::before, .product-eco .action-base a::before {
    margin-top: -3px;
  }
}
.product-eco .action-base button::before, .product-eco .action-base a::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 .action-base button::before, .product-eco .action-base a::before {
    right: 12px;
  }
}
.product-eco .action-base button::before, .product-eco .action-base a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .action-base button, .product-eco .action-base a {
  padding: 5px 20px 5px 5px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  border: 1px solid currentColor;
  border-radius: 2px;
}
.product-eco .action-link a {
  position: relative;
  display: inline-block;
}
.product-eco .action-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action-link a::before {
    width: 6px;
  }
}
.product-eco .action-link a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action-link a::before {
    height: 6px;
  }
}
.product-eco .action-link a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action-link a::before {
    margin-top: -3px;
  }
}
.product-eco .action-link a::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 .action-link a::before {
    right: 12px;
  }
}
.product-eco .action-link a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .action-link a {
  padding: 10px 20px 10px 10px;
  line-height: 1;
  color: #999;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: -1px;
  border-radius: 4px;
  border: 1px solid #BBB;
  background: #F1F1F1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .notice {
  margin-top: 20px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.72px;
  margin-top: 10px;
}
.product-eco .notice.white {
  color: rgba(255, 255, 255, 0.8);
}
.product-eco .title-box {
  position: relative;
}
.product-eco .title-box .action-base {
  margin-top: 9px;
}
.product-eco .title-box .text-notice {
  margin-top: 20px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
}
.product-eco .title-box p.num-title {
  margin-bottom: 15px;
  color: #7C5100;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .title-box p.main-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1.5px;
  color: #222;
}
.product-eco .title-box p.main-title strong {
  font-weight: 900;
  line-height: 1.3;
  font-size: 40px;
}
.product-eco .title-box p.main-title .fc-point {
  color: #FFBF00;
}
.product-eco .title-box p.sub-title {
  margin-top: 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.56px;
  color: #222;
}
.product-eco .title-box p.sub-title strong {
  font-weight: 700;
}
.product-eco .desc-text {
  color: #222;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
}
.product-eco .desc-text strong {
  font-weight: 900;
}
.product-eco .tab-box {
  margin: 0 20px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.product-eco .tab-box .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  padding: 22px 0;
  color: #888;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.4px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background-color: #FFF;
  cursor: pointer;
}
.product-eco .tab-box .tab-list li span {
  color: #353535;
  font-size: 12px;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.product-eco .tab-box .tab-list li.active {
  color: #fff;
  font-weight: 500;
  background-color: #000;
  background-color: #000;
}
.product-eco .tab-box .tab-list li.active span {
  color: rgba(255, 255, 255, 0.8);
}
.product-eco .tab-box .tab-view {
  position: relative;
  display: none;
}
.product-eco .tab-box .tab-view.active {
  display: block;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  gap: 10px;
}
.product-eco .sector-banner {
  padding: 36px 0;
  background: var(--bg, linear-gradient(90deg, #C8AC81 0%, #62543F 100%), linear-gradient(180deg, #333 0%, #222 50%, #333 100%));
}
.product-eco .sector-banner p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFF;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1px;
}
.product-eco .sector-banner p + p {
  font-size: 32px;
}
.product-eco .sector-banner p strong {
  color: #FFFFC2;
  font-weight: 700;
}
.product-eco .sector-title {
  position: relative;
  padding-bottom: 69px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260319/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(141deg, #FFD930 33.35%, #09F 113.03%);
  z-index: -1;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 60px;
}
.product-eco .sector-title .laurel-wrap .laurel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  min-height: 77px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4C5121;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 77px;
}
.product-eco .sector-title .laurel-wrap .laurel:before {
  left: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260319/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-title .laurel-wrap .laurel:after {
  right: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260319/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.product-eco .sector-title .laurel-wrap .laurel strong {
  color: currentColor;
  font-size: 19px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.52px;
}
.product-eco .sector-title .laurel-wrap .laurel strong.fs-large {
  font-size: 26px;
}
.product-eco .sector-title .title-1 {
  margin-top: 117px;
}
.product-eco .sector-title .title-2 {
  margin-top: 32px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 62px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -2.48px;
}
.product-eco .sector-title .title-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 20px 0;
  gap: 20px;
}
.product-eco .sector-title .title-3 .box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #93693C;
  background: linear-gradient(122deg, rgba(255, 255, 255, 0.75) 22.01%, #FFF6D9 72.44%);
  -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);
  text-align: left;
  width: 285px;
  height: 164px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 40px 28px;
}
.product-eco .sector-title .title-3 .box p {
  margin: 0;
  padding: 0;
}
.product-eco .sector-title .title-3 .box p.text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .box p.text-2 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .box.box-dark {
  position: relative;
  border: 5px solid #93693C;
  background: linear-gradient(104deg, rgba(0, 0, 0, 0.75) 36.52%, rgba(130, 73, 5, 0.75) 109.73%);
  -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);
}
.product-eco .sector-title .title-3 .box.box-dark:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/title_deco.png) no-repeat 0 0;
  background-size: cover;
  width: 143px;
  height: 79px;
}
.product-eco .sector-title .title-3 .box.box-dark .text-1 {
  color: #fff;
}
.product-eco .sector-title .title-3 .box.box-dark .text-2 {
  font-size: 22px;
  color: #FFD84D;
  background: linear-gradient(282deg, rgb(231, 173, 0) -15.51%, rgb(249, 228, 119) 107.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-3 .box.box-dark .text-notice {
  margin-top: 30px;
  color: #FFF;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #58451F;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.39px;
}
.product-eco .sector-title .title-3 .title-tag {
  position: absolute;
  top: 0;
  right: 10px;
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/tag_bg.png) no-repeat 0 0;
  background-size: cover;
  width: 114px;
  height: 22px;
  text-align: center;
}
.product-eco .sector-title .title-3 .title-tag span {
  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;
  padding: 5px 0px;
  color: #000;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 10px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.188px;
  text-transform: uppercase;
  line-height: 1;
}
.product-eco .sector-title .title-3 .title-flag {
  position: absolute;
  top: 0;
  right: 5px;
}
.product-eco .sector-title .action-base {
  position: absolute;
  top: 110px;
  left: 50%;
  z-index: 1;
  margin-left: 550px;
}
.product-eco .sector-title .btn-action {
  margin-top: 40px;
}
.product-eco .sector-title .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .btn-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a::before {
    width: 12px;
  }
}
.product-eco .sector-title .btn-action a::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a::before {
    height: 12px;
  }
}
.product-eco .sector-title .btn-action a::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a::before {
    margin-top: -6px;
  }
}
.product-eco .sector-title .btn-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a::before {
    right: 24px;
  }
}
.product-eco .sector-title .btn-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-title .btn-action a {
  width: 750px;
  padding: 24px 0;
  font-size: 24px;
  font-weight: 900;
  color: #FFBF00;
  border: 2px solid transparent;
  border-radius: 80px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000)), -webkit-gradient(linear, left top, right top, from(#FFD930), to(#00D9FF));
  background-image: linear-gradient(180deg, #666 0%, #000 100%), linear-gradient(to right, #FFD930, #00D9FF);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.product-eco .sector-title .btn-action a:before {
  right: 50px;
}
.product-eco .sector-banner-text {
  background-image: url("//img.eduwill.net/eduwill/img/2022/J/product/220419/pc/bg_banner2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 40px 0 30px;
}
.product-eco .sector-banner-text p {
  color: #000;
  font-size: 34px;
  font-weight: 900;
}
.product-eco .sector-banner-text p strong {
  display: block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  line-height: 1;
  margin-top: 20px;
}
.product-eco .sector-banner-text .notice {
  margin-top: 20px;
}
.product-eco .sector-winner {
  overflow: hidden;
  height: 700px;
  padding-top: 100px;
}
.product-eco .sector-winner .wrap {
  z-index: 3;
}
.product-eco .sector-winner .title-box {
  margin-bottom: 0;
}
.product-eco .sector-winner .title-box p.main-title,
.product-eco .sector-winner .title-box p.sub-title {
  color: #fff;
}
.product-eco .sector-winner .title-box p.main-title {
  font-weight: 400;
}
.product-eco .sector-winner .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-winner .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.product-eco .sector-winner .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-winner: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-interview {
  padding: 100px 0;
}
.product-eco .sector-interview .action-link {
  width: 1000px;
  margin: -40px auto 0;
  text-align: right;
}
.product-eco .sector-interview .desc-text {
  margin-top: 40px;
}
.product-eco .sector-review {
  background: -webkit-gradient(linear, left top, right top, from(#FFF7E9), to(#E6DBA9));
  background: linear-gradient(90deg, #FFF7E9 0%, #E6DBA9 100%);
  padding: 100px 0;
}
.product-eco .sector-review .graph-box {
  width: 844px;
  margin: 60px auto 0;
  padding: 40px 80px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
}
.product-eco .sector-review .graph-box .graph-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.product-eco .sector-review .graph-box .graph-num {
  margin-top: 12px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 44px;
  font-weight: 900;
  color: #222;
}
.product-eco .sector-review .graph-box .graph-num span {
  margin-left: 2px;
  font-size: 44px;
  font-weight: 900;
}
.product-eco .sector-review .graph-box .graph-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 90px;
  margin-top: 50px;
  border-bottom: 1px dashed #ccc;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item .bar-count {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 15px;
  z-index: 2;
  font-size: 14px;
  color: #8D8D8D;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item .bar {
  position: relative;
  width: 72px;
  height: 251px;
  border-radius: 12px 12px 0 0;
  background-color: #E5E5E5;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-eco .sector-review .graph-box .graph-chart .bar-item:nth-child(2) .bar {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item:nth-child(2) .bar-count {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item:nth-child(3) .bar {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item:nth-child(3) .bar-count {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item .bar-label {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 16px;
  color: #000;
  font-weight: 800;
  width: 100%;
  text-align: center;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-1 .bar-count {
  bottom: auto;
  top: 50px;
  color: #222;
  font-size: 25px;
  font-weight: 900;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-1 .bar {
  width: 120px;
  border-radius: 8px 8px 0 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC30C), color-stop(51.44%, #FFD244), to(#FFAE08));
  background: linear-gradient(180deg, #FFC30C 0%, #FFD244 51.44%, #FFAE08 100%);
  -webkit-box-shadow: 4px -4px 4px 0 rgba(161, 161, 161, 0.25);
          box-shadow: 4px -4px 4px 0 rgba(161, 161, 161, 0.25);
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-1 .bar-logo {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-1 .bar-label {
  color: #828614;
  font-size: 18px;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-2 .bar {
  height: 6px;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-3 .bar {
  height: 3px;
}
.product-eco .sector-review .graph-box .graph-chart.on .bar {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.product-eco .sector-review .graph-box .graph-chart.on .bar-count {
  opacity: 1;
}
.product-eco .sector-review .graph-box .graph-chart.on .bar-item.bar-1 .bar-logo {
  opacity: 1;
}
.product-eco .sector-review .graph-box .graph-notice {
  margin-top: 54px;
  font-size: 14px;
  color: #4B3800;
}
.product-eco .sector-compare {
  background-color: #FFFCF5;
  padding: 100px 0;
}
.product-eco .sector-compare .compare-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.product-eco .sector-compare .compare-box .compare-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--other {
  width: 433px;
  height: 424px;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #ededed;
  border: 1px solid #dfdfdf;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--other .compare-tit {
  background-color: #dfdfdf;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--other li {
  color: #8a8a8a;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill {
  position: relative;
  z-index: 1;
  width: 542px;
  height: 534px;
  background-color: #fff;
  border: 4px solid #ffc414;
  border-radius: 0 10px 10px 0;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill:before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 25px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFC414), to(#E1AC0E));
  background: linear-gradient(90deg, #FFC414 0%, #E1AC0E 100%);
  clip-path: polygon(0 55px, 100% 0, 100% 100%, 0 479px);
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill .compare-tit {
  background-color: #ffc414;
  font-size: 26px;
  font-weight: 900;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill li {
  color: #000;
}
.product-eco .sector-compare .compare-box .compare-tit {
  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;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.product-eco .sector-compare .compare-box .compare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-eco .sector-compare .compare-box .compare-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 30px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.55;
  text-align: left;
}
.product-eco .sector-compare .compare-box .compare-list li:last-child {
  border-bottom: 0;
}
.product-eco .sector-compare .compare-box .compare-list li strong {
  font-weight: 900;
  line-height: 1.8;
}
.product-eco .sector-compare .compare-box .compare-list .ico-check,
.product-eco .sector-compare .compare-box .compare-list .ico-close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.product-eco .sector-compare .compare-box .compare-list .ico-check {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%23FFC414'/><path d='M7.5 12.5L10.5 15.5L16.5 9' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") no-repeat center/contain;
}
.product-eco .sector-compare .compare-box .compare-list .ico-close {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%23C4C4C4'/><path d='M8.5 8.5L15.5 15.5M15.5 8.5L8.5 15.5' stroke='%23fff' stroke-width='2' stroke-linecap='round'/></svg>") no-repeat center/contain;
}
.product-eco .sector-compare .compare-box .compare-item--other .fc-point3 {
  color: #59400b;
}
.product-eco .sector-compare .compare-box .compare-item--eduwill .fc-point3 {
  color: #cb8a00;
  font-weight: 900;
}
.product-eco .sector-compare .compare-box .compare-stamp {
  position: absolute;
  right: -50px;
  bottom: 55px;
  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;
  width: 230px;
  height: 80px;
  border: 5px solid #ff5a2d;
  border-radius: 18px;
  background-color: #fff;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.product-eco .sector-compare .compare-box .compare-stamp:before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid #ff5a2d;
  border-radius: 9px;
}
.product-eco .sector-compare .compare-box .compare-stamp span {
  color: #ff5a2d;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 6px;
}
.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-weight: 700;
  line-height: 130%;
  letter-spacing: -1.44px;
}
.product-eco .sector-compare .desc-text .fc-point {
  color: #FFBF00;
}
.product-eco .sector-compare .text-notice {
  color: #4B3800;
  margin-top: 30px;
}
.product-eco .sector-intro {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/intro_bg.jpg"), -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E));
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/intro_bg.jpg"), linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center;
}
.product-eco .sector-intro p.main-title {
  color: #fff;
}
.product-eco .sector-intro .img-box {
  margin-top: 40px;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background-color: #fff;
}
.product-eco .sector-benefit .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 60px;
}
.product-eco .sector-benefit .card-list > div {
  position: relative;
  width: 225px;
  height: 245px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: -webkit-gradient(linear, left bottom, left top, from(#FAFAFA), to(#FAFAFA)), #F8F8F8;
  background: linear-gradient(0deg, #FAFAFA 0%, #FAFAFA 100%), #F8F8F8;
}
.product-eco .sector-benefit .card-list > div img {
  width: auto;
  height: 100%;
}
.product-eco .sector-benefit .card-list > div p {
  text-align: center;
}
.product-eco .sector-benefit .card-list .text-1 {
  position: absolute;
  top: 25px;
  right: 0;
  left: 0;
  text-align: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.44px;
}
.product-eco .sector-benefit .card-list .text-2 {
  position: absolute;
  top: 333px;
  right: 0;
  left: 0;
  color: #C1C1C1;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.42px;
}
.product-eco .sector-benefit .card-list .action-base {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 5px;
}
.product-eco .sector-benefit .card-list .action-base button {
  border: none;
}
.product-eco .sector-benefit .img-box {
  margin-top: 20px;
}
.product-eco .sector-item {
  padding: 100px 0;
  background: #222;
}
.product-eco .sector-item .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-item .title-box .notice {
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .sector-item .box-list {
  margin-top: 60px;
  padding: 0 20px;
}
.product-eco .sector-item .box-list .box-item {
  width: 100%;
  text-align: left;
  padding: 28px 32px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .sector-item .box-list .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-item .box-list .box-title .text-1 {
  font-size: 20px;
  font-weight: 900;
  line-height: 240%;
  color: #FF7A00;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .box-list .box-title .text-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  letter-spacing: -1px;
  margin-top: 20px;
}
.product-eco .sector-item .box-list .box-title .text-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  margin-top: 20px;
}
.product-eco .sector-item .box-list .benefit-list li {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 126%;
}
.product-eco .sector-item .box-list .box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-item .box-list .box-price {
  text-align: left;
}
.product-eco .sector-item .box-list .box-price .before-price {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-list .box-price .after-price .price {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-list .box-price .after-price .price strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .box-price .text-price {
  margin-top: 5px;
  font-size: 14px;
  color: #888;
}
.product-eco .sector-item .box-list .btn-action {
  width: 300px;
}
.product-eco .sector-item .box-list .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-list .btn-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .btn-action a::before {
    width: 8px;
  }
}
.product-eco .sector-item .box-list .btn-action a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .btn-action a::before {
    height: 8px;
  }
}
.product-eco .sector-item .box-list .btn-action a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .btn-action a::before {
    margin-top: -4px;
  }
}
.product-eco .sector-item .box-list .btn-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .btn-action a::before {
    right: 16px;
  }
}
.product-eco .sector-item .box-list .btn-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .box-list .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  padding: 24px 32px;
  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%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-list .btn-action a:before {
  right: 32px;
}
.product-eco .sector-band {
  position: relative;
  padding: 30px 0;
  background-color: #0E0E0E;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/bg_band.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
.product-eco .sector-band:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 328px;
  height: 92px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/bg_band_tail.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-band p {
  font-size: 54px;
  font-weight: 900;
  line-height: 1.6;
  letter-spacing: -0.5px;
  background: -webkit-gradient(linear, left top, right top, from(#FFCC0F), color-stop(69%, #FFFFFF));
  background: linear-gradient(90deg, #FFCC0F 0%, #FFFFFF 69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-band .notice {
  color: #fff;
}
.product-eco .sector-benefit {
  padding: 100px 0;
}
.product-eco .sector-benefit .box-list {
  width: 1160px;
  margin: 0 auto;
  gap: 8px;
}
.product-eco .sector-benefit .text-base {
  margin-bottom: 20px;
}
.product-eco .sector-teacher .tab-box {
  width: 1000px;
  margin: 40px auto 0;
}
.product-eco .sector-teacher .btn-home {
  position: absolute;
  top: 152px;
  right: 14px;
  min-width: 122px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.42px;
  text-align: left;
}
.product-eco .sector-teacher .btn-home strong {
  position: relative;
  padding-right: 21px;
  font-weight: 700;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260319/pc/ico_home.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px 14px;
}
.product-eco .sector-book {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF1C9));
  background: linear-gradient(180deg, #FFF 0%, #FFF1C9 100%);
}
.product-eco .sector-book .wrap {
  z-index: 1;
}
.product-eco .sector-book .action-base {
  position: absolute;
  top: 138px;
  left: 50%;
  z-index: 1;
  margin-left: 280px;
}
.product-eco .sector-book .title-box + img {
  margin-top: 50px;
}
.product-eco .sector-hit {
  padding-bottom: 100px;
  background: #FFF1C9;
}
.product-eco .sector-hit .tab-box {
  width: 1044px;
  margin: 26px auto 0;
}
.product-eco .sector-hit .slide-box {
  margin-top: 40px;
}
.product-eco .sector-hit .slide-box .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-curriculum {
  padding: 100px 0;
  background: linear-gradient(282deg, #756853 -35.38%, #2C200E 99.05%);
}
.product-eco .sector-curriculum .title-box .num-title {
  color: #FFFFC2;
}
.product-eco .sector-curriculum .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-curriculum .box-list {
  margin-top: 30px;
  gap: 0;
}
.product-eco .sector-curriculum .box-list > div {
  margin: 0 -8px;
}
.product-eco .sector-support {
  padding: 100px 0;
}
.product-eco .sector-support .desc-text {
  margin: 60px 0 40px;
}
.product-eco .sector-support .img-box {
  margin-top: 60px;
}
.product-eco .sector-support .action-link {
  width: 1000px;
  margin: 20px auto 0;
  text-align: right;
}
.product-eco .sector-support .slide-box * {
  font-size: 0;
}
.product-eco .sector-support .slide-box .slick-list {
  overflow: visible;
}
.product-eco .sector-support .slide-box .slick-slide {
  margin: 0 10px;
  border-radius: 50px;
  -webkit-box-shadow: 7px 7px 27px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 7px 7px 27px 0px rgba(0, 0, 0, 0.23);
  opacity: 0.5;
}
.product-eco .sector-support .slide-box .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-support .slide-box .slick-dots {
  margin-top: 30px;
}/*# sourceMappingURL=web.css.map */