@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, .product-eco .sector-hero .action .bubble {
  -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: "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 .title-box:not(:last-child) {
  margin-bottom: 60px;
}
.product-eco .title-box p {
  color: #000;
}
.product-eco .title-box p.main-title {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .title-box p.main-title + .star-text {
  margin-top: 10px;
}
.product-eco .title-box p.main-title + .num-title {
  margin-top: 45px;
}
.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 .sector-hero {
  position: relative;
  padding-bottom: 48px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/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: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20.57%, #ffffff), color-stop(62.54%, #ffffc9), color-stop(115.5%, #fffea1));
  background: linear-gradient(180deg, #ffffff 20.57%, #ffffc9 62.54%, #fffea1 115.5%);
}
.product-eco .sector-hero .badge-recongnized {
  position: absolute;
  top: 71px;
  right: 130px;
}
.product-eco .sector-hero .title-1 {
  margin-top: 93px;
}
.product-eco .sector-hero .title-2 {
  margin-top: 10px;
}
.product-eco .sector-hero .title-3 {
  margin-top: 20px;
  color: #fff;
  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: 140%;
  letter-spacing: -1.44px;
}
.product-eco .sector-hero .news-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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.product-eco .sector-hero .news-list li {
  position: relative;
  padding: 35px 38px;
  color: #522F09;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.08px;
  -webkit-filter: drop-shadow(5px 12px 10px rgba(170, 149, 17, 0.35));
          filter: drop-shadow(5px 12px 10px rgba(170, 149, 17, 0.35));
}
.product-eco .sector-hero .news-list li:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border: 1px solid #fff;
  z-index: -1;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.product-eco .sector-hero .news-list li:after {
  position: absolute;
  top: 7px;
  left: 10px;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 255, 0.3) 100%);
  border: 1px solid #fff;
  z-index: -1;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
}
.product-eco .sector-hero .news-list li:first-child {
  margin-right: 410px;
}
.product-eco .sector-hero .news-list li:nth-child(2) {
  position: relative;
  margin-top: -14px;
  margin-left: 490px;
  z-index: 1;
}
.product-eco .sector-hero .news-list li:last-child {
  margin-top: -21px;
  margin-right: 410px;
}
.product-eco .sector-hero .action {
  position: relative;
  margin: 77px auto 0;
  width: 640px;
}
.product-eco .sector-hero .action a {
  display: inline-block;
  width: 100%;
  padding: 24px 55px;
  border-radius: 999px;
  border: 2px solid #FFD502;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.61%, #282828), color-stop(114.67%, #000)), -webkit-gradient(linear, left top, left bottom, from(#FFD502), to(#FB0));
  background: linear-gradient(180deg, #282828 7.61%, #000 114.67%), linear-gradient(180deg, #FFD502 0%, #FB0 100%);
}
.product-eco .sector-hero .action a span {
  padding-right: 30px;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.1px;
}
.product-eco .sector-hero .action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-hero .action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span::before {
    width: 10px;
  }
}
.product-eco .sector-hero .action a span::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span::before {
    height: 10px;
  }
}
.product-eco .sector-hero .action a span::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span::before {
    margin-top: -5px;
  }
}
.product-eco .sector-hero .action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #FB0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span::before {
    right: 20px;
  }
}
.product-eco .sector-hero .action a span::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-hero .action a span::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-hero .action a span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD502), to(#FB0));
  background: linear-gradient(180deg, #FFD502 0%, #FB0 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-hero .action a span:before {
  right: 0;
}
.product-eco .sector-hero .action .bubble {
  position: absolute;
  top: -60px;
  right: -100px;
  display: inline-block;
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 8px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.8px;
  border: 2px solid #000;
}
.product-eco .sector-hero .action .bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 10px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
.product-eco .sector-hero .action .bubble:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 8px solid #fff;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  z-index: 1;
}
.product-eco .sector-professor {
  padding: 180px 0 100px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/pc/bg_prof.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-professor .professor-box {
  position: relative;
  padding: 90px 60px 58px;
  margin: 0 20px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(21.35%, #FFD92E), color-stop(88.11%, #FFB700));
  background: linear-gradient(180deg, #FFD92E 21.35%, #FFB700 88.11%);
}
.product-eco .sector-professor .professor-box:before {
  position: absolute;
  top: -30px;
  left: 0;
  content: "EDUWILL X KT AICE ASSOCIATE";
  color: rgba(0, 0, 0, 0.02);
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 150px;
  font-style: normal;
  font-weight: 1000;
  line-height: 110%;
  letter-spacing: 1.5px;
  word-break: keep-all;
}
.product-eco .sector-professor .professor-box .title {
  position: relative;
  z-index: 1;
  color: #2B1202;
  font-size: 36px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -1.44px;
}
.product-eco .sector-professor .professor-box .badge-tag {
  right: 45px;
  width: 90px;
  height: 103px;
}
.product-eco .sector-professor .professor-box .badge-tag span {
  font-size: 17px;
  letter-spacing: -0.51px;
}
.product-eco .sector-professor .feature-list {
  position: relative;
  z-index: 1;
  width: 540px;
  margin-top: 20px;
}
.product-eco .sector-professor .feature-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  padding: 20px 24px;
  border-radius: 10px;
  border: 3px solid #FFF;
  background-color: #FAFAFA;
  -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-professor .feature-list li + li {
  margin-top: 12px;
}
.product-eco .sector-professor .feature-list .ico {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 46px;
  background: no-repeat center/contain;
}
.product-eco .sector-professor .feature-list .ico.ico-history {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/pc/ico_history.png");
}
.product-eco .sector-professor .feature-list .ico.ico-certified {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/pc/ico_certified.png");
}
.product-eco .sector-professor .feature-list .text {
  color: #111;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
  text-align: left;
}
.product-eco .sector-professor .feature-list .text strong {
  font-weight: 700;
}
.product-eco .sector-professor .feature-list .text .sub {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .sector-professor .img-area {
  position: absolute;
  bottom: 0;
  right: 150px;
}
.product-eco .sector-professor .img-area img {
  display: block;
}
.product-eco .sector-professor .badge-tag {
  position: absolute;
  top: 0;
  right: 22px;
  z-index: 1;
  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: 74px;
  padding: 17px 0 22px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  -webkit-filter: drop-shadow(3px 4px 8px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(3px 4px 8px rgba(0, 0, 0, 0.26));
}
.product-eco .sector-professor .badge-tag span {
  color: #fff;
  color: #FFF;
  text-shadow: 0 1.142px 2.284px rgba(0, 0, 0, 0.25);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 12.5px;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.51px;
  text-transform: uppercase;
  -webkit-transform: rotate(-7.23deg);
          transform: rotate(-7.23deg);
}
.product-eco .sector-professor .badge-tag.free span {
  color: #301D03;
  font-size: 16px;
}
.product-eco .sector-professor .box-list {
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 24px 20px 0;
}
.product-eco .sector-professor .box-list .box {
  position: relative;
  -webkit-box: 1;
  -moz-box: 1;
  -ms-flex: 1 0 0;
  -webkit-box-flex: 1;
          flex: 1 0 0;
  padding: 30px 24px 25px;
  border-radius: 16px;
  border: 3px solid #fff;
  background: #FFF5D9;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-professor .box-list .box .badge-tag {
  top: -3px;
}
.product-eco .sector-professor .box-list .box.box-free {
  position: relative;
  text-align: left;
}
.product-eco .sector-professor .box-list .box.box-free .badge-tag {
  text-align: center;
}
.product-eco .sector-professor .box-list .box.box-free img {
  position: absolute;
  top: 63px;
  right: 56px;
  width: 135px;
}
.product-eco .sector-professor .sub-title {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .sector-professor .main-title {
  margin-top: 8px;
  color: #957800;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -1.1px;
}
.product-eco .sector-professor .text-desc {
  margin-top: 50px;
  color: #888;
  font-size: 15px;
  line-height: 130%;
}
.product-eco .sector-professor .check-list {
  margin-top: 24px;
}
.product-eco .sector-professor .check-list li {
  padding: 16px 0;
  border-radius: 10px;
  border: 2px solid #E7BD24;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 247, 209, 0.77)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 247, 209, 0.77) 0%, #FFF 100%);
}
.product-eco .sector-professor .check-list li span {
  position: relative;
  padding-left: 25px;
  color: #634E00;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.36px;
}
.product-eco .sector-professor .check-list li span:before, .product-eco .sector-professor .check-list li span:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 3px;
  background: #634E00;
}
.product-eco .sector-professor .check-list li span:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-eco .sector-professor .check-list li span:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-eco .sector-professor .check-list li + li {
  margin-top: 8px;
}
.product-eco .sector-price {
  position: relative;
  padding: 100px 0;
  background: #FDFCF5;
}
.product-eco .sector-price:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 1376px;
  height: 390px;
  border-radius: 1376px;
  background: rgba(255, 238, 171, 0.77);
  -webkit-filter: blur(200px);
          filter: blur(200px);
}
.product-eco .sector-price .box-list {
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  position: relative;
  gap: 16px;
  width: 1160px;
  margin: 0 auto;
}
.product-eco .sector-price .box-list .box-price {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-price .box-price {
  position: relative;
  padding: 41px 33px;
  text-align: left;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 255, 0.5)), to(#FFFDFF));
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  -webkit-box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
          box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
}
.product-eco .sector-price .box-price.highlight {
  border-color: #FFCE06;
}
.product-eco .sector-price .box-price .mark-aice {
  position: absolute;
  top: 44px;
  right: 36px;
  width: 78px;
}
.product-eco .sector-price .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.product-eco .sector-price .info-area {
  margin-bottom: 24px;
}
.product-eco .sector-price .title-1 {
  color: #444;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.56px;
}
.product-eco .sector-price .title-1 strong {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.56px;
}
.product-eco .sector-price .title-1 .fc-point {
  color: #957800;
}
.product-eco .sector-price .text-list {
  position: relative;
  margin-top: 32px;
  padding: 20px 27px;
  border-radius: 14px;
  border: 2px solid #FFE11E;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(rgba(255, 255, 226, 0.5)));
  background: linear-gradient(180deg, #FFF 0%, rgba(255, 255, 226, 0.5) 100%);
}
.product-eco .sector-price .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.product-eco .sector-price .text-list li + li {
  margin-top: 1px;
}
.product-eco .sector-price .text-list p {
  color: #000;
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: -1px;
  font-weight: 400;
}
.product-eco .sector-price .text-list p.text-title {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  min-width: 55px;
}
.product-eco .sector-price .text-list p img {
  position: absolute;
  right: 41px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 98px;
}
.product-eco .sector-price .price-area {
  text-align: right;
}
.product-eco .sector-price .price-before {
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  line-height: 100%;
}
.product-eco .sector-price .price-before p {
  line-height: 1;
  color: #9F9F9F;
  font-size: 15px;
  font-weight: 400;
}
.product-eco .sector-price .price-before p.cost {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-price .price-before p.cost::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.product-eco .sector-price .price-before p.cost strong {
  font-weight: 400;
}
.product-eco .sector-price .price-after:only-child {
  width: 100%;
  text-align: right;
}
.product-eco .sector-price .price-after p {
  line-height: 1;
}
.product-eco .sector-price .price-after p.text {
  color: #FF7900;
  font-size: 20px;
  font-weight: 400;
}
.product-eco .sector-price .price-after p.cost {
  color: #000;
  font-size: 36px;
  letter-spacing: -1px;
}
.product-eco .sector-price .price-after p.cost strong {
  font-weight: 900;
}
.product-eco .sector-price .price-action {
  margin-top: 20px;
}
.product-eco .sector-price .price-action a {
  display: block;
  padding: 18px 36px;
  text-align: center;
  border-radius: 14px;
  background: -webkit-gradient(linear, left top, right top, from(#FFEC72), to(#FC0));
  background: linear-gradient(90deg, #FFEC72 0%, #FC0 100%);
}
.product-eco .sector-price .price-action a span {
  padding-right: 25px;
  color: #121212;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.16px;
}
.product-eco .sector-price .price-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .price-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a span::before {
    width: 6px;
  }
}
.product-eco .sector-price .price-action a span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a span::before {
    height: 6px;
  }
}
.product-eco .sector-price .price-action a span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a span::before {
    margin-top: -3px;
  }
}
.product-eco .sector-price .price-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a span::before {
    right: 12px;
  }
}
.product-eco .sector-price .price-action a span::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a span::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-price .price-action a span::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a span::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-price .price-action a span:before {
  right: 0;
}
.product-eco .sector-price .price-area {
  margin-top: auto;
}
.product-eco .sector-price .star-text {
  color: #6E6E6E;
}
.product-eco .sector-what {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/pc/bg_what.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-what:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #FFB500;
  background: -webkit-gradient(linear, left top, right top, color-stop(53.43%, #FFB500), color-stop(99.74%, #FFD754));
  background: linear-gradient(90deg, #FFB500 53.43%, #FFD754 99.74%);
  z-index: -1;
}
.product-eco .sector-what .wrap {
  padding: 125px 0 85px;
}
.product-eco .sector-what .mark-aice {
  position: absolute;
  top: 24px;
  left: 24px;
}
.product-eco .sector-what .title-box {
  margin-left: 773px;
  text-align: left;
}
.product-eco .sector-what p.main-title {
  font-size: 40px;
}
.product-eco .sector-what .sub-title {
  margin-top: 52px;
  color: #070707;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .sector-what .info-text {
  margin-top: 25px;
  color: #4C3700;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.product-eco .sector-what .box-list {
  gap: 10px;
  margin: 0 20px;
}
.product-eco .sector-what .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 30px 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 10px;
  border: 1.105px solid #DCA000;
  background: #fff;
}
.product-eco .sector-what .box .label {
  display: inline-block;
  width: 134px;
  margin-bottom: 16px;
  padding: 12px 0;
  border-radius: 10px;
  background: #FFCE39;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
  vertical-align: top;
}
.product-eco .sector-what .box .text {
  color: #212121;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.product-eco .sector-what .box strong {
  position: relative;
  display: block;
  padding-top: 7px;
  margin-top: 10px;
}
.product-eco .sector-what .box strong:before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 267px;
  height: 1px;
  background-color: #DCDCDC;
}
.product-eco .sector-what .star-text {
  color: #644800;
}
.product-eco .sector-graph {
  padding: 100px 0;
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/pc/bg_graph.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-graph p.main-title {
  background: var(--Linear, linear-gradient(90deg, #FFF 0%, #FFD15E 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-graph .text-notice {
  color: #fff;
}
.product-eco .sector-graph .graph-box {
  width: 600px;
  margin: 0 auto;
  padding: 48px 40px 32px;
  border: 1px solid rgba(255, 209, 94, 0.5);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.03);
  -webkit-box-shadow: 0 0 40px rgba(255, 178, 54, 0.12);
          box-shadow: 0 0 40px rgba(255, 178, 54, 0.12);
}
.product-eco .sector-graph .graph-chart {
  position: relative;
  height: 220px;
}
.product-eco .sector-graph .graph-grid {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 44px;
  left: 0;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-graph .graph-grid span {
  display: block;
  height: 0;
  border-top: 1px dashed rgba(255, 255, 255, 0.15);
}
.product-eco .sector-graph .graph-bars {
  position: relative;
  z-index: 1;
  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: 64px;
  height: 100%;
}
.product-eco .sector-graph .bar-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: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
}
.product-eco .sector-graph .bar-value {
  margin-bottom: 14px;
  font-weight: 800;
  white-space: nowrap;
}
.product-eco .sector-graph .bar-value span {
  font-weight: 600;
  margin-left: 1px;
}
.product-eco .sector-graph .bar-2022 .bar-value {
  font-size: 16px;
  color: #B3B3B3;
}
.product-eco .sector-graph .bar-2022 .bar-value span {
  font-size: 13px;
}
.product-eco .sector-graph .bar-2022 .bar {
  width: 82px;
  height: 17px;
  border-radius: 6px 6px 0 0;
  background: #7A7A7A;
}
.product-eco .sector-graph .bar-2025 .bar-value {
  font-size: 24px;
  color: #FFD15E;
}
.product-eco .sector-graph .bar-2025 .bar-value span {
  font-size: 15px;
}
.product-eco .sector-graph .bar-2025 .bar {
  width: 82px;
  height: 212px;
  border-radius: 12px 12px 0 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE9A8), color-stop(45%, #FFC93C), to(#FF9F1C));
  background: linear-gradient(180deg, #FFE9A8 0%, #FFC93C 45%, #FF9F1C 100%);
  -webkit-box-shadow: 0 -4px 16px rgba(255, 178, 54, 0.35);
          box-shadow: 0 -4px 16px rgba(255, 178, 54, 0.35);
}
.product-eco .sector-graph .bar-arrow {
  position: absolute;
  left: 156px;
  bottom: 1px;
  z-index: 2;
  pointer-events: none;
}
.product-eco .sector-graph .bar-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}
.product-eco .sector-graph .graph-axis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 64px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.product-eco .sector-graph .graph-axis .year {
  width: 100px;
  font-size: 14px;
  font-weight: 500;
  color: #CFCFCF;
  text-align: center;
}
.product-eco .sector-graph .graph-caption {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.55);
}
.product-eco .sector-speed {
  position: relative;
  padding: 100px 0;
  background: linear-gradient(282deg, #756853 -35.38%, #2C200E 99.05%);
  overflow: hidden;
}
.product-eco .sector-speed:before {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
  content: "AICE BASIC";
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 170px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -8.5px;
  opacity: 0.15;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), color-stop(89.77%, rgba(255, 255, 255, 0.25)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.25) 89.77%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-speed p.main-title {
  background: -webkit-gradient(linear, left top, right top, from(#FFF), to(#FFD15E));
  background: linear-gradient(90deg, #FFF 0%, #FFD15E 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-speed .slide-speed {
  margin: 0 20px;
}
.product-eco .sector-speed .slide-speed .slide-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 427px;
  padding: 0 103px 0 152px;
  border-radius: 20px;
  background: #F3F3F3;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
}
.product-eco .sector-speed .slide-speed .slide-item .txt-area {
  text-align: left;
}
.product-eco .sector-speed .slide-speed .slide-item .txt-area .title {
  color: #433711;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}
.product-eco .sector-speed .slide-speed .slide-item .txt-area .title strong {
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: #957800;
}
.product-eco .sector-speed .slide-speed .slide-item .txt-area .text-notice {
  margin-left: 0;
  color: #BABABA;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.56px;
}
.product-eco .sector-speed .sub-text {
  margin-top: 48px;
  color: #FFF;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -2.1px;
}
.product-eco .sector-target {
  padding: 100px 0;
  background-color: #F8F8F8;
}
.product-eco .sector-target .title-box {
  margin-bottom: 29px;
}
.product-eco .sector-target p.main-title {
  color: #957800;
}
.product-eco .sector-target .sub-text {
  margin-top: 29px;
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.product-eco .sector-point1 {
  padding: 100px 0;
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/pc/bg_why.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-point1 .title-box {
  margin-bottom: 48px;
}
.product-eco .sector-point1 .title-box:before {
  background-color: #fff;
}
.product-eco .sector-point1 p.main-title {
  color: #2B1202;
}
.product-eco .sector-point1 p.num-title {
  background: #2B1202;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.product-eco .sector-point1 p.point-title {
  color: #2B1202;
  font-weight: 900;
}
.product-eco .sector-point1 p.point-title strong {
  background: #6C6000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
.product-eco .sector-point1 .timeline {
  position: relative;
  padding: 0 60px;
}
.product-eco .sector-point1 .timeline:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFEBA4), to(#998D62));
  background: linear-gradient(0deg, #FFEBA4 0%, #998D62 100%);
}
.product-eco .sector-point1 .timeline-dot {
  position: absolute;
  left: 50%;
  z-index: 1;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #956E02;
  -webkit-box-shadow: 0 0 0 6px rgba(149, 110, 2, 0.5);
          box-shadow: 0 0 0 6px rgba(149, 110, 2, 0.5);
}
.product-eco .sector-point1 .timeline-dot.dot-top {
  top: 0;
}
.product-eco .sector-point1 .timeline-dot.dot-mid1 {
  top: 151px;
}
.product-eco .sector-point1 .timeline-dot.dot-mid2 {
  top: 654px;
}
.product-eco .sector-point1 .timeline-dot.dot-bottom {
  bottom: 0;
}
.product-eco .sector-point1 .timeline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.product-eco .sector-point1 .timeline-row .col {
  -webkit-box: 1;
  -moz-box: 1;
  -ms-flex: 1 0 0;
  -webkit-box-flex: 1;
          flex: 1 0 0;
}
.product-eco .sector-point1 .timeline-row.row-1 {
  padding-top: 61px;
}
.product-eco .sector-point1 .timeline-row.row-1 .col-img {
  text-align: right;
  padding-right: 60px;
}
.product-eco .sector-point1 .timeline-row.row-1 .col-info {
  padding-left: 60px;
  margin-top: 16px;
}
.product-eco .sector-point1 .timeline-row.row-2 {
  padding-bottom: 98px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -70px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-eco .sector-point1 .timeline-row.row-2 .col-cert {
  padding-right: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
}
.product-eco .sector-point1 .timeline-row.row-2 .col-img {
  text-align: left;
  padding-left: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
}
.product-eco .sector-point1 .col-info {
  text-align: left;
}
.product-eco .sector-point1 .col-info .tag {
  color: #86550B;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.64px;
}
.product-eco .sector-point1 .col-info .name {
  margin-top: 30px;
  color: #111;
  font-size: 32px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -1.28px;
}
.product-eco .sector-point1 .col-info .desc {
  margin-top: 10px;
  color: #111;
  font-size: 18px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -0.68px;
}
.product-eco .sector-point1 .col-info .career-list {
  margin-top: 20px;
}
.product-eco .sector-point1 .col-info .career-list li {
  position: relative;
  padding-left: 12px;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
.product-eco .sector-point1 .col-info .career-list li:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #666;
}
.product-eco .sector-point1 .cert-list {
  text-align: left;
}
.product-eco .sector-point1 .cert-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}
.product-eco .sector-point1 .cert-list li + li {
  margin-top: 14px;
}
.product-eco .sector-point1 .cert-list .ico {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 44px;
  height: 47px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/pc/ico_certification.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-point1 .cert-list p {
  color: #444;
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-point1 .col-img img {
  display: inline-block;
  max-width: 100%;
}
.product-eco .sector-point2 {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4B4641), to(#26211D));
  background: linear-gradient(180deg, #4B4641 0%, #26211D 100%);
}
.product-eco .sector-point2 p.point-title {
  color: #fff;
}
.product-eco .sector-point2 .content-box {
  padding: 60px 80px 50px;
  margin: 0 20px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.05))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.05) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.product-eco .sector-point2 .lead {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
  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 .sector-point2 .file-group + .dot-line {
  position: relative;
}
.product-eco .sector-point2 .file-group + .dot-line:before {
  position: absolute;
  top: -8px;
  left: -6px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
}
.product-eco .sector-point2 .diagram {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 28px;
}
.product-eco .sector-point2 .dot-line {
  display: inline-block;
  width: 60px;
  height: 0;
  border-top: 2px dashed #FFF;
}
.product-eco .sector-point2 .book {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 344px;
  height: 344px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(254, 255, 190, 0.24)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(254, 255, 190, 0.24) 100%);
  border-radius: 50%;
}
.product-eco .sector-point2 .book img {
  position: relative;
  z-index: 1;
  width: 236px;
}
.product-eco .sector-point2 .book:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  width: 212px;
  height: 212px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(254, 255, 190, 0.24)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(254, 255, 190, 0.24) 100%);
}
.product-eco .sector-point2 .book + .dot-line {
  position: relative;
}
.product-eco .sector-point2 .book + .dot-line:before {
  position: absolute;
  top: -8px;
  right: -6px;
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
}
.product-eco .sector-point2 .caption {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .sector-point3 {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#191600), to(#1F1400)), -webkit-gradient(linear, left top, left bottom, from(#111), to(#272727));
  background: linear-gradient(180deg, #191600 0%, #1F1400 100%), linear-gradient(180deg, #111 0%, #272727 100%);
}
.product-eco .sector-point3 p.point-title {
  color: #fff;
}
.product-eco .sector-point3 .step-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
}
.product-eco .sector-point3 .step-box {
  -webkit-box: 1;
  -moz-box: 1;
  -ms-flex: 1 0 0;
  -webkit-box-flex: 1;
          flex: 1 0 0;
  padding: 24px 0;
  border-radius: 12px;
  border: 1px solid #50476E;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.14)), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
}
.product-eco .sector-point3 .step-box .tag {
  display: inline-block;
  padding: 6px 16px;
  margin-bottom: 15px;
  border-radius: 734.07px;
  background: linear-gradient(0deg, #8B7A2F 0%, #8B7A2F 100%), linear-gradient(96deg, #666 10.44%, #000 81.75%);
  -webkit-box-shadow: 7.165px 5.971px 11.941px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 7.165px 5.971px 11.941px 0 rgba(0, 0, 0, 0.21);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: -0.42px;
}
.product-eco .sector-point3 .step-box li {
  position: relative;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-point3 .step-box .col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
.product-eco .sector-point3 .step-box + .step-box {
  position: relative;
}
.product-eco .sector-point3 .step-box + .step-box:before {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: -28px;
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260811/pc/ico_step_arw.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-point3 .sub-text {
  margin-top: 48px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
  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 .sector-band {
  padding: 40px 0;
  background: #42330B;
  background: -webkit-gradient(linear, left top, right top, from(#42330B), to(#D9CA8F));
  background: linear-gradient(90deg, #42330B 0%, #D9CA8F 100%);
}
.product-eco .sector-band p {
  color: #FFF892;
  text-shadow: 1px 3px 0 #000;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.66px;
  paint-order: stroke;
  -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 */