@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 .slide-box .slick-dots {
  font-size: 0;
}
.product-eco .slide-box .slick-dots li {
  display: inline-block;
}
.product-eco .slide-box .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%);
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .dash-list li {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .dash-list li {
    padding-left: 10px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .dash-list li {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .dash-list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .refer-list li {
  position: relative;
  padding-left: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .refer-list li {
    padding-left: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .refer-list li {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box .refer-list li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

@-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: "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 img,
.product-eco img,
.fullservice img {
  vertical-align: top;
}
.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;
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-title-dark strong {
  line-height: 1.4;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-mid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  text-align: left;
  font-size: 0;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-mid.form-filebox {
  display: block;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-radio + .form-radio {
  margin: 0;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box {
  text-align: left;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box ul + ul {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box ul + ul {
    margin-top: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box li {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box li {
    font-size: 18px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box li {
  line-height: 150%;
}
@media screen and (min-width: 1100px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-scroll-box li {
    font-size: 16px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
  margin: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
    margin: 20px 0;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
  text-align: center;
  color: #FF0400;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
    font-size: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
  font-weight: 500;
}
@media screen and (min-width: 1100px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-text {
    font-size: 18px;
  }
}

.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-width: 2px;
  border-top-style: solid;
  border-top-color: #FFB700;
  background: #001C2F;
}
.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: 18px 0;
}
.product-eco .fix-bottom .text {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -1.75px;
}
.product-eco .fix-bottom .text span {
  color: #FFC704;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .fix-bottom .detail {
  padding: 20px 40px;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 132%;
  letter-spacing: -0.9px;
  border-radius: 10px;
  background: #FFC704;
}
.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.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    width: 9px;
  }
}
.product-eco .fix-bottom .detail span::before {
  height: 1.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    height: 9px;
  }
}
.product-eco .fix-bottom .detail span::before {
  margin-top: -0.625vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    margin-top: -4.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.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    right: 18px;
  }
}
.product-eco .fix-bottom .detail span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-bottom .detail span {
  padding-right: 30px;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .fix-bottom .detail span::before {
  right: 0;
}
.product-eco .title-box + div {
  margin: 60px auto 0;
}
.product-eco .sub-title {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.product-eco .sub-title strong {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .main-title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .main-title strong {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .base {
  margin-top: 20px;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.7px;
}
.product-eco .point {
  color: #AB6F00;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .slide-box .slick-slider * {
  font-size: 0;
}
.product-eco .slide-box .slick-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -67px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260407/pc/icon_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .slide-box .slick-arrow.slick-prev {
  margin-left: -570px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.product-eco .slide-box .slick-arrow.slick-next {
  margin-left: 500px;
}
.product-eco .slide-box .slick-dots {
  margin-top: 20px;
}
.product-eco .slide-box .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #9E9E9E;
}
.product-eco .slide-box .slick-dots li.slick-active {
  background-color: #FFF;
}
.product-eco .tab-box .tab-list {
  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: 6px;
}
.product-eco .tab-box .tab-list li {
  width: 100%;
  padding: 21px 0;
  color: #6D6D6D;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  cursor: pointer;
}
.product-eco .tab-box .tab-list li.on {
  color: #FFF;
  border-color: #000;
  background: #000;
}
.product-eco .tab-box .tab-view {
  display: none;
  margin-top: 20px;
}
.product-eco .tab-box .tab-view.on {
  display: block;
}
.product-eco .discount-box {
  padding: 50px 0;
  border-radius: 10px;
  border: 1px solid #D6D6D6;
  background: #FFF;
}
.product-eco .discount-box .main-title {
  color: #000;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.product-eco .discount-box .coupon-bundle {
  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;
  margin: 30px auto 0;
}
.product-eco .discount-box .coupon-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 310px;
  height: 150px;
  padding: 20px 40px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260407/pc/bg_coupon.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-filter: drop-shadow(3.332px 11.662px 13.328px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(3.332px 11.662px 13.328px rgba(0, 0, 0, 0.08));
}
.product-eco .discount-box .coupon-item .coupon-title {
  text-align: left;
  color: #FFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.866px;
}
.product-eco .discount-box .coupon-item .coupon-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 5px;
}
.product-eco .discount-box .coupon-item .coupon-price strong {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2.1px;
}
.product-eco .discount-box .coupon-item .coupon-price span {
  text-align: left;
  color: #000;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.433px;
}
.product-eco .discount-box .action {
  margin-top: 30px;
}
.product-eco .discount-box .action .btn-apply {
  position: relative;
  display: inline-block;
}
.product-eco .discount-box .action .btn-apply::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.8055555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .discount-box .action .btn-apply::before {
    width: 13px;
  }
}
.product-eco .discount-box .action .btn-apply::before {
  height: 1.8055555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .discount-box .action .btn-apply::before {
    height: 13px;
  }
}
.product-eco .discount-box .action .btn-apply::before {
  margin-top: -0.9027777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .discount-box .action .btn-apply::before {
    margin-top: -6.5px;
  }
}
.product-eco .discount-box .action .btn-apply::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .discount-box .action .btn-apply::before {
    right: 26px;
  }
}
.product-eco .discount-box .action .btn-apply::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .discount-box .action .btn-apply {
  width: 580px;
  padding: 30px 0;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.04px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(21.18%, #000), color-stop(122.35%, #574324));
  background: linear-gradient(0deg, #000 21.18%, #574324 122.35%);
  -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 .discount-box .coupon-list {
  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: 14px;
  margin: 30px 60px 0;
}
.product-eco .discount-box .coupon-list .list-item {
  width: 100%;
  padding: 40px 15px 15px;
  border-radius: 10px;
  border: 1px solid #CECECE;
  background: #FBFBFB;
}
.product-eco .discount-box .coupon-list .list-item .list-title {
  color: #000;
  font-size: 23px;
  font-weight: 700;
  line-height: 127%;
  letter-spacing: -0.46px;
}
.product-eco .discount-box .coupon-list .coupon-item {
  width: 186px;
  height: 90px;
  margin: 30px auto 0;
  padding: 15px 20px;
}
.product-eco .discount-box .coupon-list .coupon-item .coupon-title {
  font-size: 13px;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(1px 1px 0 #000);
}
.product-eco .discount-box .coupon-list .coupon-item .coupon-price strong {
  font-size: 42px;
}
.product-eco .discount-box .coupon-list .coupon-item .coupon-price span {
  font-size: 13px;
}
.product-eco .discount-box .coupon-list .action {
  margin-top: 24px;
}
.product-eco .discount-box .coupon-list .action .btn-apply {
  position: relative;
  display: inline-block;
}
.product-eco .discount-box .coupon-list .action .btn-apply::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .discount-box .coupon-list .action .btn-apply::before {
    width: 10px;
  }
}
.product-eco .discount-box .coupon-list .action .btn-apply::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .discount-box .coupon-list .action .btn-apply::before {
    height: 10px;
  }
}
.product-eco .discount-box .coupon-list .action .btn-apply::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .discount-box .coupon-list .action .btn-apply::before {
    margin-top: -5px;
  }
}
.product-eco .discount-box .coupon-list .action .btn-apply::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 .discount-box .coupon-list .action .btn-apply::before {
    right: 20px;
  }
}
.product-eco .discount-box .coupon-list .action .btn-apply::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .discount-box .coupon-list .action .btn-apply {
  width: 100%;
  padding: 17px 0;
  font-size: 20px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.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 .list-box + div {
  margin-top: 10px;
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260407/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(356deg, #A9FFF6 32.91%, #FFBF1D 86.71%);
}
.product-eco .sector-intro {
  padding: 80px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260407/pc/bg_intro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-intro::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(176deg, #FFCE1C 3.29%, #B6FFE4 105.78%);
}
.product-eco .sector-intro .main-title {
  margin-top: 40px;
  font-size: 32px;
}
.product-eco .sector-goal {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-7.25%, #161616), color-stop(111.59%, #495257));
  background: linear-gradient(180deg, #161616 -7.25%, #495257 111.59%);
}
.product-eco .sector-goal .sub-title,
.product-eco .sector-goal .main-title {
  color: #FFF;
}
.product-eco .sector-goal .slide-box {
  width: 942px;
}
.product-eco .sector-tab {
  padding: 100px 0;
}
.product-eco .sector-discount {
  padding: 100px 0;
  background-color: #FFEDB1;
}
.product-eco .sector-teacher {
  padding: 100px 0;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD24D), color-stop(121.49%, #FFA90B));
  background: linear-gradient(180deg, #FFD24D 0%, #FFA90B 121.49%);
}
.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: 6px;
}
.product-eco .sector-item .box-list .box-price {
  position: relative;
  width: 100%;
  padding: 30px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FFF;
}
.product-eco .sector-item .box-list .box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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-item .box-list .title-list {
  position: relative;
  text-align: left;
}
.product-eco .sector-item .box-list .title-list p {
  line-height: 1.4;
}
.product-eco .sector-item .box-list .title-list p.title-1 {
  color: #FF7A00;
  font-size: 20px;
  font-weight: 900;
}
.product-eco .sector-item .box-list .title-list p.title-2 {
  margin-top: 20px;
  color: #000;
  font-size: 28px;
}
.product-eco .sector-item .box-list .title-list p.title-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .title-list .action {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.product-eco .sector-item .box-list .title-list .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-list .title-list .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .title-list .action a::before {
    width: 5px;
  }
}
.product-eco .sector-item .box-list .title-list .action a::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .title-list .action a::before {
    height: 5px;
  }
}
.product-eco .sector-item .box-list .title-list .action a::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .title-list .action a::before {
    margin-top: -2.5px;
  }
}
.product-eco .sector-item .box-list .title-list .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .title-list .action a::before {
    right: 10px;
  }
}
.product-eco .sector-item .box-list .title-list .action a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-item .box-list .title-list .action a {
  padding: 6px 12px 6px 6px;
  color: rgba(71, 71, 71, 0.8);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.454px;
  border: 1px solid currentColor;
  background: -webkit-gradient(linear, left bottom, left top, from(#EEE), to(#FCFCFC));
  background: linear-gradient(0deg, #EEE 0%, #FCFCFC 100%);
}
.product-eco .sector-item .box-list .title-list .action a::before {
  right: 6px;
}
.product-eco .sector-item .box-list .box-detail {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.product-eco .sector-item .box-list .text-list {
  min-height: 180px;
  padding: 10px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item .box-list .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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.product-eco .sector-item .box-list .text-list li + li {
  margin-top: 2px;
}
.product-eco .sector-item .box-list .text-list p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
}
.product-eco .sector-item .box-list .text-list p.text-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  font-weight: 500;
}
.product-eco .sector-item .box-list .text-list p.text-title:has(span) {
  display: inline-grid;
  grid-template-columns: 3fr 1fr;
}
.product-eco .sector-item .box-list .text-list p.text-desc {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .box-list .price-list {
  margin-top: 30px;
}
.product-eco .sector-item .box-list .price-list strong {
  line-height: inherit;
  font-weight: inherit;
}
.product-eco .sector-item .box-list .price-list .price-before {
  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;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  line-height: 100%;
}
.product-eco .sector-item .box-list .price-list .price-before + .price-after {
  margin-top: 10px;
}
.product-eco .sector-item .box-list .price-list .price-before p {
  line-height: 1;
  color: #9F9F9F;
  font-size: 15px;
  font-weight: 400;
}
.product-eco .sector-item .box-list .price-list .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-item .box-list .price-list .price-before p.cost::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.product-eco .sector-item .box-list .price-list .price-after:only-child {
  margin-top: 25px;
}
.product-eco .sector-item .box-list .price-list .price-after p {
  line-height: 1;
}
.product-eco .sector-item .box-list .price-list .price-after p.text {
  color: #FF7900;
  font-size: 20px;
  font-weight: 900;
}
.product-eco .sector-item .box-list .price-list .price-after p.cost {
  margin-top: 10px;
  color: #000;
  font-size: 36px;
}
.product-eco .sector-item .box-list .price-list .price-after p.cost strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .price-action {
  margin-top: 20px;
}
.product-eco .sector-item .box-list .price-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-list .price-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    width: 10px;
  }
}
.product-eco .sector-item .box-list .price-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    height: 10px;
  }
}
.product-eco .sector-item .box-list .price-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .box-list .price-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 .box-list .price-action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .box-list .price-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .box-list .price-action a {
  width: 100%;
  padding: 22px;
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  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-end {
  padding: 80px 0;
  background: url("//img.eduwill.net/eduwill/img/2026/G/product/260407/pc/bg_end.png") no-repeat center bottom, linear-gradient(176deg, #FFCE1C 3.29%, #B6FFE4 105.78%);
  background-size: 796px 149px, auto;
}
.product-eco .sector-end .main-title {
  font-size: 32px;
  line-height: 170%;
}
.product-eco .sector-end .main-title + .main-title {
  margin-top: 40px;
}/*# sourceMappingURL=web.css.map */