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

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

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

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

@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
.effect-extend {
  -webkit-animation-name: effectExtend;
          animation-name: effectExtend;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  -webkit-animation-name: effectBlink;
          animation-name: effectBlink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 100px;
  background: #DFDFDF;
}
.product-eco .slick-dots li.slick-active {
  width: 36px;
  background: #FFBF00;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 64px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 64px;
  }
}
.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: -79.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -570px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: none;
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 16px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 16px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #3C2A08;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 64px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 64px;
  }
}
.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: -79.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -570px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: none;
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 16px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 16px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #3C2A08;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .fc-point {
  color: #805611 !important;
}
.product-eco .title-box:not(:last-child) {
  margin-bottom: 40px;
}
.product-eco .title-box .sup-title {
  color: #805611;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.product-eco .title-box .sup-title + .main-title {
  margin-top: 16px;
}
.product-eco .title-box .main-title {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .title-box .main-title strong {
  color: #222;
  font-size: 40px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: -1.6px;
}
.product-eco .title-box p.num-title {
  display: inline-block;
  margin: 0 auto 20px;
  font-size: 22px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .title-box .point-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.12px;
}
.product-eco .title-box .point-title strong {
  color: #FFF;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.68px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .title-box.has-icon {
  position: relative;
  padding-top: 38px;
}
.product-eco .title-box.has-icon:before {
  content: "";
  display: block;
  width: 57px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFBF00;
  background-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 38px 10px;
  -webkit-mask-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  mask-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: none;
}
.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: 16px;
}
.product-eco .text-notice {
  margin: 22px 20px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.product-eco .frame {
  padding: 39px 59px 38px;
  margin: 0 20px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #fff;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box .main-title {
  font-size: 22px;
  font-weight: 350;
  letter-spacing: -0.88px;
}
.product-eco .frame .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .frame .title-box .main-title + .star-text {
  margin-top: 20px;
}
.product-eco .frame .title-box .star-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .frame .img-box {
  position: relative;
}
.product-eco .frame .img-box + div {
  margin-top: 90px;
}
.product-eco .frame .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  gap: 10px;
}
.product-eco .step-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 15px;
  margin: 20px 20px 0;
  z-index: 1;
}
.product-eco .step-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 31px 0;
  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 .step-list li .step-num {
  display: inline-block;
  margin-bottom: 12px;
  padding: 7px 20px;
  border-radius: 50px;
  background: #371706;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.7px;
}
.product-eco .step-list li .step-title {
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6B5A41), to(#371706));
  background: linear-gradient(180deg, #6B5A41 0%, #371706 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .step-list li .step-desc {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6B5A41), to(#371706));
  background: linear-gradient(180deg, #6B5A41 0%, #371706 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .step-list li + li {
  position: relative;
}
.product-eco .step-list li + li:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -17px;
  content: "";
  display: block;
  width: 33px;
  height: 76px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_105/product/260902/pc/ico_step_arw_right.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  z-index: -1;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  border-top: 2px solid #000;
  background-color: #FFCC00;
}
.product-eco .fix-bottom 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;
  padding: 16px 0;
}
.product-eco .fix-bottom a .text-1 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .fix-bottom a .text-2 {
  margin-left: 6px;
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.28px;
  -webkit-filter: 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);
  paint-order: stroke;
}
.product-eco .fix-bottom a .btn-fake {
  margin-left: 24px;
  padding: 13px 47px 13px 37px;
  border-radius: 50px;
  background: #000;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.18px;
}
.product-eco .fix-bottom a .btn-fake {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom a .btn-fake::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .btn-fake::before {
    width: 4px;
  }
}
.product-eco .fix-bottom a .btn-fake::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .btn-fake::before {
    height: 4px;
  }
}
.product-eco .fix-bottom a .btn-fake::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .btn-fake::before {
    margin-top: -2px;
  }
}
.product-eco .fix-bottom a .btn-fake::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 .fix-bottom a .btn-fake::before {
    right: 8px;
  }
}
.product-eco .fix-bottom a .btn-fake::before {
  border-top-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .btn-fake::before {
    border-top-width: 1px;
  }
}
.product-eco .fix-bottom a .btn-fake::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .btn-fake::before {
    border-right-width: 1px;
  }
}
.product-eco .fix-bottom a .btn-fake:before {
  right: 27px;
}
.product-eco .sector-hero {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_105/product/260902/pc/bg_hero.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-hero:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2))), -webkit-gradient(linear, left top, left bottom, from(#504300), to(#FFC927));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, #504300 0%, #FFC927 100%);
}
.product-eco .sector-hero .laurel {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 144px;
  margin: 37px 300px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 46px;
  min-height: 63px;
}
.product-eco .sector-hero .laurel .text-1 {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.32px;
}
.product-eco .sector-hero .laurel .text-base {
  margin-top: 8px;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: -0.36px;
}
.product-eco .sector-hero .laurel:before, .product-eco .sector-hero .laurel:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 26px;
  height: 63px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_105/product/260902/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-hero .laurel:before {
  left: 0;
}
.product-eco .sector-hero .laurel:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-eco .sector-hero .title-1 {
  display: inline-block;
  margin-top: 20px;
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  background: -webkit-gradient(linear, left top, right top, from(#FFF600), to(#FFF));
  background: linear-gradient(90deg, #FFF600 0%, #FFF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-hero .title-2 {
  margin-top: 30px;
  color: #361F00;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.36px;
}
.product-eco .sector-hero .title-3 {
  margin-top: 25px;
}
.product-eco .sector-hero .title-4 {
  margin-top: 32px;
  color: #52340C;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
}
.product-eco .sector-compare {
  padding: 80px 0;
}
.product-eco .sector-compare .compare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 20px;
}
.product-eco .sector-compare [class^=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 511px;
}
.product-eco .sector-compare [class^=col-] .cell-title,
.product-eco .sector-compare [class^=col-] .cell-footer {
  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;
  word-break: keep-all;
}
.product-eco .sector-compare [class^=col-] .cell-title {
  height: 57px;
  font-weight: 700;
  line-height: 135%;
}
.product-eco .sector-compare [class^=col-] .cell-list li {
  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: 5px;
  min-height: 62px;
  padding: 0 20px;
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  white-space: nowrap;
  border-bottom: 1px dashed #E2E2E2;
}
.product-eco .sector-compare [class^=col-] .cell-list li:last-child {
  border-bottom: none;
}
.product-eco .sector-compare .col-other,
.product-eco .sector-compare .col-eduwill {
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFF;
}
.product-eco .sector-compare .col-other {
  border: 3px solid #D4D4D4;
}
.product-eco .sector-compare .col-other .cell-title {
  color: #646464;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  background-color: #D4D4D4;
}
.product-eco .sector-compare .col-other .cell-footer {
  color: #222;
  background-color: #D4D4D4;
}
.product-eco .sector-compare .col-eduwill {
  position: relative;
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-eduwill {
    border-width: 3px;
  }
}
.product-eco .sector-compare .col-eduwill {
  border-style: solid;
  border-color: #FFBF00;
  -webkit-box-shadow: 0 0 20px 0 #FD7;
          box-shadow: 0 0 20px 0 #FD7;
}
.product-eco .sector-compare .col-eduwill .cell-title span {
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  paint-order: stroke;
  -webkit-filter: drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000);
}
.product-eco .sector-compare .col-eduwill .cell-title {
  background-color: #FFBF00;
}
.product-eco .sector-compare .col-eduwill .cell-list li {
  color: #111;
}
.product-eco .sector-compare .col-eduwill .cell-list li strong {
  color: #F90;
}
.product-eco .sector-compare .col-eduwill .cell-footer {
  color: #222;
  background-color: #FFBF00;
}
.product-eco .sector-compare .col-center {
  width: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-center {
    width: 80px;
  }
}
.product-eco .sector-compare .col-center {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-compare .col-center {
    width: 140px;
  }
}
.product-eco .sector-compare .col-center .vs-mark {
  position: relative;
  color: #FFBF00;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%;
}
.product-eco .sector-compare .col-center .cell-list li {
  color: #111;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-center .cell-list li {
    font-size: 16px;
  }
}
.product-eco .sector-compare .col-center .cell-list li {
  font-weight: 700;
  line-height: 135%;
  border-bottom: none;
}
.product-eco .sector-compare .stamp-box {
  position: absolute;
  top: 18.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    top: 130px;
  }
}
.product-eco .sector-compare .stamp-box {
  left: 84.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    left: 610px;
  }
}
.product-eco .sector-compare .stamp-box {
  z-index: 2;
  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: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    width: 110px;
  }
}
.product-eco .sector-compare .stamp-box {
  height: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    height: 110px;
  }
}
.product-eco .sector-compare .stamp-box {
  background: #FFF;
  border-width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    border-width: 4px;
  }
}
.product-eco .sector-compare .stamp-box {
  border-style: solid;
  border-color: #FF5A2D;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-compare .stamp-box {
    left: 1020px;
    top: 25px;
    width: 168px;
    height: 78px;
    border-width: 6px;
    border-radius: 21px;
  }
}
.product-eco .sector-compare .stamp-box::before {
  content: "";
  position: absolute;
  inset: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box::before {
    inset: 3px;
  }
}
.product-eco .sector-compare .stamp-box::before {
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box::before {
    border-width: 2px;
  }
}
.product-eco .sector-compare .stamp-box::before {
  border-style: solid;
  border-color: #FF5A2D;
  border-radius: 50%;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-compare .stamp-box::before {
    inset: 4px;
    border-width: 2px;
    border-radius: 10px;
  }
}
.product-eco .sector-compare .stamp-box .stamp-text {
  position: relative;
  color: #FF5A2D;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box .stamp-text {
    font-size: 18px;
  }
}
.product-eco .sector-compare .stamp-box .stamp-text {
  font-weight: 500;
  letter-spacing: -0.2930555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box .stamp-text {
    letter-spacing: -2.11px;
  }
}
.product-eco .sector-compare .stamp-box .stamp-text {
  line-height: 1;
  white-space: pre;
}
.product-eco .sector-compare .stamp-box .stamp-text strong {
  font-weight: 900;
  line-height: 1.2;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box .stamp-text strong {
    font-size: 20px;
  }
}
.product-eco .sector-compare .stamp-box.on {
  -webkit-animation: stampPress 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: stampPress 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@-webkit-keyframes stampPress {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-4deg) scale(2);
            transform: rotate(-4deg) scale(2);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(-18deg) scale(0.92);
            transform: rotate(-18deg) scale(0.92);
  }
  80% {
    -webkit-transform: rotate(-13deg) scale(1.06);
            transform: rotate(-13deg) scale(1.06);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
@keyframes stampPress {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-4deg) scale(2);
            transform: rotate(-4deg) scale(2);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(-18deg) scale(0.92);
            transform: rotate(-18deg) scale(0.92);
  }
  80% {
    -webkit-transform: rotate(-13deg) scale(1.06);
            transform: rotate(-13deg) scale(1.06);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
.product-eco .sector-mechanism {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFCF5), to(#FFFBC2));
  background: linear-gradient(180deg, #FDFCF5 0%, #FFFBC2 100%);
}
.product-eco .sector-mechanism .develop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 14px;
}
.product-eco .sector-mechanism .develop-list li {
  border-radius: 20px;
  overflow: hidden;
}
.product-eco .sector-mechanism .develop-list li .text-area {
  background: #FFF;
  padding: 15px 0;
}
.product-eco .sector-mechanism .develop-list li .text-area p {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.9px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6B5A41), to(#371706));
  background: linear-gradient(180deg, #6B5A41 0%, #371706 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-mechanism .text-highlight {
  margin: 40px 20px 0;
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, right top, from(#FEB), to(#FFF132));
  background: linear-gradient(90deg, #FEB 0%, #FFF132 100%);
}
.product-eco .sector-mechanism .text-highlight span {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
  background: -webkit-gradient(linear, left top, right top, from(#8D6C00), to(#1D1600));
  background: linear-gradient(90deg, #8D6C00 0%, #1D1600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-simulation {
  padding: 80px 0;
  background: #FFFDE9;
}
.product-eco .sector-simulation .simulation-box {
  margin: 0 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #ECE4C0;
  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);
}
.product-eco .sector-simulation .sim-head {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 19px 40px;
  background: #000;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-simulation .sim-head .sim-title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-simulation .sim-head .sim-unit {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  color: #BCBCBC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-simulation .sim-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.product-eco .sector-simulation .sim-input {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 37px 58px;
  border-right: 1px solid #E6E6E6;
}
.product-eco .sector-simulation .input-item + .input-item {
  margin-top: 35px;
}
.product-eco .sector-simulation .input-item .input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}
.product-eco .sector-simulation .input-item .input-label .label {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .sector-simulation .input-item .input-label .value {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .sector-simulation .input-item .input-label .value strong {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-simulation .input-range {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  display: block;
  width: 100%;
  height: 8px;
  border-radius: 50px;
  background: -webkit-gradient(linear, left top, right top, from(#E0A435), to(#7A591D));
  background: linear-gradient(90deg, #E0A435 0%, #7A591D 100%);
  outline: none;
  cursor: pointer;
}
.product-eco .sector-simulation .input-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 4px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#CA8B15), to(#64450B));
  background: linear-gradient(180deg, #CA8B15 0%, #64450B 100%);
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: 3px solid #64450B;
}
.product-eco .sector-simulation .input-range::-moz-range-track {
  height: 8px;
  border-radius: 50px;
  background: linear-gradient(90deg, #E0A435 0%, #7A591D 100%);
  outline: none;
  cursor: pointer;
}
.product-eco .sector-simulation .input-range::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 4px solid #FFF;
  background: linear-gradient(180deg, #CA8B15 0%, #64450B 100%);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: 3px solid #64450B;
}
.product-eco .sector-simulation .sim-result {
  -webkit-box: 1;
  -moz-box: 1;
  -ms-flex: 1 0 0;
  -webkit-box-flex: 1;
          flex: 1 0 0;
  padding: 20px 58px;
  background: #F7F7F7;
}
.product-eco .sector-simulation .result-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 16px;
  border-bottom: 1px solid #E2E2E2;
}
.product-eco .sector-simulation .result-list li .label {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.75px;
}
.product-eco .sector-simulation .result-list li .label em {
  display: block;
  margin-top: 2px;
  color: #B3B3B3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.product-eco .sector-simulation .result-list li .value {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.75px;
}
.product-eco .sector-simulation .result-list li .value strong {
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.product-eco .sector-simulation .profit-box {
  margin-top: 24px;
  padding: 20px;
  text-align: center;
  border-radius: 20px;
  border: 3px solid transparent;
  -webkit-transition-property: border-color background;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: border-color background;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: border-color background;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-eco .sector-simulation .profit-box .profit-label {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.7px;
}
.product-eco .sector-simulation .profit-box .profit-label span {
  margin-left: 4px;
  color: #666;
  font-size: 13px;
  font-weight: 400;
}
.product-eco .sector-simulation .profit-box .profit-value {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -1.4px;
}
.product-eco .sector-simulation .profit-box .profit-value em {
  margin-left: 4px;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-simulation .profit-box .profit-rate {
  color: #666;
  font-size: 14px;
  font-weight: 700;
}
.product-eco .sector-simulation .profit-box.is-positive {
  border-color: #F7FAC1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEE8C), to(#FFF));
  background: linear-gradient(180deg, #FFEE8C 0%, #FFF 100%);
}
.product-eco .sector-simulation .profit-box.is-positive .profit-value,
.product-eco .sector-simulation .profit-box.is-positive .profit-rate {
  color: #806900;
}
.product-eco .sector-simulation .profit-box.is-negative {
  border-color: #FFD1C6;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDCBC), to(#FFF));
  background: linear-gradient(180deg, #FFDCBC 0%, #FFF 100%);
}
.product-eco .sector-simulation .profit-box.is-negative .profit-value,
.product-eco .sector-simulation .profit-box.is-negative .profit-rate {
  color: #A85500;
}
.product-eco .sector-simulation .sim-notice {
  margin-top: 20px;
  color: #888;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
  text-align: left;
}
.product-eco .sector-simulation .sim-notice strong {
  color: #222;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.7px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.product-eco .sector-recommend {
  padding: 80px 0;
  background: linear-gradient(243deg, #FFF5E8 17.01%, #E6DAC2 66.95%);
}
.product-eco .sector-recommend ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0 20px;
}
.product-eco .sector-recommend ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 24px 0;
  border-radius: 20px;
  border: 2px 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-recommend ul li .no {
  width: 80px;
  margin: 0 auto 10px;
  padding: 4px 0;
  border-radius: 8px;
  border: 1px solid rgba(105, 95, 71, 0.15);
  background: #FFF;
  color: #AF7D00;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-recommend ul li .title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-recommend ul li .desc {
  margin-top: 10px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-professor {
  padding-top: 80px;
}
.product-eco .sector-professor .prof-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-eco .sector-professor .prof-box .left-area {
  position: relative;
  width: 600px;
  padding: 32px 37px;
  margin-bottom: 60px;
  border-radius: 10px;
  border: 1px solid #FFEF78;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFB), to(#FFFCD9));
  background: linear-gradient(180deg, #FFFFFB 0%, #FFFCD9 100%);
  z-index: 1;
}
.product-eco .sector-professor .prof-box .left-area .info-item {
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #FFE23C;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF7C8));
  background: linear-gradient(180deg, #FFF 0%, #FFF7C8 100%);
  text-align: left;
}
.product-eco .sector-professor .prof-box .left-area .info-item + .info-item {
  margin-top: 8px;
}
.product-eco .sector-professor .prof-box .left-area .info-item .title {
  margin-bottom: 8px;
  color: #FFBF00;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%;
}
.product-eco .sector-professor .prof-box .left-area .info-item .desc {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .sector-professor .prof-box .left-area .info-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.product-eco .sector-professor .prof-box .left-area .info-item ul li {
  width: 235px;
  padding: 10px 0;
  border-radius: 10px;
  border: 1px solid #FFE49B;
  background: #FFFBEF;
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.32px;
  text-align: center;
}
.product-eco .sector-professor .prof-box .right-area {
  position: relative;
}
.product-eco .sector-professor .prof-box .right-area img {
  margin-left: -45px;
}
.product-eco .sector-professor .prof-box .right-area a {
  position: absolute;
  bottom: 135px;
  right: 30px;
  display: inline-block;
  width: 337px;
  padding: 16px 35px;
  border-radius: 8px;
  border: 2px solid #FFF;
  background: rgba(255, 255, 255, 0.7);
  -webkit-box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(20px);
  text-align: left;
}
.product-eco .sector-professor .prof-box .right-area a .prof-intro {
  display: block;
  color: #111;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.88px;
}
.product-eco .sector-professor .prof-box .right-area a .prof-name {
  display: block;
  color: #111;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.04px;
}
.product-eco .sector-professor .prof-box .right-area a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 28px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_105/product/260902/pc/ico_home.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-curriculum {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBC7), to(#FFF));
  background: linear-gradient(180deg, #FFFBC7 0%, #FFF 100%);
}
.product-eco .sector-curriculum .weekend-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 20px 0;
}
.product-eco .sector-curriculum .weekend-list .week-item {
  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;
  width: 570px;
}
.product-eco .sector-curriculum .weekend-list .week-item .week {
  padding: 12px 0;
  border-radius: 12px;
  background: #484848;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .sector-curriculum .weekend-list .week-item .week-box {
  height: 100%;
  margin-top: 12px;
  padding: 18px;
  border-radius: 10px;
  border: 2px solid #FFE23C;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF7C8));
  background: linear-gradient(180deg, #FFF 0%, #FFF7C8 100%);
  text-align: left;
}
.product-eco .sector-curriculum .weekend-list .week-item .week-box .title {
  padding: 0 24px;
  color: #836200;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 135%;
}
.product-eco .sector-curriculum .weekend-list .week-item .week-box .desc {
  padding: 0 24px;
  margin-top: 8px;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -1.08px;
}
.product-eco .sector-curriculum .weekend-list .week-item .week-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 8px;
  padding: 10px 23px;
  border-radius: 10px;
  border: 1px solid #FFE49B;
  background: #FFFBEF;
}
.product-eco .sector-curriculum .weekend-list .week-item .week-box li strong {
  color: #444;
  font-family: Pretendard;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .sector-curriculum .weekend-list .week-item .week-box li span {
  margin-left: 20px;
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background: #EFEFEF;
}
.product-eco .sector-benefit p.main-title {
  line-height: 1.4;
}
.product-eco .sector-benefit .benefit-list {
  margin: 0 20px;
}
.product-eco .sector-benefit .benefit-list .benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
.product-eco .sector-benefit .benefit-list .benefit-item:not(:last-child) {
  margin-bottom: 20px;
}
.product-eco .sector-benefit .benefit-list .benefit-item .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 583px;
          flex: 0 0 583px;
}
.product-eco .sector-benefit .benefit-list .benefit-item .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-eco .sector-benefit .benefit-list .benefit-item .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 45px 59px;
  text-align: left;
}
.product-eco .sector-benefit .benefit-list .benefit-item .info .badge-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.product-eco .sector-benefit .benefit-list .benefit-item .info .badge-box .badge-benefit {
  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;
  padding: 4px 20px;
  margin-right: 12px;
  border-radius: 8px;
  border: 1px solid rgba(105, 95, 71, 0.3);
  background: #FFF;
  color: #AF7D00;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-benefit .benefit-list .benefit-item .info .badge-box .label {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.9px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6B5A41), to(#371706));
  background: linear-gradient(180deg, #6B5A41 0%, #371706 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-benefit .benefit-list .benefit-item .info .tit {
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -1.4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6B5A41), to(#371706));
  background: linear-gradient(180deg, #6B5A41 0%, #371706 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-benefit .benefit-list .benefit-item .info .tit strong {
  font-weight: 900;
}
.product-eco .sector-benefit .benefit-list .benefit-item .info .desc {
  margin-top: 16px;
  color: #6B5A41;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.9px;
}
.product-eco .sector-benefit .benefit-list .benefit-item .info .note {
  margin-top: 20px;
  color: #6B5A41;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.9px;
}
.product-eco .sector-benefit .caution-text {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -1px;
}
.product-eco .sector-benefit .benefit-mini-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px 0;
}
.product-eco .sector-benefit .benefit-mini-list .benefit-mini-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 35px 0 13px;
  border-radius: 20px;
  background: #FFF;
}
.product-eco .sector-benefit .benefit-mini-list .benefit-mini-item:not(:last-child) {
  margin-right: 12px;
}
.product-eco .sector-benefit .benefit-mini-list .benefit-mini-item .badge-benefit {
  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;
  padding: 5px 22px;
  border-radius: 4px;
  border: 1px solid rgba(105, 95, 71, 0.3);
  background: #FFF;
  color: #AF7D00;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .sector-benefit .benefit-mini-list .benefit-mini-item .tit {
  margin-top: 12px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.9px;
}
.product-eco .sector-benefit .benefit-mini-list .benefit-mini-item .point {
  color: #AF7D00;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.9px;
}
.product-eco .sector-benefit .benefit-mini-list .benefit-mini-item .thumb {
  margin-top: 5px;
}
.product-eco .sector-benefit .benefit-mini-list .benefit-mini-item .note {
  margin-top: 16px;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1px;
}
.product-eco .sector-benefit .banner-box {
  margin: 20px 20px 0;
  padding: 20px 0;
  border-radius: 20px;
  border: 3px solid #F7FAC1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEE8C), to(#FFF));
  background: linear-gradient(180deg, #FFEE8C 0%, #FFF 100%);
}
.product-eco .sector-benefit .banner-box .label {
  position: relative;
  padding-top: 32px;
  color: #805611;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.8px;
}
.product-eco .sector-benefit .banner-box .label:before {
  content: "";
  display: block;
  width: 57px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFBF00;
  background-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 57px 16px;
  -webkit-mask-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  mask-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: none;
}
.product-eco .sector-benefit .banner-box .tit {
  margin-top: 15px;
  color: #333;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.6px;
}
.product-eco .sector-benefit .banner-box .tit strong {
  color: #805611;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-benefit .banner-box .desc {
  margin-top: 16px;
  color: #6B5A41;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.9px;
}/*# sourceMappingURL=web.css.map */