@charset "UTF-8";
.product-eco .wrap,
.product-eco .wrap-full, .grid {
  *zoom: 1;
}
.product-eco .wrap::before,
.product-eco .wrap-full::before, .grid::before, .product-eco .wrap::after,
.product-eco .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.product-eco .wrap::after,
.product-eco .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 .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;
}

.product-eco {
  text-align: center;
  overflow: hidden;
}
.product-eco * {
  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) {
  .product-eco * {
    letter-spacing: -1px;
  }
}
.product-eco * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco [class^=sector-] {
  position: relative;
}
.product-eco button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.product-eco p {
  margin: 0;
  padding: 0;
}
.product-eco img {
  vertical-align: top;
}
.product-eco .wrap,
.product-eco .wrap-full {
  position: relative;
  margin: 0 auto;
}
.product-eco .wrap-full {
  width: 100%;
}
.product-eco .icon-pointer {
  position: relative;
  display: inline-block;
}
.product-eco .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer::after {
    width: 55px;
  }
}
.product-eco .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer::after {
    height: 56px;
  }
}
.product-eco .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);
  }
}
.product-eco .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 .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .wrap {
  width: 1160px;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: 1px solid #F1F5F9;
  background: rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.product-eco .fix-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding: 16px 0;
}
.product-eco .fix-bottom .text {
  color: #0F172B;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: -0.449px;
}
.product-eco .fix-bottom .text span {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.product-eco .fix-bottom .text span + span {
  color: #E7010B;
}
.product-eco .fix-bottom .detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 58px;
  border-radius: 10px;
  background: #0F172B;
  -webkit-box-shadow: 0 10px 15px -3px #E2E8F0, 0 4px 6px -4px #E2E8F0;
          box-shadow: 0 10px 15px -3px #E2E8F0, 0 4px 6px -4px #E2E8F0;
}
.product-eco .fix-bottom .detail span {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .detail span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    width: 10px;
  }
}
.product-eco .fix-bottom .detail span::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    height: 10px;
  }
}
.product-eco .fix-bottom .detail span::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    margin-top: -5px;
  }
}
.product-eco .fix-bottom .detail span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    right: 20px;
  }
}
.product-eco .fix-bottom .detail span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-bottom .detail span {
  padding-right: 15px;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.449px;
}
.product-eco .fix-bottom .detail span::before {
  right: 0;
}
.product-eco .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.product-eco .title-box + div {
  margin: 60px auto 0;
}
.product-eco .sort-title {
  color: #F00;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
}
.product-eco .main-title {
  color: #000;
  font-size: 48px;
  font-weight: 900;
  letter-spacing: -2.88px;
}
.product-eco .sub-title {
  color: #45556C;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.449px;
}
.product-eco .base {
  margin-top: 20px;
  text-align: left;
  color: #505050;
  font-size: 14px;
  font-weight: 400;
  line-height: 142.857%;
  letter-spacing: -0.28px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .point {
  color: #FFD435;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .frame {
  position: relative;
  padding: 65px;
  border-radius: 60px;
  border: 1px solid #F1F5F9;
  background: #F7F7F7;
}
.product-eco .sector-top {
  padding: 50px 0;
  background: #FFFFFF;
}
.product-eco .sector-top .base {
  margin-top: 0;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.32px;
}
.product-eco .sector-title {
  padding-bottom: 30px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(29.07%, #E7000B), to(#FFBF01));
  background: linear-gradient(180deg, #E7000B 29.07%, #FFBF01 100%);
  -webkit-box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.25) inset;
  box-shadow: 0 4px 44px 0 rgba(0, 0, 0, 0.25) inset;
}
.product-eco .sector-title .title-img {
  text-align: left;
}
.product-eco .sector-title .title-text {
  padding: 42px 0 0 32px;
  text-align: left;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.07px;
}
.product-eco .sector-title .img-box {
  position: absolute;
  top: 0;
  right: 0;
}
.product-eco .sector-title .list-box {
  position: relative;
  z-index: 1;
  gap: 16px;
  margin-top: 60px;
}
.product-eco .sector-title .list-box .list-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: 100%;
  padding: 27px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.15px;
  border-radius: 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(0, 0, 0, 0.7);
}
.product-eco .sector-title .list-box .list-item:nth-child(3), .product-eco .sector-title .list-box .list-item:nth-child(4) {
  border-color: #E7000B;
}
.product-eco .sector-title .list-box .point {
  color: #F9BE00;
  font-weight: 800;
}
.product-eco .sector-title .base {
  position: relative;
  z-index: 1;
  padding-left: 20px;
  text-align: left;
  color: #F9F7F7;
}
.product-eco .sector-ready {
  padding: 50px 0;
  background: #FFFFFF;
  color: #111111;
}
.product-eco .sector-ready .ready-content {
  max-width: 1100px;
  margin: 0 auto;
}
.product-eco .sector-ready .news-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 49px;
  gap: 48px;
  border-radius: 24px;
  border: 1px solid #F1F5F9;
  background: #FFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.product-eco .sector-ready .news-box .title-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-eco .sector-ready .news-box .title-box .main-title {
  color: #0F172B;
  font-size: 30px;
  line-height: 106.667%;
  letter-spacing: 0.07px;
}
.product-eco .sector-ready .news-box .title-box .sub-title {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: -0.312px;
}
.product-eco .sector-ready .news-box .title-box .sub-title:first-child {
  color: #62748E;
}
.product-eco .sector-ready .news-box .img-box {
  margin: 0;
}
.product-eco .sector-ready .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 16px;
  margin-top: 30px;
}
.product-eco .sector-ready .list-box .list-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 11px;
  padding: 24px;
  text-align: left;
  border-radius: 24px;
  border: 1px solid #F1F5F9;
  background: #FFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.product-eco .sector-ready .list-box .list-item::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-eco .sector-ready .list-box .list-item:nth-child(1)::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_ready1.svg");
}
.product-eco .sector-ready .list-box .list-item:nth-child(2)::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_ready2.svg");
}
.product-eco .sector-ready .list-box .list-item:nth-child(3)::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_ready3.svg");
}
.product-eco .sector-ready .list-box .list-item:nth-child(4)::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_ready4.svg");
}
.product-eco .sector-ready .list-box .title {
  color: #0F172B;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.312px;
}
.product-eco .sector-ready .list-box .desc {
  margin-top: auto;
}
.product-eco .sector-ready .list-box .desc li {
  color: #45556C;
  font-size: 14px;
  line-height: 162.857%;
  letter-spacing: -0.15px;
}
.product-eco .sector-ready .list-box .desc li + li {
  margin-top: 8px;
}
.product-eco .sector-ready .list-box .desc li.point {
  font-weight: 700;
  color: #E7000B;
}
.product-eco .sector-benefit {
  padding: 50px 0;
}
.product-eco .sector-benefit .list-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 40px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  counter-reset: benefit-counter;
}
.product-eco .sector-benefit .list-box .list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 32px;
  text-align: left;
  border-radius: 40px;
  background: #F7F7F7;
}
.product-eco .sector-benefit .list-box .list-item.is-book {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-benefit .list-box .list-item.is-book::after, .product-eco .sector-benefit .list-box .list-item.is-book::before {
  display: none !important;
}
.product-eco .sector-benefit .list-box .list-item.is-book img {
  width: 224px;
}
.product-eco .sector-benefit .list-box .list-item:not(.is-book) {
  counter-increment: benefit-counter;
}
.product-eco .sector-benefit .list-box .list-item::after {
  content: "0" counter(benefit-counter);
  position: absolute;
  top: 32px;
  left: 32px;
  color: #E2E8F0;
  font-size: 36px;
  font-weight: 900;
  line-height: 111.111%;
  letter-spacing: 0.369px;
}
.product-eco .sector-benefit .list-box .list-item::before {
  content: "";
  position: absolute;
  top: 32px;
  right: 32px;
  display: block;
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.product-eco .sector-benefit .list-box .list-item:nth-child(1)::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_benefit1.svg");
}
.product-eco .sector-benefit .list-box .list-item:nth-child(2)::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_benefit2.svg");
}
.product-eco .sector-benefit .list-box .list-item:nth-child(3)::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_benefit3.svg");
}
.product-eco .sector-benefit .list-box .list-item:nth-child(4)::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_benefit4.svg");
}
.product-eco .sector-benefit .list-box .list-item:nth-child(5)::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_benefit5.svg");
}
.product-eco .sector-benefit .list-box .title {
  margin-top: 71px;
  color: #0F172B;
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.07px;
}
.product-eco .sector-benefit .list-box .desc {
  margin-top: 15px;
}
.product-eco .sector-benefit .list-box .desc li {
  color: #62748E;
  font-size: 16px;
  font-weight: 500;
  line-height: 162.5%;
  letter-spacing: -0.312px;
}
.product-eco .sector-benefit .list-box .desc li.point {
  font-weight: 700;
  color: #E7000B;
}
.product-eco .sector-next {
  padding: 50px 0;
  background: #FFF;
}
.product-eco .sector-next .next-box {
  position: relative;
  z-index: 1;
  width: 1000px;
  margin: 40px auto 0;
}
.product-eco .sector-next .next-box .bubble-list {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.product-eco .sector-next .next-box .bubble-list p {
  position: absolute;
  left: 50%;
  padding: 24px;
  color: #0F172B;
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -0.312px;
  border-radius: 24px;
  border: 1px solid #F1F5F9;
  background: #FFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.product-eco .sector-next .next-box .bubble-list .bubble-1 {
  top: 33px;
  margin-left: -310px;
}
.product-eco .sector-next .next-box .bubble-list .bubble-2 {
  top: 0;
  margin-left: -8.5px;
}
.product-eco .sector-next .next-box .bubble-list .bubble-3 {
  top: 148px;
  margin-left: -420px;
}
.product-eco .sector-next .next-box .bubble-list .bubble-4 {
  top: 123px;
  margin-left: 124px;
}
.product-eco .sector-next .next-box .bubble-list .bubble-5 {
  top: 255px;
  margin-left: -463px;
}
.product-eco .sector-next .next-box .bubble-list .bubble-6 {
  top: 267px;
  margin-left: 140px;
}
.product-eco .sector-item {
  padding: 50px 0;
  background: #FFFFFF;
}
.product-eco .sector-item .price-box {
  position: relative;
  padding: 40px 150px;
  text-align: left;
  border-radius: 10px;
  border: 5px solid #0F172B;
}
.product-eco .sector-item .price-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.product-eco .sector-item .price-info .sort {
  color: #101010;
  font-size: 20px;
  font-weight: 900;
}
.product-eco .sector-item .price-info .title {
  margin-top: 20px;
  color: #E7000B;
  font-size: 28px;
  line-height: 1.2;
  letter-spacing: -2px;
}
.product-eco .sector-item .price-info .title strong {
  font-weight: 900;
}
.product-eco .sector-item .price-info .benefit-list {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item .price-info .benefit-list li {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
.product-eco .sector-item .price-info .benefit-list li .point {
  color: #FF7A00;
  font-weight: 700;
}
.product-eco .sector-item .price-info .base {
  margin-top: 15px;
  color: #000;
  font-size: 15px;
  line-height: 160%;
}
.product-eco .sector-item .price-info .img-box {
  position: absolute;
  top: 85px;
  left: 50%;
  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: 360px;
  height: 360px;
  margin: 0 0 0 67px;
  border-radius: 40px;
  background: #F7F7F7;
}
.product-eco .sector-item .price-info .img-box .book-img {
  width: 290px;
  margin: 0 auto;
}
.product-eco .sector-item .price-info .img-box .dugong-img {
  position: absolute;
  right: -3px;
  bottom: -18px;
}
.product-eco .sector-item .price-info .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-top: 50px;
}
.product-eco .sector-item .price-info .price-list .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.product-eco .sector-item .price-info .price-list .price-after .after-text {
  color: #FF6B00;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.5px;
}
.product-eco .sector-item .price-info .price-list .price-after .after-cost {
  color: #0F172B;
  font-size: 40px;
  line-height: 1;
}
.product-eco .sector-item .price-info .price-list .price-after .after-cost strong {
  font-weight: 900;
  line-height: 1;
}
.product-eco .sector-item .price-info .price-list .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.product-eco .sector-item .price-info .price-list .price-before .before-text {
  color: #000;
  font-size: 18px;
  font-weight: 400;
}
.product-eco .sector-item .price-info .price-list .price-before .before-cost {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  text-decoration: line-through;
}
.product-eco .sector-item .price-info .price-list .price-before .before-cost strong {
  font-weight: 400;
}
.product-eco .sector-item .action {
  margin-top: 30px;
}
.product-eco .sector-item .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    width: 10px;
  }
}
.product-eco .sector-item .action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    height: 10px;
  }
}
.product-eco .sector-item .action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .action a {
  width: 100%;
  padding: 28px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-band .wrap {
  padding: 42px 0;
  background: #FFBF01;
}
.product-eco .sector-lecture {
  padding: 100px 0 50px;
}
.product-eco .sector-lecture .list-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.product-eco .sector-lecture .list-box .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid #F1F5F9;
  background: #FFF;
}
.product-eco .sector-lecture .list-box .list-item .desc {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 16px;
  color: #0F172B;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.449px;
}
.product-eco .sector-lecture .list-box .list-item .desc::before {
  content: "";
  display: inline-block;
  width: 48px;
  height: 48px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_check.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-lecture .list-box .list-item [class^=label-] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 9px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.117px;
  border-radius: 4px;
  border: 1px solid currentColor;
}
.product-eco .sector-lecture .list-box .list-item [class^=label-].label-red {
  color: #E7000B;
}
.product-eco .sector-lecture .list-box .list-item [class^=label-].label-blue {
  color: #155DFC;
}
.product-eco .sector-lecture .list-box .list-item [class^=label-].label-green {
  color: #096;
}
.product-eco .sector-book {
  padding: 50px 0;
}
.product-eco .sector-book .frame {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
}
.product-eco .sector-book .img-box .flag {
  position: absolute;
  top: 0;
  left: 61px;
  -webkit-filter: drop-shadow(17.533px 7.917px 10.75px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(17.533px 7.917px 10.75px rgba(0, 0, 0, 0.15));
  will-change: transform;
}
.product-eco .sector-book .list-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.product-eco .sector-book .list-box .list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  width: 100%;
  padding: 32px 32px 32px 112px;
  border-radius: 24px;
  border: 1px solid #F1F5F9;
  background: #FFF;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.product-eco .sector-book .list-box .list-item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 32px;
  display: block;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/Z/product/260522/pc/icon_book.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-book .list-box .list-item .title {
  color: #0F172B;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.07px;
}
.product-eco .sector-book .list-box .list-item .desc {
  color: #45556C;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.439px;
}
.product-eco .sector-book .base {
  grid-column: 1/-1;
}
.product-eco .sector-detail .title-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.product-eco .sector-detail .title-box .main-title {
  color: #000;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -0.8px;
}
.product-eco .sector-detail .title-box .main-title .point {
  color: #E7000B;
}
.product-eco .sector-detail .title-box .sub-title {
  margin-top: 15px;
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -0.4px;
}
.product-eco .sector-detail .img-box img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.product-eco .sector-detail .slick-arrow {
  border-radius: 50%;
}
.product-eco .sector-detail .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-prev {
    width: 60px;
  }
}
.product-eco .sector-detail .slick-arrow.slick-prev {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-prev {
    height: 60px;
  }
}
.product-eco .sector-detail .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: -84.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-prev {
    margin-left: -610px;
  }
}
.product-eco .sector-detail .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .sector-detail .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
.product-eco .sector-detail .slick-arrow.slick-prev::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.product-eco .sector-detail .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .sector-detail .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-next {
    width: 60px;
  }
}
.product-eco .sector-detail .slick-arrow.slick-next {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-next {
    height: 60px;
  }
}
.product-eco .sector-detail .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: -84.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-next {
    margin-right: -610px;
  }
}
.product-eco .sector-detail .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .sector-detail .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-next::before {
    width: 15px;
  }
}
.product-eco .sector-detail .slick-arrow.slick-next::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-detail .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.product-eco .sector-detail .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .sector-package {
  padding: 100px 0;
}
.product-eco .sector-package .list-box > div {
  -webkit-box-shadow: 20px 20px 74px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 20px 20px 74px 0 rgba(0, 0, 0, 0.25);
}
.product-eco .sector-package .dugong {
  position: absolute;
  right: 0;
  bottom: 65px;
  left: 0;
}/*# sourceMappingURL=web.css.map */