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

.product-eco .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
  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;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .btn-base {
  display: inline-block;
  padding-right: 10px;
  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 .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 0.1388888889vw;
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    border-top-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    border-right-width: 1px;
  }
}
.product-eco .btn-base:before {
  right: 0;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -83.3333333333vw;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -600px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 10px;
  }
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -83.3333333333vw;
  background: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -600px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 10px;
  }
}
.product-eco .slick-dots li {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 4px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
}
.product-eco .slick-dots li.slick-active {
  width: 48px;
  border-radius: 100px;
  background: #FFBF00;
}
.product-eco .swiper-pagination-bullets {
  position: static;
  font-size: 0;
}
.product-eco .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 0 4px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  opacity: 1;
}
.product-eco .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 48px;
  border-radius: 100px;
  background: #FFBF00;
}
.product-eco .fix-right {
  position: fixed;
  bottom: 450px;
  right: 45px;
  z-index: 99;
}
.product-eco .fix-right .nav-list {
  width: 210px;
  text-align: left;
}
.product-eco .fix-right .nav-list::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 2px;
  width: 1px;
  height: 90%;
  background-color: #979797;
}
.product-eco .fix-right .nav-list a {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-left: 20px;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #979797;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-eco .fix-right .nav-list a:first-child {
  margin-top: 0;
}
.product-eco .fix-right .nav-list a.active {
  font-size: 18px;
  font-weight: 900;
  background: -webkit-gradient(linear, left top, right top, from(#ff8d90), to(#dc777d));
  background: linear-gradient(90deg, #ff8d90 0%, #dc777d 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .fix-right .nav-list a.active::before {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-left: -2.5px;
  background-color: #fd8c8f;
}
.product-eco .fix-right .nav-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background-color: #979797;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-eco .fix-right .nav-list .text-1 {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.product-eco .fix-right .nav-list .text-2 {
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
.product-eco .fix-right .nav-list .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding: 5px 6px 6px;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  background: #3356e4;
}
.product-eco .fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  border-top: 4px solid #fca998;
  border-bottom: 4px solid #fca998;
  background: #191919;
}
.product-eco .fix-bottom .wrap {
  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;
  padding: 20px 0;
}
.product-eco .fix-bottom .wrap p {
  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;
  text-align: left;
}
.product-eco .fix-bottom .wrap span {
  position: relative;
  color: #fff;
  padding: 10px;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.72px;
}
.product-eco .fix-bottom .wrap span::before, .product-eco .fix-bottom .wrap span::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
}
.product-eco .fix-bottom .wrap span::before {
  top: 0;
  background: #666;
}
.product-eco .fix-bottom .wrap span::after {
  bottom: 0;
  background: #666;
}
.product-eco .fix-bottom .wrap strong {
  margin-left: 32px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -0.8px;
  background: linear-gradient(103deg, #ff8d90 4.82%, #fa7dbe 75.27%, #f365ff 129.79%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .fix-bottom .wrap .text-img {
  margin-left: 130px;
}
.product-eco .fix-bottom .wrap a {
  display: inline-block;
  min-width: 200px;
  padding: 15px 50px;
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  letter-spacing: -0.44px;
  border: 1px solid #ffa8b0;
  border-radius: 60px;
  background: #000;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(255, 103, 157, 0.55);
  box-shadow: 0px 0px 12px 0px rgba(255, 103, 157, 0.55);
}
.product-eco .title-box {
  position: relative;
  margin-bottom: 60px;
}
.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: #FF9F05;
}
.product-eco .title-box p.main-title {
  font-size: 34px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1.36px;
  color: #000;
}
.product-eco .title-box p.main-title strong {
  font-weight: 700;
}
.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 23px;
  margin-bottom: 20px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.56px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame {
  padding: 59px 0;
  margin: 0 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  overflow: hidden;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box .main-title {
  font-size: 28px;
  font-weight: 700;
}
.product-eco .frame .notice {
  margin: 20px 59px 0;
}
.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 .text-notice {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.64px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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 img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .tab-box .tab-list li button {
  width: 100%;
}
.product-eco .tab-box .tab-list li.active img {
  -webkit-filter: none;
          filter: none;
}
.product-eco .tab-box .tab-view:not(.active) {
  display: none !important;
}
.product-eco .sector-tab {
  background-color: #222;
}
.product-eco .sector-tab .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-tab a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 20px 0;
  gap: 30px;
}
.product-eco .sector-tab a:first-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.product-eco .sector-tab a:first-child .title-tab {
  text-align: right;
}
.product-eco .sector-tab a:first-child .title-tab strong .fc-point {
  background: linear-gradient(277deg, #FFC600 20.44%, #FFEA00 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-tab a:first-child .label-round {
  background: linear-gradient(277deg, #FFC600 20.44%, #FFEA00 97.71%);
}
.product-eco .sector-tab a:nth-child(2) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-eco .sector-tab a:nth-child(2) .title-tab {
  text-align: left;
}
.product-eco .sector-tab a:nth-child(2) .title-tab strong .fc-point {
  background: linear-gradient(278deg, #50FFD3 -3.88%, #FFEA00 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-tab a:nth-child(2) .label-round {
  background: linear-gradient(278deg, #50FFD3 -3.88%, #FFEA00 97.71%);
}
.product-eco .sector-tab a:not(.active) .label-round {
  background: #868686;
  color: #fff;
  font-weight: 700;
}
.product-eco .sector-tab a:not(.active) .title-tab strong {
  color: #909090;
  font-weight: 700;
}
.product-eco .sector-tab a:not(.active) .title-tab strong .fc-point {
  background: #909090;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-tab a:not(.active) .title-tab .sub-title {
  color: #909090;
}
.product-eco .sector-tab a + a {
  margin-left: 26px;
  padding-left: 25px;
  border-left: 1px solid #000;
}
.product-eco .sector-tab a .label-round {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -1.2px;
}
.product-eco .sector-tab a .title-tab strong {
  display: block;
  color: #FFF;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -3px;
}
.product-eco .sector-tab a .title-tab strong .fc-point {
  font-weight: 900;
}
.product-eco .sector-tab a .title-tab .sub-title {
  color: rgba(255, 255, 255, 0.8);
  text-align: right;
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -2.3px;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_115/product/251231/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.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-item, .product-eco #itemCopy {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-item .box-grid, .product-eco #itemCopy .box-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 10px;
  margin: 0 20px;
}
.product-eco .sector-item .box-item, .product-eco #itemCopy .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  position: relative;
  padding: 33px 36px 21px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #828282;
}
.product-eco .sector-item .flag-wrap, .product-eco #itemCopy .flag-wrap {
  position: absolute;
  top: -1px;
  right: 14px;
}
.product-eco .sector-item .flag-wrap img, .product-eco #itemCopy .flag-wrap img {
  width: 75px;
}
.product-eco .sector-item .info-top-area .title-1, .product-eco #itemCopy .info-top-area .title-1 {
  margin-bottom: 30px;
  color: #FFAA00;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 220%;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-top-area .title-2, .product-eco #itemCopy .info-top-area .title-2 {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-top-area .title-2 strong, .product-eco #itemCopy .info-top-area .title-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .text-list, .product-eco #itemCopy .text-list {
  margin-top: 30px;
  padding: 12px 0;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-item .text-list li, .product-eco #itemCopy .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-eco .sector-item .text-list li .text-title, .product-eco #itemCopy .text-list li .text-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 51px;
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -1px;
}
.product-eco .sector-item .text-list li .text-desc, .product-eco #itemCopy .text-list li .text-desc {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -1px;
}
.product-eco .sector-item .text-list li .text-desc strong, .product-eco #itemCopy .text-list li .text-desc strong {
  font-weight: 700;
}
.product-eco .sector-item .info-bottom-area, .product-eco #itemCopy .info-bottom-area {
  margin-top: auto;
  padding-top: 45px;
  border-top: 1px solid #DEDEDE;
  text-align: center;
}
.product-eco .sector-item .price-list, .product-eco #itemCopy .price-list {
  min-height: 75px;
  text-align: left;
}
.product-eco .sector-item .price-list .price-before, .product-eco #itemCopy .price-list .price-before {
  min-height: 20px;
  position: relative;
}
.product-eco .sector-item .price-list .price-before .text, .product-eco #itemCopy .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, .product-eco #itemCopy .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%;
  text-decoration-line: line-through;
}
.product-eco .sector-item .price-list .price-after, .product-eco #itemCopy .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, .product-eco #itemCopy .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, .product-eco #itemCopy .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, .product-eco #itemCopy .price-list .price-after .price strong {
  font-weight: 900;
  color: #000;
}
.product-eco .sector-item .action, .product-eco #itemCopy .action {
  margin: 24px -9px 0;
}
.product-eco .sector-item .action a, .product-eco #itemCopy .action a {
  display: inline-block;
  width: 100%;
  padding: 21px 22px;
  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;
  vertical-align: top;
  text-align: left;
}
.product-eco .sector-item .action a, .product-eco #itemCopy .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .action a::before, .product-eco #itemCopy .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before, .product-eco #itemCopy .action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before, .product-eco #itemCopy .action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before, .product-eco #itemCopy .action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before, .product-eco #itemCopy .action a::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before, .product-eco #itemCopy .action a::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before, .product-eco #itemCopy .action a::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-item .action a .fc-point, .product-eco #itemCopy .action a .fc-point {
  color: #FFBF00;
}
.product-eco .sector-item .action a:before, .product-eco #itemCopy .action a:before {
  right: 22px;
}
.product-eco .sector-discount {
  padding-bottom: 100px;
}
.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 .flag-only {
  position: absolute;
  top: 0;
  right: 0;
}
.product-eco .sector-discount .box-list {
  -webkit-box-align: stretch;
  -ms-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;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 33px 40px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.product-eco .sector-discount .box-list .box .side {
  position: relative;
  min-width: 284px;
  padding-right: 22px;
  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;
}
.product-eco .sector-discount .box-list .box .side:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: "";
  display: block;
  width: 2px;
  height: 163px;
  background-color: rgba(212, 212, 212, 0.6);
}
.product-eco .sector-discount .box-list .box .side strong {
  font-weight: 900;
}
.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: start;
  -ms-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -10px;
  margin-bottom: 0;
}
.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-left: auto;
}
.product-eco .sector-discount .box-list .box .action a {
  width: 290px;
  text-align: center;
  padding: 48px 0;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  text-align: center;
}
.product-eco .sector-discount .box-list .box .action a {
  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;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    border-top-width: 2px;
  }
}
@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:before {
  right: 90px;
}
.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-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: 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;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    border-top-width: 2px;
  }
}
@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 .sector-worry {
  padding: 100px 0;
  background: #FFFEF2;
}
.product-eco .sector-worry p.main-title {
  font-size: 40px;
}
.product-eco .sector-worry .sub-text {
  margin-top: 60px;
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .sector-worry .sub-text strong {
  color: #FF9F05;
  font-weight: 700;
}
.product-eco .sector-reason {
  padding: 100px 0;
}
.product-eco .sector-reason .video-box {
  position: relative;
  width: 900px;
  height: 510px;
  margin: 0 auto;
  border-radius: 10px;
  border: 4px solid #FFBF00;
  overflow: hidden;
}
.product-eco .sector-reason .video-box .eduwill-iframe-play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.product-eco .sector-reason .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-reason .slide-review {
  width: 1160px;
  margin: 40px auto 0;
}
.product-eco .sector-reason .slide-review .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-reason .text-notice {
  margin-top: 32px;
}
.product-eco .sector-bar {
  padding: 46px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.product-eco .sector-curriculum {
  padding-top: 100px;
  background: #FFFDF2;
}
.product-eco .sector-lecture {
  padding-top: 10px;
  background: #FFFDF2;
}
.product-eco .sector-lecture .tab-box {
  width: 1040px;
  margin: 0 auto;
}
.product-eco .sector-lecture .tab-box .tab-list li .btn-tab {
  position: relative;
  padding: 23px 0;
  min-height: 89px;
  color: #868686;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.88px;
  background-color: #F3F3F3;
}
.product-eco .sector-lecture .tab-box .tab-list li .btn-tab .text {
  display: block;
  padding-left: 247px;
  text-align: left;
}
.product-eco .sector-lecture .tab-box .tab-list li .btn-tab img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.product-eco .sector-lecture .tab-box .tab-list li.active button {
  background: linear-gradient(0deg, #000 0%, #333 100%), linear-gradient(263deg, #000 2.8%, #333 93.1%);
}
.product-eco .sector-lecture .tab-box .tab-list li:first-child button {
  border-radius: 10px 0 0 0;
}
.product-eco .sector-lecture .tab-box .tab-list li:first-child.active button .text {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.88px;
  background: linear-gradient(277deg, #FFC600 20.44%, #FFEA00 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-lecture .tab-box .tab-list li:nth-child(2) button {
  border-radius: 0 10px 0 0;
}
.product-eco .sector-lecture .tab-box .tab-list li:nth-child(2).active button .text {
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.88px;
  background: linear-gradient(278deg, #50FFD3 -3.88%, #FFEA00 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-lecture .tab-box .tab-view {
  padding: 40px 0;
  border-radius: 0 0 10px 10px;
  background: #FAFAFA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-lecture .tab-box .tab-view .left-area, .product-eco .sector-lecture .tab-box .tab-view .right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-lecture .tab-box .tab-view .left-area button, .product-eco .sector-lecture .tab-box .tab-view .right-area button {
  margin-top: 31px;
}
.product-eco .sector-lecture .action-base {
  margin: 20px 59px 0;
  text-align: right;
}
.product-eco .sector-book {
  padding-top: 10px;
  background: #FFFDF2;
}
.product-eco .sector-book .tab-list {
  margin: 0 59px 0 259px;
}
.product-eco .sector-book .tab-list li:first-child .btn-tab {
  border-radius: 10px 0 0 0;
}
.product-eco .sector-book .tab-list li:first-child.active .text {
  background: linear-gradient(277deg, #FFC600 20.44%, #FFEA00 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-book .tab-list li:nth-child(2) .btn-tab {
  border-radius: 0 10px 0 0;
}
.product-eco .sector-book .tab-list li:nth-child(2).active .text {
  background: linear-gradient(278deg, #50FFD3 -3.88%, #FFEA00 97.71%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-book .tab-list li.active button {
  background-color: #222;
}
.product-eco .sector-book .btn-tab {
  padding: 30px 0;
  background: #D1D1D1;
}
.product-eco .sector-book .btn-tab .text {
  color: #868686;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.12px;
}
.product-eco .sector-book .swiper-book {
  position: relative;
  width: 1078px;
  margin-left: 22px;
}
.product-eco .sector-book .swiper-book .swiper-slide {
  width: 1078px;
}
.product-eco .sector-book .swiper-book .swiper-pagination-bullets {
  position: absolute;
  bottom: 28px;
  left: 610px;
  width: unset;
}
.product-eco .sector-system {
  padding-top: 10px;
  background: #FFFDF2;
}
.product-eco .sector-system .frame {
  padding-bottom: 0;
}
.product-eco .sector-system .img-box {
  position: relative;
  padding-bottom: 38px;
}
.product-eco .sector-system .img-box:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 77px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(210, 210, 210, 0.2)), color-stop(70.92%, rgba(217, 217, 217, 0)));
  background: linear-gradient(180deg, rgba(210, 210, 210, 0.2) 0%, rgba(217, 217, 217, 0) 70.92%);
}
.product-eco .sector-system .box-system {
  position: relative;
  padding: 62px 0 31px;
  background: #FFF3C7;
}
.product-eco .sector-system .box-system:before {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_115/product/251231/pc/bg_slide_system.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-system .slide-system .slick-slide {
  margin: 0 15px;
}
.product-eco .sector-qna {
  padding: 10px 0 100px;
  background: #FFFDF2;
}
.product-eco .sector-band {
  padding: 46px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #444), color-stop(94.44%, #000));
  background: linear-gradient(180deg, #444 -27.78%, #000 94.44%);
}
.product-eco .sector-band p {
  color: #FFCD38;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.64px;
}
.product-eco .sector-band p strong {
  color: #FFF;
  text-shadow: 0 4px 0 #000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.76px;
}/*# sourceMappingURL=web.css.map */