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

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

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

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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [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 .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-list * {
  font-size: 0;
}
.product-eco .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}
.product-eco .title-wrap.has-icon {
  padding-top: 36px;
}
.product-eco .title-wrap.has-icon:before {
  content: "";
  display: block;
  width: 57px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFBF00;
  background-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 38px 10px;
  -webkit-mask-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  mask-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: none;
}
.product-eco .title-wrap .title-label {
  display: inline-block;
  min-width: 190px;
  padding: 14px 0;
  margin-bottom: 21px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.64px;
}
.product-eco .title-wrap .sup-title {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}
.product-eco .title-wrap .title {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.44px;
}
.product-eco .title-wrap .title strong {
  font-weight: 900;
}
.product-eco .title-wrap .notice {
  margin-top: 30px;
  text-align: center;
}
.product-eco .notice {
  margin: 0 auto;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.42px;
}
.product-eco .frame {
  width: 1160px;
  padding: 40px 59px 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
}
.product-eco .frame .title-wrap {
  margin-bottom: 42px;
}
.product-eco .frame .title-wrap .title {
  color: #000;
  font-size: 26px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -1.04px;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.product-eco .sub-text {
  margin-top: 30px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
.product-eco .sector-band-yellow {
  padding: 50px 0;
  background-color: #FFA901;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_128/product/250721/pc/bg_banner_yellow.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-band-yellow .text-band {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 68.6px;
  letter-spacing: -5px;
}
.product-eco .sector-band-yellow .text-band strong {
  color: #FFF;
  text-shadow: 2px 4px 0 #000;
  -webkit-text-stroke-width: 5px;
  -webkit-text-stroke-color: #000;
  font-family: inherit;
  font-size: 66px;
  font-style: normal;
  font-weight: 700;
  line-height: 68.6px;
  letter-spacing: -5px;
  paint-order: stroke;
  -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.product-eco .sector-band-yellow .notice {
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
  color: rgba(35, 35, 35, 0.8);
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_128/product/250721/pc/bg_title_260811.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  padding-bottom: 69px;
}
.product-eco .sector-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2D2213), to(#4F4232));
  background: linear-gradient(180deg, #2D2213 0%, #4F4232 100%);
  z-index: -1;
}
.product-eco .sector-title .title-1 {
  margin-top: 95px;
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -4.4px;
  background: -webkit-gradient(linear, left top, right top, from(#fff), to(#fff));
  background: linear-gradient(90deg, #fff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.product-eco .sector-title .title-2 {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -4.4px;
  background: -webkit-gradient(linear, left top, right top, from(#FEB501), color-stop(49.66%, #FFEE96), to(#FFBC00));
  background: linear-gradient(90deg, #FEB501 0%, #FFEE96 49.66%, #FFBC00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.product-eco .sector-title .title-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 20px 0;
  gap: 6px;
}
.product-eco .sector-title .title-3 .box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #93693C;
  background: linear-gradient(122deg, #FFF 22.01%, #FFF6D9 72.44%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  backdrop-filter: blur(1px);
  text-align: left;
  width: 285px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 36px 23px;
}
.product-eco .sector-title .title-3 .box p {
  margin: 0;
  padding: 0;
}
.product-eco .sector-title .title-3 .box p.text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .box p.text-2 {
  margin-top: 10px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .box p.text-3 {
  margin-top: 4px;
  color: #58451F;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.39px;
}
.product-eco .sector-title .title-3 .box.box-dark {
  position: relative;
  border: 5px solid #93693C;
  background: linear-gradient(104deg, rgba(0, 0, 0, 0.75) 36.52%, rgba(130, 73, 5, 0.75) 109.73%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
}
.product-eco .sector-title .title-3 .box.box-dark:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/title_deco.png) no-repeat 0 0;
  background-size: cover;
  width: 143px;
  height: 79px;
}
.product-eco .sector-title .title-3 .box.box-dark .text-1 {
  color: #fff;
}
.product-eco .sector-title .title-3 .box.box-dark .text-2 {
  font-size: 22px;
  color: #FFD84D;
  background: linear-gradient(282deg, rgb(231, 173, 0) -15.51%, rgb(249, 228, 119) 107.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-3 .box.box-dark .text-notice {
  margin-top: 30px;
  color: #FFF;
  paint-order: stroke;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #58451F;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.39px;
}
.product-eco .sector-title .title-3 .title-tag {
  position: absolute;
  top: 0;
  right: 10px;
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/tag_bg.png) no-repeat 0 0;
  background-size: cover;
  width: 114px;
  height: 22px;
  text-align: center;
}
.product-eco .sector-title .title-3 .title-tag span {
  display: block;
  color: #000;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 11.302px */
  letter-spacing: -0.188px;
  text-transform: uppercase;
  padding: 5px 0px;
  line-height: 1;
}
.product-eco .sector-title .title-3 .title-flag {
  position: absolute;
  top: 0;
  right: 5px;
}
.product-eco .sector-title .action {
  margin-top: 30px;
}
.product-eco .sector-title .action a, .product-eco .sector-title .action button {
  display: block;
  width: 800px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.64%, #646464), color-stop(82.39%, #000)), -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%), linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-title .action a span, .product-eco .sector-title .action button span {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.66px;
  padding-right: 20px;
}
.product-eco .sector-title .action a span, .product-eco .sector-title .action button span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    width: 6px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    height: 6px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    margin-top: -3px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    right: 12px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-title .action a span:before, .product-eco .sector-title .action button span:before {
  right: 0;
}
.product-eco .sector-title .notice {
  margin-top: 20px;
  color: #fff;
  text-align: center;
}
.product-eco .sector-compare {
  padding: 100px 0;
}
.product-eco .sector-compare .img-box {
  position: relative;
}
.product-eco .sector-compare .compare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
.product-eco .sector-compare .compare-table .col-other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 433px;
          flex: 0 0 433px;
  background: #F2F2F2;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.product-eco .sector-compare .compare-table .col-other .cell-title {
  padding: 22px 0;
  background: #DFDFDF;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-other .cell-list li {
  position: relative;
  padding: 32px 30px 32px 70px;
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.product-eco .sector-compare .compare-table .col-other .cell-list li + li {
  border-top: 1px solid #E0E0E0;
}
.product-eco .sector-compare .compare-table .col-eduwill {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 542px;
          flex: 0 0 542px;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 0 10px 10px 0;
  border: 3px solid #ffc80c;
}
.product-eco .sector-compare .compare-table .col-eduwill:before {
  position: absolute;
  top: -3px;
  left: -27px;
  bottom: -3px;
  content: "";
  display: block;
  width: 25px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/251001/pc/bg_compare_eduwill.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-title {
  padding: 22px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFCC0F), to(#FFB700));
  background: linear-gradient(180deg, #FFCC0F 0%, #FFB700 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li {
  position: relative;
  padding: 45px 30px 45px 70px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li strong {
  color: #FF9900;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li + li {
  border-top: 1px solid #F0F0F0;
}
.product-eco .sector-compare .compare-table .ico-x,
.product-eco .sector-compare .compare-table .ico-check {
  position: absolute;
  left: 30px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.product-eco .sector-compare .compare-table .ico-x {
  top: 33px;
  background: #8A8A8A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1L9 9M9 1L1 9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/10px;
}
.product-eco .sector-compare .compare-table .ico-check {
  top: 47px;
  background: #FFC414 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center/12px;
}
.product-eco .sector-compare .stamp {
  position: absolute;
  bottom: -33px;
  right: 27px;
  opacity: 0;
  z-index: 1;
}
.product-eco .sector-compare .stamp.on {
  -webkit-animation: stampIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: stampIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  66% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  66% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.product-eco .sector-compare .notice {
  margin-top: 40px;
}
.product-eco .sector-free {
  padding: 100px 0;
  background-color: #1A1A1A;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_128/product/250721/pc/bg_free.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-free p.title {
  color: #fff;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background: linear-gradient(243deg, #FFF5E8 17.01%, #E6DAC2 66.95%);
}
.product-eco .sector-benefit .sub-text {
  margin-top: 40px;
  font-weight: 700;
}
.product-eco .sector-benefit .img-box {
  margin-top: 20px;
}
.product-eco .sector-benefit .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 22px 10px;
}
.product-eco .sector-benefit .card-list > div {
  position: relative;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 255, 0.5)), to(#FFFDFF));
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  -webkit-box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
          box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
  overflow: hidden;
}
.product-eco .sector-benefit .card-list > div:first-child {
  margin-left: 100px;
}
.product-eco .sector-benefit .card-list > div:nth-child(3) {
  margin-right: 100px;
}
.product-eco .sector-benefit .card-list .badge-only {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 7px 0 5px;
  background: linear-gradient(158deg, #C59F57 14.58%, #F3D27C 37.4%, #CDA257 85.42%);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.24px;
}
.product-eco .sector-benefit .card-list .text-1 {
  position: absolute;
  top: 207px;
  left: 20px;
  right: 20px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .sector-benefit .card-list .text-1 strong {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1px;
}
.product-eco .sector-benefit .card-list .action-base {
  position: absolute;
  right: 30px;
  bottom: 19px;
}
.product-eco .sector-intro {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2D2213), to(#4F4232)), -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E)), #FFF;
  background: linear-gradient(180deg, #2D2213 0%, #4F4232 100%), linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%), #FFF;
}
.product-eco .sector-intro p.title {
  color: #fff;
}
.product-eco .sector-intro .swiper-intro-tab {
  margin: 0 20px;
}
.product-eco .sector-intro .swiper-intro-tab .swiper-wrapper .swiper-slide {
  padding: 22px 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
  cursor: pointer;
}
.product-eco .sector-intro .swiper-intro-tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background: #FDC300;
  color: #000;
  font-weight: 700;
}
.product-eco .sector-intro .swiper-intro {
  margin-top: 20px;
}
.product-eco .sector-intro .swiper-intro .swiper-wrapper .swiper-slide .frame {
  background-color: #F2F2F2;
  border-color: #CFCFCF;
}
.product-eco .sector-intro .swiper-intro .swiper-wrapper .swiper-slide .frame .title-wrap {
  min-height: 74px;
}
.product-eco .sector-intro .sub-text {
  line-height: 1.3;
  letter-spacing: -1.28px;
  color: #fff;
  font-weight: 400;
}
.product-eco .sector-intro .sub-text .fc-point {
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-where {
  padding: 100px 0;
  background: #FFF9E8;
}
.product-eco .sector-where .frame {
  border-color: #FFD04B;
}
.product-eco .sector-where .frame .title-wrap .title strong {
  display: inline-block;
  margin-bottom: 20px;
}
.product-eco .sector-where .frame .notice {
  margin-top: 11px;
}
.product-eco .sector-item {
  padding: 100px 0 129px;
  background-color: #F8F8F8;
}
.product-eco .sector-item .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0 20px;
}
.product-eco .sector-item .item-wrap .item-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 33px 29px 22px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .item-wrap .item-box .flag-best {
  position: absolute;
  top: 0;
  right: 20px;
}
.product-eco .sector-item .item-wrap .item-box .flag-best img {
  width: 13.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .flag-best img {
    width: 95px;
  }
}
.product-eco .sector-item .item-wrap .item-box .item-info-area {
  margin-bottom: 24px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .sub-title {
  margin-bottom: 24px;
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: -2px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .sub-title strong {
  color: #FF7900;
  font-weight: 900;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .title {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -2px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .title strong {
  font-weight: 900;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list {
  margin-top: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li.fc-blue {
  color: #1757B7;
  margin: 7px 0;
  font-weight: 700;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li .info-label {
  width: 65px;
  margin-right: 10px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li .info-text {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li .info-text strong {
  font-weight: 700;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 121%;
  color: #666;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .price-after {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .price-after strong {
  font-weight: 900;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .text-price {
  color: #888;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  font-size: 14px;
  word-break: keep-all;
  overflow-wrap: break-word;
  letter-spacing: -0.8px;
  margin-top: 3px;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action {
  margin: 24px -10px 0;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply {
  display: block;
  width: 100%;
  padding: 25px 26px;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    width: 10px;
  }
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    height: 10px;
  }
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    right: 20px;
  }
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
  border-top-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    border-top-width: 3px;
  }
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply:before {
  right: 26px;
}
.product-eco .sector-reason1 {
  padding-top: 120px;
  background-color: #F3F3F3;
}
.product-eco .sector-reason1 .frame {
  padding-right: 58px;
  padding-left: 58px;
}
.product-eco .sector-reason1 .frame .title-wrap {
  margin-bottom: 21px;
}
.product-eco .sector-reason1 .frame .notice {
  margin-top: 32px;
}
.product-eco .sector-reason2 {
  padding-top: 23px;
  background-color: #F3F3F3;
}
.product-eco .sector-reason2 .box-list .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 27px 19px;
  border-radius: 10px;
  border: 1.105px solid #E6E6E6;
  background: #F8F8F8;
}
.product-eco .sector-reason2 .box-list .box .tit {
  margin-top: 14px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.product-eco .sector-reason2 .box-list .box .desc {
  margin-top: 5px;
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-reason3 {
  padding-top: 23px;
  background-color: #F3F3F3;
}
.product-eco .sector-reason3 .box-yellow {
  position: relative;
  padding: 30px 0;
  margin: 0 45px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 248, 229, 0)), color-stop(19.29%, rgba(255, 248, 229, 0.79)), color-stop(50%, #FFF8E5), color-stop(88.02%, rgba(255, 248, 229, 0.74)), to(rgba(255, 248, 229, 0)));
  background: linear-gradient(90deg, rgba(255, 248, 229, 0) 0%, rgba(255, 248, 229, 0.79) 19.29%, #FFF8E5 50%, rgba(255, 248, 229, 0.74) 88.02%, rgba(255, 248, 229, 0) 100%);
}
.product-eco .sector-reason3 .box-yellow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 248, 229, 0)), color-stop(50%, #CFCFCF), to(rgba(255, 248, 229, 0)));
  background: linear-gradient(90deg, rgba(255, 248, 229, 0) 0%, #CFCFCF 50%, rgba(255, 248, 229, 0) 100%);
}
.product-eco .sector-reason3 .box-yellow:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 248, 229, 0)), color-stop(50%, #CFCFCF), to(rgba(255, 248, 229, 0)));
  background: linear-gradient(90deg, rgba(255, 248, 229, 0) 0%, #CFCFCF 50%, rgba(255, 248, 229, 0) 100%);
}
.product-eco .sector-reason3 .box-yellow p {
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.8px;
}
.product-eco .sector-reason3 .box-yellow p strong {
  color: #FF7A00;
  font-weight: 700;
}
.product-eco .sector-reason3 .action {
  position: absolute;
  top: 457px;
  right: 156px;
}
.product-eco .sector-reason3 .action .btn-base {
  padding: 3px 10px;
  border-radius: 2px;
  border: 1px solid rgba(91, 91, 91, 0.3);
  opacity: 0.5;
  color: #6E6E6E;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.42px;
}
.product-eco .sector-reason4 {
  background-color: #F3F3F3;
  padding-top: 23px;
  padding-bottom: 120px;
}
.product-eco .sector-reason4 .frame {
  padding-bottom: 69px;
}
.product-eco .sector-reason4 .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 16px;
}
.product-eco .sector-reason4 .tab-box .tab-list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 23px 30px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-reason4 .tab-box .tab-list li p {
  color: #fff;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 350;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.product-eco .sector-reason4 .tab-box .tab-list li p strong {
  color: #fff;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.product-eco .sector-reason4 .tab-box .tab-list li.active {
  background-color: #000;
}
.product-eco .sector-reason4 .tab-box .tab-list li:not(.active) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .sector-reason4 .tab-box .tab-view {
  position: relative;
}
.product-eco .sector-reason4 .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .sector-reason4 .tab-box .tab-view .video-box {
  position: absolute;
  top: 238px;
  left: 47px;
  width: 530px;
  height: 298px;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-reason4 .tab-box .tab-view .video-box button {
  width: 100%;
  height: 100%;
}
.product-eco .sector-reason4 .tab-box .tab-view .video-box button img {
  width: 100%;
}
.product-eco .sector-reason4 .tab-box .tab-view .psh-review-swiper {
  position: absolute;
  bottom: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 948px;
}
.product-eco .sector-reason4 .tab-box .tab-view .psh-review-swiper .slick-slide {
  margin: 0 5px;
}
.product-eco .sector-reason4 .sub-text {
  margin-top: 44px;
  position: relative;
  padding: 30px 0;
  font-size: 22px;
  line-height: 1.4;
  letter-spacing: -0.88px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, #F3F3F3), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #F3F3F3 50%, rgba(255, 255, 255, 0) 100%);
}
.product-eco .sector-reason4 .sub-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 248, 229, 0)), color-stop(50%, #CFCFCF), to(rgba(255, 248, 229, 0)));
  background: linear-gradient(90deg, rgba(255, 248, 229, 0) 0%, #CFCFCF 50%, rgba(255, 248, 229, 0) 100%);
}
.product-eco .sector-reason4 .sub-text:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 248, 229, 0)), color-stop(50%, #CFCFCF), to(rgba(255, 248, 229, 0)));
  background: linear-gradient(90deg, rgba(255, 248, 229, 0) 0%, #CFCFCF 50%, rgba(255, 248, 229, 0) 100%);
}
.product-eco .sector-goals {
  background-color: #F8F8F8;
  padding: 100px 0;
}/*# sourceMappingURL=web.css.map */