@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 {
  -webkit-animation-name: effectBlink;
          animation-name: effectBlink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "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 [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: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 60px;
  }
}
.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_23.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 .slick-list * {
  font-size: 0;
}
.product-eco .slick-dots li button {
  width: 15px;
  height: 15px;
  margin: 0 4px;
  background-color: #bbb;
  border-radius: 15px;
  -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 .slick-dots li.slick-active button {
  width: 48px;
  border-radius: 15px;
  background-color: #FFBF00;
}
.product-eco .action .btn-base {
  padding: 1px 18px 3px 7px;
  border-radius: 2px;
  border: 1px solid rgba(124, 117, 72, 0.4);
}
.product-eco .action .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .action .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    width: 6px;
  }
}
.product-eco .action .btn-base::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    height: 6px;
  }
}
.product-eco .action .btn-base::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .action .btn-base::before {
    margin-top: -3px;
  }
}
.product-eco .action .btn-base::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 .btn-base::before {
    right: 12px;
  }
}
.product-eco .action .btn-base::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .action .btn-base {
  opacity: 0.6;
}
.product-eco .action .btn-base span {
  display: inline-block;
  color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  vertical-align: top;
}
.product-eco .action .btn-base:before {
  right: 7px;
}
.product-eco .title-box {
  position: relative;
  margin-bottom: 40px;
}
.product-eco .title-box .action-base {
  margin-top: 9px;
}
.product-eco .title-box .text-notice {
  margin-top: 20px;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
}
.product-eco .title-box p.num-title {
  margin-bottom: 15px;
  color: #7C5100;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -1.2px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .title-box p.main-title {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1.5px;
  color: #222;
}
.product-eco .title-box p.main-title strong {
  font-weight: 900;
  line-height: 1.3;
  font-size: 40px;
}
.product-eco .title-box p.main-title .fc-point {
  color: #FFBF00;
}
.product-eco .title-box p.sub-title {
  margin-top: 5px;
  font-size: 30px;
  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 .notice {
  text-align: center;
  color: #999999;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.72px;
  margin-top: 10px;
}
.product-eco .notice.white {
  color: rgba(255, 255, 255, 0.8);
}
.product-eco .desc-text {
  color: #222;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  line-height: 140%; /* 42px */
}
.product-eco .desc-text strong {
  font-weight: 900;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-eco .frame {
  margin: 0 auto;
  width: 1118px;
  padding: 40px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .text-notice {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.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 .support-message {
  color: #a1a1a1;
}
.product-eco .fix-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11;
  background: rgba(0, 0, 0, 0.9);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-bottom a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::before {
    width: 12px;
  }
}
.product-eco .fix-bottom a::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::before {
    height: 12px;
  }
}
.product-eco .fix-bottom a::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::before {
    margin-top: -6px;
  }
}
.product-eco .fix-bottom a::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a::before {
    right: 24px;
  }
}
.product-eco .fix-bottom a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-bottom a {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100px;
  font-size: 30px;
  font-weight: 900;
  color: #fff;
}
.product-eco .fix-bottom a strong {
  display: inline-block;
  color: #FFC700;
  font-weight: 900;
  margin-left: 6px;
}
.product-eco .fix-bottom a:before {
  right: 20%;
}
.product-eco .fix-bottom a:after {
  right: 18%;
}
.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-visual {
  background-color: #FFF9C8;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260813/pc/bg_visual.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-visual .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: 40px;
  margin: 60px 0 50px;
}
.product-eco .sector-visual .laurel-wrap .laurel {
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260813/pc/bg_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  width: 179px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 76px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  color: #7C7548;
}
.product-eco .sector-visual .laurel-wrap .laurel:before, .product-eco .sector-visual .laurel-wrap .laurel:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 40px;
  height: 77px;
}
.product-eco .sector-visual .laurel-wrap .laurel:before {
  left: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260813/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-visual .laurel-wrap .laurel:after {
  right: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/product/260813/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-visual .laurel-wrap .laurel strong {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  line-height: 140%;
  letter-spacing: -0.52px;
  color: currentColor;
}
.product-eco .sector-visual .laurel-wrap .laurel strong.fs-sm {
  font-size: 23px;
}
.product-eco .sector-visual .action {
  position: absolute;
  top: 103px;
  left: 50%;
  margin-left: 560px;
}
.product-eco .sector-visual .box-wrap {
  position: absolute;
  top: 678px;
  left: 0;
  right: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 6px;
  padding: 0 20px;
}
.product-eco .sector-visual .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-visual .box-wrap .box-inner {
  position: relative;
  padding: 28px 46px;
  border-radius: 12px;
  background: linear-gradient(122deg, #FFF 22.01%, #FFF6D9 72.44%);
  backdrop-filter: blur(1px);
  overflow: hidden;
}
.product-eco .sector-visual .box-wrap .flag {
  position: absolute;
  top: 0;
  right: 10px;
  width: 72px;
  height: 81px;
  padding-top: 15px;
  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-visual .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-visual .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-visual .box-wrap .text-1 {
  font-size: 16px;
  line-height: 130%;
  color: #7B4F20;
  letter-spacing: -1.12px;
}
.product-eco .sector-visual .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-visual .btn-action {
  position: absolute;
  top: 872px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-eco .sector-visual .btn-action a {
  display: block;
  width: 750px;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.96px;
  margin: 0 auto;
  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%);
  -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-visual .btn-action a:after {
  right: 50px;
}
.product-eco .sector-visual .btn-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-visual .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-visual .btn-action a span::before {
    width: 12px;
  }
}
.product-eco .sector-visual .btn-action a span::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-visual .btn-action a span::before {
    height: 12px;
  }
}
.product-eco .sector-visual .btn-action a span::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-visual .btn-action a span::before {
    margin-top: -6px;
  }
}
.product-eco .sector-visual .btn-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFD453;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-visual .btn-action a span::before {
    right: 24px;
  }
}
.product-eco .sector-visual .btn-action a span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-visual .btn-action a span {
  padding-right: 24px;
  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;
  display: block;
  width: 100%;
}
.product-eco .sector-visual .btn-action a span:after {
  right: 0;
}
.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 {
  margin-top: 20px;
}
.product-eco .sector-winners {
  position: relative;
  height: 800px;
  padding-top: 80px;
  background-color: #000;
  overflow: hidden;
}
.product-eco .sector-winners .wrap {
  z-index: 3;
}
.product-eco .sector-winners .title-box {
  margin-bottom: 0;
}
.product-eco .sector-winners p.main-title {
  color: #fff;
  font-size: 42px;
  font-weight: 400;
}
.product-eco .sector-winners p.main-title strong {
  font-size: 54px;
  font-weight: 700;
}
.product-eco .sector-winners .eduf-winner-contents {
  position: absolute;
  top: 209px;
  left: 0;
  right: 0;
  z-index: 1;
}
.product-eco .sector-winners .eduf-winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-winners .eduf-winner-list p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  letter-spacing: -1px;
}
.product-eco .sector-winners .bg-video {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-winners:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-review {
  background: -webkit-gradient(linear, left top, right top, from(#FFF7E9), to(#E6DBA9));
  background: linear-gradient(90deg, #FFF7E9 0%, #E6DBA9 100%);
  padding: 100px 0;
}
.product-eco .sector-review .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 {
  color: #FFBF00;
}
.product-eco .sector-compare .text-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-benefit2 {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.84%, #FFBF00), color-stop(90.52%, #FFA800));
  background: linear-gradient(180deg, #FFBF00 28.84%, #FFA800 90.52%);
}
.product-eco .sector-benefit2 .title-box p.main-title {
  font-size: 30px;
  font-weight: 400;
}
.product-eco .sector-benefit2 .title-box p.main-title strong {
  display: block;
  font-size: 40px;
}
.product-eco .sector-benefit2 .box-list div {
  -webkit-filter: drop-shadow(6px 6px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(6px 6px 16px rgba(0, 0, 0, 0.1));
}
.product-eco .sector-benefit2 .text-notice {
  margin: 28px 45px 0;
  padding-bottom: 70px;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
  text-align: left;
}
.product-eco .sector-target {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/J/product/250616/pc/bg_target.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-target p.main-title {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
}
.product-eco .sector-target p.main-title strong {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9D00), color-stop(80.16%, #FC0), color-stop(143.92%, #FFF5BC));
  background: linear-gradient(180deg, #FF9D00 0%, #FC0 80.16%, #FFF5BC 143.92%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-item {
  padding: 95px 0;
  background: #F8F8F8;
}
.product-eco .sector-item .fc-point {
  color: #FF7900;
}
.product-eco .sector-item .title-box p.main-title {
  font-size: 30px;
  font-weight: 400;
}
.product-eco .sector-item .title-box p.main-title strong {
  display: block;
  font-size: 40px;
  font-weight: 900;
}
.product-eco .sector-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin: 0 20px;
}
.product-eco .sector-item .item {
  position: relative;
  max-width: 572px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  border-radius: 10px;
  padding: 34px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  text-align: left;
}
.product-eco .sector-item .item .item-flag {
  position: absolute;
  top: 0;
  right: 10px;
  width: 92px;
  height: 102px;
  padding-top: 32px;
  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-item .item .item-flag p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  line-height: 110%;
  color: #301D03;
  letter-spacing: -1.2px;
  -webkit-transform: skewY(-15deg) translateX(-4px);
  transform: skewY(-15deg) translateX(-4px);
}
.product-eco .sector-item .item .item-header {
  position: relative;
  margin-bottom: 26px;
}
.product-eco .sector-item .item .item-header .item-category {
  font-size: 20px;
  color: #6A6A6A;
  line-height: 1.2;
  margin-bottom: 20px;
  font-weight: 500;
}
.product-eco .sector-item .item .item-header .item-category strong {
  color: #FF7900;
  font-weight: 900;
}
.product-eco .sector-item .item .item-header .title {
  font-size: 28px;
  font-weight: 400;
  color: #111;
  line-height: 1.4;
  margin: 0;
  letter-spacing: -1px;
}
.product-eco .sector-item .item .item-header .title strong {
  font-weight: 900;
}
.product-eco .sector-item .item .item-header .header-visual {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-item .item .item-header .header-visual .icon-plus {
  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: 30px;
  height: 30px;
  margin-right: -70px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #E9E9E9;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.product-eco .sector-item .item .item-info {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  margin-bottom: 30px;
}
.product-eco .sector-item .item .item-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 15px;
  line-height: 1.6;
}
.product-eco .sector-item .item .item-info dl:last-child {
  margin-bottom: 0;
}
.product-eco .sector-item .item .item-info dl dt, .product-eco .sector-item .item .item-info dl dd {
  line-height: 1.6;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .item .item-info dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 52px;
  color: #000;
}
.product-eco .sector-item .item .item-info dl dt span {
  font-size: inherit;
  font-weight: inherit;
}
.product-eco .sector-item .item .item-info dl dd {
  margin: 0;
  color: #000;
}
.product-eco .sector-item .item .item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.product-eco .sector-item .item .item-options .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-eco .sector-item .item .item-options .option-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  background-color: #111;
  border-radius: 4px;
  position: relative;
  cursor: not-allowed;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-item .item .item-options .option-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product-eco .sector-item .item .item-options .option-item .option-text strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
  color: #FF5E00;
}
.product-eco .sector-item .item .item-options .option-item .option-text {
  margin: 0;
  font-size: 15px;
  color: #4D4D4D;
  letter-spacing: -0.5px;
  line-height: 1.5;
}
.product-eco .sector-item .item .item-bottom {
  margin-top: auto;
}
.product-eco .sector-item .item .item-bottom .item-price {
  margin-bottom: 20px;
}
.product-eco .sector-item .item .item-bottom .item-price [class^=price-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.product-eco .sector-item .item .item-bottom .item-price .price-before p {
  font-size: 15px;
  color: #666;
}
.product-eco .sector-item .item .item-bottom .item-price .price-before span {
  font-size: 15px;
  color: #666;
  text-decoration: line-through;
}
.product-eco .sector-item .item .item-bottom .item-price .price-after p {
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-item .item .item-bottom .item-price .price-after strong {
  font-size: 36px;
  font-weight: 900;
}
.product-eco .sector-item .item .item-bottom .item-price .price-notice {
  margin-top: 14px;
}
.product-eco .sector-item .item .item-bottom .item-price .price-notice p {
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-item .item .item-bottom .btn-submit {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item .item-bottom .btn-submit::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .item-bottom .btn-submit::before {
    width: 12px;
  }
}
.product-eco .sector-item .item .item-bottom .btn-submit::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .item-bottom .btn-submit::before {
    height: 12px;
  }
}
.product-eco .sector-item .item .item-bottom .btn-submit::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .item-bottom .btn-submit::before {
    margin-top: -6px;
  }
}
.product-eco .sector-item .item .item-bottom .btn-submit::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .item-bottom .btn-submit::before {
    right: 24px;
  }
}
.product-eco .sector-item .item .item-bottom .btn-submit::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .item .item-bottom .btn-submit {
  width: 100%;
  display: block;
  padding: 24px 31px;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #fff;
  border: none;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  text-align: left;
}
.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: 54px;
  font-weight: 900;
  line-height: 1.6;
  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 .notice {
  color: #fff;
}
.product-eco .sector-interview {
  position: relative;
  padding: 100px 0;
  background-color: #F9F9F9;
}
.product-eco .sector-interview.bg-white {
  background-color: #fff;
}
.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: 24px;
  margin-bottom: 40px;
}
.product-eco .sector-interview .tab-list {
  margin-bottom: 38px;
}
.product-eco .sector-interview .tab-list .slick-list,
.product-eco .sector-interview .tab-list .slick-track {
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.product-eco .sector-interview .tab-list .slick-track {
  width: 1070px !important;
}
.product-eco .sector-interview .tab-list .slick-slide {
  width: 330px !important;
  margin: 0 12px;
}
.product-eco .sector-interview .tab-list a {
  display: block;
  margin-bottom: 10px;
}
.product-eco .sector-interview .tab-list a img {
  width: 100%;
}
.product-eco .sector-interview .tab-contents .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-interview .tab-contents .slick-slide img {
  width: 100%;
}
.product-eco .sector-interview .interview-section {
  padding-bottom: 30px;
}
.product-eco .sector-interview .slide-group {
  position: relative;
  width: 100%;
}
.product-eco .sector-interview .slide-group .slick-slide {
  margin-right: -15px;
  width: 452px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
}
.product-eco .sector-interview .slide-group .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-interview .slide-group .slick-dots {
  width: 100%;
  text-align: center;
  margin-top: 2px;
}
.product-eco .sector-interview .slide-group .slick-dots li {
  margin: 0 4px;
}
.product-eco .sector-interview .slide-group .slick-dots li button {
  background: #bbb;
}
.product-eco .sector-interview .slide-group .slick-dots li.slick-active button {
  width: 48px;
  background: #ffbe00;
}
.product-eco .sector-interview .action-link {
  width: 1000px;
  margin: 20px auto 0;
  text-align: right;
}
.product-eco .sector-teacher {
  padding: 100px 0;
  background: #FFF;
}
.product-eco .sector-teacher .prof-point {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  margin-top: 48px;
  padding: 0 20px;
}
.product-eco .sector-teacher .prof-point li {
  padding: 24px 0;
  border-radius: 12px;
  border: 1px solid #E6E6E6;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFAED), to(#F9EAC3));
  background: linear-gradient(180deg, #FFFAED 0%, #F9EAC3 100%);
}
.product-eco .sector-teacher .prof-point li strong {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.2px;
  color: #957800;
  margin-bottom: 4px;
}
.product-eco .sector-teacher .prof-point li span {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -1px;
  color: #222;
}
.product-eco .sector-result {
  background: #F8F6ED;
}
.product-eco .sector-result .box-list {
  gap: 20px;
}
.product-eco .sector-benefit1 {
  background: #FEF6DE;
}
.product-eco .sector-benefit1 .action {
  position: relative;
  display: inline-block;
}
.product-eco .sector-benefit1 .action::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit1 .action::before {
    width: 14px;
  }
}
.product-eco .sector-benefit1 .action::before {
  height: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit1 .action::before {
    height: 14px;
  }
}
.product-eco .sector-benefit1 .action::before {
  margin-top: -0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit1 .action::before {
    margin-top: -7px;
  }
}
.product-eco .sector-benefit1 .action::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit1 .action::before {
    right: 28px;
  }
}
.product-eco .sector-benefit1 .action::before {
  border-top-width: 4px;
  border-right-width: 4px;
}
.product-eco .sector-benefit1 .action {
  width: 640px;
  height: 100px;
  margin: 0 auto;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  letter-spacing: -1.5px;
  font-size: 34px;
  background: #000;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.product-eco .sector-benefit1 .box-list {
  padding: 110px 0 145px;
}
.product-eco .sector-benefit1 .box-list div {
  -webkit-filter: drop-shadow(0 -13.739px 18.318px rgba(0, 0, 0, 0.03));
          filter: drop-shadow(0 -13.739px 18.318px rgba(0, 0, 0, 0.03));
}
.product-eco .sector-book {
  padding: 100px 0;
  background: linear-gradient(180deg, #FFF 0%, #FFF1C9 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, #FFC100 84.1%, #FFC40E 100%), linear-gradient(300deg, #FFC000 0%, #FFDF6C 100%);
}
.product-eco .sector-book .slide-group .slick-slide {
  opacity: 0.5;
}
.product-eco .sector-book .slide-group .slick-current {
  opacity: 1;
}
.product-eco .sector-curriculum {
  padding: 100px 0;
  background: #F6F6F6;
}
.product-eco .sector-curriculum .tab-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1100px;
  margin: 0 auto;
}
.product-eco .sector-curriculum .tab-group .tab-list li {
  cursor: pointer;
}
.product-eco .sector-curriculum .tab-group .tab-list li + li {
  margin-top: 15px;
}
.product-eco .sector-curriculum .tab-group .tab-view {
  position: relative;
  left: -48px;
}
.product-eco .sector-support {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-support .desc-text {
  font-size: 32px;
  font-weight: 500;
  color: #222;
  line-height: 140%;
  letter-spacing: -1.92px;
  margin: 60px 0 40px;
}
.product-eco .sector-support .section-title + img {
  margin-top: 50px;
}
.product-eco .sector-support .action-link {
  width: 1000px;
  margin: 20px auto 0;
  text-align: right;
}
.product-eco .sector-support .slide-group .slick-list {
  overflow: visible;
}
.product-eco .sector-support .slide-group .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-group .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-support .slide-group .slick-dots {
  margin-top: 30px;
}/*# sourceMappingURL=web.css.map */