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

@-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, .product-eco .sector-curriculum .img-box .flag-curriculum {
  -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, .product-eco .sector-curriculum .flag-1 {
  -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;
  color: #000;
}
.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;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.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;
}

@media screen and (min-width: 1100px) {
  .eduf-layer-close {
    top: 0;
    right: 0;
  }
}

.popup-dimmed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-layer-benefit {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  max-width: 720px;
  z-index: 40000;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1024px) {
  .popup-layer-benefit {
    width: 1100px;
    max-width: 1100px;
  }
}
.popup-layer-benefit .popup-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-close {
    width: 60px;
  }
}
.popup-layer-benefit .popup-close {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-close {
    height: 60px;
  }
}
.popup-layer-benefit .popup-close {
  z-index: 10;
  background: #000;
}
.popup-layer-benefit .popup-close a {
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-close a {
    width: 60px;
  }
}
.popup-layer-benefit .popup-close a {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-close a {
    height: 60px;
  }
}
.popup-layer-benefit .popup-close a {
  cursor: pointer;
}
.popup-layer-benefit .popup-close a:before, .popup-layer-benefit .popup-close a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-close a:before, .popup-layer-benefit .popup-close a:after {
    width: 26px;
  }
}
.popup-layer-benefit .popup-close a:before, .popup-layer-benefit .popup-close a:after {
  margin-left: -1.8055555556vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-close a:before, .popup-layer-benefit .popup-close a:after {
    margin-left: -13px;
  }
}
.popup-layer-benefit .popup-close a:before, .popup-layer-benefit .popup-close a:after {
  height: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-close a:before, .popup-layer-benefit .popup-close a:after {
    height: 2px;
  }
}
.popup-layer-benefit .popup-close a:before, .popup-layer-benefit .popup-close a:after {
  display: block;
  background-color: #fff;
}
.popup-layer-benefit .popup-close a:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-layer-benefit .popup-close a:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-layer-benefit .popup-title {
  position: relative;
  background: #393939;
}
.popup-layer-benefit .popup-title p {
  text-align: center;
  padding: 3.4722222222vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-title p {
    padding: 25px 30px;
  }
}
.popup-layer-benefit .popup-title p strong {
  color: #fff;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-title p strong {
    letter-spacing: -2px;
  }
}
.popup-layer-benefit .popup-title p strong {
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-title p strong {
    font-size: 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-title p strong {
    font-size: 34px;
  }
}
.popup-layer-benefit .popup-cont {
  background: #fff;
}
.popup-layer-benefit .popup-cont * {
  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) {
  .popup-layer-benefit .popup-cont * {
    letter-spacing: -1px;
  }
}
.popup-layer-benefit .popup-cont .base-text p,
.popup-layer-benefit .popup-cont .base-text strong {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  display: block;
  letter-spacing: -1px;
  color: #222;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-cont .base-text p,
  .popup-layer-benefit .popup-cont .base-text strong {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .popup-layer-benefit .popup-cont .base-text p,
  .popup-layer-benefit .popup-cont .base-text strong {
    font-size: 16px;
  }
}
.popup-layer-benefit .popup-cont .base-text p {
  font-weight: 400;
}
.popup-layer-benefit .popup-cont .base-text p + strong {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit .popup-cont .base-text p + strong {
    margin-top: 20px;
  }
}
.popup-layer-benefit.scroll-pop .popup-cont {
  overflow-y: scroll;
  min-height: 83.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup-layer-benefit.scroll-pop .popup-cont {
    min-height: 600px;
  }
}

#fixApply {
  display: none !important;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 100px;
  background: #DFDFDF;
}
.product-eco .slick-dots li.slick-active {
  width: 36px;
  background: #FFBF00;
}
.product-eco .sector-curriculum .flag-1 .flag-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.72px;
  white-space: nowrap;
}
.product-eco .sector-curriculum .flag-1 img {
  width: 68px;
}
.product-eco .sup-title {
  color: #222;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.product-eco .sup-title + .main-title {
  margin-top: 10px;
}
.product-eco .main-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.36px;
  color: #000;
}
.product-eco .main-title strong {
  font-weight: 700;
}
.product-eco .title-box {
  position: relative;
  margin-bottom: 60px;
}
.product-eco .title-box .num-title ~ .base-text {
  top: 67px;
}
.product-eco .title-box .base-text {
  position: absolute;
  top: 6px;
  left: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
}
.product-eco .title-box p .fc-point {
  color: #FFB400;
}
.product-eco .title-box p.sub-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.88px;
  color: #000;
}
.product-eco .title-box p.sub-title strong {
  font-weight: 700;
}
.product-eco .title-box p.num-title {
  display: inline-block;
  padding: 12px 24px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .title-box .star-text {
  margin-top: 12px;
  text-align: center;
}
.product-eco .frame {
  padding: 59px 0 43px;
  margin: 0 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box .main-title {
  font-size: 22px;
  font-weight: 400;
}
.product-eco .frame .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .text-notice {
  margin-top: 20px;
  color: #7F7F7F;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.24px;
}
.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: 10px;
}
.product-eco .star-text {
  text-align: left;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
}
.product-eco .tab-box {
  margin: 0 20px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.product-eco .tab-box .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .tab-box .tab-list li button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 93px;
  padding: 0 75px;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1px;
}
.product-eco .tab-box .tab-list li button span {
  color: #353535;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.product-eco .tab-box .tab-list li.active button {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
.product-eco .tab-box .tab-list li.active button span {
  color: rgba(255, 255, 255, 0.8);
}
.product-eco .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .fix-wing {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 99;
  width: 220px;
}
.product-eco .fix-wing .wing-head {
  padding: 24px 20px;
  border-radius: 12px 12px 0 0;
  border: 2px solid #000;
  border-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(23.55%, #FFE9A4), color-stop(110.74%, #FFCD2C));
  background: linear-gradient(180deg, #FFE9A4 23.55%, #FFCD2C 110.74%);
  text-align: left;
}
.product-eco .fix-wing .wing-head .title-1 {
  color: #141414;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  letter-spacing: -0.48px;
}
.product-eco .fix-wing .wing-head .title-2 {
  margin-top: 9px;
  color: #141414;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  letter-spacing: -0.72px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .fix-wing .wing-body {
  border-radius: 0 0 12px 12px;
  border: 2px solid #000;
  border-top: 0;
  background-color: #fff;
  padding: 16px 18px;
  text-align: left;
}
.product-eco .fix-wing .wing-body .chk {
  position: relative;
  padding-left: 31px;
  color: #141414;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  letter-spacing: -0.6px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .fix-wing .wing-body .chk + .chk {
  margin-top: 16px;
}
.product-eco .fix-wing .wing-body .chk:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/B/product/260909/pc/ico_wing_chk.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .fix-wing .wing-body .action-base {
  margin-top: 15px;
}
.product-eco .fix-wing .wing-body .action-base button {
  padding-right: 10px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 138%;
  letter-spacing: -0.48px;
  opacity: 0.8;
}
.product-eco .fix-wing .wing-body .action-base button {
  position: relative;
  display: inline-block;
}
.product-eco .fix-wing .wing-body .action-base button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing .wing-body .action-base button::before {
    width: 4px;
  }
}
.product-eco .fix-wing .wing-body .action-base button::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing .wing-body .action-base button::before {
    height: 4px;
  }
}
.product-eco .fix-wing .wing-body .action-base button::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing .wing-body .action-base button::before {
    margin-top: -2px;
  }
}
.product-eco .fix-wing .wing-body .action-base button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing .wing-body .action-base button::before {
    right: 8px;
  }
}
.product-eco .fix-wing .wing-body .action-base button::before {
  border-top-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing .wing-body .action-base button::before {
    border-top-width: 1px;
  }
}
.product-eco .fix-wing .wing-body .action-base button::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing .wing-body .action-base button::before {
    border-right-width: 1px;
  }
}
.product-eco .fix-wing .wing-body .action-base button:before {
  right: 0;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/B/product/260909/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  padding-bottom: 132px;
}
.product-eco .sector-title .laurel-wrap {
  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: 30px;
  margin-top: 85px;
}
.product-eco .sector-title .laurel-wrap .laurel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 179px;
  padding: 0 40px;
  min-height: 77px;
  -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: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
  -webkit-filter: drop-shadow(0 3px 14px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(0 3px 14px rgba(0, 0, 0, 0.55));
}
.product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 77px;
}
.product-eco .sector-title .laurel-wrap .laurel:before {
  left: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/B/product/260909/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-title .laurel-wrap .laurel:after {
  right: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/B/product/260909/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-eco .sector-title .laurel-wrap .laurel strong {
  color: currentColor;
  font-size: 26px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.52px;
}
.product-eco .sector-title .action-base {
  position: absolute;
  top: 130px;
  right: 96px;
}
.product-eco .sector-title .action-base button,
.product-eco .sector-title .action-base a {
  padding: 1px 17px 1px 9px;
  border: 1px solid currentColor;
  opacity: 0.5;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.product-eco .sector-title .action-base button,
.product-eco .sector-title .action-base a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    width: 4px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    height: 4px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    margin-top: -2px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    right: 8px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  border-top-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    border-top-width: 1px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-title .action-base button:before,
.product-eco .sector-title .action-base a:before {
  right: 8px;
}
.product-eco .sector-title .title-1 {
  margin-top: 90px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.6px;
}
.product-eco .sector-title .title-2 {
  margin-top: 14px;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 94px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -3.902px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFE642));
  background: linear-gradient(180deg, #FFF 0%, #FFE642 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(-4px -1px 0 #000) drop-shadow(1px -1px 0 #000) drop-shadow(1px -1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(-4px -1px 0 #000) drop-shadow(1px -1px 0 #000) drop-shadow(1px -1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.product-eco .sector-title .title-2 strong {
  display: inline-block;
  vertical-align: top;
  font-family: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE23C), color-stop(110.61%, #FFBF00));
  background: linear-gradient(180deg, #FFE23C 0%, #FFBF00 110.61%);
  line-height: inherit;
  letter-spacing: inherit;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 20px 0;
  gap: 6px;
}
.product-eco .sector-title .title-3 .box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #93693C;
  background: linear-gradient(122deg, #FFF 22.01%, #FFF6D9 72.44%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  backdrop-filter: blur(1px);
  text-align: left;
  width: 285px;
  height: 164px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 37px 28px;
}
.product-eco .sector-title .title-3 .box .flag-only {
  position: absolute;
  top: 0;
  right: 10px;
}
.product-eco .sector-title .title-3 .box p {
  margin: 0;
  padding: 0;
}
.product-eco .sector-title .title-3 .box p.text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .box p.text-2 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .box p.text-3 {
  margin-top: 4px;
  color: #58451F;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.39px;
}
.product-eco .sector-title .title-3 .box.box-dark {
  position: relative;
  padding-top: 30px;
  border: 5px solid #93693C;
  background: linear-gradient(104deg, rgba(0, 0, 0, 0.75) 36.52%, rgba(130, 73, 5, 0.75) 109.73%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
}
.product-eco .sector-title .title-3 .box.box-dark:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/title_deco.png) no-repeat 0 0;
  background-size: cover;
  width: 143px;
  height: 79px;
}
.product-eco .sector-title .title-3 .box.box-dark .text-1 {
  color: #fff;
}
.product-eco .sector-title .title-3 .box.box-dark .text-2 {
  font-size: 22px;
  color: #FFD84D;
  background: linear-gradient(282deg, rgb(231, 173, 0) -15.51%, rgb(249, 228, 119) 107.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-3 .box.box-dark .text-notice {
  margin-top: 30px;
  color: #FFF;
  paint-order: stroke;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #58451F;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.39px;
}
.product-eco .sector-title .title-3 .title-tag {
  position: absolute;
  top: 0;
  right: 10px;
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/tag_bg.png) no-repeat 0 0;
  background-size: cover;
  width: 114px;
  height: 22px;
  text-align: center;
}
.product-eco .sector-title .title-3 .title-tag span {
  display: block;
  color: #000;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 11.302px */
  letter-spacing: -0.188px;
  text-transform: uppercase;
  padding: 5px 0px;
  line-height: 1;
}
.product-eco .sector-title .title-3 .title-flag {
  position: absolute;
  top: 0;
  right: 5px;
}
.product-eco .sector-title .btn-reason {
  position: absolute;
  right: 30px;
  top: 50px;
}
.product-eco .sector-title .action {
  margin-top: 45px;
}
.product-eco .sector-title .action a, .product-eco .sector-title .action button {
  display: block;
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  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-title .action a span, .product-eco .sector-title .action button span {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.66px;
  padding-right: 20px;
}
.product-eco .sector-title .action a span, .product-eco .sector-title .action button span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    width: 6px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    height: 6px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    margin-top: -3px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action 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 a span::before, .product-eco .sector-title .action button span::before {
    right: 12px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-title .action a span:before, .product-eco .sector-title .action button span:before {
  right: 0;
}
.product-eco .sector-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: linear-gradient(327deg, #FFF8DE 24.6%, #FFE14C 64.22%);
  z-index: -1;
}
.product-eco .sector-winners-list {
  overflow: hidden;
  height: 700px;
  padding-top: 100px;
}
.product-eco .sector-winners-list .wrap {
  z-index: 3;
}
.product-eco .sector-winners-list .title-box p.main-title, .product-eco .sector-winners-list .title-box p.sub-title {
  color: #fff;
}
.product-eco .sector-winners-list .title-box p.main-title {
  font-weight: 400;
  font-size: 42px;
  letter-spacing: -5px;
  line-height: 1.2;
}
.product-eco .sector-winners-list .title-box p.main-title strong {
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: 700;
  font-size: 54px;
}
.product-eco .sector-winners-list .title-box .base {
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .sector-winners-list .eduf-winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-winners-list .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.product-eco .sector-winners-list .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.product-eco .sector-winners-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-review {
  background: -webkit-gradient(linear, left top, right top, from(#FFF7E9), to(#E6DBA9));
  background: linear-gradient(90deg, #FFF7E9 0%, #E6DBA9 100%);
  padding: 100px 0;
}
.product-eco .sector-review .graph-box {
  width: 844px;
  margin: 60px auto 0;
  padding: 40px 80px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
}
.product-eco .sector-review .graph-box .graph-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.product-eco .sector-review .graph-box .graph-num {
  margin-top: 12px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 44px;
  font-weight: 900;
  color: #222;
}
.product-eco .sector-review .graph-box .graph-num span {
  margin-left: 2px;
  font-size: 44px;
  font-weight: 900;
}
.product-eco .sector-review .graph-box .graph-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  margin-top: 50px;
  border-bottom: 1px dashed #ccc;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item .bar-count {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  color: #8D8D8D;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item .bar {
  position: relative;
  width: 72px;
  height: 251px;
  border-radius: 12px 12px 0 0;
  background-color: #E5E5E5;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item:nth-child(2) .bar {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item:nth-child(2) .bar-count {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
  bottom: 60px;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item:nth-child(3) .bar {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item:nth-child(3) .bar-count {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  bottom: 15px;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item .bar-label {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 16px;
  color: #000;
  font-weight: 800;
  width: 100%;
  text-align: center;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-1 .bar-count {
  bottom: auto;
  top: 50px;
  color: #222;
  font-size: 25px;
  font-weight: 900;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-1 .bar {
  width: 120px;
  border-radius: 8px 8px 0 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC30C), color-stop(51.44%, #FFD244), to(#FFAE08));
  background: linear-gradient(180deg, #FFC30C 0%, #FFD244 51.44%, #FFAE08 100%);
  -webkit-box-shadow: 4px -4px 4px 0 rgba(161, 161, 161, 0.25);
          box-shadow: 4px -4px 4px 0 rgba(161, 161, 161, 0.25);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-1 .bar-compare {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -335px;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -webkit-filter: drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000);
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
  color: #FFEC3D;
  paint-order: stroke;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-1 .bar-logo {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-1 .bar-label {
  color: #828614;
  font-size: 18px;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-2 .bar {
  height: 46px;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-3 .bar {
  height: 5px;
}
.product-eco .sector-review .graph-box .graph-chart.on .bar-item.bar-1 .bar {
  position: relative;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.product-eco .sector-review .graph-box .graph-chart.on .bar-item.bar-1 .bar:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 413px;
  height: 1px;
  border-top: 1px dashed #F9D256;
}
.product-eco .sector-review .graph-box .graph-chart.on .bar-item.bar-1 .bar:after {
  position: absolute;
  right: -290px;
  top: 10px;
  bottom: 10px;
  content: "";
  width: 80px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/251001/pc/arw_rising.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-review .graph-box .graph-chart.on .bar-item.bar-1 .bar-logo, .product-eco .sector-review .graph-box .graph-chart.on .bar-item.bar-1 .bar-compare {
  opacity: 1;
}
.product-eco .sector-review .graph-box .graph-chart.on .bar-count {
  opacity: 1;
}
.product-eco .sector-review .graph-box .graph-notice {
  margin-top: 54px;
  color: #4B3800;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.product-eco .sector-compare {
  padding: 100px 0;
}
.product-eco .sector-compare .img-box {
  position: relative;
}
.product-eco .sector-compare .compare-table {
  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;
  margin-top: 60px;
  text-align: left;
}
.product-eco .sector-compare .compare-table .col-other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 433px;
          flex: 0 0 433px;
  background: #F2F2F2;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.product-eco .sector-compare .compare-table .col-other .cell-title {
  padding: 22px 0;
  background: #DFDFDF;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-other .cell-list li {
  position: relative;
  padding: 24px 30px 24px 64px;
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-compare .compare-table .col-other .cell-list li + li {
  border-top: 1px solid #E0E0E0;
}
.product-eco .sector-compare .compare-table .col-eduwill {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 542px;
          flex: 0 0 542px;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 0 10px 10px 0;
  border: 3px solid #ffc80c;
}
.product-eco .sector-compare .compare-table .col-eduwill:before {
  position: absolute;
  top: -3px;
  left: -27px;
  bottom: -3px;
  content: "";
  display: block;
  width: 24px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/251001/pc/bg_compare_eduwill.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-title {
  padding: 22px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFCC0F), to(#FFB700));
  background: linear-gradient(180deg, #FFCC0F 0%, #FFB700 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li {
  position: relative;
  padding: 35px 30px 35px 70px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li strong {
  color: #F90;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li + li {
  border-top: 1px solid #F0F0F0;
}
.product-eco .sector-compare .compare-table .ico-x,
.product-eco .sector-compare .compare-table .ico-check {
  position: absolute;
  left: 30px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.product-eco .sector-compare .compare-table .ico-x {
  top: 26px;
  background: #8A8A8A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1L9 9M9 1L1 9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/10px;
}
.product-eco .sector-compare .compare-table .ico-check {
  top: 37px;
  background: #FFC414 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center/12px;
}
.product-eco .sector-compare .stamp {
  position: absolute;
  bottom: 0;
  right: 42px;
  display: inline-block;
  width: 188px;
  padding: 17px 0;
  border: 3px solid #FF5A2D;
  outline: 6px solid #FF5A2D;
  color: #FF5A2D;
  outline-offset: 5px;
  border-radius: 12px;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1px;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  opacity: 0;
}
.product-eco .sector-compare .stamp.on {
  -webkit-animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  66% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
@keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  66% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
.product-eco .sector-compare .desc-text {
  margin-top: 30px;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.44px;
}
.product-eco .sector-compare .desc-text strong {
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background-color: #fff;
}
.product-eco .sector-benefit .notice {
  text-align: center;
  margin-top: 40px;
}
.product-eco .sector-benefit .img-box {
  margin-top: 20px;
}
.product-eco .sector-benefit .card-list {
  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: 15px;
  margin-top: 60px;
}
.product-eco .sector-benefit .card-list > div {
  position: relative;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: -webkit-gradient(linear, left bottom, left top, from(#FAFAFA), to(#FAFAFA)), #F8F8F8;
  background: linear-gradient(0deg, #FAFAFA 0%, #FAFAFA 100%), #F8F8F8;
}
.product-eco .sector-benefit .card-list > div p {
  text-align: center;
}
.product-eco .sector-benefit .card-list .text-1 {
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.9px;
}
.product-eco .sector-benefit .card-list .text-1 strong {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.product-eco .sector-benefit .card-list .action-base {
  position: absolute;
  right: 30px;
  bottom: 19px;
}
.product-eco .sector-benefit .img-box {
  margin-top: 20px;
}
.product-eco .sector-item {
  padding: 100px 0;
  background: #F8F8F8;
}
.product-eco .sector-item .box-list {
  margin: 0 20px;
}
.product-eco .sector-item .box-item {
  position: relative;
  width: 100%;
  padding: 33px 34px 24px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #828282;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
}
.product-eco .sector-item .box-item.highlight {
  border-width: 3px;
  border-color: #FFAA00;
}
.product-eco .sector-item .box-item + .box-item {
  margin-top: 20px;
}
.product-eco .sector-item .flag-wrap {
  position: absolute;
  top: 0;
  right: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 12px;
  -webkit-filter: drop-shadow(2.292px 2.764px 9.944px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2.292px 2.764px 9.944px rgba(0, 0, 0, 0.2));
}
.product-eco .sector-item .flag-wrap .flag-red, .product-eco .sector-item .flag-wrap .flag-yellow {
  position: relative;
  width: 75px;
  height: 63px;
}
.product-eco .sector-item .flag-wrap .flag-red {
  background-image: url("//img.eduwill.net/eduwill/img/2025/8/product/251224_2/pc/flag_red.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-item .flag-wrap .flag-red span {
  color: #FFF;
}
.product-eco .sector-item .flag-wrap .flag-yellow {
  background-image: url("//img.eduwill.net/eduwill/img/2025/8/product/251224_2/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-item .flag-wrap .flag-yellow span {
  color: #301D03;
}
.product-eco .sector-item .flag-wrap span {
  position: absolute;
  top: 7px;
  left: -1px;
  right: 0;
  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: 75px;
  height: 46px;
  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.1;
  letter-spacing: -1.2px;
  font-style: italic;
  -webkit-transform: rotate(-8.25deg);
          transform: rotate(-8.25deg);
  text-align: center;
}
.product-eco .sector-item .info-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-eco .sector-item .info-top-area .title-1 {
  margin-bottom: 24px;
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-top-area .title-1 strong {
  font-weight: 900;
  color: #FFAA00;
}
.product-eco .sector-item .info-top-area .title-2 {
  min-height: 63px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-top-area .title-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .price-list {
  position: absolute;
  right: 38px;
  bottom: 258px;
  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-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.product-eco .sector-item .price-list .price-before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.product-eco .sector-item .price-list .price-before .text {
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  margin-right: 3px;
}
.product-eco .sector-item .price-list .price-before .price {
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.product-eco .sector-item .price-list .price-after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  color: #171923;
}
.product-eco .sector-item .price-list .price-after .text {
  margin-right: 14px;
  margin-bottom: 6px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-list .price-after .price {
  font-family: inherit;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
}
.product-eco .sector-item .price-list .price-after .price strong {
  font-weight: 900;
  color: #000;
}
.product-eco .sector-item .price-list .text-price {
  margin-top: 2px;
  color: #9f9f9f;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.product-eco .sector-item .info-bottom-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 29px;
  border-top: 1px solid #DEDEDE;
  padding: 24px 0 35px;
}
.product-eco .sector-item .info-bottom-area .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.72px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.product-eco .sector-item .info-bottom-area .info:not(.list) + .info {
  margin-left: 28px;
}
.product-eco .sector-item .info-bottom-area .info .ico-1, .product-eco .sector-item .info-bottom-area .info .ico-3 {
  margin-right: 5px;
}
.product-eco .sector-item .info-bottom-area .info .ico-2 {
  margin-right: 14px;
}
.product-eco .sector-item .info-bottom-area .info p {
  color: #444;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.product-eco .sector-item .info-bottom-area .info p strong {
  display: inline-block;
  margin-bottom: 3px;
  font-size: 15px;
  letter-spacing: -0.6px;
  font-weight: 700;
}
.product-eco .sector-item .info-bottom-area .info:not(.list) strong {
  color: #000;
}
.product-eco .sector-item .info-bottom-area .info + .info {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #DEDEDE;
}
.product-eco .sector-item .info-bottom-area .info.list {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 342px;
}
.product-eco .sector-item .info-bottom-area .info.list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
.product-eco .sector-item .info-bottom-area .info.list ul li .title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-bottom-area .info.list ul li .text {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 131%;
  letter-spacing: -0.6px;
}
.product-eco .sector-item .info-bottom-area .info.list ul li + li {
  margin-top: 8px;
}
.product-eco .sector-item .action {
  margin: 0 -13px;
}
.product-eco .sector-item .action a {
  display: inline-block;
  width: 100%;
  padding: 26px 35px;
  border-radius: 8px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.product-eco .sector-item .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    width: 10px;
  }
}
.product-eco .sector-item .action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    height: 10px;
  }
}
.product-eco .sector-item .action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .action a::before {
  border-top-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    border-top-width: 3px;
  }
}
.product-eco .sector-item .action a::before {
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-item .action a {
  vertical-align: top;
}
.product-eco .sector-item .action a:before {
  right: 35px;
}
.product-eco .sector-item .price-card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0 20px;
}
.product-eco .sector-item .price-card {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 33px 34px 24px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition-property: border-color;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-timing-function: ease;
  -o-transition-property: border-color;
  -o-transition-duration: 0.2s;
  -o-transition-timing-function: ease;
  transition-property: border-color;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}
.product-eco .sector-item .price-card.is-selected {
  border-width: 2px;
  border-color: #FFE600;
}
.product-eco .sector-item .price-card strong, .product-eco .sector-item .price-card span {
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-item .price-card__flags {
  position: absolute;
  top: -1px;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 12px;
  -webkit-filter: drop-shadow(2.833px 3.305px 4.25px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2.833px 3.305px 4.25px rgba(0, 0, 0, 0.25));
}
.product-eco .sector-item .price-card__flag {
  position: relative;
  width: 75px;
  height: 89px;
}
.product-eco .sector-item .price-card__flag span {
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  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: 100%;
  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.1;
  letter-spacing: -1.2px;
  font-style: italic;
  text-align: center;
  -webkit-transform: rotate(-11.68deg);
          transform: rotate(-11.68deg);
  color: #FFF;
  text-shadow: 0.2px 0.2px 0.6px rgba(0, 0, 0, 0.6);
}
.product-eco .sector-item .price-card__flag--red {
  background-image: url("//img.eduwill.net/eduwill/img/2025/8/product/251224_2/pc/flag_red.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-item .price-card__flag--yellow {
  background-image: url("//img.eduwill.net/eduwill/img/2025/8/product/251224_2/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-item .price-card__flag--yellow span {
  top: 15%;
  color: #301D03;
  font-size: 16px;
}
.product-eco .sector-item .price-card__tag {
  margin-bottom: 20px;
  color: #FFAA00;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .price-card__tag span {
  color: #6A6A6A;
  font-weight: 400;
}
.product-eco .sector-item .price-card__title {
  margin-bottom: 20px;
  color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -2px;
}
.product-eco .sector-item .price-card__title strong {
  font-weight: 900;
}
.product-eco .sector-item .price-card__option {
  margin: 24px 0;
  padding: 24px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item .price-card__option dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.product-eco .sector-item .price-card__option dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 82px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
  white-space: pre;
}
.product-eco .sector-item .price-card__option dl dd {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-card__option dl dd strong {
  font-weight: 700;
}
.product-eco .sector-item .price-card__before {
  margin-bottom: 8px;
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.25;
}
.product-eco .sector-item .price-card__now {
  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;
  color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1.2;
}
.product-eco .sector-item .price-card__now strong {
  margin-left: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  white-space: nowrap;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-item .price-card__now .badge {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: 10px;
  white-space: nowrap;
  padding: 9px 20px;
  border-radius: 999px;
  background: #FF182F;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.64px;
}
.product-eco .sector-item .price-card__notice {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-card__action {
  display: block;
  width: 100%;
  margin-top: 24px;
  padding: 26px 35px;
  border: 0;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
  text-align: left;
  cursor: pointer;
}
.product-eco .sector-item .price-card__action {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .price-card__action::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-card__action::before {
    width: 10px;
  }
}
.product-eco .sector-item .price-card__action::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-card__action::before {
    height: 10px;
  }
}
.product-eco .sector-item .price-card__action::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-card__action::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .price-card__action::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 .price-card__action::before {
    right: 20px;
  }
}
.product-eco .sector-item .price-card__action::before {
  border-top-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-card__action::before {
    border-top-width: 3px;
  }
}
.product-eco .sector-item .price-card__action::before {
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-card__action::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-item .price-card__action:before {
  right: 35px;
}
.product-eco .sector-prove {
  padding: 100px 0 75px;
  background: #FFFCF5;
}
.product-eco .sector-prove .title-box {
  margin-bottom: 0;
}
.product-eco .sector-prove .main-title {
  font-weight: 400;
}
.product-eco .sector-prove .main-title strong {
  font-weight: 900;
}
.product-eco .sector-band {
  padding: 40px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC43A), to(#FA0));
  background: linear-gradient(180deg, #FFC43A 0%, #FA0 100%);
}
.product-eco .sector-band .text-band {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.28px;
}
.product-eco .sector-band .text-notice {
  color: rgba(7, 7, 7, 0.6);
}
.product-eco .sector-curriculum {
  background: #fff;
  padding-top: 40px;
}
.product-eco .sector-curriculum .img-box {
  position: relative;
  width: 1040px;
  margin: 0 auto;
}
.product-eco .sector-curriculum .img-box .flag-curriculum {
  position: absolute;
  top: -39px;
  right: 191px;
}
.product-eco .sector-curriculum .flag-1 {
  position: absolute;
  top: -57px;
  right: 120px;
}
.product-eco .sector-curriculum .flag-1 .flag-text {
  display: block;
  width: 100%;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.54px;
}
.product-eco .sector-curriculum .flag-1 img {
  width: 108px;
}
.product-eco .sector-curriculum .star-text {
  text-align: center;
}
.product-eco .sector-teacher {
  padding-top: 100px;
  background: rgba(255, 255, 255, 0.1333333333);
}
.product-eco .sector-teacher .main-title {
  font-weight: 400;
}
.product-eco .sector-teacher .main-title strong {
  font-weight: 900;
}
.product-eco .sector-teacher .base-text {
  margin-left: 157px;
}
.product-eco .sector-teacher .tab-box {
  margin: 10px 59px 0;
}
.product-eco .sector-teacher .tab-list li button {
  min-height: 73px;
  padding: 0;
  color: #6D6D6D;
  border-color: #CFCFCF;
}
.product-eco .sector-teacher .tab-view {
  position: relative;
}
.product-eco .sector-teacher .tab-view .btn-video-pop-open {
  position: absolute;
  top: 150px;
  right: 162px;
}
.product-eco .sector-teacher .slide-review {
  margin-top: 60px;
  -webkit-filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.12));
          filter: drop-shadow(0 0 19px rgba(0, 0, 0, 0.12));
}
.product-eco .sector-teacher .slide-review .slick-slide {
  position: relative;
  margin: 0 25px;
  width: 400px;
}
.product-eco .sector-teacher .review-box {
  position: relative;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 277px !important;
  padding: 29px 34px;
  border-radius: 20px;
  border: 1px solid #EBEBEB;
  background: #FFF;
  text-align: left;
}
.product-eco .sector-teacher .review-box .summary {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.88px;
}
.product-eco .sector-teacher .review-box .summary strong {
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #FF8400;
  font-weight: inherit;
}
.product-eco .sector-teacher .review-box .review {
  margin-top: 10px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-teacher .review-box .user {
  margin-top: auto;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .sector-teacher .review-box img {
  position: absolute;
  right: 20px;
  bottom: 29px;
}
.product-eco .sector-book {
  padding-top: 40px;
  background-color: #fff;
}
.product-eco .sector-book .frame {
  position: relative;
  padding-bottom: 100px;
  background: #FAFAFA;
  background: linear-gradient(-25deg, #FAFAFA 40%, #fff 40%);
}
.product-eco .sector-book .frame .flag-best {
  position: absolute;
  top: 0;
  left: 60px;
}
.product-eco .sector-book .frame .flag-best img {
  width: 50px;
}
.product-eco .sector-book .title-box {
  margin-bottom: 30px;
}
.product-eco .sector-book .base-text {
  margin-left: 195px;
}
.product-eco .sector-book .fw-md {
  font-weight: 500;
}
.product-eco .sector-book .eco-5302 .num {
  font-size: inherit;
  position: static;
  font-weight: inherit;
}
.product-eco .sector-book .action-base a {
  padding: 6px 23px 6px 13px;
  border-radius: 2px;
  border: 1px solid #000;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.28px;
  opacity: 0.6;
}
.product-eco .sector-book .action-base a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-book .action-base a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action-base a::before {
    width: 5px;
  }
}
.product-eco .sector-book .action-base a::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action-base a::before {
    height: 5px;
  }
}
.product-eco .sector-book .action-base a::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action-base a::before {
    margin-top: -2.5px;
  }
}
.product-eco .sector-book .action-base 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-book .action-base a::before {
    right: 10px;
  }
}
.product-eco .sector-book .action-base a::before {
  border-top-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action-base a::before {
    border-top-width: 1px;
  }
}
.product-eco .sector-book .action-base a::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action-base a::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-book .action-base a:before {
  right: 13px;
}
.product-eco .sector-book .book-slide {
  margin-top: 40px;
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
}
.product-eco .sector-book .book-slide .slick-slide {
  margin: 0 7px;
}
.product-eco .sector-book .book-slide img {
  height: 205px;
}
.product-eco .sector-lecture {
  padding-top: 40px;
  background-color: #fff;
}
.product-eco .sector-video {
  padding: 40px 0 100px;
}
.product-eco .sector-video .video-box {
  z-index: 2;
  position: relative;
  width: 588px;
  height: 331px;
  margin: 0 auto;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-video .video-box a {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}
.product-eco .sector-video .video-box a img {
  width: 100%;
  height: 100%;
}
.product-eco .sector-video .video-box video {
  display: block;
  width: 100%;
  height: 100%;
}
.product-eco .sector-video .character {
  z-index: 2;
  position: absolute;
  right: 127px;
  top: 245px;
}
.product-eco .sector-video .review-slider {
  margin-top: 40px;
}
.product-eco .sector-video .review-slider .slick-slide {
  width: 367px;
  margin: 0 5px;
}
.product-eco .sector-video .text-notice {
  position: relative;
  text-align: center;
  margin: 20px 20px 0;
}
.product-eco .sector-video .text-notice a {
  top: 0;
  right: 0;
  border: 1px solid #000;
  padding: 6px 25px 6px 13px;
  margin-left: auto;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.28px;
  opacity: 0.4;
}
.product-eco .sector-video .text-notice a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-video .text-notice a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-video .text-notice a::before {
    width: 4px;
  }
}
.product-eco .sector-video .text-notice a::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-video .text-notice a::before {
    height: 4px;
  }
}
.product-eco .sector-video .text-notice a::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-video .text-notice a::before {
    margin-top: -2px;
  }
}
.product-eco .sector-video .text-notice a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-video .text-notice a::before {
    right: 8px;
  }
}
.product-eco .sector-video .text-notice a::before {
  border-top-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-video .text-notice a::before {
    border-top-width: 1px;
  }
}
.product-eco .sector-video .text-notice a::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-video .text-notice a::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-video .text-notice a {
  position: absolute;
}
.product-eco .sector-video .text-notice a:before {
  right: 13px;
}
.product-eco .sector-band2 {
  padding: 40px 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#0A0E3E), to(#0A0E3E)), -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF)), #000;
  background: linear-gradient(0deg, #0A0E3E 0%, #0A0E3E 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #000;
}
.product-eco .sector-band2 p {
  color: #FFF;
  font-size: 36px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .sector-band2 p strong {
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.44px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEAAA), color-stop(75.68%, #FFD147), color-stop(132.43%, #E7C04C));
  background: linear-gradient(180deg, #FFEAAA 0%, #FFD147 75.68%, #E7C04C 132.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-discount {
  padding: 100px 0;
}
.product-eco .sector-discount .text-wait {
  display: block;
  margin-bottom: 20px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.8px;
  opacity: 0.8;
  background: linear-gradient(94deg, #FFC801 35.45%, #FFE0B7 60.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E89900;
  paint-order: stroke;
}
.product-eco .sector-discount .main-title {
  font-weight: 400;
}
.product-eco .sector-discount .main-title strong {
  font-weight: 700;
}
.product-eco .sector-discount .flag-only {
  position: absolute;
  top: 0;
  right: 0;
}
.product-eco .sector-discount .box-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 20px;
  gap: 14px;
}
.product-eco .sector-discount .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.product-eco .sector-discount .box-list .box:not(.w-full) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.w-full {
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 33px 40px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  padding-right: 108px;
  margin-right: 40px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.84px;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
}
.product-eco .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.w-full .discount-value {
  margin-top: -10px;
  margin-bottom: 0;
}
.product-eco .sector-discount .box-list .box.w-full .title-discount {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box.w-full .text-info .discount-value {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin: 0 0 0 auto;
}
.product-eco .sector-discount .box-list .box.w-full .action a {
  width: 290px;
  text-align: center;
  padding: 48px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  min-height: 75px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.56px;
}
.product-eco .sector-discount .box-list .box .title-discount strong {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-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 {
  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%);
}
.product-eco .sector-discount .box-list .box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 8px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 8px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -4px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 16px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-discount .box-list .box .action a {
  text-align: center;
}
.product-eco .sector-discount .box-list .box .action a:before {
  right: 110px;
}
.product-eco .sector-discount .box-list .box .action a .text {
  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-full {
  position: relative;
  width: 100%;
}
.product-eco .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.product-eco .sector-discount .box-list .box-full .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::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-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco.product-260625 .sector-book {
  padding-bottom: 0;
}
.product-eco.product-260715 .sector-book {
  padding-bottom: 0;
}
.product-eco.product-260715 .sector-benefit {
  position: relative;
  padding-bottom: 100px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/B/product/260909/pc/bg_benefit.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco.product-260715 .sector-benefit:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBC2), to(#FFFEEF));
  background: linear-gradient(180deg, #FFFBC2 0%, #FFFEEF 100%);
  z-index: -1;
}
.product-eco.product-260715 .sector-benefit .frame {
  border-color: #fff;
  padding: 28px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFF 100%);
  -webkit-box-shadow: 0 0 24px 0 rgba(209, 208, 134, 0.25);
          box-shadow: 0 0 24px 0 rgba(209, 208, 134, 0.25);
}
.product-eco.product-260715 .sector-benefit .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.product-eco.product-260715 .sector-benefit .box-list .box-item {
  width: 348px;
  height: 240px;
  border-radius: 19.016px;
  border: 1.5px solid rgba(105, 95, 71, 0.15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(244, 241, 216, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(244, 241, 216, 0.8) 100%);
}
.product-eco.product-260715 .sector-benefit .box-list .box-item .desc {
  color: #222;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.product-eco.product-260715 .sector-item .info-bottom-area .info.list {
  width: unset;
}
.product-eco.product-260715 .sector-band2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco.product-260715 .sector-band2 p {
  color: #FFF;
  font-size: 34px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.36px;
}
.product-eco.product-260715 .sector-band2 p strong {
  font-weight: 700;
  color: #FFD900;
}
.product-eco.product-260715 .sector-band2 small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.56px;
}

.fix-banner-apply {
  position: fixed;
  left: 50%;
  bottom: 20px;
  z-index: 99;
  width: 1160px;
  max-width: calc(100% - 40px);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fix-banner-apply__option {
  display: none;
  position: relative;
  margin-bottom: 10px;
  padding: 30px 0;
  border: 1px solid #000;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -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);
  text-align: center;
}
.fix-banner-apply__option .wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.fix-banner-apply__option .option-group {
  width: 404px;
  text-align: left;
}
.fix-banner-apply__option .option-group .tit {
  margin-bottom: 12px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -1px;
}
.fix-banner-apply__option .option-group .btn-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.fix-banner-apply__option .option-group .btn-list .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 45px;
  border: 1px solid #D8D8D8;
  background: #F1F1F1;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1px;
  cursor: pointer;
}
.fix-banner-apply__option .option-group .btn-list .btn.active {
  border-color: transparent;
  background: #FFE600;
  font-weight: 700;
}
.fix-banner-apply__option .option-group .btn-list .btn.is-fixed {
  background: #FFF;
  border-color: #DDD;
  color: #DDD;
  cursor: default;
}
.fix-banner-apply__option .divider {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 1px;
  background: #D9D9D9;
}
.fix-banner-apply__option .desc {
  margin-top: 16px;
  color: #222;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: -0.42px;
}
.fix-banner-apply__option .btn-toggle {
  position: relative;
  display: inline-block;
}
.fix-banner-apply__option .btn-toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .fix-banner-apply__option .btn-toggle::before {
    width: 8px;
  }
}
.fix-banner-apply__option .btn-toggle::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .fix-banner-apply__option .btn-toggle::before {
    height: 8px;
  }
}
.fix-banner-apply__option .btn-toggle::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .fix-banner-apply__option .btn-toggle::before {
    margin-top: -4px;
  }
}
.fix-banner-apply__option .btn-toggle::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .fix-banner-apply__option .btn-toggle::before {
    border-bottom-width: 2px;
  }
}
.fix-banner-apply__option .btn-toggle::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .fix-banner-apply__option .btn-toggle::before {
    border-right-width: 2px;
  }
}
.fix-banner-apply__option .btn-toggle {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}
.fix-banner-apply__option .btn-toggle::before {
  left: 50%;
  margin-left: -4px;
}
.fix-banner-apply__bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  padding: 0 40px;
  border: 1px solid #000;
  border-radius: 10px;
  background: rgba(34, 34, 34, 0.9);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  -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);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fix-banner-apply__bar .name {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -1.04px;
}
.fix-banner-apply__bar .name strong {
  margin-left: 20px;
  color: #FFE600;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
}
.fix-banner-apply__bar .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  margin-top: 0;
}
.fix-banner-apply__bar .btns button, .fix-banner-apply__bar .btns a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  width: 199px;
  height: 52px;
  border-radius: 5px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  text-align: center;
  cursor: pointer;
}
.fix-banner-apply__bar .btns .btn-option {
  border: 1px solid #595959;
  background: #222;
  color: #FFF;
}
.fix-banner-apply__bar .btns .btn-apply {
  border: 0;
  background: #FFE600;
  color: #000;
}
.fix-banner-apply.is-open .fix-banner-apply__option {
  display: block;
}
.fix-banner-apply.is-open .btn-toggle::before {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}/*# sourceMappingURL=web.css.map */