@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 {
  -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 .frame .flag-2 {
  -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: "Pretendard", "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 .wrap {
  width: 1200px;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 100px;
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-dots li.slick-active {
  width: 36px;
  background: #FFBF00;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 50px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 50px;
  }
}
.product-eco .slick-arrow.slick-prev {
  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: -75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -540px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 12.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 12.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  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);
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 50px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 50px;
  }
}
.product-eco .slick-arrow.slick-next {
  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: -75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -540px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 12.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 12.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  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);
}
.product-eco .fc-point {
  color: #FF9000 !important;
}
.product-eco .img-box {
  position: relative;
}
.product-eco .btn-base button {
  padding: 2px 8px;
  border-radius: 2px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  opacity: 0.6;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.product-eco .btn-base button span {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    width: 4px;
  }
}
.product-eco .btn-base button span::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    height: 4px;
  }
}
.product-eco .btn-base button span::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base button span::before {
    margin-top: -2px;
  }
}
.product-eco .btn-base button span::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 .btn-base button span::before {
    right: 8px;
  }
}
.product-eco .btn-base button span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .btn-base button span {
  padding-right: 8px;
}
.product-eco .btn-base button span:before {
  right: 0;
}
.product-eco .action-link a {
  position: relative;
  display: inline-block;
}
.product-eco .action-link a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action-link a::before {
    width: 6px;
  }
}
.product-eco .action-link a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action-link a::before {
    height: 6px;
  }
}
.product-eco .action-link a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action-link a::before {
    margin-top: -3px;
  }
}
.product-eco .action-link a::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 .action-link a::before {
    right: 12px;
  }
}
.product-eco .action-link a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .action-link a {
  padding: 10px 20px 10px 10px;
  line-height: 1;
  color: #999;
  font-size: 14px;
  font-weight: 350;
  letter-spacing: -1px;
  border-radius: 4px;
  border: 1px solid #BBB;
  background: #F1F1F1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .text-base {
  margin: 20px 20px 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -1px;
  text-align: left;
}
.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: #FF8000;
}
.product-eco .title-box p.num-title {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  font-weight: 900;
  letter-spacing: -0.5px;
  color: #7C5100;
  margin-bottom: 16px;
}
.product-eco .title-box p.main-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -2.16px;
  color: #222;
}
.product-eco .title-box p.main-title strong {
  font-size: 40px;
  font-weight: 900;
}
.product-eco .title-box p.sub-title {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.56px;
  color: #222;
}
.product-eco .title-box p.sub-title strong {
  font-weight: 700;
}
.product-eco .title-box p.label-title {
  display: inline-block;
  min-width: 118px;
  padding: 12px 19px;
  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 .notice {
  text-align: center;
}
.product-eco .frame {
  padding: 39px 0 49px;
  margin: 0 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  overflow: hidden;
}
.product-eco .frame + .frame {
  margin-top: 10px;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box .main-title {
  font-size: 26px;
  font-weight: 400;
}
.product-eco .frame .notice {
  margin: 20px 59px 0;
}
.product-eco .desc-text {
  font-size: 30px;
  line-height: 140%;
  color: #222;
}
.product-eco .desc-text strong {
  font-weight: 900;
}
.product-eco .notice {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
  color: #4B3800;
  margin-top: 16px;
}
.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 .fix-wing-nav {
  position: fixed;
  right: 50px;
  bottom: 200px;
  z-index: 99;
  --nav-color: #000;
  --nav-color-opacity: rgba(0, 0, 0, 0.30);
  --nav-bg: #fff;
}
.product-eco .fix-wing-nav.is-dark-bg {
  --nav-color: #fff;
  --nav-color-opacity: rgba(255, 255, 255, 0.30);
  --nav-bg: #000;
}
.product-eco .fix-wing-nav.is-dark-bg li.active span {
  color: #FFC100;
}
.product-eco .fix-wing-nav.is-dark-bg li.active em {
  background-color: #FFC100;
}
.product-eco .fix-wing-nav .nav-title {
  margin-bottom: 20px;
  margin-right: 5px;
  text-align: right;
  color: var(--nav-color);
  font-size: 22px;
  font-weight: 800;
}
.product-eco .fix-wing-nav ul {
  position: relative;
}
.product-eco .fix-wing-nav ul:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  content: "";
  width: 1px;
  height: calc(100% - 20px);
  display: inline-block;
  border-right: 1px dashed #755E00;
  z-index: -1;
}
.product-eco .fix-wing-nav li {
  position: relative;
}
.product-eco .fix-wing-nav li + li {
  margin-top: 10px;
}
.product-eco .fix-wing-nav li.active a em, .product-eco .fix-wing-nav li:hover a em {
  background-color: #FFC10B;
}
.product-eco .fix-wing-nav li.active a em:after, .product-eco .fix-wing-nav li:hover a em:after {
  content: "";
  background-color: var(--nav-color);
}
.product-eco .fix-wing-nav li.active a span, .product-eco .fix-wing-nav li:hover a span {
  color: var(--nav-color);
}
.product-eco .fix-wing-nav li a {
  position: relative;
  padding-right: 25px;
  z-index: 10;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 253px;
}
.product-eco .fix-wing-nav li a em {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: transparent;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-eco .fix-wing-nav li a em:after {
  content: "";
  background-color: var(--nav-color);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.product-eco .fix-wing-nav li a span {
  display: inline-block;
  color: var(--nav-color-opacity);
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.product-eco .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.9);
}
.product-eco .fix-bottom a img {
  margin-top: -14px;
}
.product-eco .fix-bottom a:after {
  right: 180px;
}
.product-eco .sector-banner {
  padding: 36px 0;
  background: var(--bg, linear-gradient(90deg, #C8AC81 0%, #62543F 100%), linear-gradient(180deg, #333 0%, #222 50%, #333 100%));
}
.product-eco .sector-banner p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #FFF;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: -1px;
}
.product-eco .sector-banner p strong {
  color: #FFFFC2;
  font-size: 32px;
  font-weight: 800;
}
.product-eco .sector-title {
  position: relative;
  padding-bottom: 70px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260820/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #000;
  z-index: -1;
}
.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: 60px;
}
.product-eco .sector-title .laurel-wrap .laurel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 43px;
  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: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
}
.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/J/product/260820/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/J/product/260820/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: 19px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.52px;
}
.product-eco .sector-title .laurel-wrap .laurel strong.fs-large {
  font-size: 26px;
}
.product-eco .sector-title .title-1 {
  margin-top: 100px;
}
.product-eco .sector-title .title-2 {
  margin: 70px 0 40px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.2px;
  color: #FFF;
}
.product-eco .sector-title .title-2 strong {
  display: inline-block;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 110px;
  font-weight: 700;
  line-height: 119%;
  letter-spacing: -4.4px;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #111;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
  letter-spacing: -5px;
}
.product-eco .sector-title .title-2 strong.highlight {
  font-weight: 900;
  font-size: 110px;
  -webkit-text-stroke-width: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#FEB901), color-stop(50%, #FFFDC4), to(#FFBA00));
  background: linear-gradient(90deg, #FEB901 0%, #FFFDC4 50%, #FFBA00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-3 .box-wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 30px;
  padding: 0 20px;
}
.product-eco .sector-title .title-3 .box-wrap .box {
  text-align: left;
  padding: 2px;
  border-radius: 12px;
  background: linear-gradient(110deg, #93693C -1.84%, #E69629 46.74%, #93693C 90.61%);
  -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);
  overflow: hidden;
}
.product-eco .sector-title .title-3 .box-wrap .box-inner {
  position: relative;
  padding: 40px 28px;
  border-radius: 12px;
  background: linear-gradient(122deg, #FFF 22.01%, #FFF6D9 72.44%);
  backdrop-filter: blur(1px);
  overflow: hidden;
}
.product-eco .sector-title .title-3 .box-wrap .flag {
  position: absolute;
  top: 0;
  right: 4px;
  width: 72px;
  height: 81px;
  padding-top: 18px;
  text-align: center;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260813/pc/bg_flag.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-title .title-3 .box-wrap .flag p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  color: #FFF;
  letter-spacing: -0.48px;
  -webkit-transform: skewY(-7deg) translateX(-2px);
          transform: skewY(-7deg) translateX(-2px);
}
.product-eco .sector-title .title-3 .box-wrap .flag small {
  display: block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 10px;
}
.product-eco .sector-title .title-3 .box-wrap .flag.best {
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260813/pc/bg_flag_best.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-title .title-3 .box-wrap .flag.best p, .product-eco .sector-title .title-3 .box-wrap .flag.best small {
  font-size: 12px;
}
.product-eco .sector-title .title-3 .box-wrap .text-1 {
  font-size: 16px;
  line-height: 130%;
  color: #7B4F20;
  letter-spacing: -1.12px;
}
.product-eco .sector-title .title-3 .box-wrap .text-2 {
  font-size: 22px;
  font-weight: 900;
  line-height: 130%;
  color: #7B4F20;
  letter-spacing: -1.54px;
  margin-top: 16px;
}
.product-eco .sector-title .btn-base {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: 590px;
}
.product-eco .sector-title .btn-action {
  width: 750px;
  margin: 0 auto;
  padding: 2px;
  border-radius: 100px;
  background: #FFF297;
  background: -webkit-gradient(linear, left top, right top, from(#FFF297), to(#FF8400));
  background: linear-gradient(90deg, #FFF297 0%, #FF8400 100%);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.35);
}
.product-eco .sector-title .btn-action a {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.96px;
  padding: 24px 0;
  border-radius: 100px;
  background: #666;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
  background: linear-gradient(180deg, #666 0%, #000 100%);
}
.product-eco .sector-title .btn-action a span {
  display: block;
  width: 100%;
}
.product-eco .sector-title .btn-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a span::before {
    width: 12px;
  }
}
.product-eco .sector-title .btn-action a span::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a span::before {
    height: 12px;
  }
}
.product-eco .sector-title .btn-action a span::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a span::before {
    margin-top: -6px;
  }
}
.product-eco .sector-title .btn-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFBF00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .btn-action a span::before {
    right: 24px;
  }
}
.product-eco .sector-title .btn-action a span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-title .btn-action a span {
  padding-right: 20px;
  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%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .btn-action a span:before {
  right: 30px;
}
.product-eco .sector-banner-text {
  background-image: url("//img.eduwill.net/eduwill/img/2022/J/product/220419/pc/bg_banner2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 40px 0 30px;
}
.product-eco .sector-banner-text p {
  color: #000;
  font-size: 34px;
  font-weight: 900;
}
.product-eco .sector-banner-text p strong {
  display: block;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  line-height: 1;
  margin-top: 20px;
}
.product-eco .sector-banner-text .notice {
  color: #999;
  margin-top: 20px;
}
.product-eco .sector-winner {
  padding: 100px 0;
  overflow: hidden;
}
.product-eco .sector-winner .title-box {
  margin-bottom: 0;
}
.product-eco .sector-winner .wrap {
  z-index: 2;
}
.product-eco .sector-winner p.main-title {
  color: #fff;
}
.product-eco .sector-winner .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-winner .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.product-eco .sector-winner .bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  z-index: -1;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-winner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-interview {
  position: relative;
  padding: 100px 0;
  background-color: #F9F9F9;
}
.product-eco .sector-interview .wrap {
  position: relative;
}
.product-eco .sector-interview.bg-white {
  background-color: #fff;
}
.product-eco .sector-interview .title-box {
  margin-bottom: 45px;
}
.product-eco .sector-interview .title-box p.main-title {
  font-size: 30px;
}
.product-eco .sector-interview .title-box p.main-title strong {
  font-size: 40px;
}
.product-eco .sector-interview .desc-text {
  color: #222;
}
.product-eco .sector-interview .slick-slide {
  opacity: 0.5;
}
.product-eco .sector-interview .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-interview .action-link {
  position: absolute;
  top: 306px;
  left: 50%;
  margin-left: 330px;
}
.product-eco .sector-interview .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  margin: 40px 0;
}
.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 .title-box p.main-title {
  font-size: 30px;
  font-weight: 400;
}
.product-eco .sector-review .title-box p.main-title strong {
  display: block;
  font-size: 40px;
}
.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: 90px;
  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;
  bottom: 15px;
  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;
  -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: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;
}
.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;
}
.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);
}
.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: 6px;
}
.product-eco .sector-review .graph-box .graph-chart .bar-item.bar-3 .bar {
  height: 3px;
}
.product-eco .sector-review .graph-box .graph-chart.on .bar {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.product-eco .sector-review .graph-box .graph-chart.on .bar-count {
  opacity: 1;
}
.product-eco .sector-review .graph-box .graph-chart.on .bar-item.bar-1 .bar-logo {
  opacity: 1;
}
.product-eco .sector-review .graph-box .graph-notice {
  margin-top: 54px;
  font-size: 14px;
  color: #4B3800;
}
.product-eco .sector-compare {
  background-color: #FFFCF5;
  padding: 100px 0;
}
.product-eco .sector-compare .title-box p.main-title {
  font-size: 30px;
  font-weight: 400;
}
.product-eco .sector-compare .title-box p.main-title strong {
  display: block;
  font-size: 40px;
}
.product-eco .sector-compare .compare-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.product-eco .sector-compare .compare-box .compare-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--other {
  width: 433px;
  height: 424px;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #ededed;
  border: 1px solid #dfdfdf;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--other .compare-tit {
  background-color: #dfdfdf;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--other li {
  color: #8a8a8a;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill {
  position: relative;
  z-index: 1;
  width: 542px;
  height: 534px;
  background-color: #fff;
  border: 4px solid #ffc414;
  border-radius: 0 10px 10px 0;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill:before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 25px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFC414), to(#E1AC0E));
  background: linear-gradient(90deg, #FFC414 0%, #E1AC0E 100%);
  clip-path: polygon(0 55px, 100% 0, 100% 100%, 0 479px);
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill .compare-tit {
  background-color: #ffc414;
  font-size: 26px;
  font-weight: 900;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill li {
  color: #000;
}
.product-eco .sector-compare .compare-box .compare-tit {
  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;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.product-eco .sector-compare .compare-box .compare-list {
  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;
          flex: 1;
}
.product-eco .sector-compare .compare-box .compare-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 30px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.55;
  text-align: left;
}
.product-eco .sector-compare .compare-box .compare-list li:last-child {
  border-bottom: 0;
}
.product-eco .sector-compare .compare-box .compare-list li strong {
  font-weight: 900;
  line-height: 1.8;
}
.product-eco .sector-compare .compare-box .compare-list .ico-check,
.product-eco .sector-compare .compare-box .compare-list .ico-close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.product-eco .sector-compare .compare-box .compare-list .ico-check {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%23FFC414'/><path d='M7.5 12.5L10.5 15.5L16.5 9' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") no-repeat center/contain;
}
.product-eco .sector-compare .compare-box .compare-list .ico-close {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%23C4C4C4'/><path d='M8.5 8.5L15.5 15.5M15.5 8.5L8.5 15.5' stroke='%23fff' stroke-width='2' stroke-linecap='round'/></svg>") no-repeat center/contain;
}
.product-eco .sector-compare .compare-box .compare-item--other .fc-point3 {
  color: #59400b;
}
.product-eco .sector-compare .compare-box .compare-item--eduwill .fc-point3 {
  color: #cb8a00;
  font-weight: 900;
}
.product-eco .sector-compare .compare-box .compare-stamp {
  position: absolute;
  right: -50px;
  bottom: 55px;
  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;
  width: 230px;
  height: 80px;
  border: 5px solid #ff5a2d;
  border-radius: 18px;
  background-color: #fff;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.product-eco .sector-compare .compare-box .compare-stamp:before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #ff5a2d;
  border-radius: 9px;
}
.product-eco .sector-compare .compare-box .compare-stamp span {
  color: #ff5a2d;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 6px;
}
.product-eco .sector-compare .desc-text {
  margin-top: 30px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.44px;
}
.product-eco .sector-compare .desc-text .fc-point {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #FFBF00;
}
.product-eco .sector-compare .notice {
  color: #4B3800;
  margin-top: 30px;
}
.product-eco .sector-intro {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/intro_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-intro .title-box p.main-title {
  font-size: 36px;
  font-weight: 900;
  color: #fff;
}
.product-eco .sector-intro .action {
  margin-top: 24px;
}
.product-eco .sector-intro .action a {
  width: 844px;
  padding: 21px 30px;
  margin: 0 auto;
  background: linear-gradient(168deg, #FFD900 8.55%, #FFA557 98.05%), linear-gradient(180deg, #444 0%, #000 100%), #000;
  color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.product-eco .sector-intro .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-intro .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-intro .action a::before {
    width: 10px;
  }
}
.product-eco .sector-intro .action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-intro .action a::before {
    height: 10px;
  }
}
.product-eco .sector-intro .action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-intro .action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-intro .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-intro .action a::before {
    right: 20px;
  }
}
.product-eco .sector-intro .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-intro .action a:before {
  right: 30px;
}
.product-eco .sector-worry {
  padding-top: 100px;
}
.product-eco .sector-worry p.main-title {
  font-weight: 700;
}
.product-eco .sector-bar {
  padding: 42px 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-bar p {
  color: #000;
  font-size: 42px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  line-height: 120%;
  letter-spacing: -0.84px;
}
.product-eco .sector-bar strong {
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  paint-order: stroke;
  -webkit-text-stroke-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: 120%;
  letter-spacing: -0.8px;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.product-eco .sector-review2 {
  padding: 100px 0;
  background-color: #FFFADB;
}
.product-eco .sector-review2 .text-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 20px 0;
}
.product-eco .sector-review2 .text-btn-wrap .text-base {
  margin: 0;
}
.product-eco .sector-review2 .text-btn-wrap a {
  margin-left: auto;
  padding: 7px 25px 7px 11px;
  border: 1px solid rgba(71, 71, 71, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), to(#FFF));
  background: linear-gradient(0deg, #F5F5F5 0%, #FFF 100%);
  color: #272727;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .sector-review2 .text-btn-wrap a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-review2 .text-btn-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review2 .text-btn-wrap a::before {
    width: 7px;
  }
}
.product-eco .sector-review2 .text-btn-wrap a::before {
  height: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review2 .text-btn-wrap a::before {
    height: 7px;
  }
}
.product-eco .sector-review2 .text-btn-wrap a::before {
  margin-top: -0.4861111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review2 .text-btn-wrap a::before {
    margin-top: -3.5px;
  }
}
.product-eco .sector-review2 .text-btn-wrap a::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 .sector-review2 .text-btn-wrap a::before {
    right: 14px;
  }
}
.product-eco .sector-review2 .text-btn-wrap a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-review2 .text-btn-wrap a:before {
  right: 13px;
}
.product-eco .sector-curriculum {
  padding: 100px 0;
  background-color: #F3F3F3;
}
.product-eco .sector-curriculum .frame {
  position: relative;
}
.product-eco .sector-curriculum .frame .flag-1, .product-eco .sector-curriculum .frame .flag-2 {
  position: absolute;
  right: 31px;
}
.product-eco .sector-curriculum .frame .flag-1 {
  top: 10px;
}
.product-eco .sector-curriculum .frame .flag-2 {
  top: 303px;
}
.product-eco .sector-item {
  padding: 100px 0;
  background: #222;
}
.product-eco .sector-item .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-item .title-box .notice {
  color: rgba(255, 255, 255, 0.5);
  margin-top: 16px;
}
.product-eco .sector-item .box-list {
  margin-top: 60px;
  padding: 0 20px;
}
.product-eco .sector-item .box-list .box-item {
  width: 100%;
  text-align: left;
  padding: 28px 32px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .sector-item .box-list .box-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-item .box-list .box-title .text-1 {
  font-size: 20px;
  font-weight: 900;
  line-height: 240%;
  color: #FF7A00;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .box-list .box-title .text-2 {
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  color: #000;
  letter-spacing: -1px;
  margin-top: 20px;
}
.product-eco .sector-item .box-list .box-title .text-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 18px;
  margin-top: 20px;
}
.product-eco .sector-item .box-list .benefit-list li {
  color: #171717;
  font-size: 16px;
  font-weight: 600;
  line-height: 126%;
}
.product-eco .sector-item .box-list .box-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-item .box-list .box-price {
  text-align: left;
}
.product-eco .sector-item .box-list .box-price .before-price {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-list .box-price .after-price .price {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-list .box-price .after-price .price strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .box-price .text-price {
  margin-top: 5px;
  font-size: 14px;
  color: #888;
}
.product-eco .sector-item .box-list .btn-action {
  width: 300px;
}
.product-eco .sector-item .box-list .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-list .btn-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .btn-action a::before {
    width: 8px;
  }
}
.product-eco .sector-item .box-list .btn-action a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .btn-action a::before {
    height: 8px;
  }
}
.product-eco .sector-item .box-list .btn-action a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .btn-action a::before {
    margin-top: -4px;
  }
}
.product-eco .sector-item .box-list .btn-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-item .box-list .btn-action a::before {
    right: 16px;
  }
}
.product-eco .sector-item .box-list .btn-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .box-list .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  padding: 24px 32px;
  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%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-list .btn-action a:before {
  right: 32px;
}
.product-eco .sector-band {
  position: relative;
  padding: 30px 0;
  background-color: #0E0E0E;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/bg_band.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
.product-eco .sector-band:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  display: block;
  width: 328px;
  height: 92px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/bg_band_tail.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-band p {
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.5px;
  background: -webkit-gradient(linear, left top, right top, from(#FFCC0F), color-stop(69%, #FFFFFF));
  background: linear-gradient(90deg, #FFCC0F 0%, #FFFFFF 69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-band strong {
  font-size: 48px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.5px;
  background: -webkit-gradient(linear, left top, right top, from(#FFCC0F), color-stop(69%, #FFFFFF));
  background: linear-gradient(90deg, #FFCC0F 0%, #FFFFFF 69%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-teacher {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-teacher .teacher-box {
  padding-bottom: 14px;
  background-color: #fff;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260326/pc/bg_professor.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 1053px 405px;
}
.product-eco .sector-teacher ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-teacher ul li {
  position: relative;
}
.product-eco .sector-teacher ul li + li {
  position: relative;
}
.product-eco .sector-teacher ul li + li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
  width: 0;
  height: 100%;
  display: block;
  border-left: 0.4px dashed #ddd;
  z-index: 1;
}
.product-eco .sector-teacher ul li .flag {
  position: absolute;
  right: -10px;
  bottom: 56px;
  z-index: 2;
}
.product-eco .sector-teacher ul li .flag img {
  width: 58px;
}
.product-eco .sector-teacher ul li a {
  display: block;
  width: 163px;
}
.product-eco .sector-teacher ul li a > img {
  width: 100%;
}
.product-eco .sector-teacher ul li a .teacher-info {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 9px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18.33%, rgba(0, 0, 0, 0)), color-stop(70.83%, rgba(0, 0, 0, 0.2))), rgba(0, 0, 0, 0.66);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.33%, rgba(0, 0, 0, 0.2) 70.83%), rgba(0, 0, 0, 0.66);
}
.product-eco .sector-teacher ul li a .teacher-info span {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  line-height: 136%;
  letter-spacing: -0.32px;
}
.product-eco .sector-teacher ul li a .teacher-info span.subject {
  font-weight: 400;
}
.product-eco .sector-teacher ul li a .teacher-info span.name {
  display: block;
  font-weight: 700;
}
.product-eco .sector-book {
  padding: 100px 0;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF1C9));
  background: linear-gradient(180deg, #FFF 0%, #FFF1C9 100%);
}
.product-eco .sector-book .title-box {
  margin-bottom: 24px;
}
.product-eco .sector-book .btn-base {
  position: absolute;
  left: 50%;
  margin-left: -428px;
  bottom: -48px;
}
.product-eco .sector-book .btn-base a {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #4E4E4E;
  padding: 2px 10px;
  border: 1px solid rgba(78, 78, 78, 0.4);
  border-radius: 2px;
  background: #FFF;
  opacity: 0.6;
}
.product-eco .sector-book .btn-base a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-book .btn-base a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .btn-base a span::before {
    width: 8px;
  }
}
.product-eco .sector-book .btn-base a span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .btn-base a span::before {
    height: 8px;
  }
}
.product-eco .sector-book .btn-base a span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .btn-base a span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-book .btn-base a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #4E4E4E;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .btn-base a span::before {
    right: 16px;
  }
}
.product-eco .sector-book .btn-base a span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-book .btn-base a span {
  padding-right: 8px;
}
.product-eco .sector-book .btn-base a span:before {
  right: 0;
}
.product-eco .sector-track {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-exam {
  padding: 100px 0;
  background: #FFFADB;
}
.product-eco .sector-exam .content-box {
  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;
  text-align: left;
  padding: 0 20px;
}
.product-eco .sector-exam .content-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  margin-bottom: 12px;
  padding: 24px 32px;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  background: #FFF;
}
.product-eco .sector-exam .content-box ul li:last-child {
  margin-bottom: 0;
}
.product-eco .sector-exam .content-box p {
  font-size: 20px;
  letter-spacing: -1px;
  color: #222;
}
.product-eco .sector-exam .content-box p strong {
  font-weight: 700;
}
.product-eco .sector-exam .content-box .ico-check {
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260820/pc/ico_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-support {
  padding: 100px 0;
}
.product-eco .sector-support .desc-text {
  margin: 60px 0 40px;
}
.product-eco .sector-support .img-box {
  margin-top: 60px;
}
.product-eco .sector-support .action-link {
  width: 1000px;
  margin: 20px auto 0;
  text-align: right;
}
.product-eco .sector-support .slide-box * {
  font-size: 0;
}
.product-eco .sector-support .slide-box .slick-list {
  overflow: visible;
}
.product-eco .sector-support .slide-box .slick-slide {
  margin: 0 10px;
  border-radius: 50px;
  -webkit-box-shadow: 7px 7px 27px 0px rgba(0, 0, 0, 0.23);
          box-shadow: 7px 7px 27px 0px rgba(0, 0, 0, 0.23);
  opacity: 0.5;
}
.product-eco .sector-support .slide-box .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-support .slide-box .slick-dots {
  margin-top: 30px;
}
.product-eco .sector-brand {
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/event/251217/pc/bg_brand.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-brand .wrap {
  width: 1300px;
}
.product-eco .sector-brand .btn-base {
  position: absolute;
  top: 246px;
  left: 50%;
  margin-left: 520px;
}
.product-eco .sector-brand .btn-base button {
  font-size: 16px;
  letter-spacing: -0.48px;
  color: #F4F4F4;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2px;
  opacity: 0.6;
}/*# sourceMappingURL=web.css.map */