@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

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

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

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

@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.effect-bounce-updown, .product-eco .sector-point.point-1 .video-item .bubble-video {
  -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 {
  overflow: hidden;
  text-align: center;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -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;
  line-height: normal;
  color: inherit;
}
.promotion a,
.product-eco a,
.fullservice a {
  color: inherit;
}
.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: 54%;
  right: 173px;
  z-index: 1;
  display: block;
  width: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 110px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 14.8611111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 107px;
  }
}
.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 * {
  vertical-align: top;
}
.promotion .slick-list * .slick-slide,
.product-eco .slick-list * .slick-slide,
.fullservice .slick-list * .slick-slide {
  border: none;
}

.product-eco * {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 16px;
  height: 16px;
  margin: 0 4px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-dots li.slick-active {
  width: 48px;
  background: #FFBF00;
}
.product-eco .fix-bottom {
  z-index: 50;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.product-eco .fix-bottom a {
  display: block;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-bottom .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 40px;
  text-align: left;
}
.product-eco .fix-bottom .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 40px;
}
.product-eco .fix-bottom .text-box span {
  font-size: 16px;
  font-weight: 700;
  color: #E1E1E1;
  letter-spacing: -0.32px;
}
.product-eco .fix-bottom .text-box p {
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -1.2px;
  color: #FFC801;
}
.product-eco .fix-bottom .img-box {
  position: absolute;
  right: 260px;
  bottom: 0;
}
.product-eco .fix-bottom .btn-action {
  font-size: 0;
  padding: 12px 20px;
  border-radius: 5px;
  background: #FFC801;
}
.product-eco .fix-bottom .btn-action span {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .btn-action span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action span::before {
    width: 8px;
  }
}
.product-eco .fix-bottom .btn-action span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action span::before {
    height: 8px;
  }
}
.product-eco .fix-bottom .btn-action span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action span::before {
    margin-top: -4px;
  }
}
.product-eco .fix-bottom .btn-action span::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-action span::before {
    right: 16px;
  }
}
.product-eco .fix-bottom .btn-action span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-bottom .btn-action span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.36px;
  padding-right: 16px;
}
.product-eco .fix-bottom .btn-action span:before {
  right: 0;
}
.product-eco .fc-point {
  color: #FFAB00;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .text-point {
  font-size: 70px;
  font-weight: 900;
  line-height: 120%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E89900;
  opacity: 0.8;
  background: linear-gradient(94deg, #FFC801 35.48%, #FFE0B7 60.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .title-box .sup-title {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.product-eco .title-box .sup-title + .main-title {
  margin-top: 5px;
}
.product-eco .title-box .main-title {
  font-size: 40px;
  line-height: 140%;
  color: #111;
  letter-spacing: -1.4px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .main-title small {
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: rgba(68, 68, 68, 0.5);
  letter-spacing: -0.56px;
  margin-top: 10px;
}
.product-eco .title-box .sub-title {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.12px;
}
.product-eco .title-box .num-title {
  color: #FFA800;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.5px;
}
.product-eco .title-box .num-title + .sup-title {
  margin-top: 20px;
}
.product-eco .title-box ~ .title-box {
  margin-top: 100px;
}
.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: 14px;
}
.product-eco .btn-base {
  position: absolute;
}
.product-eco .btn-base button {
  font-size: 0;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
.product-eco .btn-base span {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base span::before {
    width: 8px;
  }
}
.product-eco .btn-base span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base span::before {
    height: 8px;
  }
}
.product-eco .btn-base span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base span::before {
    margin-top: -4px;
  }
}
.product-eco .btn-base span::before {
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.3);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base span::before {
    right: 16px;
  }
}
.product-eco .btn-base span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .btn-base span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.7px;
  color: rgba(0, 0, 0, 0.3);
  padding-right: 12px;
}
.product-eco .btn-base span:before {
  right: 0;
}
.product-eco .base {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .frame {
  margin: 0 20px;
  padding: 41px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_108/product/251217/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFEC98;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(27.18%, #FFEC98), to(#FFD864));
  background: linear-gradient(180deg, #FFEC98 27.18%, #FFD864 100%);
}
.product-eco .sector-title .wrap {
  width: 1320px;
}
.product-eco .sector-title .box-list {
  position: absolute;
  bottom: 100px;
  left: 80px;
  right: 80px;
}
.product-eco .sector-title .box-list .box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-height: 164px;
  padding: 35px 38px;
  border: 3px solid #FFC801;
  background: linear-gradient(123deg, rgba(255, 255, 255, 0.7) 7.39%, rgba(255, 244, 160, 0.7) 93.6%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(11, 66, 14, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(11, 66, 14, 0.18);
  backdrop-filter: blur(10.5px);
  text-align: left;
}
.product-eco .sector-title .box-list .box p {
  color: #181904;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.product-eco .sector-title .box-list .box [class^=flag-] {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 74px;
  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;
}
.product-eco .sector-title .box-list .box [class^=flag-] span {
  margin-top: -10px;
  color: #301D03;
  text-shadow: 0.178px 0.178px 0.533px rgba(0, 0, 0, 0.6);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.78px;
  text-align: center;
  -webkit-transform: rotate(-7.235deg);
          transform: rotate(-7.235deg);
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-title .box-list .box .flag-yellow {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_108/product/260813/mobile/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-title .box-list .box .flag-red {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_108/product/260813/mobile/flag_red.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-title .box-list .box .flag-red span {
  color: #fff;
}
.product-eco .sector-title .action-base {
  position: absolute;
  bottom: 61px;
  left: 80px;
}
.product-eco .sector-title .action-base a, .product-eco .sector-title .action-base button {
  padding: 2px 17px 2px 8px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 0.6;
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.product-eco .sector-title .action-base a, .product-eco .sector-title .action-base button {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-base a::before, .product-eco .sector-title .action-base button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base a::before, .product-eco .sector-title .action-base button::before {
    width: 4px;
  }
}
.product-eco .sector-title .action-base a::before, .product-eco .sector-title .action-base button::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base a::before, .product-eco .sector-title .action-base button::before {
    height: 4px;
  }
}
.product-eco .sector-title .action-base a::before, .product-eco .sector-title .action-base button::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base a::before, .product-eco .sector-title .action-base button::before {
    margin-top: -2px;
  }
}
.product-eco .sector-title .action-base a::before, .product-eco .sector-title .action-base button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base a::before, .product-eco .sector-title .action-base button::before {
    right: 8px;
  }
}
.product-eco .sector-title .action-base a::before, .product-eco .sector-title .action-base button::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-title .action-base a:before, .product-eco .sector-title .action-base button:before {
  right: 8px;
}
.product-eco .sector-title.new {
  padding: 130px 0 50px;
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_108/product/251217/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title.new .title-1 {
  margin-bottom: 12px;
  color: #FFF;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%; /* 52px */
  letter-spacing: -1.6px;
}
.product-eco .sector-title.new .title-1 .highlight {
  color: #FFBF00;
}
.product-eco .sector-title.new .title-2 {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 119%;
  letter-spacing: -3.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) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
  letter-spacing: -5px;
}
.product-eco .sector-title.new .title-3 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 130px;
  -webkit-text-stroke-width: 5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, rgb(255, 174, 8)), color-stop(50%, rgb(247, 238, 200)), color-stop(80%, rgb(255, 174, 8)));
  background: linear-gradient(90deg, rgb(255, 174, 8) 30%, rgb(247, 238, 200) 50%, rgb(255, 174, 8) 80%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
}
.product-eco .sector-title.new .box-list {
  position: static;
}
.product-eco .sector-title.new .box-list .box {
  border-radius: 12px;
  border: 2px solid #93693C;
  background: linear-gradient(122deg, #FFF 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);
  min-height: auto;
}
.product-eco .sector-title.new .box-list .box p {
  font-size: 22px;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title.new .title-tag {
  position: absolute;
  top: 0;
  right: 10px;
  background: url(//img.eduwill.net/eduwill/img/2026/Q/product/260805/pc/tag_bg.png) no-repeat 0 0;
  background-size: cover;
  padding: 7px 10px 7px;
  text-align: center;
  line-height: 1;
  border-radius: 0 0 3.139px 3.139px;
}
.product-eco .sector-title.new .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-weight: 700;
  line-height: 120%;
  letter-spacing: -0.188px;
  text-transform: uppercase;
  padding: 5px 0px;
  line-height: 1;
}
.product-eco .sector-title.new .action-base {
  position: static;
  text-align: right;
  margin-top: 20px;
  margin-right: 5px;
}
.product-eco .sector-title.new .action-base button {
  color: rgba(255, 255, 255, 0.6);
  border-color: rgba(255, 255, 255, 0.6);
}
.product-eco .sector-title.new .action {
  margin-top: 40px;
}
.product-eco .sector-title.new .action a {
  width: 1020px;
  padding: 35px 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%);
}
.product-eco .sector-title.new .action a span {
  color: #fff;
  font-size: 26px;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.product-eco .sector-title.new .action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title.new .action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title.new .action a span::before {
    width: 8px;
  }
}
.product-eco .sector-title.new .action a span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title.new .action a span::before {
    height: 8px;
  }
}
.product-eco .sector-title.new .action a span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title.new .action a span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-title.new .action a span::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.new .action a span::before {
    right: 16px;
  }
}
.product-eco .sector-title.new .action a span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-title.new .action a span {
  padding-right: 30px;
}
.product-eco .sector-title.new .action a span:before {
  right: 0;
}
.product-eco .sector-winners-list {
  overflow: hidden;
  height: 700px;
  padding-top: 100px;
}
.product-eco .sector-winners-list .wrap {
  z-index: 3;
}
.product-eco .sector-winners-list .title-box p.main-title, .product-eco .sector-winners-list .title-box p.sub-title {
  color: #fff;
}
.product-eco .sector-winners-list .title-box p.main-title {
  font-weight: 700;
}
.product-eco .sector-winners-list .title-box .base {
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .sector-winners-list .eduf-winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-winners-list .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.product-eco .sector-winners-list .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.product-eco .sector-winners-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-wrong {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .sector-wrong .chart-box {
  position: relative;
}
.product-eco .sector-wrong .chart-box .bubble-1, .product-eco .sector-wrong .chart-box .bubble-2 {
  position: absolute;
  right: 184px;
}
@-webkit-keyframes effectBounceBubble {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes effectBounceBubble {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
.product-eco .sector-wrong .chart-box .bubble-1, .product-eco .sector-wrong .chart-box .bubble-2 {
  -webkit-animation-name: effectBounceBubble;
          animation-name: effectBounceBubble;
  -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 .sector-wrong .chart-box .bubble-1 {
  top: -10px;
}
.product-eco .sector-wrong .chart-box .bubble-2 {
  bottom: 0;
}
.product-eco .sector-wrong .sup-desc {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.product-eco .sector-wrong .desc {
  margin-top: 12px;
  color: #000;
  font-size: 24.489px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.735px;
}
.product-eco .sector-wrong .desc strong {
  color: #FFA800;
  font-weight: inherit;
}
.product-eco .sector-wrong .chart-desc {
  text-align: center;
  margin-top: 40px;
}
.product-eco .sector-wrong .chart-desc .sub {
  font-size: 18px;
  color: #666;
  margin-bottom: 12px;
}
.product-eco .sector-wrong .chart-desc .main {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}
.product-eco .sector-wrong .compare-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.product-eco .sector-wrong .compare-box .box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-wrong .compare-box .box-bad {
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.product-eco .sector-wrong .compare-box .box-good {
  border: 2px solid #FFC801;
  background: #FFFDF0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDF0), to(#FFF6D9));
  background: linear-gradient(180deg, #FFFDF0 0%, #FFF6D9 100%);
}
.product-eco .sector-wrong .compare-box .badge-compare {
  display: inline-block;
  width: 334px;
  margin: 0 auto;
  padding: 8px 24px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: -0.9px;
  margin-bottom: 20px;
}
.product-eco .sector-wrong .compare-box .box-bad .badge-compare {
  border: 1px solid #CCC;
  color: #666;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF));
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%);
}
.product-eco .sector-wrong .compare-box .box-good .badge-compare {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.03%, #FFD453), color-stop(100.28%, #FFBF00));
  background: linear-gradient(180deg, #FFD453 0.03%, #FFBF00 100.28%);
  color: #111;
  font-weight: 900;
}
.product-eco .sector-wrong .compare-box ul {
  text-align: left;
}
.product-eco .sector-wrong .compare-box ul li {
  position: relative;
  padding-left: 16px;
  color: #252525;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -1px;
}
.product-eco .sector-wrong .compare-box ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #999;
}
.product-eco .sector-wrong .compare-box .box-good ul li {
  color: #000;
}
.product-eco .sector-wrong .compare-box .box-good ul li:before {
  background-color: #000;
}
.product-eco .sector-wrong .compare-box .stamp {
  position: absolute;
  top: 118px;
  right: 42px;
  display: inline-block;
  width: 178px;
  padding: 10px 34px;
  border: 3px solid currentColor;
  outline: 3px solid currentColor;
  outline-offset: 5px;
  border-radius: 12px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: -1px;
  background-color: #fff;
  -webkit-animation: stampLoop 3s cubic-bezier(0.25, 1, 0.5, 1) infinite;
          animation: stampLoop 3s cubic-bezier(0.25, 1, 0.5, 1) infinite;
}
@-webkit-keyframes stampLoop {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  5% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  15% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
  85% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
}
@keyframes stampLoop {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  5% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  10% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  15% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
  75% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
  85% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
}
.product-eco .sector-wrong .compare-box .box-bad .stamp {
  color: #AEAEAE;
}
.product-eco .sector-wrong .compare-box .box-good .stamp {
  color: #F00;
}
.product-eco .sector-wrong .compare-box .arrow {
  display: block;
  width: 168px;
  height: 41px;
  margin: 20px auto;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.product-eco .sector-wrong .compare-box .box-bad .arrow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(217, 217, 217, 0)), to(#737373));
  background: linear-gradient(180deg, rgba(217, 217, 217, 0) 0%, #737373 100%);
}
.product-eco .sector-wrong .compare-box .box-good .arrow {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 200, 1, 0)), to(#FFC801));
  background: linear-gradient(180deg, rgba(255, 200, 1, 0) 0%, #FFC801 100%);
}
.product-eco .sector-wrong .compare-box .result {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -1.1px;
}
.product-eco .sector-wrong .compare-box .box-bad .result {
  color: #969696;
}
.product-eco .sector-wrong .compare-box .box-good .result {
  color: #000;
}
.product-eco .sector-warning {
  padding: 100px 0;
  background-color: #101114;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_108/product/260813/pc/bg_warning.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-warning .alert-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 8px;
  color: #F00;
  font-size: 27.929px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.117px;
}
.product-eco .sector-warning .alert-tag .icon {
  font-size: 24px;
}
.product-eco .sector-warning .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-warning .warn-list,
.product-eco .sector-warning .fact-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}
.product-eco .sector-warning .warn-list .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 40px 20px;
  border-radius: 10px;
  border: 1px solid rgba(230, 230, 230, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #0D1D19), color-stop(94.44%, #000)), #FAFAFA;
  background: linear-gradient(180deg, #0D1D19 -27.78%, #000 94.44%), #FAFAFA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-warning .warn-list .badge-warning {
  display: inline-block;
  width: 186px;
  margin-bottom: 20px;
  padding: 7px 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: -webkit-gradient(linear, left bottom, left top, from(#6BE5C8), to(#6BE5C8));
  background: linear-gradient(0deg, #6BE5C8 0%, #6BE5C8 100%);
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.9px;
}
.product-eco .sector-warning .warn-list p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.product-eco .sector-warning .arrow-box {
  position: relative;
  width: 554px;
  height: 133px;
  margin: 50px auto 30px;
  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;
  clip-path: polygon(0 26%, 26% 26%, 26% 0, 73% 0, 73% 26%, 100% 26%, 51% 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(#fff));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, #fff 100%);
}
.product-eco .sector-warning .arrow-box span {
  margin-top: -18px;
  color: #000;
  paint-order: stroke;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FFF;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.84px;
}
.product-eco .sector-warning .fact-list .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 40px 24px;
  border-radius: 10px;
  border: 1px solid rgba(230, 230, 230, 0.3);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #222), color-stop(94.44%, #000)), #FAFAFA;
  background: linear-gradient(180deg, #222 -27.78%, #000 94.44%), #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-warning .fact-list .box .fact strong {
  display: block;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .sector-warning .fact-list .box .point {
  color: #6BE5C8;
}
.product-eco .sector-warning .fact-list .box .desc {
  margin-top: 16px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.product-eco .sector-compare {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .sector-compare .action-base {
  position: absolute;
  top: 52px;
  right: 20px;
}
.product-eco .sector-compare .action-base a, .product-eco .sector-compare .action-base button {
  padding: 2px 17px 2px 8px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 0.6;
  color: #131313;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.product-eco .sector-compare .action-base a, .product-eco .sector-compare .action-base button {
  position: relative;
  display: inline-block;
}
.product-eco .sector-compare .action-base a::before, .product-eco .sector-compare .action-base button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base a::before, .product-eco .sector-compare .action-base button::before {
    width: 4px;
  }
}
.product-eco .sector-compare .action-base a::before, .product-eco .sector-compare .action-base button::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base a::before, .product-eco .sector-compare .action-base button::before {
    height: 4px;
  }
}
.product-eco .sector-compare .action-base a::before, .product-eco .sector-compare .action-base button::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base a::before, .product-eco .sector-compare .action-base button::before {
    margin-top: -2px;
  }
}
.product-eco .sector-compare .action-base a::before, .product-eco .sector-compare .action-base button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base a::before, .product-eco .sector-compare .action-base button::before {
    right: 8px;
  }
}
.product-eco .sector-compare .action-base a::before, .product-eco .sector-compare .action-base button::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-compare .action-base a:before, .product-eco .sector-compare .action-base button:before {
  right: 8px;
}
.product-eco .sector-price {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-price .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  padding: 0 20px;
}
.product-eco .sector-price .item-box {
  position: relative;
  width: 380px;
  text-align: left;
  padding: 30px;
  border: 1px solid #828282;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .item-box * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-price .item-box.full {
  width: 100%;
  padding: 24px;
  border: 2px solid #FFBF00;
  background: #FFF9E0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(11.54%, #FFF9E0), to(#FFE88D));
  background: linear-gradient(180deg, #FFF9E0 11.54%, #FFE88D 100%);
}
.product-eco .sector-price .item-box.full .item-point {
  color: #BA0000;
  margin-bottom: 0;
}
.product-eco .sector-price .item-box.full .item-title {
  margin: 20px 0 36px;
}
.product-eco .sector-price .item-box.full .benefit-box {
  display: block;
  padding: 32px 0 0;
  border-width: 1px 0 0;
  border-color: rgba(195, 195, 195, 0.5);
}
.product-eco .sector-price .item-box.full .item-benefit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.product-eco .sector-price .item-box.full .item-benefit li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 24px;
  border-right: 1px solid rgba(195, 195, 195, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .item-box.full .item-benefit li:first-child {
  max-width: 192px;
  padding-left: 0;
}
.product-eco .sector-price .item-box.full .item-benefit li:last-child {
  max-width: 192px;
  padding-right: 0;
  border: none;
}
.product-eco .sector-price .item-box.full .item-action-book {
  width: 329px;
  margin: 0 30px 0 0;
  display: inline-block;
  text-align: left;
  padding: 0;
  background-color: transparent;
}
.product-eco .sector-price .item-box.full .item-price {
  position: absolute;
  bottom: 252px;
  right: 24px;
}
.product-eco .sector-price .item-box.full .item-action {
  margin-top: 30px;
}
.product-eco .sector-price .item-point {
  font-size: 20px;
  font-weight: 700;
  line-height: 220%;
  color: #101010;
  letter-spacing: -0.8px;
  margin-bottom: 24px;
}
.product-eco .sector-price .item-point .fc-point {
  font-weight: 700;
  color: #FFAA00;
}
.product-eco .sector-price .label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.product-eco .sector-price .item-label {
  font-size: 16px;
  line-height: 135%;
  letter-spacing: -0.8px;
  padding: 8px 15px;
  border-radius: 5px;
}
.product-eco .sector-price .item-label.label-1 {
  background: #FFE37E;
}
.product-eco .sector-price .item-label.label-2 {
  background: #F1FFD5;
}
.product-eco .sector-price .item-label.label-3 {
  background: #DAD5FF;
}
.product-eco .sector-price .item-label.label-4 {
  background: #D5FFF5;
}
.product-eco .sector-price .item-label.label-5 {
  background: #FFDCD5;
}
.product-eco .sector-price .item-label.label-6 {
  background: #D5E4FF;
}
.product-eco .sector-price .item-title {
  margin: 16px 0 20px;
}
.product-eco .sector-price .item-title p {
  font-size: 28px;
  color: #000;
  letter-spacing: -2px;
}
.product-eco .sector-price .item-title p strong {
  font-weight: 900;
}
.product-eco .sector-price .benefit-box {
  padding: 12px 0 20px;
  border: solid #CFCFCF;
  border-width: 1px 0;
}
.product-eco .sector-price .item-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
.product-eco .sector-price .item-benefit * {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.75px;
}
.product-eco .sector-price .item-benefit p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 53px;
  min-width: 53px;
}
.product-eco .sector-price .item-action-book {
  margin: 30px -30px 0;
  text-align: right;
  padding: 30px;
  background: #FFF8DB;
}
.product-eco .sector-price .item-action-book label {
  position: relative;
  padding-left: 40px;
  display: block;
  cursor: pointer;
  text-align: left;
}
.product-eco .sector-price .item-action-book label input[type=checkbox] {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  margin: 0 6px 0 0;
  cursor: pointer;
  accent-color: #000;
}
.product-eco .sector-price .item-action-book label span {
  display: block;
}
.product-eco .sector-price .item-action-book label .text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  letter-spacing: -1px;
}
.product-eco .sector-price .item-action-book label .sub-text {
  margin-top: 3px;
  color: #4D4D4D;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.product-eco .sector-price .item-price {
  text-align: right;
  margin: 24px 0;
}
.product-eco .sector-price .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-price .price-before p {
  font-size: 16px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.8px;
}
.product-eco .sector-price .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 10px;
}
.product-eco .sector-price .price-after .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 160%;
  color: #000;
}
.product-eco .sector-price .price-after .price {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-price .price-after .price span {
  font-weight: 900;
}
.product-eco .sector-price .item-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    width: 10px;
  }
}
.product-eco .sector-price .item-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    height: 10px;
  }
}
.product-eco .sector-price .item-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-price .item-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    right: 20px;
  }
}
.product-eco .sector-price .item-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-price .item-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #FFF;
  text-align: left;
  padding: 24px 28px;
  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-price .item-action a:before {
  right: 28px;
}
.product-eco .sector-price .base {
  font-size: 14px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco.product-260618 .sector-price .item-box {
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.product-eco.product-260618 .sector-price .item-box .item-price {
  margin-top: auto;
  padding-top: 30px;
}
.product-eco.product-260618 .sector-price .item-box.full {
  display: block;
}
.product-eco.product-260618 .sector-price .item-box.full .item-benefit li:first-child,
.product-eco.product-260618 .sector-price .item-box.full .item-benefit li:last-child {
  max-width: unset;
}
.product-eco.product-260618 .sector-price .item-box.full .item-action {
  width: 744px;
  display: inline-block;
}
.product-eco .sector-discount {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-discount .title-box .text-wait {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.8px;
  background: linear-gradient(94deg, #FFF2C4 35.45%, #FFF6E6 60.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(232, 153, 0, 0.25);
  paint-order: stroke;
}
.product-eco .sector-discount .box-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
}
.product-eco .sector-discount .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.product-eco .sector-discount .box-list .box:not(.w-full) {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.w-full {
  width: 100%;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 41px;
  background-color: #fff;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  padding-right: 108px;
  margin-right: 40px;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.84px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.w-full .text-info .discount-value {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin: 0 0 0 auto;
}
.product-eco .sector-discount .box-list .box.w-full .action a {
  width: 290px;
  padding: 46px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.56px;
}
.product-eco .sector-discount .box-list .box .title-discount strong {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-eco .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.product-eco .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.product-eco .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.product-eco .sector-discount .box-list .box .action a {
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF)), #000;
  background: linear-gradient(180deg, #646464 0%, #000 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #000;
  text-align: center;
}
.product-eco .sector-discount .box-list .box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 6px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 6px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -3px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-discount .box-list .box .action a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-discount .box-list .box .action a:before {
  right: 110px;
}
.product-eco .sector-discount .box-list .box .action a .text {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.product-eco .sector-discount .box-list .box-full {
  position: relative;
  width: 100%;
}
.product-eco .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.product-eco .sector-discount .box-list .box-full .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco .sector-bar {
  position: relative;
  padding: 30px 0 40px;
  background-color: #0E0E0E;
  background-image: url("https://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-bar: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-bar 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-bar .notice {
  margin-top: 0;
  color: #fff;
  text-align: center;
}
.product-eco .sector-why {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .sector-why * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-step {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-step .step-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 40px;
}
.product-eco .sector-step .step-box div {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  opacity: 0.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-eco .sector-step .step-box div.active {
  opacity: 1;
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.product-eco .sector-band-1 {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_108/product/251217/pc/bg_band1.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-study {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-study * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-study .title-box {
  font-weight: 500;
}
.product-eco .sector-study .title-box strong {
  display: inline-block;
  padding: 0 8px;
  background: #FFBF00;
}
.product-eco .sector-study .frame {
  width: 1160px;
  margin: 0 auto;
  padding: 40px 60px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #F8F8F8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-study .text-box {
  margin-bottom: 30px;
}
.product-eco .sector-study .text-box p {
  font-size: 24px;
  font-weight: 700;
  line-height: 135%;
  color: #111;
  letter-spacing: -1.2px;
}
.product-eco .sector-study .text-content {
  margin-top: 40px;
}
.product-eco .sector-study .text-content p {
  font-size: 28px;
  line-height: 135%;
  color: #111;
  letter-spacing: -1.4px;
}
.product-eco .sector-study .text-content strong {
  font-weight: 700;
}
.product-eco .sector-band-2 {
  border: solid #000;
  border-width: 4px 0;
  background: #FFD453;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.product-eco .sector-band-2 .text-box {
  padding: 50px 0;
}
.product-eco .sector-band-2 .text-box p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.8px;
}
.product-eco .sector-band-2 .text-box strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  color: #FFF;
  letter-spacing: -0.8px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.product-eco .sector-point {
  background: #fff;
}
.product-eco .sector-point.point-1 {
  padding: 100px 0 60px;
}
.product-eco .sector-point.point-1 .video-box {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .sector-point.point-1 .video-item {
  position: relative;
  width: 515px;
}
.product-eco .sector-point.point-1 .video-item .bubble-video {
  position: absolute;
  top: 50px;
  left: -40px;
  z-index: 2;
}
.product-eco .sector-point.point-1 .video-thumb {
  position: relative;
  width: 515px;
  height: 254px;
  margin-bottom: 10px;
  cursor: pointer;
}
.product-eco .sector-point.point-1 .video-thumb img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-eco .sector-point.point-1 .video-thumb video {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-point.point-2 .subject {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
}
.product-eco .sector-point.point-3 {
  padding: 60px 0;
}
.product-eco .sector-point.point-4 {
  padding-bottom: 100px;
}
.product-eco .sector-point .title-box {
  margin-bottom: 45px;
}
.product-eco .sector-point .title-box ~ .title-box {
  margin-top: 100px;
}
.product-eco .sector-point .frame {
  position: relative;
  margin: 0 20px 20px;
  padding: 60px;
  border: 1px solid #D4D4D4;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.product-eco .sector-point .frame:last-child {
  margin-bottom: 0;
}
.product-eco .sector-point .frame-title {
  margin-bottom: 40px;
}
.product-eco .sector-point .frame-title span {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.8px;
}
.product-eco .sector-point .frame-title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.96px;
  margin-top: 10px;
}
.product-eco .sector-point .frame-title strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 140%;
  color: #FFAA00;
  letter-spacing: -0.96px;
}
.product-eco .sector-point .slide-box {
  width: 1040px;
  margin: 0 auto;
}
.product-eco .sector-point .slide-box .slick-slide {
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #F8F8F8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-point .subject {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.56px;
  color: rgba(68, 68, 68, 0.5);
  margin-top: 20px;
}
.product-eco .sector-point .btn-base {
  top: 391px;
  left: 50%;
  margin-left: -18px;
}
.product-eco .sector-point .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.product-eco .sector-point .benefit-list div {
  -webkit-filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.04));
          filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.04));
}
.product-eco .sector-point .teacher-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.product-eco .sector-point .teacher-box a {
  display: block;
}
.product-eco .sector-point .tbl-title {
  margin: 40px 0 35px;
}
.product-eco .sector-point .tbl-title p {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.88px;
}
.product-eco .sector-point .tbl-review-wrap {
  position: relative;
  width: 950px;
  margin: 40px auto 0;
}
.product-eco .sector-point .tbl-review-wrap .review-slide {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.product-eco .sector-point .review-slide {
  width: 948px;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.product-eco .sector-point .review-slide:after {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  content: "";
  width: 948px;
  height: 275px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64.73%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64.73%, #FFF 100%);
}
.product-eco .sector-point .review-slide .slick-slide {
  font-size: 0;
}
.product-eco .sector-point .review-slide .slick-slide .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #DADADA;
}
.product-eco .sector-point .review-slide .slick-slide .review-item .star-rating {
  width: 160px;
  padding: 4px 21px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-point .review-slide .slick-slide .review-item .star-rating .star {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background-color: #F8F8F8;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  vertical-align: top;
}
.product-eco .sector-point .review-slide .slick-slide .review-item .text-review {
  width: 676px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 10px 20px;
  color: #454545;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-point .review-slide .slick-slide .review-item .user-name {
  width: 114px;
  padding: 10px 20px;
  color: #888;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-only {
  padding-bottom: 100px;
}
.product-eco .sector-only .main-title strong {
  margin-top: 10px;
  font-size: 34px;
  font-weight: 900;
}
.product-eco.product-260618 .sector-point.point-2 {
  padding-bottom: 100px;
}
.product-eco.product-260618 .sector-point.point-4 {
  padding-top: 100px;
}
.product-eco .sector-book {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_book.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-book::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.98%, #FFF1C7), color-stop(69.49%, #FFE084), color-stop(127.51%, #FFBF00));
  background: linear-gradient(180deg, #FFF1C7 19.98%, #FFE084 69.49%, #FFBF00 127.51%);
}
.product-eco .sector-book .list-box {
  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;
  gap: 20px;
}
.product-eco .sector-book .list-box > div {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  padding: 25px 0;
  gap: 5px;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.16px;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 255, 0.5)), to(#FFFDFF));
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  -webkit-box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
  box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
}
.product-eco .sector-book .list-box > div strong {
  color: #957800;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.44px;
}
.product-eco .sector-book .slide-box {
  position: relative;
  margin-top: 70px;
}
.product-eco .sector-book .slide-box .book-slide {
  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;
  gap: 30px;
}
.product-eco .sector-book .flag {
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  margin-left: 456px;
}
.product-eco .sector-book .base {
  margin-top: 70px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .sector-orientation {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_orientation.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-orientation::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFBF00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.84%, #FFBF00), color-stop(90.52%, #FFA800));
  background: linear-gradient(180deg, #FFBF00 28.84%, #FFA800 90.52%);
}
.product-eco .sector-orientation .video-box {
  width: 845px;
  height: 423px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
}
.product-eco .sector-orientation .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-review {
  padding: 100px 0;
}
.product-eco .sector-review .slide-box {
  overflow: hidden;
}
.product-eco .sector-review .slide-box + .title-box {
  margin-top: 40px;
  margin-bottom: 0;
}
.product-eco .sector-review .slide-box .review-slide {
  width: 100%;
  margin: 0 auto;
}
.product-eco .sector-review .slide-box .slick-slide {
  width: 776px;
  margin: 0 10px;
  opacity: 0.5;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 0.6s ease, -webkit-filter 0.6s ease;
  transition: opacity 0.6s ease, -webkit-filter 0.6s ease;
  transition: filter 0.6s ease, opacity 0.6s ease;
  transition: filter 0.6s ease, opacity 0.6s ease, -webkit-filter 0.6s ease;
}
.product-eco .sector-review .slide-box .slick-slide img {
  width: 100%;
  display: block;
}
.product-eco .sector-review .slide-box .slick-slide.slick-current {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.product-eco .sector-review .slide-box .slick-dots {
  margin-top: 20px;
}
.product-eco .sector-review .slide-box .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  border-radius: 12px;
  background-color: #000;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-eco .sector-review .slide-box .slick-dots li.slick-active {
  opacity: 1;
  width: 36px;
}/*# sourceMappingURL=web.css.map */