@charset "UTF-8";
.product-eco .eco-3033 .house-item .flag-list, .product-eco .eco-3033 .house-item .box-price .box-detail, .product-eco .sector-curriculum .slide-box, .promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.product-eco .eco-3033 .house-item .flag-list::before, .product-eco .eco-3033 .house-item .box-price .box-detail::before, .product-eco .sector-curriculum .slide-box::before, .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, .product-eco .eco-3033 .house-item .flag-list::after, .product-eco .eco-3033 .house-item .box-price .box-detail::after, .product-eco .sector-curriculum .slide-box::after, .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;
}
.product-eco .eco-3033 .house-item .flag-list::after, .product-eco .eco-3033 .house-item .box-price .box-detail::after, .product-eco .sector-curriculum .slide-box::after, .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;
}

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

#fixApply {
  display: none !important;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  border-radius: 15px;
  background-color: #BBBBBB;
}
.product-eco .slick-dots li.slick-active {
  width: 48px;
  background-color: #FFBE00;
}
.product-eco .title-box {
  position: relative;
  margin-bottom: 40px;
}
.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-style: normal;
  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: 500;
  line-height: 140%; /* 42px */
}
.product-eco .desc-text strong {
  font-weight: 900;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.product-eco .fix-bottom .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.product-eco .fix-bottom .wrap .img {
  margin-top: -11px;
}
.product-eco .fix-bottom .wrap .title {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 35px;
  font-weight: 700;
}
.product-eco .fix-bottom .wrap .title span {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  background: -webkit-gradient(linear, left top, right top, color-stop(44.89%, #FFD900), to(#FFA91E));
  background: linear-gradient(90deg, #FFD900 44.89%, #FFA91E 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .fix-bottom .wrap .action a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .wrap .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .wrap .action a::before {
    width: 10px;
  }
}
.product-eco .fix-bottom .wrap .action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .wrap .action a::before {
    height: 10px;
  }
}
.product-eco .fix-bottom .wrap .action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .wrap .action a::before {
    margin-top: -5px;
  }
}
.product-eco .fix-bottom .wrap .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .wrap .action a::before {
    right: 20px;
  }
}
.product-eco .fix-bottom .wrap .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-bottom .wrap .action a {
  width: 200px;
  padding: 14px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
  border-radius: 50px;
  background: linear-gradient(112deg, #FFF000 2.6%, #FFC100 100%), #FFD000;
}
.product-eco .notice {
  text-align: center;
  color: #999999;
  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 .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: #C1C1C1;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
}
.product-eco .box-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: 20px;
}
.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 .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 strong {
  color: #FFFFC2;
  font-size: 32px;
  font-weight: 800;
}
.product-eco .sector-title {
  padding-bottom: 100px;
  background-color: #222;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title .wrap {
  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: 110px;
}
.product-eco .sector-title .laurel-wrap .laurel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 43px;
  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: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
}
.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/2025/J/product/250312/mobile/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/2025/J/product/250312/mobile/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: 100px;
}
.product-eco .sector-title .title-2 {
  margin-top: 75px;
}
.product-eco .sector-title .title-2 strong {
  display: block;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 120px;
  font-weight: 700;
  line-height: 119%;
  letter-spacing: -2.1px;
  -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);
          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);
  letter-spacing: -5px;
}
.product-eco .sector-title .title-2 strong.highlight {
  font-size: 138px;
  -webkit-text-stroke-width: 5px;
  background: linear-gradient(153deg, #FFDF38 23.44%, #FFB930 72.27%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.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 {
  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-style: normal;
  font-weight: 700;
  line-height: 120%; /* 11.302px */
  letter-spacing: -0.188px;
  text-transform: uppercase;
  padding: 5px 0px;
  line-height: 1;
}
.product-eco .sector-title .title-3 .title-flag {
  position: absolute;
  top: 0;
  right: 5px;
}
.product-eco .sector-title .title-benefit {
  margin-top: 30px;
}
.product-eco .sector-title .action {
  margin-top: 40px;
}
.product-eco .sector-title .action a {
  width: 800px;
  padding: 25px 0;
  border-radius: 8px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #fff;
  font-size: 26px;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.product-eco .sector-title .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a::before {
    width: 8px;
  }
}
.product-eco .sector-title .action a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a::before {
    height: 8px;
  }
}
.product-eco .sector-title .action a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a::before {
    margin-top: -4px;
  }
}
.product-eco .sector-title .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a::before {
    right: 16px;
  }
}
.product-eco .sector-title .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-title .action a:before {
  right: 30px;
}
.product-eco .sector-title .action-base {
  position: absolute;
  top: 153px;
  left: 50%;
  margin-left: 620px;
}
.product-eco .sector-title .action-base button,
.product-eco .sector-title .action-base a {
  color: #fff;
  border: 1px solid currentColor;
  opacity: 0.5;
}
.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: 700;
}
.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-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: 10px;
  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-style: normal;
  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");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-intro p.main-title {
  color: #fff;
}
.product-eco .sector-intro .action {
  margin-top: 24px;
}
.product-eco .sector-intro .action a {
  width: 844px;
  padding: 21px 30px;
  margin: 0 auto;
  background: linear-gradient(168deg, #FFD900 8.55%, #FFA557 98.05%), linear-gradient(180deg, #444 0%, #000 100%), #000;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.product-eco .sector-intro .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-intro .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-intro .action a::before {
    width: 10px;
  }
}
.product-eco .sector-intro .action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-intro .action a::before {
    height: 10px;
  }
}
.product-eco .sector-intro .action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-intro .action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-intro .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-intro .action a::before {
    right: 20px;
  }
}
.product-eco .sector-intro .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-intro .action a:before {
  right: 30px;
}
.product-eco .sector-item {
  padding: 95px 0;
  background: #F8F8F8;
}
.product-eco .sector-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 0 20px;
}
.product-eco .sector-item .item {
  max-width: 572px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  border-radius: 10px;
  padding: 34px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  text-align: left;
}
.product-eco .sector-item .item .item-header {
  position: relative;
  margin-bottom: 26px;
}
.product-eco .sector-item .item .item-header .item-category {
  font-size: 20px;
  color: #6A6A6A;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 500;
}
.product-eco .sector-item .item .item-header .item-category strong {
  color: #FF7900;
  font-weight: 900;
}
.product-eco .sector-item .item .item-header .title {
  font-size: 28px;
  font-weight: 400;
  color: #111;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -1px;
}
.product-eco .sector-item .item .item-header .title strong {
  font-weight: 900;
}
.product-eco .sector-item .item .item-header .header-visual {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-item .item .item-header .header-visual .icon-plus {
  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: 30px;
  height: 30px;
  margin-right: -70px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.product-eco .sector-item .item .item-info {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  margin-bottom: 26px;
}
.product-eco .sector-item .item .item-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 15px;
  line-height: 1.6;
}
.product-eco .sector-item .item .item-info dl:last-child {
  margin-bottom: 0;
}
.product-eco .sector-item .item .item-info dl dt, .product-eco .sector-item .item .item-info dl dd {
  line-height: 1.6;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .item .item-info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 52px;
  color: #000;
}
.product-eco .sector-item .item .item-info dl dt span {
  font-size: inherit;
  font-weight: inherit;
}
.product-eco .sector-item .item .item-info dl dd {
  margin: 0;
  color: #000;
}
.product-eco .sector-item .item .item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.product-eco .sector-item .item .item-options .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-eco .sector-item .item .item-options .option-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background-color: #111;
  border-radius: 4px;
  position: relative;
  cursor: not-allowed;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-item .item .item-options .option-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product-eco .sector-item .item .item-options .option-item .option-text strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  color: #FF5E00;
}
.product-eco .sector-item .item .item-options .option-item .option-text {
  margin: 0;
  font-size: 15px;
  color: #4D4D4D;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
.product-eco .sector-item .item .item-bottom {
  margin-top: auto;
}
.product-eco .sector-item .item .item-bottom .item-price {
  margin-bottom: 20px;
}
.product-eco .sector-item .item .item-bottom .item-price .original {
  display: block;
  font-size: 15px;
  color: #9f9f9f;
  margin-bottom: 4px;
}
.product-eco .sector-item .item .item-bottom .item-price .current {
  display: block;
  font-size: 36px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-item .item .item-bottom .btn-submit {
  width: 100%;
  display: block;
  padding: 24px 31px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  text-align: left;
}
.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-teacher {
  padding: 100px 0;
  background-color: #FBFAF8;
}
.product-eco .sector-teacher .teacher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 50px 15px 0;
}
.product-eco .sector-teacher .teacher-list + .teacher-list {
  margin-top: 10px;
}
.product-eco .sector-teacher .teacher-list.teacher-list-main > div {
  background: -webkit-gradient(linear, left top, left bottom, from(#C6BC82), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E3D9F2));
  background: linear-gradient(180deg, #C6BC82 0%, #000 100%), linear-gradient(180deg, #FFF 0%, #E3D9F2 100%);
}
.product-eco .sector-teacher .teacher-list > div {
  position: relative;
  width: 220px;
  border-radius: 20px;
  border: 1px solid #E3E3E3;
  background: -webkit-gradient(linear, left top, left bottom, from(#6E6E6E), to(#000)), -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E3D9F2));
  background: linear-gradient(180deg, #6E6E6E 0%, #000 100%), linear-gradient(180deg, #FFF 0%, #E3D9F2 100%);
}
.product-eco .sector-teacher .teacher-list a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
}
.product-eco .sector-teacher .teacher-list a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(46.08%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.08%, #000 100%);
}
.product-eco .sector-teacher .teacher-list .flag {
  position: absolute;
  top: -20px;
  right: -15px;
}
.product-eco .sector-teacher .teacher-list .teacher-info {
  position: absolute;
  right: 0;
  bottom: 30px;
  left: 0;
  z-index: 1;
}
.product-eco .sector-teacher .teacher-list .teacher-info span {
  display: inline-block;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
.product-eco .sector-teacher .teacher-list .teacher-info span.name {
  padding-right: 24px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/icon_home.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  background-size: 24px;
}
.product-eco .sector-teacher .slide-box {
  margin-top: 130px;
  -webkit-filter: drop-shadow(7px 7px 27px rgba(0, 0, 0, 0.23));
          filter: drop-shadow(7px 7px 27px rgba(0, 0, 0, 0.23));
}
.product-eco .sector-teacher .slide-box .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-teacher .slide-box .slick-dots {
  margin-top: 35px;
}
.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 {
  margin: 0 225px;
  text-align: right;
}
.product-eco .sector-book .action-base + img {
  margin-top: 50px;
}
.product-eco .sector-book .action-base button,
.product-eco .sector-book .action-base a {
  color: #4E4E4E;
  border: 1px solid currentColor;
  opacity: 0.5;
}
.product-eco .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: 15px;
  margin-top: 60px;
}
.product-eco .card-list > div {
  position: relative;
  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 .card-list > div p {
  text-align: center;
}
.product-eco .card-list .text-1 {
  position: absolute;
  top: 36px;
  left: 30px;
  text-align: left;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.44px;
}
.product-eco .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 .card-list .action-base {
  position: absolute;
  right: 30px;
  bottom: 19px;
}
.product-eco .sector-curriculum {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F9F9F9;
}
.product-eco .sector-curriculum .slide-box {
  margin: 50px 50px 0;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager {
  float: left;
  width: 326px;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager .slick-list {
  height: 100% !important;
  overflow: visible;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager .slick-track {
  top: 0 !important;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager .slick-slide {
  position: relative;
  margin-top: 15px;
  padding: 22px 32px;
  height: 160px;
  text-align: left;
  border-radius: 20px 0 0 20px;
  background-color: #C1C1C1;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager .slick-slide:first-child {
  margin-top: 0;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager .slick-slide.slick-current {
  background-color: #7C6B00;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager .slick-slide.slick-current span.label {
  color: #7C6B00;
  background-color: #fff;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager span {
  display: block;
  color: #FFF;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.84px;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager span.label {
  display: inline-block;
  min-width: 90px;
  padding: 2px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
  color: #929292;
  border-radius: 30px;
  background-color: #DFDFDF;
}
.product-eco .sector-curriculum .slide-box .slide-connect-pager span.subject {
  margin-top: 10px;
}
.product-eco .sector-curriculum .slide-box .slide-connect {
  float: right;
  width: 824px;
  margin-left: -50px;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.product-eco .sector-hit {
  padding-bottom: 100px;
  background: #FFF1C9;
}
.product-eco .sector-hit .tab-box {
  margin-top: 26px;
}
.product-eco .sector-hit .tab-box .tab-list {
  background: #373321;
  padding-top: 24px;
  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;
}
.product-eco .sector-hit .tab-box .tab-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 220px;
  height: 74px;
  color: #87888E;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1px;
  border-radius: 20px 20px 0px 0px;
  background: #474953;
  cursor: pointer;
}
.product-eco .sector-hit .tab-box .tab-list li.active {
  color: #222;
  background-color: #FAF8FB;
}
.product-eco .sector-hit .tab-box .tab-view {
  display: none;
  margin-top: 35px;
}
.product-eco .sector-hit .tab-box .tab-view.active {
  display: block;
}
.product-eco .sector-hit .slide-box {
  margin-top: 40px;
}
.product-eco .sector-support {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-support .desc-text {
  margin: 60px 0 40px;
}
.product-eco .sector-support .section-title + img {
  margin-top: 50px;
}
.product-eco .sector-support .action-link {
  width: 1000px;
  margin: 20px auto 0;
  text-align: right;
}
.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;
}
.product-eco .sector-interview {
  position: relative;
  padding: 100px 0;
  background-color: #F9F9F9;
}
.product-eco .sector-interview.bg-white {
  background-color: #fff;
}
.product-eco .sector-interview .tab-list {
  margin-bottom: 38px;
}
.product-eco .sector-interview .tab-list .slick-list,
.product-eco .sector-interview .tab-list .slick-track {
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.product-eco .sector-interview .tab-list .slick-track {
  width: 1070px !important;
}
.product-eco .sector-interview .tab-list .slick-slide {
  width: 330px !important;
  margin: 0 12px;
}
.product-eco .sector-interview .tab-list a {
  display: block;
  margin-bottom: 10px;
}
.product-eco .sector-interview .tab-list a img {
  width: 100%;
}
.product-eco .sector-interview .tab-contents .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-interview .tab-contents .slick-slide img {
  width: 100%;
}
.product-eco .sector-interview .interview-section {
  padding-bottom: 30px;
}
.product-eco .sector-interview .slide-group {
  position: relative;
  width: 100%;
}
.product-eco .sector-interview .slide-group .slick-slide {
  margin-right: -15px;
  width: 452px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
}
.product-eco .sector-interview .slide-group .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-interview .slide-group .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 2px;
}
.product-eco .sector-interview .slide-group .slick-dots li {
  margin: 0 4px;
}
.product-eco .sector-interview .slide-group .slick-dots li button {
  background: #bbb;
}
.product-eco .sector-interview .slide-group .slick-dots li.slick-active button {
  width: 48px;
  background: #ffbe00;
}
.product-eco .sector-interview .action-link {
  width: 1000px;
  margin: 20px auto 0;
  text-align: right;
}
.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 .eco-3033 .box-list {
  margin: 0 55px;
}
.product-eco .eco-3033 .box-price {
  width: 100%;
}
.product-eco .eco-3033 .house-item {
  padding: 100px 0;
  background: #f1f1f1;
}
.product-eco .eco-3033 .house-item .box-list {
  position: relative;
  z-index: 1;
}
.product-eco .eco-3033 .house-item .box-list * {
  letter-spacing: -1px;
}
.product-eco .eco-3033 .house-item .box-list * + .box-list {
  margin-top: 20px;
}
.product-eco .eco-3033 .house-item .box-price {
  position: relative;
  padding: 4px;
  text-align: left;
  border-radius: 40px;
  background-color: #333;
}
.product-eco .eco-3033 .house-item .box-price .box-inner {
  border-radius: 38px;
  background-color: #f2f2f2;
}
.product-eco .eco-3033 .house-item .box-price .box-detail {
  padding: 40px 50px 40px;
  border-radius: 38px;
  background-color: #fff;
}
.product-eco .eco-3033 .house-item .flag-list > p {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin: 0 2px;
  padding: 0 20px;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .eco-3033 .house-item .flag-list > p span {
  line-height: 1;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
}
.product-eco .eco-3033 .house-item .flag-list .flag-1 {
  color: #fff;
  border-color: #54007C;
  background-color: #54007C;
}
.product-eco .eco-3033 .house-item .flag-list .flag-2 {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.product-eco .eco-3033 .house-item .flag-list .flag-3 {
  color: #54007C;
  border-color: #54007C;
  background-color: #fff;
}
.product-eco .eco-3033 .house-item .flag-list .flag-3 span {
  font-size: 18px;
  font-weight: 400;
}
.product-eco .eco-3033 .house-item .text-list {
  position: relative;
  float: left;
}
.product-eco .eco-3033 .house-item .text-list .text-1 {
  margin-top: 20px;
  line-height: 1.2;
  font-size: 46px;
  font-weight: 900;
  color: #000;
}
.product-eco .eco-3033 .house-item .text-list .text-2 {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
  color: #333;
}
.product-eco .eco-3033 .house-item .text-list .text-price {
  margin-top: 10px;
  font-size: 14px;
  letter-spacing: -0.8px;
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.6);
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .eco-3033 .house-item .text-list .benefit-action {
  margin-left: 15px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.product-eco .eco-3033 .house-item .text-list .benefit-action button {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.product-eco .eco-3033 .house-item .price-list {
  float: right;
  margin-top: -40px;
  text-align: right;
}
.product-eco .eco-3033 .house-item .price-list .price-discount {
  text-align: right;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #cf0000;
}
.product-eco .eco-3033 .house-item .price-list .price-discount a {
  position: relative;
  display: inline-block;
  padding: 5px 30px 5px 15px;
  margin-right: 10px;
  line-height: 1;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
  background: #000;
}
.product-eco .eco-3033 .house-item .price-list .price-discount a:after {
  content: ">";
  position: absolute;
  top: 7px;
  right: 10px;
  font-weight: 300;
  font-size: 15px;
  font-family: dotum;
}
.product-eco .eco-3033 .house-item .price-list .price-before {
  position: relative;
  display: block;
  line-height: 1.8;
  font-size: 28px;
  font-weight: 400;
  color: #A0A0A0;
}
.product-eco .eco-3033 .house-item .price-list .price-before strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: inherit;
  font-size: 30px;
  color: currentColor;
}
.product-eco .eco-3033 .house-item .price-list .price-before + .price-after {
  margin-top: -10px;
}
.product-eco .eco-3033 .house-item .price-list .price-after {
  display: block;
  line-height: 1;
  font-size: 55px;
  font-weight: 400;
  color: #000;
}
.product-eco .eco-3033 .house-item .price-list .price-after strong {
  display: inline-block;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
  font-size: 60px;
  color: currentColor;
}
.product-eco .eco-3033 .house-item .price-list .price-action {
  margin-top: 20px;
  text-align: right;
}
.product-eco .eco-3033 .house-item .price-list .price-action a {
  display: inline-block;
  width: 400px;
  padding: 14px 20px;
  text-align: center;
  line-height: 1;
  font-size: 25px;
  font-weight: 900;
  color: #fff;
  border-radius: 50px;
  border: 1px solid #cf0000;
  background: #cf0000;
}
.product-eco .eco-3033 .house-item .benefit-list {
  padding: 24px 0 35px;
  text-align: center;
  font-size: 0;
}
.product-eco .eco-3033 .house-item .benefit-list > div {
  position: relative;
  display: inline-block;
  width: 25%;
  padding: 0 40px;
  text-align: left;
  border-left: 1px dashed #a6a6a6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .eco-3033 .house-item .benefit-list > div:first-child {
  border-left-width: 0;
}
.product-eco .eco-3033 .house-item .benefit-list .text-list {
  float: none;
}
.product-eco .eco-3033 .house-item .benefit-list .text-list .text-1 {
  margin-top: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  color: #ff6651;
}
.product-eco .eco-3033 .house-item .benefit-list .text-list .text-2 {
  display: inline-block;
  margin-top: 5px;
  padding: 6px 8px 7px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  background: #ff9900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .eco-3033 .house-item .benefit-list .text-list .text-3 {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.product-eco .eco-3033 .house-item .benefit-list .text-list .text-3 em {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.product-eco .eco-3033 .house-item .benefit-list .text-list .text-3 em::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #fff000;
  z-index: -1;
}
.product-eco .eco-3033 .house-item .benefit-list .benefit-action {
  margin-top: 10px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.product-eco .eco-3033 .house-item .benefit-list .benefit-action button {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.product-eco .eco-3033 .house-item .benefit-list .benefit-icon {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background-color: #fff;
}
.product-eco .sector-benefit .notice {
  text-align: center;
  margin-top: 40px;
}
.product-eco .sector-benefit .img-box {
  margin-top: 20px;
}
.product-eco .house-banner {
  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;
}/*# sourceMappingURL=web.css.map */