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

.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 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-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 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-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 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-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;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-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 .wrap {
  width: 1200px;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px 10px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  border-top: 3px solid #424242;
  background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#000));
  background: linear-gradient(180deg, #111 0%, #000 100%);
}
.product-eco .fix-bottom .benefit-day-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.product-eco .fix-bottom .benefit-day-box .text-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-eco .fix-bottom .benefit-day-box .text-box .text {
  color: #FFF;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.88px;
  text-align: left;
}
.product-eco .fix-bottom .benefit-day-box .timer-box {
  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;
  margin-left: 40px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box .timer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: auto;
  background: none;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p {
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: -0.6px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p span {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 60px;
  border-radius: 4.8px;
  border: 1px solid #FFDE00;
  background: #FFF;
  -webkit-box-shadow: 2.593px 2.593px 6.481px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 2.593px 2.593px 6.481px 0 rgba(0, 0, 0, 0.05);
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: #000;
  font-family: "GmarketSans", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  z-index: 1;
  vertical-align: top;
  overflow: hidden;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p span:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 26px;
  background: #F0F0F0;
  z-index: -1;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p span + span {
  margin-left: 5px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p.unit {
  height: 56px;
  margin-bottom: 4px;
  margin-left: 3px;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p.unit + p {
  margin-left: 10px;
}
.product-eco .fix-bottom .benefit-day-box.end .text-box .text {
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .fix-bottom .benefit-day-box.end .text-box .text strong {
  background: #FFF479;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #FFF479), color-stop(87%, #FB0));
  background: linear-gradient(180deg, #FFF479 10%, #FB0 87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .fix-bottom .benefit-day-box .action {
  margin-left: auto;
}
.product-eco .fix-bottom .benefit-day-box .action a {
  padding: 23px 67px 23px 56px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.72px;
  line-height: 1;
  border-radius: 10px;
  background: #FFBE00;
}
.product-eco .fix-bottom .benefit-day-box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .benefit-day-box .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    right: 12px;
  }
}
.product-eco .fix-bottom .benefit-day-box .action a:before {
  right: 56px;
}
.product-eco .fc-point {
  color: #FFBE00 !important;
}
.product-eco .sub-text {
  margin-top: 40px;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .sub-text strong {
  font-weight: 700;
}
.product-eco .title-box {
  position: relative;
  padding-top: 30px;
  margin-bottom: 60px;
}
.product-eco .title-box:before {
  content: "";
  display: block;
  width: 38px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFBF00;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 38px 10px;
  -webkit-mask-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg");
  mask-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: none;
}
.product-eco .title-box .sup-title {
  display: inline-block;
  padding: 7px 38px;
  margin-bottom: 34px;
  vertical-align: top;
  border-radius: 60px;
  border: 2px solid #FB0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F1F1F1));
  background: linear-gradient(180deg, #FFF 0%, #F1F1F1 100%);
  color: #222;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.88px;
}
.product-eco .title-box .main-title {
  color: #212121;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.44px;
}
.product-eco .title-box .main-title strong {
  font-weight: 900;
}
.product-eco .title-box .sub-title {
  margin-top: 24px;
  color: #444;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.26px;
}
.product-eco .title-box .sub-title strong {
  font-weight: 900;
}
.product-eco .frame {
  width: 1160px;
  padding: 59px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-eco .notice-text {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.product-eco .sector-title {
  position: relative;
  background-color: #080600;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  overflow: hidden;
}
.product-eco .sector-worry {
  padding: 100px 0 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#281E00), color-stop(27.55%, #0B0E0F), to(#0C0C0C)), #000;
  background: linear-gradient(180deg, #281E00 0%, #0B0E0F 27.55%, #0C0C0C 100%), #000;
}
.product-eco .sector-worry p.main-title {
  color: #fff;
}
.product-eco .sector-benefit {
  padding: 100px 0 20px;
  background-color: #0B0B0B;
}
.product-eco .sector-benefit p.main-title {
  color: #fff;
}
.product-eco .sector-benefit .box-list {
  margin: 0 20px;
}
.product-eco .sector-benefit .box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 10px;
  text-align: left;
  width: 380px;
  height: 322px;
}
.product-eco .sector-benefit .box .box-num, .product-eco .sector-benefit .box .box-text {
  position: absolute;
  left: 35px;
  right: 35px;
}
.product-eco .sector-benefit .box .box-num {
  top: 35px;
  color: #FFBF00;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.3px;
}
.product-eco .sector-benefit .box .box-text {
  top: 87px;
  color: #FFF8E3;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.25px;
}
.product-eco .sector-benefit .box .box-text span {
  font-family: inherit;
  line-height: inherit;
}
.product-eco .sector-benefit .benefit-value {
  margin-top: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-eco .sector-benefit .benefit-value .left-area {
  text-align: right;
  margin-bottom: 10px;
}
.product-eco .sector-benefit .benefit-value .left-area .price-normal {
  position: relative;
  padding-left: 9px;
  padding-right: 22px;
  display: inline-block;
  color: #FFF;
  font-size: 28.65px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.65px;
  letter-spacing: -0.286px;
}
.product-eco .sector-benefit .benefit-value .left-area .price-normal:before {
  position: absolute;
  top: 15px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #FEDC00;
}
.product-eco .sector-benefit .benefit-value .left-area .price-normal:after {
  position: absolute;
  top: 9px;
  right: -2px;
  content: "";
  display: block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 13px solid #FEDC00;
}
.product-eco .sector-benefit .benefit-value .left-area .price-text {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28.65px;
  font-style: normal;
  font-weight: 700;
  line-height: 28.65px;
  letter-spacing: -0.286px;
}
.product-eco .sector-benefit .benefit-value .left-area .price-text .fc-point {
  color: #FEDC00;
  font-family: inherit;
}
.product-eco .sector-benefit .benefit-value .right-area {
  margin-left: 16px;
  text-align: left;
}
.product-eco .sector-benefit .benefit-value .right-area p {
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  line-height: 32px;
  letter-spacing: -0.3px;
}
.product-eco .sector-benefit .benefit-value .right-area strong {
  display: block;
  margin-top: -10px;
  color: #FFBF00;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .sector-benefit .text-benefit {
  margin-top: 40px;
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item .sub-title {
  margin-top: 2px;
}
.product-eco .sector-item .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 20px;
}
.product-eco .sector-item .notice-text {
  margin: 15px 20px 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -1px;
  text-align: left;
}
.product-eco .sector-item .box-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 575px;
  padding: 49px 39px 43px;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  text-align: left;
  cursor: pointer;
}
.product-eco .sector-item .box-item:before {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  content: "";
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 2px solid #AEAEB2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-item:after {
  position: absolute;
  top: 36px;
  right: 36px;
  content: "";
  display: none;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #000;
}
.product-eco .sector-item .box-item.active {
  -webkit-box-shadow: 0 0 0 2px #000;
          box-shadow: 0 0 0 2px #000;
}
.product-eco .sector-item .box-item.active:before {
  border-color: #000;
}
.product-eco .sector-item .box-item.active:after {
  display: block;
}
.product-eco .sector-item .box-item.active .check-btn-list .btn-category.btn-active {
  border: 1px solid #FFE7A0;
  background: #FFF7E0;
}
.product-eco .sector-item .title-1 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -2px;
}
.product-eco .sector-item .title-1 strong {
  font-weight: 900;
}
.product-eco .sector-item ul {
  margin-top: 18px;
  padding: 14px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}
.product-eco .sector-item ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 55px;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 170%;
  letter-spacing: -1px;
}
.product-eco .sector-item ul li .text {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-top {
  margin-bottom: 35px;
}
.product-eco .sector-item .box-bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-eco .sector-item .price-list .price-before {
  color: #A0A0A0;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.98px;
  text-decoration-line: line-through;
}
.product-eco .sector-item .price-list .price-before span {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.product-eco .sector-item .price-list .price-discount {
  position: relative;
}
.product-eco .sector-item .price-list .price-discount span {
  color: #6A6A6A;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.98px;
}
.product-eco .sector-item .price-list .price-discount:after {
  position: absolute;
  top: 19px;
  right: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #F00;
}
.product-eco .sector-item .price-list + .price-final-wrap {
  margin-left: 35px;
}
.product-eco .sector-item .price-after {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-after strong {
  font-weight: 900;
}
.product-eco .sector-item .price-final-wrap .badge-red {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 6px;
  background: #F00;
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.17px;
}
.product-eco .sector-item .price-final-wrap .badge-red + .price-after {
  margin-top: -7px;
}
.product-eco .sector-item .item-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 29px;
  margin: 20px 20px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.product-eco .sector-item .item-total-price p {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-total-price .price-after {
  margin-left: auto;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .sector-item .item-total-price .price-after strong {
  font-weight: 900;
}
.product-eco .sector-item .item-total-price .action {
  margin-left: 45px;
}
.product-eco .sector-item .item-total-price .action a {
  display: block;
  width: 152px;
  padding: 16px 32px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
  text-align: left;
}
.product-eco .sector-item .item-total-price .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-total-price .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-total-price .action a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-total-price .action a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-total-price .action a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-total-price .action a::before {
    right: 12px;
  }
}
.product-eco .sector-item .item-total-price .action a:before {
  right: 32px;
}
.product-eco .sector-discount {
  padding-top: 10px;
  padding-bottom: 100px;
}
.product-eco .sector-discount .title-box:before {
  display: none;
}
.product-eco .sector-discount p.main-title {
  font-weight: 400;
}
.product-eco .sector-discount .box-list {
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
}
.product-eco .sector-discount .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 287px;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-discount .box-list .box .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -0.52px;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-eco .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.product-eco .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.product-eco .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.product-eco .sector-discount .box-list .box .action a {
  display: block;
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  text-align: center;
}
.product-eco .sector-discount .box-list .box .action a .text {
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.product-eco .sector-discount .box-list .box .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    right: 16px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text:before {
  right: 0;
}
.product-eco .sector-discount .box-list .box.box-esg {
  -webkit-box-flex: 557px;
      -ms-flex-positive: 557px;
          flex-grow: 557px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .left-area {
  position: relative;
  padding-right: 46px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .left-area:after {
  position: absolute;
  top: 0;
  right: 23px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 150px;
  background-color: rgba(212, 212, 212, 0.6);
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .left-area p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: -0.66px;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .left-area p strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .right-area .title-discount {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 127%;
  letter-spacing: -0.48px;
}
.product-eco .sector-discount .box-list .box:not(.box-esg) .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.product-eco .sector-teacher {
  padding: 100px 0;
  background-color: #1A1301;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/bg_teacher.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-teacher p.main-title {
  color: #fff;
}
.product-eco .sector-possible {
  padding: 100px 0;
  background-color: #FFBE00;
}
.product-eco .sector-possible .title-box:before {
  background-color: #000;
}
.product-eco .sector-possible .notice-text {
  margin-top: -10px;
}
.product-eco .sector-only {
  padding: 100px 0;
  background: linear-gradient(97deg, #444 0%, #000 83.21%), linear-gradient(0deg, #000 0%, #000 100%), #0B0D0E;
}
.product-eco .sector-only p.main-title {
  color: #fff;
}
.product-eco .sector-only p.main-title .highlight {
  display: inline-block;
  margin-top: 5px;
  padding: 6px 36px 11px;
  border-radius: 5px;
  background: #FFBE00;
  color: #15120C;
  vertical-align: top;
}
.product-eco .sector-only .box-benefit {
  position: relative;
  width: 575px;
  height: 293px;
  border-radius: 10px;
  text-align: left;
}
.product-eco .sector-only .box-benefit .sup-tit {
  position: absolute;
  top: 39px;
  left: 39px;
  color: #FFC109;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -1.2px;
}
.product-eco .sector-only .box-benefit .box-title {
  position: absolute;
  top: 80px;
  left: 39px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.2px;
}
.product-eco .sector-only .box-benefit .action {
  position: absolute;
  top: 157px;
  left: 39px;
}
.product-eco .sector-only .box-benefit a {
  padding: 5px 21px 5px 11px;
  border-radius: 4px;
  border: 1px solid #D5D5D5;
  background: #FFF;
  color: #555;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.56px;
}
.product-eco .sector-only .box-benefit a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-only .box-benefit a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box-benefit a::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box-benefit a::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box-benefit a::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box-benefit a::before {
    right: 10px;
  }
}
.product-eco .sector-only .box-benefit a:before {
  right: 11px;
}
.product-eco .sector-mate {
  padding: 100px 0;
}
.product-eco .sector-mate .notice-text {
  margin: 18px 20px 0;
  text-align: right;
}
.product-eco .sector-mate .slide-band {
  margin-top: 50px;
}
.product-eco .sector-mate .slide-band .slick-slide {
  font-size: 0;
  margin: 0 4px;
}
.product-eco .sector-review {
  padding: 100px 0;
  background-color: #FFF9E6;
}
.product-eco .sector-review .slider-review .slick-slide {
  margin: 0 5px;
  -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.05);
}
.product-eco .sector-review .notice-text {
  margin-top: 20px;
  text-align: center;
}
.product-eco .sector-review .action {
  margin-top: 30px;
}
.product-eco .sector-review .action a {
  width: 640px;
  padding: 22px 0;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.44px;
}
.product-eco .sector-review .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-review .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .action a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .action a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .action a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .action a::before {
    right: 16px;
  }
}
.product-eco .sector-review .action a:before {
  right: 100px;
}
.product-eco .sector-experience {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/bg_experience.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-experience:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85.05%, rgba(247, 247, 247, 0)), color-stop(121.5%, #333)), -webkit-gradient(linear, left top, left bottom, color-stop(29.8%, #FFD145), color-stop(103.25%, #FFA72C));
  background: linear-gradient(180deg, rgba(247, 247, 247, 0) 85.05%, #333 121.5%), linear-gradient(180deg, #FFD145 29.8%, #FFA72C 103.25%);
  z-index: -1;
}
.product-eco .sector-experience .title-box:before {
  background-color: #000;
}
.product-eco .sector-experience .slide-pass {
  -webkit-filter: drop-shadow(1.364px 5.457px 13.643px rgba(28, 21, 2, 0.22));
          filter: drop-shadow(1.364px 5.457px 13.643px rgba(28, 21, 2, 0.22));
}
.product-eco .sector-experience .slide-pass .slick-slide {
  font-size: 0;
  margin: 0 8px;
}
.product-eco .sector-winner {
  padding-bottom: 76px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.54%, #FFF), color-stop(64.58%, #FFFCEA), to(#FFFCEA));
  background: linear-gradient(180deg, #FFF 13.54%, #FFFCEA 64.58%, #FFFCEA 100%);
}
.product-eco .sector-winner .eduf-winner-contents {
  margin-top: -90px;
}
.product-eco .sector-winner .eduf-winner-list {
  padding-bottom: 40px;
}/*# sourceMappingURL=web.css.map */