@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "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;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.product-eco .only-mobile {
  display: none;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 20px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: #0E0E0E;
}
.product-eco .fix-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 68px;
}
.product-eco .fix-bottom a img {
  margin-top: -25px;
}
.product-eco .fix-bottom a .bottom-text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.78px;
}
.product-eco .fix-bottom a .bottom-text strong {
  font-size: 38px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.14px;
}
.product-eco .fix-bottom a .bottom-text strong.fc-point {
  color: #FFBF00;
}
.product-eco .fix-bottom a .fake-btn {
  display: inline-block;
  margin-left: auto;
  padding: 15px 41px 15px 30px;
  border-radius: 50px;
  background: #FFCF1B;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.16);
  color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.18px;
}
.product-eco .fix-bottom a .fake-btn {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom a .fake-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .fake-btn::before {
    width: 7px;
  }
}
.product-eco .fix-bottom a .fake-btn::before {
  height: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .fake-btn::before {
    height: 7px;
  }
}
.product-eco .fix-bottom a .fake-btn::before {
  margin-top: -0.4861111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .fake-btn::before {
    margin-top: -3.5px;
  }
}
.product-eco .fix-bottom a .fake-btn::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .fake-btn::before {
    right: 14px;
  }
}
.product-eco .fix-bottom a .fake-btn::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .fix-bottom a .fake-btn:before {
  right: 25px;
}
.product-eco .fc-point {
  color: #FFBE00 !important;
}
.product-eco .sub-text {
  margin-top: 40px;
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .sub-text strong {
  font-weight: 700;
}
.product-eco .title-box {
  position: relative;
  margin-bottom: 60px;
}
.product-eco .title-box .sup-title {
  color: #212121;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.4px;
}
.product-eco .title-box .main-title {
  color: #212121;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.44px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
  color: #000;
}
.product-eco .title-box .sub-title {
  margin-top: 20px;
  color: #212121;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.2px;
}
.product-eco .frame {
  width: 1160px;
  padding: 59px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .notice-text {
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.product-eco .sector-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD00F), to(#FFBB0F));
  background: linear-gradient(180deg, #FFD00F 0%, #FFBB0F 100%);
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.product-eco .sector-title .title-1 {
  position: absolute;
  top: 159px;
  left: 0;
  right: 0;
  color: #FFF;
  font-family: "GmarketSans", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 160%;
  letter-spacing: -0.64px;
}
.product-eco .sector-title .title-2 {
  position: absolute;
  top: 229px;
  left: 0;
  right: 0;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.96px;
}
.product-eco .sector-title .title-2 strong {
  color: #FFD00F;
  font-weight: 700;
}
.product-eco .sector-bar {
  padding: 45px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#1F1F1F)), -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(180deg, #1A1A1A 0%, #1F1F1F 100%), linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.product-eco .sector-bar strong {
  color: #FFF;
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.8px;
  background: linear-gradient(11deg, #FFBB02 13.44%, #FE0 74.02%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-bar strong + p {
  margin-top: 25px;
}
.product-eco .sector-bar p {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.product-eco .sector-intro {
  padding: 100px 0;
  background: #FFF9DE;
}
.product-eco .sector-intro .compare-area {
  margin: 0 40px;
}
.product-eco .sector-intro .compare-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.product-eco .sector-intro .compare-header .col {
  height: 80px;
  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;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  border-radius: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#1F1F1F)), -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, #1A1A1A 0%, #1F1F1F 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(244, 241, 216, 0.8) 100%);
}
.product-eco .sector-intro .compare-header .col-left {
  width: 460px;
}
.product-eco .sector-intro .compare-header .col-right {
  width: 460px;
}
.product-eco .sector-intro .compare-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 15px;
}
.product-eco .sector-intro .compare-list .item .col {
  position: relative;
  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;
  min-height: 125px;
  z-index: 2;
}
.product-eco .sector-intro .compare-list .item .col-left, .product-eco .sector-intro .compare-list .item .col-right {
  width: 460px;
  border-radius: 12px;
}
.product-eco .sector-intro .compare-list .item .col-left p, .product-eco .sector-intro .compare-list .item .col-right p {
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.72px;
  word-break: keep-all;
}
.product-eco .sector-intro .compare-list .item .col-left {
  border: 1px solid #FFBF00;
  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 .sector-intro .compare-list .item .col-center {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  font-size: 30px;
  line-height: 1.3;
  color: #FFF;
  text-shadow: 2px 2px 1px #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  z-index: 1;
}
.product-eco .sector-intro .compare-list .item .col-center::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.3);
  z-index: -1;
}
.product-eco .sector-intro .compare-list .item .col-right {
  border: 1px solid #000;
  background: -webkit-gradient(linear, left top, right top, from(#FFC400), to(#FFA600)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(244, 241, 216, 0.8)));
  background: linear-gradient(90deg, #FFC400 0%, #FFA600 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(244, 241, 216, 0.8) 100%);
}
.product-eco .sector-intro .compare-list .item .col-right .badge-win {
  position: absolute;
  top: -9px;
  right: -22px;
  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: 68px;
  height: 68px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/product/260506/pc/badge_win.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-intro .compare-list .item .col-right .badge-win span {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16.653px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.833px;
  background: -webkit-gradient(linear, left top, right top, from(#FFC400), to(#FFA600));
  background: linear-gradient(90deg, #FFC400 0%, #FFA600 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-info {
  position: relative;
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/product/260506/pc/bg_info.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-info:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E)), #1A1A1A;
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%), #1A1A1A;
}
.product-eco .sector-info p.main-title {
  color: #FFD600;
  text-shadow: 2px 2px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.product-eco .sector-info .box {
  width: 570px;
  padding: 29px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.06)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
  text-align: left;
}
.product-eco .sector-info .box .box-title {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .sector-info .box .box-text {
  margin-top: 16px;
  color: #CECECE;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-choice {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-choice .tab-box {
  margin: 0 20px;
}
.product-eco .sector-choice .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-choice .tab-box .tab-list .tab-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-eco .sector-choice .tab-box .tab-list .tab-item button {
  width: 100%;
  height: 80px;
  background: #F1F1F1;
  color: #7F7F7F;
  font-size: 24px;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.product-eco .sector-choice .tab-box .tab-list .tab-item.active button {
  background: #222;
  color: #FFF;
}
.product-eco .sector-choice .tab-box .tab-view {
  display: none;
  padding: 50px 0;
}
.product-eco .sector-choice .tab-box .tab-view.active {
  display: block;
}
.product-eco .sector-choice .tab-box .tab-view .desc-title {
  font-size: 26px;
  color: #000;
  line-height: 1.5;
  margin-bottom: 60px;
}
.product-eco .sector-choice .tab-box .tab-view .desc-title strong {
  font-weight: 700;
}
.product-eco .sector-choice .tab-box .tab-view .img-box {
  margin-bottom: 20px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box {
  border: 1px solid #E6E6E6;
  padding: 40px 100px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box + .info-box {
  margin-top: 20px;
  padding: 40px 50px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .info-title {
  font-size: 24px;
  color: #000;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 40px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .info-title strong {
  font-weight: 700;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-head {
  width: 198px;
  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;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.72px;
  color: #000;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-head.bg-1 {
  background: #222;
  color: #FFBF00;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-head.bg-2 {
  background: #F1FAFF;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-head.bg-3 {
  background: #FFFFE3;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-head.bg-4 {
  background: #F9FFF1;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-head.bg-5 {
  background: #FFEFED;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-head.bg-6 {
  background: #EFEFEF;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .sub-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .sub-cols .sub-col {
  background: #F8F8F8;
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
  letter-spacing: -0.32px;
  border-top: 1px solid #DDD;
  border-left: 1px solid #DDD;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .sub-cols .sub-col.bg-1 {
  background: #F1FAFF;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .sub-cols .sub-col.bg-2 {
  background: #FFFFE3;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .sub-cols .sub-col.bg-3 {
  background: #F9FFF1;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .sub-cols .sub-col.bg-4 {
  background: #FFEFED;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .sub-cols .sub-col.bg-5 {
  background: #F4F4F4;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .sub-cols .sub-col:first-child {
  margin-left: 0;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .sub-cols .sub-col:last-child {
  margin-right: 0;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list .row .col-body .desc {
  border-top: 1px solid #DDD;
  padding: 13px;
  font-size: 16px;
  color: #000;
  line-height: 1.5;
  letter-spacing: -0.32px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list.box-type .row + .row {
  margin-top: 20px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list.split-type .row {
  gap: 5px;
  border: 0;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list.split-type .row + .row {
  margin-top: 5px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list.split-type .col-body, .product-eco .sector-choice .tab-box .tab-view .info-box .table-list.split-type .col-head {
  border-radius: 10px;
  border: 1px solid #E8E8E8;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list.split-type .col-head {
  font-size: 19px;
  width: 160px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list.split-type .col-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .table-list.split-type .col-body .desc {
  border: 0;
  padding: 39px 0;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .info-bottom {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  margin-top: 40px;
  line-height: 1.4;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .info-bottom strong {
  font-weight: 700;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .univ-list .univ-row {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 30px;
  background-color: #FAFAFA;
  text-align: left;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .univ-list .univ-row + .univ-row {
  margin-top: 20px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .univ-list .univ-row.col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  padding: 0;
  background-color: transparent;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .univ-list .univ-row.col-2 .col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 30px;
  background-color: #FAFAFA;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .univ-list .univ-row.col-2 .col + .col {
  margin-left: 20px;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .univ-list .univ-row .tit {
  margin-bottom: 6px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.32px;
  line-height: 1.5;
  color: #000;
}
.product-eco .sector-choice .tab-box .tab-view .info-box .univ-list .univ-row .txt {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: -0.32px;
  line-height: 1.5;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-keypoint {
  position: relative;
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/product/260506/pc/bg_keypoint.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
.product-eco .sector-keypoint:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9D00), color-stop(80.16%, #FC0), color-stop(143.92%, #FFF5BC)), -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E)), #1A1A1A;
  background: linear-gradient(180deg, #FF9D00 0%, #FC0 80.16%, #FFF5BC 143.92%), linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%), #1A1A1A;
}
.product-eco .sector-keypoint p.main-title {
  color: #FFF;
  text-shadow: 2px 2px 0 #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 50px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.product-eco .sector-keypoint .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 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;
  padding: 29px 23px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 255, 255, 0.6)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0.6) 100%);
}
.product-eco .sector-keypoint .box p {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-teacher {
  padding: 100px 0;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 190, 0, 0.2) 0%, rgba(255, 190, 0, 0) 100%), #1A1301;
}
.product-eco .sector-teacher p.main-title {
  position: relative;
  padding-top: 30px;
  color: #fff;
  font-weight: 700;
}
.product-eco .sector-teacher p.main-title:before {
  content: "";
  display: block;
  width: 38px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFBF00;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 38px 10px;
  -webkit-mask-image: url("https://img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg");
  mask-image: url("https://img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: none;
}
.product-eco .sector-item {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9D00), color-stop(80.16%, #FC0), color-stop(143.92%, #FFF5BC));
  background: linear-gradient(180deg, #FF9D00 0%, #FC0 80.16%, #FFF5BC 143.92%);
}
.product-eco .sector-item p.sup-title {
  font-size: 36px;
  color: #000;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: -1.8px;
}
.product-eco .sector-item p.main-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 50px;
  color: #fff;
  letter-spacing: -1px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  text-shadow: 2px 2px 0 #000;
}
.product-eco .sector-item .item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  margin: 0 20px;
}
.product-eco .sector-item .item-group .box-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  padding: 25px;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.15);
  text-align: left;
}
.product-eco .sector-item .item-group .box-item .product-title {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.96px;
}
.product-eco .sector-item .item-group .box-item .product-title strong {
  color: #FF5C00;
  font-weight: 700;
}
.product-eco .sector-item .item-group .box-item .product-info {
  margin-bottom: 12px;
}
.product-eco .sector-item .item-group .box-item .product-info dl dt {
  font-size: 14px;
  color: #000;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-group .box-item .product-info dl dd {
  font-size: 14px;
  color: #000;
  line-height: 1.6;
  margin-bottom: 10px;
  word-break: keep-all;
  letter-spacing: -0.56px;
}
.product-eco .sector-item .item-group .box-item .product-info dl dd:last-child {
  margin-bottom: 0;
}
.product-eco .sector-item .item-group .box-item .price-box {
  border-top: 1px solid #D9D9D9;
  padding-top: 12px;
}
.product-eco .sector-item .item-group .box-item .price-box .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: bottom;
      -ms-flex-align: bottom;
          align-items: bottom;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1;
}
.product-eco .sector-item .item-group .box-item .price-box .price .price-before {
  font-size: 14px;
  color: #9F9F9F;
  text-decoration: line-through;
  margin-right: 6px;
  -ms-flex-item-align: center;
      align-self: center;
}
.product-eco .sector-item .item-group .box-item .price-box .price .price-after {
  font-size: 24px;
  color: #000;
  font-weight: 400;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-group .box-item .price-box .price .price-after strong {
  font-weight: 900;
}
.product-eco .sector-item .item-group .box-item .price-box .text-month {
  margin-top: 6px;
  font-size: 12px;
  color: #333;
  line-height: 1.25;
}/*# sourceMappingURL=web.css.map */