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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
}
.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: 1160px;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .title-box + div {
  margin-top: 40px;
}
.product-eco .title-box .main-title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .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;
  gap: 20px;
}
.product-eco .list-box > div {
  border-radius: 20px;
  -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 .base {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .sector-title {
  padding-bottom: 100px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 219, 41, 0.18)), to(rgba(255, 219, 41, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(30.81%, #FFF99F), color-stop(99.78%, #F9CF00));
  background: linear-gradient(180deg, rgba(255, 219, 41, 0.18) 0%, rgba(255, 219, 41, 0) 100%), linear-gradient(180deg, #FFF99F 30.81%, #F9CF00 99.78%);
  background-blend-mode: plus-darker, normal;
}
.product-eco .sector-title .laurel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 50px;
}
.product-eco .sector-title .laurel-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  min-height: 63px;
  -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;
  color: #624300;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.14px;
}
.product-eco .sector-title .laurel-list li:before, .product-eco .sector-title .laurel-list li:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 28px;
  height: 64px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/exam/260112/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-title .laurel-list li:before {
  left: 0;
}
.product-eco .sector-title .laurel-list li:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.product-eco .sector-title .laurel-list li strong {
  display: block;
  color: currentColor;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-title .action-base {
  position: absolute;
  top: 83px;
  left: 50%;
  margin-left: 499px;
}
.product-eco .sector-title .action-base button {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-base button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before {
    width: 7px;
  }
}
.product-eco .sector-title .action-base button::before {
  height: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before {
    height: 7px;
  }
}
.product-eco .sector-title .action-base button::before {
  margin-top: -0.4861111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before {
    margin-top: -3.5px;
  }
}
.product-eco .sector-title .action-base button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before {
    right: 14px;
  }
}
.product-eco .sector-title .action-base button::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-title .action-base button {
  padding: 7px 27px 7px 10px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.28px;
  border-radius: 2px;
  border: 1px solid #000;
  opacity: 0.5;
}
.product-eco .sector-title .title-1 {
  margin: 100px 0 0 50px;
  text-align: left;
  color: #736C37;
  font-size: 36px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -1.08px;
}
.product-eco .sector-title .title-2 {
  margin-left: 50px;
  text-align: left;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 94px;
  font-weight: 700;
  letter-spacing: -3.76px;
  line-height: 1;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #2B1305;
  paint-order: stroke fill;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFE642));
  background: linear-gradient(180deg, #FFF 0%, #FFE642 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-filter: drop-shadow(0px 1px #2B1305) drop-shadow(0px 1px #2B1305) drop-shadow(0px 1px #2B1305) drop-shadow(1px 1px #2B1305) drop-shadow(0px 1px #2B1305);
          filter: drop-shadow(0px 1px #2B1305) drop-shadow(0px 1px #2B1305) drop-shadow(0px 1px #2B1305) drop-shadow(1px 1px #2B1305) drop-shadow(0px 1px #2B1305);
}
.product-eco .sector-title .title-2 span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE23C), color-stop(110.61%, #FFBF00));
  background: linear-gradient(180deg, #FFE23C 0%, #FFBF00 110.61%);
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .sector-title .title-3 {
  margin: 10px 0 0 50px;
  text-align: left;
  color: #775712;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.78px;
}
.product-eco .sector-title .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: 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: 8px;
  margin: 30px 0 0 50px;
}
.product-eco .sector-title .benefit-list li {
  border-radius: 10px;
  background: #DFE485;
  background: -webkit-gradient(linear, left top, left bottom, from(#DFE485), to(#C39529));
  background: linear-gradient(to bottom, #DFE485, #C39529);
}
.product-eco .sector-title .benefit-list li span {
  display: block;
  margin: 2px;
  padding: 14px 20px;
  color: #624300;
  font-size: 18px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -1.08px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF8C0), to(#FDE66F));
  background: linear-gradient(180deg, #FFF8C0 0%, #FDE66F 100%);
}
.product-eco .sector-title .title-dugong {
  position: absolute;
  top: 171px;
  left: 50%;
  margin-left: 122px;
}
.product-eco .sector-title .action {
  position: relative;
  z-index: 1;
  margin-top: 80px;
}
.product-eco .sector-title .action a {
  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: 640px;
  padding: 23px 0;
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -1.1px;
  border-radius: 82px;
  border: 2px solid #89790D;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.61%, #282828), color-stop(114.67%, #000));
  background: linear-gradient(180deg, #282828 7.61%, #000 114.67%);
  -webkit-box-shadow: 4px 8px 20px 0 rgba(37, 6, 6, 0.44);
  box-shadow: 4px 8px 20px 0 rgba(37, 6, 6, 0.44);
}
.product-eco .sector-item {
  padding: 100px 0;
  background: radial-gradient(ellipse at center, #FFEEAB 0%, #FDFCF5 60%);
}
.product-eco .sector-item .box-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.product-eco .sector-item .box-list .box-price {
  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;
  width: 100%;
  height: 615px;
  padding: 40px;
  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-item .box-list .item-label {
  position: absolute;
  top: -15px;
  left: 37px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 36px;
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.96px;
  border-radius: 30px;
  background: #FFD525;
}
.product-eco .sector-item .box-list .item-title {
  color: #222;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.56px;
}
.product-eco .sector-item .box-list .item-title strong {
  color: #957800;
}
.product-eco .sector-item .box-list .item-price {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
}
.product-eco .sector-item .box-list .item-price .price-before {
  color: rgba(34, 34, 34, 0.5);
  font-size: 13px;
  font-weight: 400;
}
.product-eco .sector-item .box-list .item-price .price-before strong {
  font-weight: inherit;
  text-decoration: line-through;
}
.product-eco .sector-item .box-list .item-price .price-after {
  margin-top: 20px;
  color: #222;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1.26px;
}
.product-eco .sector-item .box-list .item-price .price-base {
  margin-top: 10px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.16px;
}
.product-eco .sector-item .box-list .item-benefit {
  margin-top: 20px;
  padding-top: 40px;
  border-top: 1px solid #E6E6E6;
}
.product-eco .sector-item .box-list .item-benefit li {
  position: relative;
  padding-left: 30px;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .box-list .item-benefit li + li {
  margin-top: 14px;
}
.product-eco .sector-item .box-list .item-benefit li::before, .product-eco .sector-item .box-list .item-benefit li::after {
  content: "";
  position: absolute;
}
.product-eco .sector-item .box-list .item-benefit li::before {
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FFD525;
}
.product-eco .sector-item .box-list .item-benefit li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  color: currentColor;
  width: 10px;
  height: 6px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.product-eco .sector-item .box-list .item-benefit .flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 9px;
  color: #856B00;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.16px;
  border-radius: 6px;
  background: rgba(255, 213, 37, 0.5);
}
.product-eco .sector-item .box-list .price-action {
  margin-top: auto;
}
.product-eco .sector-item .box-list .price-action a {
  display: block;
  padding: 20px 0;
  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-item .box-list .price-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-list .price-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span::before {
    width: 8px;
  }
}
.product-eco .sector-item .box-list .price-action a span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span::before {
    height: 8px;
  }
}
.product-eco .sector-item .box-list .price-action a span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-item .box-list .price-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span::before {
    right: 16px;
  }
}
.product-eco .sector-item .box-list .price-action a span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .box-list .price-action a span {
  padding: 0 40px;
  color: #121212;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.16px;
}
.product-eco .sector-item .banner-box {
  margin-top: 20px;
  padding: 40px;
  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-item .banner-box .banner-title {
  color: #957800;
  font-size: 28px;
  font-weight: 800;
}
.product-eco .sector-item .banner-box .banner-desc {
  margin-top: 10px;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.16px;
}
.product-eco .sector-item .banner-box .banner-desc strong {
  font-weight: 800;
}
.product-eco .sector-item .banner-box .banner-desc strong.point {
  color: #957800;
}
.product-eco .sector-recommend {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_recommend.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-recommend::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #484441;
  background: linear-gradient(286deg, #484441 50%, #a0917e 50%);
}
.product-eco .sector-recommend .main-title {
  color: #FFF;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background-color: #FFFBE3;
}
.product-eco .sector-book {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_book.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-book::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.98%, #FFF1C7), color-stop(69.49%, #FFE084), color-stop(127.51%, #FFBF00));
  background: linear-gradient(180deg, #FFF1C7 19.98%, #FFE084 69.49%, #FFBF00 127.51%);
}
.product-eco .sector-book .list-box > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
  padding: 25px 0;
  gap: 5px;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: -0.16px;
  border: 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%);
}
.product-eco .sector-book .list-box > div strong {
  color: #957800;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: -0.44px;
}
.product-eco .sector-book .slide-box {
  position: relative;
  margin-top: 60px;
}
.product-eco .sector-book .slide-box .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.product-eco .sector-book .slide-box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 311px;
}
.product-eco .sector-book .flag {
  position: absolute;
  top: -20px;
  left: 50%;
  z-index: 1;
  margin-left: 460px;
}
.product-eco .sector-teacher {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_teacher.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-teacher::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDE5), to(#FFFEEF));
  background: linear-gradient(180deg, #FFFDE5 0%, #FFFEEF 100%);
}
.product-eco .sector-teacher .list-box {
  gap: 7px;
}
.product-eco .sector-teacher .list-box > div {
  border-radius: 16px;
  border: 1px solid #FFF5D9;
  background: -webkit-gradient(linear, left top, left bottom, from(#7C7871), to(#141416));
  background: linear-gradient(180deg, #7C7871 0%, #141416 100%);
}
.product-eco .sector-teacher .list-box .teacher-info {
  padding: 15px;
  text-align: left;
}
.product-eco .sector-teacher .list-box .teacher-info .name {
  color: #F5F5F6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.15px;
}
.product-eco .sector-teacher .list-box .teacher-info .subject {
  margin-top: 5px;
  color: rgba(245, 245, 246, 0.5);
  font-size: 12px;
  font-weight: 400;
  letter-spacing: -0.145px;
}/*# sourceMappingURL=web.css.map */