@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: "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 .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 p + p {
  margin-top: 10px;
}
.product-eco .title-box .main-title {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.68px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .eduwill-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.84px;
}
.product-eco .title-box .bg-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 140px;
  padding: 12px 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .title-box .point {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .point {
  color: #FB0;
}
.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 .base {
  margin-top: 20px;
  color: #666;
  font-size: 16px;
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .sector-title {
  padding: 50px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260608/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;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(168deg, #FFD900 8.55%, #FFA557 98.05%);
}
.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;
}
.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: 17px;
  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: 19px;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-title .action-base {
  position: absolute;
  top: 33px;
  left: 50%;
  margin-left: 500px;
}
.product-eco .sector-title .action-base button {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #3F3F3F;
  padding: 4px 8px;
  border: 1px solid currentColor;
  opacity: 0.6;
}
.product-eco .sector-title .action-base button span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-base button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button span::before {
    width: 6px;
  }
}
.product-eco .sector-title .action-base button span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button span::before {
    height: 6px;
  }
}
.product-eco .sector-title .action-base button span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button span::before {
    margin-top: -3px;
  }
}
.product-eco .sector-title .action-base button 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-title .action-base button span::before {
    right: 12px;
  }
}
.product-eco .sector-title .action-base button span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-title .action-base button span {
  padding-right: 10px;
}
.product-eco .sector-title .action-base button span:before {
  right: 0;
}
.product-eco .sector-title [class^=title-] {
  margin-left: 50px;
  text-align: left;
}
.product-eco .sector-title .title-1 {
  margin-top: 100px;
  color: #363636;
  font-size: 32px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.96px;
}
.product-eco .sector-title .title-2 {
  margin-top: 20px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0px 1px #000) drop-shadow(0px 1px #000) drop-shadow(0px 1px #000) drop-shadow(4px 1px #000) drop-shadow(0px 1px #000);
          filter: drop-shadow(0px 1px #000) drop-shadow(0px 1px #000) drop-shadow(0px 1px #000) drop-shadow(4px 1px #000) drop-shadow(0px 1px #000);
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 114px;
  font-weight: 700;
  line-height: 105%;
  letter-spacing: -4.56px;
  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-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .sector-title .title-2 span {
  display: block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFE642));
  background: linear-gradient(180deg, #FFF 0%, #FFE642 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.product-eco .sector-title .title-3 {
  margin-top: 20px;
  color: #363636;
  font-size: 32px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.96px;
}
.product-eco .sector-title .title-3 strong {
  font-weight: 700;
}
.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;
  margin: 30px 0 0 50px;
  gap: 10px;
}
.product-eco .sector-title .benefit-list > p {
  padding: 10px 20px;
  color: #624300;
  font-size: 20px;
  font-weight: 700;
  line-height: 136%;
  letter-spacing: -1.2px;
  border-radius: 10px;
  border: 2px solid rgba(255, 247, 214, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 187, 0, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 187, 0, 0.5) 100%);
}
.product-eco .sector-title .action {
  margin-top: 60px;
}
.product-eco .sector-title .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a::before {
    width: 10px;
  }
}
.product-eco .sector-title .action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a::before {
    height: 10px;
  }
}
.product-eco .sector-title .action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-title .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-title .action a::before {
    right: 20px;
  }
}
.product-eco .sector-title .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-title .action a {
  min-width: 800px;
  padding: 26px;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.04px;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.64%, #646464), color-stop(82.39%, #000)), -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%), linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-item {
  padding: 100px 0;
}
.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: 600px;
  padding: 40px 30px;
  text-align: left;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #000;
  background: #FFF;
}
.product-eco .sector-item .box-list .box-price.box-main {
  border-width: 2px;
  border-color: #F90;
  background: #FFF6E9;
}
.product-eco .sector-item .box-list .item-label {
  position: absolute;
  top: 0;
  right: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 74px;
  margin: 0;
  background-image: url("//img.eduwill.net/eduwill/img/common/icon/flag_yellow.svg");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: cover;
  -webkit-filter: drop-shadow(2.833px 3.305px 8.499px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(2.833px 3.305px 8.499px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
.product-eco .sector-item .box-list .item-label span {
  margin-top: -10px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  -webkit-transform: rotate(-8deg) skew(-10deg);
  transform: rotate(-8deg) skew(-10deg);
}
.product-eco .sector-item .box-list .item-title {
  color: #000;
  font-size: 28px;
  letter-spacing: -1.12px;
}
.product-eco .sector-item .box-list .item-title strong {
  font-weight: 900;
}
.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: #555;
  font-size: 18px;
  font-weight: 400;
  line-height: 121%;
}
.product-eco .sector-item .box-list .item-price .price-before strong {
  font-weight: inherit;
}
.product-eco .sector-item .box-list .item-price .price-after {
  margin-top: 10px;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 121%;
  letter-spacing: -1.44px;
}
.product-eco .sector-item .box-list .item-price .small {
  color: currentColor;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .box-list .price-base {
  margin-top: 10px;
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 121%;
}
.product-eco .sector-item .box-list .item-detail {
  min-height: 160px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #E6E6E6;
}
.product-eco .sector-item .box-list .item-detail li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.product-eco .sector-item .box-list .item-detail li + li {
  margin-top: 6px;
}
.product-eco .sector-item .box-list .item-detail li .text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 51px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-list .item-detail li .text-desc {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.75px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .box-list .item-detail li .text-desc span {
  display: block;
  font-family: inherit;
}
.product-eco .sector-item .box-list .item-detail li .text-desc strong {
  font-weight: 700;
}
.product-eco .sector-item .box-list .item-detail li .text-desc .red {
  color: #F00;
}
.product-eco .sector-item .box-list .price-action {
  margin-top: auto;
}
.product-eco .sector-item .box-list .price-action a {
  display: block;
  padding: 25px 30px;
  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-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 {
  display: block;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
}
.product-eco .sector-possible .title-box::before, .product-eco .sector-need .title-box::before {
  content: "";
  display: block;
  width: 57px;
  height: 18px;
  margin: 0 auto 15px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260513/pc/bg_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-need {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#322A1F), to(#181512));
  background: linear-gradient(180deg, #322A1F 0%, #181512 100%);
}
.product-eco .sector-need .title-box p {
  color: #FFF;
}
.product-eco .sector-possible {
  padding: 100px 0;
  background: radial-gradient(51.75% 51.75% at 50% 50%, #3A3A3A 0%, #222 100%);
}
.product-eco .sector-possible .title-box p {
  color: #FFF;
}
.product-eco .sector-benefit .wrap, .product-eco .sector-teacher .wrap, .product-eco .sector-book .wrap, .product-eco .sector-compress .wrap {
  padding: 40px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .sector-benefit .wrap .title-box .main-title, .product-eco .sector-teacher .wrap .title-box .main-title, .product-eco .sector-book .wrap .title-box .main-title, .product-eco .sector-compress .wrap .title-box .main-title {
  font-size: 26px;
}
.product-eco .sector-compress {
  padding: 100px 0 10px;
  background-color: #FFF9E9;
}
.product-eco .sector-book {
  padding-bottom: 10px;
  background-color: #FFF9E9;
}
.product-eco .sector-book .wrap {
  overflow: hidden;
}
.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: 300px;
}
.product-eco .sector-book .slide-box .swiper-slide img {
  width: auto;
  height: 100%;
}
.product-eco .sector-teacher {
  padding-bottom: 10px;
  background-color: #FFF9E9;
}
.product-eco .sector-teacher .wrap {
  overflow: hidden;
  padding-right: 100px;
  padding-left: 100px;
}
.product-eco .sector-teacher .list-box {
  gap: 7px;
}
.product-eco .sector-teacher .list-box > div {
  width: 183px;
  border-radius: 16px;
  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 > div img {
  width: 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;
}
.product-eco .sector-benefit {
  padding-bottom: 100px;
  background-color: #FFF9E9;
}
.product-eco .sector-benefit .wrap {
  overflow: hidden;
}
.product-eco .sector-benefit .list-box {
  gap: 12px;
}
.product-eco .sector-benefit .list-box > div {
  border-radius: 10px;
  -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);
}/*# sourceMappingURL=web.css.map */