@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid::before, .grid::after {
  content: "";
  display: table;
}
.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 .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.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;
  color: #000;
}
.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.0694444444vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -0.5px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.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;
  color: inherit;
}
.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: 60%;
  right: 0;
  z-index: 1;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 60px;
  }
}
.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_23.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;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .fix-bottom-eco {
  z-index: 50;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
}
.product-eco .fix-bottom-eco a {
  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;
  text-align: left;
  padding: 18px 0;
}
.product-eco .fix-bottom-eco a .text-1 {
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.44px;
  color: #FFF;
}
.product-eco .fix-bottom-eco a .text-1 strong {
  display: block;
  color: #FFBF00;
}
.product-eco .fix-bottom-eco a .text-2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
  text-align: center;
  margin-left: 40px;
  margin-right: 18px;
}
.product-eco .fix-bottom-eco a .timer-box .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
  background: #000;
}
.product-eco .fix-bottom-eco a .timer-box p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.product-eco .fix-bottom-eco a .timer-box p span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 42px;
  height: 58px;
  font-size: 34px;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -1px;
  color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2026/U/product/260625/pc/bg_counter.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .fix-bottom-eco a .timer-box em {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #FFF;
  margin: 0 4px;
}
.product-eco .fix-bottom-eco a .btn-fake {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom-eco a .btn-fake::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom-eco a .btn-fake::before {
    width: 8px;
  }
}
.product-eco .fix-bottom-eco a .btn-fake::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom-eco a .btn-fake::before {
    height: 8px;
  }
}
.product-eco .fix-bottom-eco a .btn-fake::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom-eco a .btn-fake::before {
    margin-top: -4px;
  }
}
.product-eco .fix-bottom-eco a .btn-fake::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-eco a .btn-fake::before {
    right: 16px;
  }
}
.product-eco .fix-bottom-eco a .btn-fake::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-bottom-eco a .btn-fake {
  width: 180px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
  color: #000;
  text-align: center;
  margin-left: 40px;
  padding: 13px 0;
  padding-right: 18px;
  border-radius: 10px;
  background: #FFBF00;
}
.product-eco .fix-bottom-eco a .btn-fake:before {
  right: 48px;
}
.product-eco .btn-base button {
  font-size: 14px;
  padding: 4px 12px;
  border: 1px solid #4F4933;
  border-radius: 2px;
}
.product-eco .btn-base button span {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    width: 8px;
  }
}
.product-eco .btn-base button span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    height: 8px;
  }
}
.product-eco .btn-base button span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    margin-top: -4px;
  }
}
.product-eco .btn-base button span::before {
  border-width: 0;
  border-style: solid;
  border-color: #4F4933;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    right: 16px;
  }
}
.product-eco .btn-base button span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .btn-base button span {
  padding-right: 12px;
}
.product-eco .btn-base button span:before {
  right: 0;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .main-title {
  font-size: 30px;
  line-height: 130%;
  color: #000;
  letter-spacing: -1.36px;
  font-weight: 400;
}
.product-eco .title-box .main-title strong {
  font-weight: 900;
  font-size: 40px;
}
.product-eco .title-box .main-title strong .fc-point {
  color: #FFA800;
}
.product-eco .title-box .num-title {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.5px;
  color: #7C5100;
  margin-bottom: 16px;
}
.product-eco .title-box .small-text {
  font-size: 14px;
  line-height: 140%;
  color: #000;
  margin-top: 12px;
}
.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 .text-notice {
  margin-top: 20px;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.product-eco .fc-point {
  color: #FFD000;
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 500px;
  background-color: #000;
  opacity: 0.15;
}
.product-eco .slick-dots li.slick-active {
  opacity: 1;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 70px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 70px;
  }
}
.product-eco .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -78.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -566px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 17.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 17.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
  border-left-width: 3px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 70px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 70px;
  }
}
.product-eco .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -78.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -566px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 17.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 17.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 3px;
  border-right-width: 3px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .tab-box .tab-view {
  display: none;
}
.product-eco .tab-box .tab-view.on {
  display: block;
}
.product-eco .sector-title {
  padding-top: 68px;
  padding-bottom: 79px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/V/product/260904/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: #FFF5AD;
  background: linear-gradient(191deg, #FFF5AD 9.19%, #CF8239 81.68%);
}
.product-eco .sector-title .laurel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 28px;
}
.product-eco .sector-title .laurel-wrap .laurel {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 178px;
  height: 73px;
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -1.14px;
  color: #4F4933;
}
.product-eco .sector-title .laurel-wrap .laurel strong {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.32px;
  color: #4F4933;
  margin-top: 6px;
}
.product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 73px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/V/product/260904/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-title .laurel-wrap .laurel:before {
  left: 0;
}
.product-eco .sector-title .laurel-wrap .laurel:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-eco .sector-title .btn-base {
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: 520px;
  opacity: 0.5;
}
.product-eco .sector-title .title-1 {
  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: 4px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.96px;
  color: #000;
  margin: 48px 0 40px;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
}
.product-eco .sector-title .title-1 strong {
  font-size: 36px;
  color: #FF7B00;
}
.product-eco .sector-title .title-1 small {
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.42px;
  color: #000;
  opacity: 0.7;
  margin-left: 2px;
}
.product-eco .sector-title .title-2 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 110px;
  line-height: 130%;
  letter-spacing: -4.4px;
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.product-eco .sector-title .title-3 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 110px;
  line-height: 130%;
  letter-spacing: -4.4px;
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  background: -webkit-gradient(linear, right top, left top, from(#ED9E00), color-stop(50%, #FFDD98), to(#ED9E00));
  background: linear-gradient(270deg, #ED9E00 0%, #FFDD98 50%, #ED9E00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  margin-top: 40px;
  padding: 0 20px;
}
.product-eco .sector-title .box-wrap {
  position: relative;
  padding: 2px;
  border-radius: 12px;
  background: #93693C;
  background: linear-gradient(110deg, #93693C -1.84%, #E69629 46.74%, #93693C 90.61%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  backdrop-filter: blur(1px);
}
.product-eco .sector-title .box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 164px;
  text-align: left;
  padding: 0 28px;
  border-radius: 12px;
  background: #FFF;
  background: linear-gradient(122deg, #FFF 22.01%, #FFF6D9 72.44%);
}
.product-eco .sector-title .box-inner .text-1 {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -1.12px;
  color: #7B4F20;
}
.product-eco .sector-title .box-inner .text-2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -1.54px;
  color: #7B4F20;
  margin-top: 8px;
}
.product-eco .sector-title .title-tag {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 0;
  padding: 8px 10px;
  border-radius: 0 0 4px 4px;
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/tag_bg.png) no-repeat 0 0;
  background-size: cover;
}
.product-eco .sector-title .title-tag span {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 10px;
  line-height: 120%;
  letter-spacing: -0.2px;
  background: linear-gradient(150deg, #323232 13.44%, #000 81.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-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 strong {
  color: #fff;
}
.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-winner .text-notice {
  margin-top: 70px;
}
.product-eco .sector-interview {
  padding: 100px 0;
  background: #F8F8F8;
}
.product-eco .sector-interview .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-prev {
    width: 38px;
  }
}
.product-eco .sector-interview .slick-prev {
  height: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-prev {
    height: 38px;
  }
}
.product-eco .sector-interview .slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -56.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-prev {
    margin-left: -405px;
  }
}
.product-eco .sector-interview .slick-prev {
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-interview .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-prev::before {
    width: 9.5px;
  }
}
.product-eco .sector-interview .slick-prev::before {
  height: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-prev::before {
    height: 9.5px;
  }
}
.product-eco .sector-interview .slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .sector-interview .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-next {
    width: 38px;
  }
}
.product-eco .sector-interview .slick-next {
  height: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-next {
    height: 38px;
  }
}
.product-eco .sector-interview .slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -56.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-next {
    margin-right: -405px;
  }
}
.product-eco .sector-interview .slick-next {
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-interview .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-next::before {
    width: 9.5px;
  }
}
.product-eco .sector-interview .slick-next::before {
  height: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-next::before {
    height: 9.5px;
  }
}
.product-eco .sector-interview .slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .sector-interview .slick-slide {
  padding: 19px;
  opacity: 0.5;
}
.product-eco .sector-interview .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-interview .slide-box {
  position: relative;
  width: 399px;
  height: 277px;
  padding: 29px 35px;
  border: 1px solid #E6E6E6;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 0 19px 2px rgba(0, 0, 0, 0.12);
  box-shadow: 0 0 19px 2px rgba(0, 0, 0, 0.12);
}
.product-eco .sector-interview .img-box {
  position: absolute;
  right: 20px;
  bottom: 29px;
  width: 80px;
}
.product-eco .sector-interview .text-box {
  text-align: left;
}
.product-eco .sector-interview .text-box strong {
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.88px;
}
.product-eco .sector-interview .text-box strong .fc-point {
  color: #FF8400;
}
.product-eco .sector-interview .text-box p {
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.64px;
  color: #444;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin: 10px 0;
}
.product-eco .sector-interview .text-box small {
  position: absolute;
  left: 35px;
  bottom: 29px;
  font-size: 14px;
  line-height: 160%;
  letter-spacing: -0.56px;
  color: rgba(68, 68, 68, 0.5);
}
.product-eco .sector-interview .support-text {
  color: #6E6E6E;
}
.product-eco .sector-interview .btn-action {
  position: absolute;
  top: 358px;
  left: 50%;
  margin-left: 320px;
}
.product-eco .sector-interview .btn-action a {
  display: inline-block;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -1px;
  color: #999;
  padding: 8px 10px;
  border: 1px solid #BBB;
  border-radius: 4px;
  background: #F1F1F1;
}
.product-eco .sector-interview .btn-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-interview .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action a span::before {
    width: 8px;
  }
}
.product-eco .sector-interview .btn-action a span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action a span::before {
    height: 8px;
  }
}
.product-eco .sector-interview .btn-action a span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action a span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-interview .btn-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .btn-action a span::before {
    right: 16px;
  }
}
.product-eco .sector-interview .btn-action a span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-interview .btn-action a span {
  padding-right: 12px;
}
.product-eco .sector-interview .btn-action a span:before {
  right: 0;
}
.product-eco .sector-graph {
  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-graph .graph-box {
  width: 844px;
  margin: 60px auto 0;
  padding: 40px 120px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
}
.product-eco .sector-graph .graph-box .graph-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.product-eco .sector-graph .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-graph .graph-box .graph-num span {
  margin-left: 2px;
  font-size: 44px;
  font-weight: 900;
}
.product-eco .sector-graph .graph-box .graph-chart {
  position: relative;
  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: 42px;
  margin-top: 50px;
  border-top: 1.5px dashed #F9D256;
  border-bottom: 1.5px dashed #ccc;
}
.product-eco .sector-graph .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-graph .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-graph .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-graph .graph-box .graph-chart .bar-item:nth-child(2) .bar {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(2) .bar-count {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(3) .bar {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(3) .bar-count {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(4) .bar {
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(4) .bar-count {
  -webkit-transition-delay: 1.65s;
          transition-delay: 1.65s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(5) .bar {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(5) .bar-count {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.product-eco .sector-graph .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-graph .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-graph .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-graph .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-graph .graph-box .graph-chart .bar-item.bar-1 .bar-label {
  color: #828614;
  font-size: 18px;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-2 .bar {
  height: 15px;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-3 .bar {
  height: 8px;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-4 .bar {
  height: 22px;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-5 .bar {
  height: 15px;
}
.product-eco .sector-graph .graph-box .graph-chart .graph-arrow {
  position: absolute;
  right: 116px;
  bottom: 5px;
  width: 92px;
  height: 260px;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease 1.5s;
  transition: opacity 0.6s ease 1.5s;
}
.product-eco .sector-graph .graph-box .graph-chart .graph-arrow .graph-arrow-icon {
  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: 100%;
  height: 100%;
}
.product-eco .sector-graph .graph-box .graph-chart .graph-arrow .graph-arrow-icon svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 260px;
  height: 72px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.product-eco .sector-graph .graph-box .graph-chart .graph-arrow .graph-arrow-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 44px;
  letter-spacing: -1.12px;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFEC3D));
  background: linear-gradient(180deg, #FFF 0%, #FFEC3D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 1px 1px #111) drop-shadow(0 1px 1px #111) drop-shadow(0 1px 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px 1px #111) drop-shadow(0 1px 1px #111) drop-shadow(0 1px 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
}
.product-eco .sector-graph .graph-box .graph-chart.on .bar {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.product-eco .sector-graph .graph-box .graph-chart.on .bar-count {
  opacity: 1;
}
.product-eco .sector-graph .graph-box .graph-chart.on .graph-arrow {
  opacity: 1;
}
.product-eco .sector-graph .graph-box .graph-chart.on .bar-item.bar-1 .bar-logo {
  opacity: 1;
}
.product-eco .sector-graph .graph-box .text-notice {
  margin-top: 54px;
}
.product-eco .sector-compare {
  background-color: #FFF;
  padding: 100px 0;
}
.product-eco .sector-compare .btn-base {
  position: absolute;
  top: 108px;
  left: 50%;
  margin-left: 396px;
  opacity: 0.5;
}
.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: 700;
}
.product-eco .sector-compare .compare-box .compare-stamp {
  position: absolute;
  right: -90px;
  bottom: 5px;
  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: 100px;
  border: 5px solid #ff5a2d;
  border-radius: 18px;
  background-color: #FFF;
  opacity: 0;
  -webkit-transform: scale(2.4) rotate(-15deg);
          transform: scale(2.4) rotate(-15deg);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1), opacity 0.3s ease-out;
  transition: transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1), opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1);
}
.product-eco .sector-compare .compare-box .compare-stamp.on {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-15deg);
          transform: scale(1) 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: -1.71px;
}
.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-benefit {
  padding: 100px 0;
  background: #FFF9F8;
  background: linear-gradient(243deg, #FFF9F8 17.01%, #FFF9F2 66.95%);
}
.product-eco .sector-benefit .box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 10px;
  padding: 0 20px;
}
.product-eco .sector-benefit .box {
  position: relative;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: rgba(255, 253, 255, 0.5);
  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);
  overflow: hidden;
}
.product-eco .sector-benefit .flag {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/V/product/260904/pc/bg_benefit_flag.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-benefit .flag span {
  display: block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.0333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .flag span {
    letter-spacing: -0.24px;
  }
}
.product-eco .sector-benefit .text {
  position: absolute;
  top: 207px;
  left: 0;
  right: 0;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.8px;
  color: #222;
}
.product-eco .sector-benefit .text strong {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.product-eco .sector-intro {
  padding: 100px 0;
  background: #F8F8F8;
}
.product-eco .sector-intro .title-box {
  margin-bottom: 60px;
}
.product-eco .sector-intro .title-box * {
  font-size: 40px;
  line-height: 130%;
  color: #000;
}
.product-eco .sector-intro .title-box p {
  letter-spacing: -1.6px;
}
.product-eco .sector-intro .title-box span {
  font-weight: 700;
  letter-spacing: -1.2px;
}
.product-eco .sector-intro .title-box strong {
  font-weight: 700;
  color: #F79D00;
}
.product-eco .sector-intro .tab-group .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  margin-bottom: 20px;
}
.product-eco .sector-intro .tab-group .tab-list li {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  color: #6D6D6D;
  letter-spacing: -2px;
  padding: 28px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}
.product-eco .sector-intro .tab-group .tab-list li small {
  display: block;
  font-weight: 400;
}
.product-eco .sector-intro .tab-group .tab-list li.active {
  color: #fff;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.64%, #646464), color-stop(82.39%, #000));
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%);
}
.product-eco .sector-intro .tab-group .tab-view {
  position: relative;
  background: #fff;
  display: none;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-in;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
.product-eco .sector-intro .tab-group .tab-view.on {
  display: block;
}
.product-eco .sector-item {
  padding: 100px 0;
  background: #F0F0F0;
}
.product-eco .sector-item .price-title {
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -1.44px;
  color: #000;
  margin-bottom: 50px;
}
.product-eco .sector-item .item-flag {
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 0;
}
.product-eco .sector-item .item-flag .flag-yellow {
  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: 80px;
  height: 73px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/V/product/250901/mobile/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  vertical-align: top;
  -webkit-filter: drop-shadow(3.175px 3.705px 9.526px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(3.175px 3.705px 9.526px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
.product-eco .sector-item .item-flag .flag-yellow span {
  margin-top: -4px;
  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: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.08px;
  -webkit-transform: rotate(-8.25deg);
          transform: rotate(-8.25deg);
}
.product-eco .sector-item .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-item .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;
  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;
  background-color: #fff;
}
.product-eco .sector-item .item-box * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .item-box.full {
  width: 100%;
  padding: 24px;
  border: 2px solid #F90;
  background-color: #FFF6E9;
}
.product-eco .sector-item .item-box.full .item-point {
  margin-bottom: 0;
}
.product-eco .sector-item .item-box.full .item-point .fc-point {
  color: #FFAA00;
}
.product-eco .sector-item .item-box.full .item-title {
  margin: 20px 0;
}
.product-eco .sector-item .item-box.full .benefit-box {
  display: block;
  border: none;
  padding: 0;
}
.product-eco .sector-item .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;
  gap: 18px;
  width: 100%;
}
.product-eco .sector-item .item-box.full .item-benefit li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .item-box.full .item-benefit li:before {
  content: "";
  position: absolute;
  left: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #171717;
}
.product-eco .sector-item .item-box.full .item-price {
  text-align: left;
  margin: 0;
  padding-top: 0;
}
.product-eco .sector-item .item-box.full .price-before {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #666;
}
.product-eco .sector-item .item-box.full .price-after {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-eco .sector-item .item-box.full .price-after .text {
  font-weight: 700;
}
.product-eco .sector-item .item-box.full .item-action {
  width: 293px;
}
.product-eco .sector-item .item-point {
  font-size: 20px;
  font-weight: 400;
  line-height: 220%;
  color: #6A6A6A;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-point .fc-point {
  font-weight: 700;
  color: #FF7A00;
}
.product-eco .sector-item .item-title {
  margin: 16px 0 20px;
}
.product-eco .sector-item .item-title p {
  font-size: 28px;
  color: #000;
  letter-spacing: -2px;
}
.product-eco .sector-item .item-title p strong {
  font-weight: 900;
}
.product-eco .sector-item .benefit-box {
  padding: 12px 0 20px;
  border: solid #CFCFCF;
  border-width: 1px 0;
}
.product-eco .sector-item .item-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 12px;
}
.product-eco .sector-item .item-benefit * {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.75px;
}
.product-eco .sector-item .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-item .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-item .item-price {
  padding-top: 24px;
  margin: auto 0 24px;
}
.product-eco .sector-item .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-item .price-before p {
  font-size: 16px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: -0.8px;
}
.product-eco .sector-item .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0 10px;
}
.product-eco .sector-item .price-after .text {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  color: #000;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.product-eco .sector-item .price-after .price {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-after .price span {
  font-weight: 900;
}
.product-eco .sector-item .subject {
  font-size: 12px;
  line-height: 160%;
  letter-spacing: -0.72px;
  color: #888;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-top: 6px;
}
.product-eco .sector-item .item-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    width: 10px;
  }
}
.product-eco .sector-item .item-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    height: 10px;
  }
}
.product-eco .sector-item .item-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .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-item .item-action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .item-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .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-item .item-action a:before {
  right: 28px;
}
.product-eco .sector-band {
  z-index: 5;
  padding: 40px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/V/product/260904/pc/bg_band.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-band:after {
  content: "";
  position: absolute;
  top: 99%;
  left: 0;
  right: 0;
  width: 264px;
  height: 92px;
  margin: 0 auto;
  background-image: url("//img.eduwill.net/eduwill/img/2026/V/product/260904/pc/band_tail.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-band p {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -0.5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #FFCC0F), color-stop(69.21%, #FFF));
  background: linear-gradient(90deg, #FFCC0F 0.07%, #FFF 69.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-band small {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  color: #FFF;
  margin-top: 4px;
}
.product-eco .sector-teacher {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-teacher .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}
.product-eco .sector-teacher .tab-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .tab-list li {
    font-size: 18px;
  }
}
.product-eco .sector-teacher .tab-list li {
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.9px;
  color: #6D6D6D;
  padding: 18px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
  cursor: pointer;
}
.product-eco .sector-teacher .tab-list li span {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.7px;
  color: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-teacher .tab-list li.active {
  color: #FFF;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.64%, #646464), color-stop(82.39%, #000));
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%);
}
.product-eco .sector-teacher .tab-list li.active span {
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .sector-teacher .tab-box .img-box {
  position: relative;
  width: 1200px;
  margin: 30px auto 20px;
}
.product-eco .sector-teacher .tab-box .btn-home {
  position: absolute;
  top: 178px;
  right: 124px;
}
.product-eco .sector-teacher .teacher-slide .slick-slide {
  margin: 0 6px;
}
.product-eco .sector-curriculum {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-curriculum .wrap {
  width: 1300px;
}
.product-eco .sector-book {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .sector-book .box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 100px;
  gap: 10px;
}
.product-eco .sector-book .box {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.product-eco .sector-book .box p {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.48px;
  color: #212121;
}
.product-eco .sector-book .box strong {
  font-weight: 700;
}
.product-eco .sector-book .review-slide .slick-slide {
  margin: 0 5px;
}
.product-eco .sector-book .book-slide {
  width: 1040px;
  margin: 70px auto 0;
}
.product-eco .sector-contents {
  padding: 100px 0;
  background: #FFF7E9;
  background: -webkit-gradient(linear, left top, right top, from(#FFF7E9), to(#E6DBA9));
  background: linear-gradient(90deg, #FFF7E9 0%, #E6DBA9 100%);
}
.product-eco .sector-contents .box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0 20px;
  gap: 10px;
}
.product-eco .sector-contents .box {
  position: relative;
  border: 2px solid #FFF;
  border-radius: 20px;
  background: #FFF;
  -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);
  overflow: hidden;
}
.product-eco .sector-contents .img-box img {
  max-width: 100%;
}
.product-eco .sector-contents .text-box {
  position: absolute;
  top: 212px;
  left: 0;
  right: 0;
}
.product-eco .sector-contents .text-box span {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.8px;
  color: #222;
}
.product-eco .sector-contents .text-box p {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  color: #000;
}
.product-eco .sector-review {
  padding: 100px 0;
  background: #FFD349;
}
.product-eco .sector-review .title-box .main-title {
  font-size: 35px;
}
.product-eco .sector-review .title-box .main-title strong {
  font-size: 35px;
}
.product-eco .sector-review .slide-list {
  position: relative;
  padding: 0 20px;
}
.product-eco .sector-review .slide-list .slick-slide {
  margin: 5px 0;
}
.product-eco .sector-review .slide-list .slide-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 10px;
  background: #fff;
}
.product-eco .sector-review .slide-list .slide-item .user {
  width: 300px;
  font-size: 16px;
  font-weight: 400;
  color: #888;
  text-align: left;
  padding-left: 75px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-review .slide-list .slide-item .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #444;
  text-align: left;
}
.product-eco .sector-review .slide-list:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFD349;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD349), color-stop(50%, rgba(255, 211, 73, 0)), to(#FFD349));
  background: linear-gradient(180deg, #FFD349 0%, rgba(255, 211, 73, 0) 50%, #FFD349 100%);
  z-index: 1;
}
.product-eco .sector-review .support-text {
  opacity: 0.6;
  margin-bottom: 30px;
}
.product-eco .sector-branding {
  padding: 100px 0 69px;
  background-color: #002B7E;
  background-image: url("//img.eduwill.net/eduwill/img/2026/V/product/260904/pc/bg_branding.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-branding .title-box .main-title {
  font-size: 35px;
  color: #FFF;
}
.product-eco .sector-branding .title-box .main-title strong {
  font-size: 35px;
}
.product-eco .sector-branding .text-notice {
  width: 1000px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.28px;
  color: #6E6E6E;
  margin: 55px auto 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-band2 {
  padding: 32px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  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-band2 .text-1 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.84px;
  color: #000;
}
.product-eco .sector-band2 .text-2 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  line-height: 150%;
  letter-spacing: -0.8px;
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}/*# sourceMappingURL=web.css.map */