@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 {
  overflow: hidden;
  text-align: center;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  line-height: normal;
  color: inherit;
}
.promotion a,
.product-eco a,
.fullservice a {
  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: 54%;
  right: 173px;
  z-index: 1;
  display: block;
  width: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 110px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 14.8611111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 107px;
  }
}
.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;
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  vertical-align: top;
}
.promotion .slick-list * .slick-slide,
.product-eco .slick-list * .slick-slide,
.fullservice .slick-list * .slick-slide {
  border: none;
}

.product-eco .wrap {
  max-width: 720px;
}
.product-eco .only-pc {
  display: none;
}
.product-eco .only-mobile {
  display: block;
}
.product-eco .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow {
    width: 100px;
  }
}
.product-eco .slick-arrow {
  height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow {
    height: 100px;
  }
}
.product-eco .slick-arrow {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  background: transparent;
}
.product-eco .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow::before {
    width: 25px;
  }
}
.product-eco .slick-arrow::before {
  height: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow::before {
    height: 25px;
  }
}
.product-eco .slick-arrow::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .slick-arrow {
  left: 0;
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 100px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 100px;
  }
}
.product-eco .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  background: transparent;
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 25px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 25px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.product-eco .slick-dots {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots {
    margin-top: 40px;
  }
}
.product-eco .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li {
    margin: 0 4px;
  }
}
.product-eco .slick-dots li button {
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    width: 12px;
  }
}
.product-eco .slick-dots li button {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    height: 12px;
  }
}
.product-eco .slick-dots li button {
  border-radius: 69.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    border-radius: 500px;
  }
}
.product-eco .slick-dots li button {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-dots li.slick-active button {
  width: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li.slick-active button {
    width: 36px;
  }
}
.product-eco .slick-dots li.slick-active button {
  background: #000;
}
.product-eco .title-box {
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box {
    margin-bottom: 60px;
  }
}
.product-eco .title-box .sup-title {
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sup-title {
    margin-bottom: 10px;
  }
}
.product-eco .title-box .sup-title {
  color: #000;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sup-title {
    font-size: 32px;
  }
}
.product-eco .title-box .sup-title {
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sup-title {
    letter-spacing: -2.04px;
  }
}
.product-eco .title-box .main-title {
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .main-title {
    font-size: 40px;
  }
}
.product-eco .title-box .main-title {
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.2638888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .main-title {
    letter-spacing: -1.9px;
  }
}
.product-eco .title-box .main-title {
  color: #000;
}
.product-eco .title-box .main-title .fw-md {
  font-weight: 500;
  line-height: inherit;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
  line-height: inherit;
}
.product-eco .title-box .main-title .fc-point {
  color: #FA0;
}
.product-eco .title-box .num-title {
  display: inline-block;
  padding: 1.6666666667vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .num-title {
    padding: 12px 20px;
  }
}
.product-eco .title-box .num-title {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .num-title {
    margin-bottom: 20px;
  }
}
.product-eco .title-box .num-title {
  color: #000;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .num-title {
    font-size: 18px;
  }
}
.product-eco .title-box .num-title {
  font-weight: 700;
  line-height: 1.35;
  border-radius: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .num-title {
    border-radius: 8px;
  }
}
.product-eco .title-box .num-title {
  background: #FFF;
  border: 1px solid #E6E6E6;
}
.product-eco .title-box .num-title ~ .main-title {
  font-weight: 700;
}
.product-eco .title-box .notice {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .notice {
    margin-top: 15px;
  }
}
.product-eco .box-list {
  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;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .box-list {
    gap: 10px;
  }
}
.product-eco .frame {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .frame {
    margin: 0 40px;
  }
}
.product-eco .frame {
  padding: 8.1944444444vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .frame {
    padding: 59px 0;
  }
}
.product-eco .frame {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .frame {
    border-radius: 10px;
  }
}
.product-eco .frame {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .frame {
    border-width: 1px;
  }
}
.product-eco .frame {
  border-style: solid;
  border-color: #d4d4d4;
  background: #fff;
}
.product-eco .frame .title-box {
  position: relative;
}
.product-eco .frame .title-box ~ .title-box {
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .frame .title-box ~ .title-box {
    margin-top: 50px;
  }
}
.product-eco .frame .title-box .main-title {
  color: #000;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .frame .title-box .main-title {
    font-size: 32px;
  }
}
.product-eco .frame .title-box .main-title {
  font-weight: 400;
  line-height: 1.2;
}
.product-eco .text-notice {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .text-notice {
    margin-top: 30px;
  }
}
.product-eco .text-notice {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .text-notice {
    font-size: 18px;
  }
}
.product-eco .text-notice {
  font-weight: 400;
  line-height: 1.4;
  color: #888;
  font-style: normal;
  line-height: 135%;
  letter-spacing: -0.125vw;
}
@media screen and (min-width: 720px) {
  .product-eco .text-notice {
    letter-spacing: -0.9px;
  }
}
.product-eco .text-notice {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .fix-bottom {
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
}
.product-eco .sector-hero {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a0a0c), color-stop(58.12%, #13140A));
  background: linear-gradient(180deg, #0a0a0c 0%, #13140A 58.12%);
}
.product-eco .sector-hero .wrap {
  padding-bottom: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .wrap {
    padding-bottom: 50px;
  }
}
.product-eco .sector-hero .wrap {
  background-image: url("//img.eduwill.net/eduwill/img/2026/A/product/260402/mobile/bg_hero.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-hero .laurel-wrap {
  position: relative;
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap {
    margin-top: 60px;
  }
}
.product-eco .sector-hero .laurel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.7222222222vw 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap {
    gap: 34px 12px;
  }
}
.product-eco .sector-hero .laurel-wrap {
  z-index: 1;
}
.product-eco .sector-hero .laurel-wrap .laurel {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 26.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel {
    min-width: 190px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel {
  -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;
  padding: 0 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel {
    padding: 0 28px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel {
  min-height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel {
    min-height: 64px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel {
  color: #DAB2B2;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel {
    font-size: 20px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel {
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.1333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel {
    letter-spacing: -0.96px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel strong {
  display: inline-block;
  margin-top: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel strong {
    margin-top: 5px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel strong {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel strong {
    font-size: 22px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel strong {
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.1583333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel strong {
    letter-spacing: -1.14px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel:before, .product-eco .sector-hero .laurel-wrap .laurel:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel:before, .product-eco .sector-hero .laurel-wrap .laurel:after {
    width: 28px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel:before, .product-eco .sector-hero .laurel-wrap .laurel:after {
  height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .laurel-wrap .laurel:before, .product-eco .sector-hero .laurel-wrap .laurel:after {
    height: 64px;
  }
}
.product-eco .sector-hero .laurel-wrap .laurel:before, .product-eco .sector-hero .laurel-wrap .laurel:after {
  background-image: url("//img.eduwill.net/eduwill/img/2026/A/lecture/260803/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-hero .laurel-wrap .laurel:before {
  left: 0;
}
.product-eco .sector-hero .laurel-wrap .laurel:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-eco .sector-hero .title-1 {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-1 {
    margin-top: 30px;
  }
}
.product-eco .sector-hero .title-1 {
  color: #FFF;
  text-shadow: 4.418px 4.418px 0 #000;
  -webkit-text-stroke-width: 0.8180555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-1 {
    -webkit-text-stroke-width: 5.89px;
  }
}
.product-eco .sector-hero .title-1 {
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 11.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-1 {
    font-size: 82px;
  }
}
.product-eco .sector-hero .title-1 {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-1 {
    letter-spacing: -4.4px;
  }
}
.product-eco .sector-hero .title-1 {
  paint-order: stroke;
}
.product-eco .sector-hero .title-2 {
  -webkit-text-stroke-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-2 {
    -webkit-text-stroke-width: 1px;
  }
}
.product-eco .sector-hero .title-2 {
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 11.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-2 {
    font-size: 82px;
  }
}
.product-eco .sector-hero .title-2 {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-2 {
    letter-spacing: -4.4px;
  }
}
.product-eco .sector-hero .title-2 {
  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-hero .title-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 6.9444444444vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 {
    margin: 50px 40px 0;
  }
}
.product-eco .sector-hero .title-3 {
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 {
    gap: 10px;
  }
}
.product-eco .sector-hero .title-3 .box {
  position: relative;
  overflow: hidden;
  min-height: 18.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box {
    min-height: 130px;
  }
}
.product-eco .sector-hero .title-3 .box {
  border-radius: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box {
    border-radius: 6px;
  }
}
.product-eco .sector-hero .title-3 .box {
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box {
    border-width: 2px;
  }
}
.product-eco .sector-hero .title-3 .box {
  border-style: solid;
  border-color: #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: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box {
    padding: 30px;
  }
}
.product-eco .sector-hero .title-3 .box p {
  margin: 0;
  padding: 0;
}
.product-eco .sector-hero .title-3 .box p.text-1 {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box p.text-1 {
    font-size: 28px;
  }
}
.product-eco .sector-hero .title-3 .box p.text-1 {
  font-weight: 400;
  line-height: 1.3;
  color: rgb(123, 79, 32);
}
.product-eco .sector-hero .title-3 .box p.text-2 {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box p.text-2 {
    font-size: 28px;
  }
}
.product-eco .sector-hero .title-3 .box p.text-2 {
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box p.text-2 {
    letter-spacing: -0.5px;
  }
}
.product-eco .sector-hero .title-3 .box p.text-2 {
  color: rgb(123, 79, 32);
}
.product-eco .sector-hero .title-3 .box.box-dark {
  position: relative;
  border: 5px solid #93693C;
  border-width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box.box-dark {
    border-width: 5px;
  }
}
.product-eco .sector-hero .title-3 .box.box-dark {
  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-hero .title-3 .box.box-dark .text-1 {
  color: #fff;
}
.product-eco .sector-hero .title-3 .box.box-dark .text-2 {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box.box-dark .text-2 {
    font-size: 28px;
  }
}
.product-eco .sector-hero .title-3 .box.box-dark .text-2 {
  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-hero .title-3 .box.box-dark .text-notice {
  margin-top: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box.box-dark .text-notice {
    margin-top: 14px;
  }
}
.product-eco .sector-hero .title-3 .box.box-dark .text-notice {
  color: #FFF;
  opacity: 0.6;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box.box-dark .text-notice {
    font-size: 18px;
  }
}
.product-eco .sector-hero .title-3 .box.box-dark .text-notice {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.0541666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .box.box-dark .text-notice {
    letter-spacing: -0.39px;
  }
}
.product-eco .sector-hero .title-3 .title-tag {
  position: absolute;
  top: 0;
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .title-tag {
    right: 10px;
  }
}
.product-eco .sector-hero .title-3 .title-tag {
  font-size: 0;
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/tag_bg.png) no-repeat 0 0;
  background-size: cover;
  width: 27.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .title-tag {
    width: 200px;
  }
}
.product-eco .sector-hero .title-3 .title-tag {
  height: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .title-tag {
    height: 38px;
  }
}
.product-eco .sector-hero .title-3 .title-tag {
  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;
}
.product-eco .sector-hero .title-3 .title-tag span {
  color: #000;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .title-tag span {
    font-size: 16px;
  }
}
.product-eco .sector-hero .title-3 .title-tag span {
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 11.302px */
  letter-spacing: -0.0261111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .title-tag span {
    letter-spacing: -0.188px;
  }
}
.product-eco .sector-hero .title-3 .title-tag span {
  text-transform: uppercase;
  padding: 0;
  line-height: 1;
}
.product-eco .sector-hero .title-3 .title-flag {
  position: absolute;
  top: 0;
  right: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .title-flag {
    right: 5px;
  }
}
.product-eco .sector-hero .title-3 .title-flag {
  width: 11.8055555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .title-3 .title-flag {
    width: 85px;
  }
}
.product-eco .sector-hero .action {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action {
    margin-top: 60px;
  }
}
.product-eco .sector-hero .action {
  font-size: 0;
}
.product-eco .sector-hero .action a, .product-eco .sector-hero .action button {
  display: block;
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a, .product-eco .sector-hero .action button {
    width: 640px;
  }
}
.product-eco .sector-hero .action a, .product-eco .sector-hero .action button {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a, .product-eco .sector-hero .action button {
    margin: 0 40px;
  }
}
.product-eco .sector-hero .action a, .product-eco .sector-hero .action button {
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a, .product-eco .sector-hero .action button {
    padding: 30px 0;
  }
}
.product-eco .sector-hero .action a, .product-eco .sector-hero .action button {
  border-radius: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a, .product-eco .sector-hero .action button {
    border-radius: 8px;
  }
}
.product-eco .sector-hero .action a, .product-eco .sector-hero .action button {
  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%);
  border: 1px solid #FFF7CD;
}
.product-eco .sector-hero .action a span, .product-eco .sector-hero .action button span {
  color: #fff;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span, .product-eco .sector-hero .action button span {
    font-size: 28px;
  }
}
.product-eco .sector-hero .action a span, .product-eco .sector-hero .action button span {
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.1555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span, .product-eco .sector-hero .action button span {
    letter-spacing: -1.12px;
  }
}
.product-eco .sector-hero .action a span, .product-eco .sector-hero .action button span {
  padding-right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span, .product-eco .sector-hero .action button span {
    padding-right: 20px;
  }
}
.product-eco .sector-hero .action a span, .product-eco .sector-hero .action button span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-hero .action a span::before, .product-eco .sector-hero .action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span::before, .product-eco .sector-hero .action button span::before {
    width: 6px;
  }
}
.product-eco .sector-hero .action a span::before, .product-eco .sector-hero .action button span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span::before, .product-eco .sector-hero .action button span::before {
    height: 6px;
  }
}
.product-eco .sector-hero .action a span::before, .product-eco .sector-hero .action button span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action a span::before, .product-eco .sector-hero .action button span::before {
    margin-top: -3px;
  }
}
.product-eco .sector-hero .action a span::before, .product-eco .sector-hero .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-hero .action a span::before, .product-eco .sector-hero .action button span::before {
    right: 12px;
  }
}
.product-eco .sector-hero .action a span::before, .product-eco .sector-hero .action button span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-hero .action a span:before, .product-eco .sector-hero .action button span:before {
  right: 0;
}
.product-eco .sector-hero .action-base {
  position: absolute;
  right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base {
    right: 40px;
  }
}
.product-eco .sector-hero .action-base {
  top: 25.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base {
    top: 185px;
  }
}
.product-eco .sector-hero .action-base {
  z-index: 1;
}
.product-eco .sector-hero .action-base a, .product-eco .sector-hero .action-base button {
  padding: 0.9722222222vw 3.3333333333vw 0.9722222222vw 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base a, .product-eco .sector-hero .action-base button {
    padding: 7px 24px 7px 14px;
  }
}
.product-eco .sector-hero .action-base a, .product-eco .sector-hero .action-base button {
  border-radius: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base a, .product-eco .sector-hero .action-base button {
    border-radius: 2px;
  }
}
.product-eco .sector-hero .action-base a, .product-eco .sector-hero .action-base button {
  border: 1px solid #DAB2B2;
  opacity: 0.5;
  color: #DAB2B2;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base a, .product-eco .sector-hero .action-base button {
    font-size: 18px;
  }
}
.product-eco .sector-hero .action-base a, .product-eco .sector-hero .action-base button {
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.0388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base a, .product-eco .sector-hero .action-base button {
    letter-spacing: -0.28px;
  }
}
.product-eco .sector-hero .action-base a, .product-eco .sector-hero .action-base button {
  position: relative;
  display: inline-block;
}
.product-eco .sector-hero .action-base a::before, .product-eco .sector-hero .action-base button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base a::before, .product-eco .sector-hero .action-base button::before {
    width: 5px;
  }
}
.product-eco .sector-hero .action-base a::before, .product-eco .sector-hero .action-base button::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base a::before, .product-eco .sector-hero .action-base button::before {
    height: 5px;
  }
}
.product-eco .sector-hero .action-base a::before, .product-eco .sector-hero .action-base button::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base a::before, .product-eco .sector-hero .action-base button::before {
    margin-top: -2.5px;
  }
}
.product-eco .sector-hero .action-base a::before, .product-eco .sector-hero .action-base button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base a::before, .product-eco .sector-hero .action-base button::before {
    right: 10px;
  }
}
.product-eco .sector-hero .action-base a::before, .product-eco .sector-hero .action-base button::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-hero .action-base a:before, .product-eco .sector-hero .action-base button:before {
  right: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-hero .action-base a:before, .product-eco .sector-hero .action-base button:before {
    right: 14px;
  }
}
.product-eco .sector-hero .text-notice {
  color: #fff;
}
.product-eco .sector-winner {
  overflow: hidden;
  padding-top: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner {
    padding-top: 100px;
  }
}
.product-eco .sector-winner {
  height: 76.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner {
    height: 550px;
  }
}
.product-eco .sector-winner .title-box {
  margin-bottom: 0;
}
.product-eco .sector-winner .title-box p.main-title, .product-eco .sector-winner .title-box p.sub-title {
  color: #fff;
}
.product-eco .sector-winner .title-box p.main-title {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box p.main-title {
    margin-top: 20px;
  }
}
.product-eco .sector-winner .title-box p.main-title strong {
  color: #fff !important;
}
.product-eco .sector-winner .wrap {
  z-index: 3;
}
.product-eco .sector-winner .slick-slide {
  font-size: 0;
}
.product-eco .sector-winner .slick-slide div {
  font-size: 0;
}
.product-eco .sector-winner .eduf-winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-winner .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .eduf-winner-list p {
    font-size: 18px;
  }
}
.product-eco .sector-winner .eduf-winner-list p {
  font-weight: 500;
}
.product-eco .sector-winner .bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  z-index: 1;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-winner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-review {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review {
    padding: 100px 0;
  }
}
.product-eco .sector-review {
  background: #F8F8F8;
}
.product-eco .sector-review .slide-review {
  padding-top: 22.9166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review {
    padding-top: 165px;
  }
}
.product-eco .sector-review .slide-review {
  margin: 0 auto;
}
.product-eco .sector-review .slide-review .slick-list {
  overflow: visible;
}
.product-eco .sector-review .slide-review .slick-slide {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide {
    width: 640px;
  }
}
.product-eco .sector-review .slide-review .slick-slide {
  margin: 0 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide {
    margin: 0 10px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review-box {
  position: relative;
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review-box {
    width: 640px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review-box {
  height: 65.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review-box {
    height: 472px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review-box {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 5.5555555556vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review-box {
    padding: 40px 30px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review-box {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review-box {
    border-radius: 10px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review-box {
  border: 1.105px solid #E6E6E6;
  background: #FFF;
}
.product-eco .sector-review .slide-review .slick-slide .review-box img {
  position: absolute;
  top: -27.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review-box img {
    top: -200px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review-box img {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 27.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review-box img {
    width: 200px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review {
  color: #000;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review {
    font-size: 28px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.0888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review {
    letter-spacing: -0.64px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review {
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: left;
}
.product-eco .sector-review .slide-review .slick-slide .review strong {
  color: #000;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review strong {
    font-size: 28px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .review strong {
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.0888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .review strong {
    letter-spacing: -0.64px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .user {
  margin-top: auto;
  padding-top: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .user {
    padding-top: 11px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .user {
  text-align: left;
}
.product-eco .sector-review .slide-review .slick-slide .user p {
  color: #6E6E6E;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-review .slick-slide .user p {
    font-size: 24px;
  }
}
.product-eco .sector-review .slide-review .slick-slide .user p {
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.product-eco .sector-compare {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare {
    padding: 100px 0;
  }
}
.product-eco .sector-compare .tbl-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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-eco .sector-compare .compare-table .col-other {
  width: 70.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-other {
    width: 509px;
  }
}
.product-eco .sector-compare .compare-table .col-other {
  background: #F2F2F2;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-other {
    border-radius: 10px 10px 0 0;
  }
}
.product-eco .sector-compare .compare-table .col-other {
  overflow: hidden;
}
.product-eco .sector-compare .compare-table .col-other .cell-title {
  padding: 2.3611111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-other .cell-title {
    padding: 17px 0;
  }
}
.product-eco .sector-compare .compare-table .col-other .cell-title {
  background: #DFDFDF;
  color: #fff;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-other .cell-title {
    font-size: 26px;
  }
}
.product-eco .sector-compare .compare-table .col-other .cell-title {
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-other .cell-list li {
  position: relative;
  padding: 3.1944444444vw 4.1666666667vw 3.1944444444vw 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-other .cell-list li {
    padding: 23px 30px 23px 64px;
  }
}
.product-eco .sector-compare .compare-table .col-other .cell-list li {
  color: #8A8A8A;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-other .cell-list li {
    font-size: 24px;
  }
}
.product-eco .sector-compare .compare-table .col-other .cell-list li {
  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 {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill {
    width: 640px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill {
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill {
    margin-top: 24px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill {
  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 0 1.3888888889vw 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill {
    border-radius: 0 0 10px 10px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill {
    border-width: 3px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill {
  border-style: solid;
  border-color: #ffc80c;
}
.product-eco .sector-compare .compare-table .col-eduwill:before {
  position: absolute;
  left: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill:before {
    left: -3px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill:before {
  top: -3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill:before {
    top: -28px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill:before {
  right: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill:before {
    right: -3px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill:before {
  content: "";
  display: block;
  height: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill:before {
    height: 25px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill:before {
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/251001/mobile/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: 3.0555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill .cell-title {
    padding: 22px 0;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFCC0F), to(#FFB700));
  background: linear-gradient(180deg, #FFCC0F 0%, #FFB700 100%);
  color: #fff;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill .cell-title {
    font-size: 26px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-title {
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li {
  position: relative;
  padding: 4.1666666667vw 4.1666666667vw 4.1666666667vw 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill .cell-list li {
    padding: 30px 30px 30px 64px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li {
  color: #000;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .col-eduwill .cell-list li {
    font-size: 22px;
  }
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li {
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li strong {
  color: #CB8A00;
  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: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .ico-x,
  .product-eco .sector-compare .compare-table .ico-check {
    left: 30px;
  }
}
.product-eco .sector-compare .compare-table .ico-x,
.product-eco .sector-compare .compare-table .ico-check {
  display: inline-block;
  width: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .ico-x,
  .product-eco .sector-compare .compare-table .ico-check {
    width: 23px;
  }
}
.product-eco .sector-compare .compare-table .ico-x,
.product-eco .sector-compare .compare-table .ico-check {
  height: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .ico-x,
  .product-eco .sector-compare .compare-table .ico-check {
    height: 23px;
  }
}
.product-eco .sector-compare .compare-table .ico-x,
.product-eco .sector-compare .compare-table .ico-check {
  border-radius: 50%;
}
.product-eco .sector-compare .compare-table .ico-x {
  top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .ico-x {
    top: 30px;
  }
}
.product-eco .sector-compare .compare-table .ico-x {
  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;
  background-size: 1.6666666667vw 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .ico-x {
    background-size: 12px 12px;
  }
}
.product-eco .sector-compare .compare-table .ico-check {
  top: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .ico-check {
    top: 35px;
  }
}
.product-eco .sector-compare .compare-table .ico-check {
  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;
  background-size: 1.9444444444vw 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table .ico-check {
    background-size: 14px 14px;
  }
}
.product-eco .sector-compare .stamp {
  position: absolute;
  bottom: -5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp {
    bottom: -42px;
  }
}
.product-eco .sector-compare .stamp {
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp {
    right: 20px;
  }
}
.product-eco .sector-compare .stamp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp {
    width: 171px;
  }
}
.product-eco .sector-compare .stamp {
  height: 23.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp {
    height: 171px;
  }
}
.product-eco .sector-compare .stamp {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp {
    border-width: 3px;
  }
}
.product-eco .sector-compare .stamp {
  border-style: solid;
  border-color: #FF5A2D;
  outline-width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp {
    outline-width: 6px;
  }
}
.product-eco .sector-compare .stamp {
  outline-style: solid;
  outline-color: #FF5A2D;
  color: #FF5A2D;
  outline-offset: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp {
    outline-offset: 5px;
  }
}
.product-eco .sector-compare .stamp {
  border-radius: 50%;
  font-size: 7.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp {
    font-size: 54px;
  }
}
.product-eco .sector-compare .stamp {
  font-weight: 900;
  letter-spacing: -1px;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  opacity: 0;
}
.product-eco .sector-compare .stamp.on {
  -webkit-animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  66% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
@keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  66% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
.product-eco .sector-compare .desc-text {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .desc-text {
    margin-top: 60px;
  }
}
.product-eco .sector-compare .desc-text {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .desc-text {
    font-size: 32px;
  }
}
.product-eco .sector-compare .desc-text {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .desc-text {
    letter-spacing: -1.44px;
  }
}
.product-eco .sector-compare .desc-text strong {
  color: #FFC414;
  font-family: inherit;
}
.product-eco .sector-benefit {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit {
    padding: 100px 0;
  }
}
.product-eco .sector-benefit {
  background: linear-gradient(243deg, #FFF5E8 17.01%, #E6DAC2 66.95%), linear-gradient(243deg, #FFF5E8 17.01%, #E6DAC2 66.95%);
}
.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: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list {
    gap: 10px;
  }
}
.product-eco .sector-benefit .card-list > div {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 43.75vw;
          flex: 0 0 43.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list > div {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 315px;
            flex: 0 0 315px;
  }
}
.product-eco .sector-benefit .card-list > div {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list > div {
    border-radius: 20px;
  }
}
.product-eco .sector-benefit .card-list > div {
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list > div {
    border-width: 2px;
  }
}
.product-eco .sector-benefit .card-list > div {
  border-style: solid;
  border-color: #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);
}
.product-eco .sector-benefit .card-list > div:last-child {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.13%, #FFA100), color-stop(94.44%, #FFC300));
  background: linear-gradient(180deg, #FFA100 0.13%, #FFC300 94.44%);
}
.product-eco .sector-benefit .card-list .text-1 {
  position: absolute;
  bottom: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list .text-1 {
    bottom: 35px;
  }
}
.product-eco .sector-benefit .card-list .text-1 {
  left: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list .text-1 {
    left: 20px;
  }
}
.product-eco .sector-benefit .card-list .text-1 {
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list .text-1 {
    right: 20px;
  }
}
.product-eco .sector-benefit .card-list .text-1 {
  color: #222;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list .text-1 {
    font-size: 22px;
  }
}
.product-eco .sector-benefit .card-list .text-1 {
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list .text-1 {
    letter-spacing: -0.8px;
  }
}
.product-eco .sector-benefit .card-list .text-1 strong {
  line-height: inherit;
  letter-spacing: inherit;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .card-list .text-1 strong {
    font-size: 24px;
  }
}
.product-eco .sector-benefit .card-list .text-1 strong {
  font-weight: 700;
}
.product-eco .sector-item {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item {
    padding: 100px 0;
  }
}
.product-eco .sector-item .item-list {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list {
    margin: 0 40px;
  }
}
.product-eco .sector-item .item-box + .item-box {
  margin-top: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-box + .item-box {
    margin-top: 22px;
  }
}
.product-eco .sector-item .item-box {
  position: relative;
  padding: 8.1944444444vw 4.0277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-box {
    padding: 59px 29px;
  }
}
.product-eco .sector-item .item-box {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-box {
    border-radius: 10px;
  }
}
.product-eco .sector-item .item-box {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-box {
    border-width: 1px;
  }
}
.product-eco .sector-item .item-box {
  border-style: solid;
  border-color: #828282;
  background: #FFF;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  text-align: left;
}
.product-eco .sector-item .flag-wrap {
  position: absolute;
  top: 0;
  right: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap {
    right: 25px;
  }
}
.product-eco .sector-item .flag-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap {
    gap: 14px;
  }
}
.product-eco .sector-item .flag-wrap {
  -webkit-filter: drop-shadow(2.292px 2.764px 9.944px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2.292px 2.764px 9.944px rgba(0, 0, 0, 0.2));
}
.product-eco .sector-item .flag-wrap .flag-red,
.product-eco .sector-item .flag-wrap .flag-yellow {
  position: relative;
  width: 12.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap .flag-red,
  .product-eco .sector-item .flag-wrap .flag-yellow {
    width: 90px;
  }
}
.product-eco .sector-item .flag-wrap .flag-red,
.product-eco .sector-item .flag-wrap .flag-yellow {
  height: 15vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap .flag-red,
  .product-eco .sector-item .flag-wrap .flag-yellow {
    height: 108px;
  }
}
.product-eco .sector-item .flag-wrap .flag-red {
  background-image: url("//img.eduwill.net/eduwill/img/2026/A/product/260402/pc/flag_red.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-item .flag-wrap .flag-red span {
  color: #FFF;
}
.product-eco .sector-item .flag-wrap .flag-yellow {
  background-image: url("//img.eduwill.net/eduwill/img/2026/A/product/260402/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-item .flag-wrap .flag-yellow span {
  color: #301D03;
}
.product-eco .sector-item .flag-wrap span {
  position: absolute;
  top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap span {
    top: 10px;
  }
}
.product-eco .sector-item .flag-wrap span {
  left: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap span {
    left: -2px;
  }
}
.product-eco .sector-item .flag-wrap span {
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap span {
    width: 90px;
  }
}
.product-eco .sector-item .flag-wrap span {
  height: 10.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap span {
    height: 73px;
  }
}
.product-eco .sector-item .flag-wrap span {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap span {
    font-size: 24px;
  }
}
.product-eco .sector-item .flag-wrap span {
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .flag-wrap span {
    letter-spacing: -1.44px;
  }
}
.product-eco .sector-item .flag-wrap span {
  font-style: italic;
  -webkit-transform: rotate(-8.25deg);
          transform: rotate(-8.25deg);
  text-align: center;
}
.product-eco .sector-item .item-label {
  color: #FF7A00;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-label {
    font-size: 26px;
  }
}
.product-eco .sector-item .item-label {
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-label {
    letter-spacing: -2px;
  }
}
.product-eco .sector-item .item-label + .item-title {
  margin-top: 3.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-label + .item-title {
    margin-top: 27px;
  }
}
.product-eco .sector-item .item-title {
  color: #000;
  font-size: 6.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-title {
    font-size: 44px;
  }
}
.product-eco .sector-item .item-title {
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-title strong {
  font-weight: 900;
}
.product-eco .sector-item .text-list {
  margin-top: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .text-list {
    margin-top: 36px;
  }
}
.product-eco .sector-item .text-list {
  padding: 2.2222222222vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .text-list {
    padding: 16px 0;
  }
}
.product-eco .sector-item .text-list {
  border-style: solid;
  border-width: 0.1388888889vw 0 0.1388888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .text-list {
    border-width: 1px 0 1px 0;
  }
}
.product-eco .sector-item .text-list {
  border-color: #DEDEDE;
}
.product-eco .sector-item .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .text-list li {
    gap: 24px;
  }
}
.product-eco .sector-item .text-list p {
  color: #000;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .text-list p {
    font-size: 26px;
  }
}
.product-eco .sector-item .text-list p {
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .text-list p {
    letter-spacing: -2px;
  }
}
.product-eco .sector-item .text-list p {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .text-list .text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 12.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .text-list .text-title {
    min-width: 90px;
  }
}
.product-eco .sector-item .info-bottom {
  font-size: 0;
}
.product-eco .sector-item .item-price {
  margin-top: 5.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-price {
    margin-top: 43px;
  }
}
.product-eco .sector-item .price-before {
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-before {
    margin-bottom: 5px;
  }
}
.product-eco .sector-item .price-before p {
  display: inline;
  color: rgba(0, 0, 0, 0.5);
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-before p {
    font-size: 22px;
  }
}
.product-eco .sector-item .price-before p {
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.1527777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-before p {
    letter-spacing: -1.1px;
  }
}
.product-eco .sector-item .price-before .price {
  text-decoration-line: line-through;
}
.product-eco .sector-item .price-after {
  font-size: 0;
}
.product-eco .sector-item .price-after .price {
  color: #000;
  font-size: 8.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-after .price {
    font-size: 61px;
  }
}
.product-eco .sector-item .price-after .price {
  font-style: normal;
  font-weight: 900;
  line-height: 121%;
  letter-spacing: -0.2363888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-after .price {
    letter-spacing: -1.702px;
  }
}
.product-eco .sector-item .price-after .text {
  color: #000;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-after .text {
    font-size: 22px;
  }
}
.product-eco .sector-item .price-after .text {
  font-style: normal;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-after .text {
    letter-spacing: -1px;
  }
}
.product-eco .sector-item .price-after .flag-red {
  padding: 1.1111111111vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-after .flag-red {
    padding: 8px 20px;
  }
}
.product-eco .sector-item .price-after .flag-red {
  margin: 0 0 1.3888888889vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-after .flag-red {
    margin: 0 0 10px 20px;
  }
}
.product-eco .sector-item .price-after .flag-red {
  border-radius: 138.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-after .flag-red {
    border-radius: 999px;
  }
}
.product-eco .sector-item .price-after .flag-red {
  background: #FF182F;
  color: #fff;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-after .flag-red {
    font-size: 22px;
  }
}
.product-eco .sector-item .price-after .flag-red {
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.1222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-after .flag-red {
    letter-spacing: -0.88px;
  }
}
.product-eco .sector-item .item-action {
  margin-top: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action {
    margin-top: 42px;
  }
}
.product-eco .sector-item .item-action a {
  width: 100%;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a {
    border-radius: 10px;
  }
}
.product-eco .sector-item .item-action a {
  padding: 5.4166666667vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a {
    padding: 39px 40px;
  }
}
.product-eco .sector-item .item-action a {
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a {
    font-size: 30px;
  }
}
.product-eco .sector-item .item-action a {
  font-style: normal;
  font-weight: 900;
  line-height: normal;
}
.product-eco .sector-item .item-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    width: 12px;
  }
}
.product-eco .sector-item .item-action a::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    height: 12px;
  }
}
.product-eco .sector-item .item-action a::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    margin-top: -6px;
  }
}
.product-eco .sector-item .item-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    right: 24px;
  }
}
.product-eco .sector-item .item-action a::before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.product-eco .sector-item .item-action a:before {
  right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a:before {
    right: 40px;
  }
}
.product-eco .sector-discount {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount {
    padding: 100px 0;
  }
}
.product-eco .sector-discount {
  background: #F3F3F3;
}
.product-eco .sector-discount .title-box .text-wait {
  display: block;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .title-box .text-wait {
    margin-bottom: 10px;
  }
}
.product-eco .sector-discount .title-box .text-wait {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: rgba(173, 170, 170, 0.45);
  font-size: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .title-box .text-wait {
    font-size: 60px;
  }
}
.product-eco .sector-discount .title-box .text-wait {
  font-style: italic;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .title-box .text-wait {
    letter-spacing: -2.4px;
  }
}
.product-eco .sector-discount p.main-title {
  font-weight: 700;
}
.product-eco .sector-discount p.main-title strong {
  color: #93693C;
}
.product-eco .sector-discount .box-list {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list {
    margin: 0 40px;
  }
}
.product-eco .sector-discount .box-list .box {
  width: 100%;
  padding: 5.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box {
    padding: 39px;
  }
}
.product-eco .sector-discount .box-list .box {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box {
    border-radius: 10px;
  }
}
.product-eco .sector-discount .box-list .box {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box {
    border-width: 1px;
  }
}
.product-eco .sector-discount .box-list .box {
  border-style: solid;
  border-color: #D4D4D4;
  background: #FFF;
  background: -webkit-gradient(linear, left bottom, left top, from(#FBFBFB), color-stop(100%, #FBFBFB), to(#FFF));
  background: linear-gradient(0deg, #FBFBFB 0%, #FBFBFB 100%, #FFF);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-discount .box-list .box .side-text {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .side-text {
    font-size: 25px;
  }
}
.product-eco .sector-discount .box-list .box .side-text {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.1736111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .side-text {
    letter-spacing: -1.25px;
  }
}
.product-eco .sector-discount .box-list .box .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-eco .sector-discount .box-list .box .text-info .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .text-info .title-discount {
    font-size: 34px;
  }
}
.product-eco .sector-discount .box-list .box .text-info .title-discount {
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.1416666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .text-info .title-discount {
    letter-spacing: -1.02px;
  }
}
.product-eco .sector-discount .box-list .box .text-info .title-discount {
  text-align: left;
}
.product-eco .sector-discount .box-list .box .text-info .title-discount strong {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box .text-info .discount-value {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
}
.product-eco .sector-discount .box-list .box .text-info .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 9.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .text-info .discount-value strong {
    font-size: 68px;
  }
}
.product-eco .sector-discount .box-list .box .text-info .discount-value strong {
  font-weight: 800;
  letter-spacing: -0.2856944444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .text-info .discount-value strong {
    letter-spacing: -2.057px;
  }
}
.product-eco .sector-discount .box-list .box .text-info .discount-value .text {
  margin: 0.5555555556vw 0 2.6388888889vw 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .text-info .discount-value .text {
    margin: 4px 0 19px 4px;
  }
}
.product-eco .sector-discount .box-list .box .text-info .discount-value .text {
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .text-info .discount-value .text {
    font-size: 22px;
  }
}
.product-eco .sector-discount .box-list .box .text-info .discount-value .text {
  font-weight: 500;
  line-height: 1.16;
  letter-spacing: -0.0318055556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .text-info .discount-value .text {
    letter-spacing: -0.229px;
  }
}
.product-eco .sector-discount .box-list .box .text-info .discount-value .text {
  text-align: left;
}
.product-eco .sector-discount .box-list .box .action {
  margin-top: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action {
    margin-top: 32px;
  }
}
.product-eco .sector-discount .box-list .box .action a {
  display: block;
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a {
    padding: 20px 0;
  }
}
.product-eco .sector-discount .box-list .box .action a {
  border-radius: 1.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a {
    border-radius: 9px;
  }
}
.product-eco .sector-discount .box-list .box .action a {
  background: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), color-stop(100%, #000), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%, #000);
  font-size: 0;
}
.product-eco .sector-discount .box-list .box .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text {
    padding-right: 16px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text {
    font-size: 28px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.1528611111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text {
    letter-spacing: -1.1006px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text {
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    width: 10px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    height: 10px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    margin-top: -5px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text::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-discount .box-list .box .action a .text::before {
    right: 20px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-discount .box-list .box .action a .text:before {
  right: 0;
}
.product-eco .sector-discount .box-list .box.w-full {
  padding-left: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box.w-full {
    padding-left: 20px;
  }
}
.product-eco .sector-discount .box-list .box.w-full {
  padding-right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box.w-full {
    padding-right: 20px;
  }
}
.product-eco .sector-discount .box-list .box.w-full {
  background: #fff;
  border-color: #FFBF00;
}
.product-eco .sector-discount .box-list .box.w-full .text-info {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-eco .sector-discount .box-list .box.w-full .text-info .title-discount {
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box.w-full .text-info .title-discount {
    font-size: 25px;
  }
}
.product-eco .sector-discount .box-list .box.w-full .text-info .title-discount {
  font-weight: 700;
  letter-spacing: -0.1736111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box.w-full .text-info .title-discount {
    letter-spacing: -1.25px;
  }
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin-right: 2.6388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box.w-full .action {
    margin-right: 19px;
  }
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin-left: 2.6388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box.w-full .action {
    margin-left: 19px;
  }
}
.product-eco .sector-bar {
  padding: 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-bar {
    padding: 30px 0;
  }
}
.product-eco .sector-bar {
  background-color: #000;
  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;
}
.product-eco .sector-bar:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 45.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-bar:after {
    width: 328px;
  }
}
.product-eco .sector-bar:after {
  height: 12.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-bar:after {
    height: 92px;
  }
}
.product-eco .sector-bar:after {
  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;
  z-index: 1;
}
.product-eco .sector-bar p {
  font-size: 6.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-bar p {
    font-size: 44px;
  }
}
.product-eco .sector-bar p {
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-bar p {
    letter-spacing: -0.5px;
  }
}
.product-eco .sector-bar p {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #FFCC0F), color-stop(69.21%, #FFF));
  background: linear-gradient(90deg, #FFCC0F 0.07%, #FFF 69.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-bar .text-notice {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .sector-only {
  padding-top: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only {
    padding-top: 100px;
  }
}
.product-eco .sector-only {
  background: #F3F3F3;
}
.product-eco .sector-only .frame {
  position: relative;
}
.product-eco .sector-only .stamp {
  position: absolute;
  top: 33.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .stamp {
    top: 243px;
  }
}
.product-eco .sector-only .stamp {
  right: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .stamp {
    right: 22px;
  }
}
.product-eco .sector-only .stamp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .stamp {
    width: 113px;
  }
}
.product-eco .sector-only .stamp {
  height: 15.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .stamp {
    height: 113px;
  }
}
.product-eco .sector-only .stamp {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .stamp {
    border-width: 3px;
  }
}
.product-eco .sector-only .stamp {
  border-style: solid;
  border-color: #FF5A2D;
  outline-width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .stamp {
    outline-width: 6px;
  }
}
.product-eco .sector-only .stamp {
  outline-style: solid;
  outline-color: #FF5A2D;
  color: #FF5A2D;
  outline-offset: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .stamp {
    outline-offset: 5px;
  }
}
.product-eco .sector-only .stamp {
  border-radius: 50%;
  font-size: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .stamp {
    font-size: 35px;
  }
}
.product-eco .sector-only .stamp {
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .stamp {
    letter-spacing: -1px;
  }
}
.product-eco .sector-only .stamp {
  z-index: 1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  word-break: keep-all;
  opacity: 0;
}
.product-eco .sector-only .stamp.on {
  -webkit-animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  66% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
.product-eco .sector-only .box-list {
  margin: 0 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box-list {
    margin: 0 36px;
  }
}
.product-eco .sector-only .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box {
    border-radius: 10px;
  }
}
.product-eco .sector-only .box {
  border: 1.105px solid #E6E6E6;
  background: #F8F8F8;
  padding: 0 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box {
    padding: 0 20px;
  }
}
.product-eco .sector-only .box {
  gap: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box {
    gap: 14px;
  }
}
.product-eco .sector-only .box {
  text-align: left;
}
.product-eco .sector-only .box img {
  height: 29.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box img {
    height: 214px;
  }
}
.product-eco .sector-only .box .txt-area {
  font-size: 0;
}
.product-eco .sector-only .box .txt-area p {
  color: #222;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box .txt-area p {
    font-size: 22px;
  }
}
.product-eco .sector-only .box .txt-area p {
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.1vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box .txt-area p {
    letter-spacing: -0.72px;
  }
}
.product-eco .sector-only .box .txt-area span {
  color: #212121;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box .txt-area span {
    font-size: 22px;
  }
}
.product-eco .sector-only .box .txt-area span {
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-only .box .txt-area span {
    letter-spacing: -0.64px;
  }
}
.product-eco .sector-free {
  padding-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-free {
    padding-top: 10px;
  }
}
.product-eco .sector-free {
  background: #F3F3F3;
}
.product-eco .sector-professor {
  padding-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor {
    padding-top: 10px;
  }
}
.product-eco .sector-professor {
  background: #F3F3F3;
}
.product-eco .sector-professor .frame {
  position: relative;
}
.product-eco .sector-professor .stamp {
  position: absolute;
  top: 26.8055555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .stamp {
    top: 193px;
  }
}
.product-eco .sector-professor .stamp {
  right: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .stamp {
    right: 22px;
  }
}
.product-eco .sector-professor .stamp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .stamp {
    width: 113px;
  }
}
.product-eco .sector-professor .stamp {
  height: 15.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .stamp {
    height: 113px;
  }
}
.product-eco .sector-professor .stamp {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .stamp {
    border-width: 3px;
  }
}
.product-eco .sector-professor .stamp {
  border-style: solid;
  border-color: #FF5A2D;
  outline-width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .stamp {
    outline-width: 6px;
  }
}
.product-eco .sector-professor .stamp {
  outline-style: solid;
  outline-color: #FF5A2D;
  color: #FF5A2D;
  outline-offset: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .stamp {
    outline-offset: 5px;
  }
}
.product-eco .sector-professor .stamp {
  border-radius: 50%;
  font-size: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .stamp {
    font-size: 35px;
  }
}
.product-eco .sector-professor .stamp {
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .stamp {
    letter-spacing: -1px;
  }
}
.product-eco .sector-professor .stamp {
  z-index: 1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  word-break: keep-all;
  opacity: 0;
}
.product-eco .sector-professor .stamp.on {
  -webkit-animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  66% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
.product-eco .sector-professor .slide-professor {
  width: 74.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slide-professor {
    width: 538px;
  }
}
.product-eco .sector-professor .slide-professor {
  margin: 0 auto;
}
.product-eco .sector-professor .slide-professor .slick-slide img {
  width: 74.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slide-professor .slick-slide img {
    width: 538px;
  }
}
.product-eco .sector-professor .text-notice {
  text-align: left;
  margin: 3.0555555556vw 5vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .text-notice {
    margin: 22px 36px 0;
  }
}
.product-eco .sector-professor .title-box ~ .title-box {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .title-box ~ .title-box {
    margin-bottom: 20px;
  }
}
.product-eco .sector-professor .video-slide {
  width: 80.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .video-slide {
    width: 580px;
  }
}
.product-eco .sector-professor .video-slide {
  height: 45.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .video-slide {
    height: 325px;
  }
}
.product-eco .sector-professor .video-slide {
  margin: 0 auto;
}
.product-eco .sector-professor .video-slide div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .video-slide div {
    border-radius: 16px;
  }
}
.product-eco .sector-professor .video-slide iframe {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.product-eco .sector-professor .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-prev {
    width: 50px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-prev {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-prev {
    height: 50px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -43.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-prev {
    margin-left: -310px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-professor .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-prev::before {
    width: 12.5px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-prev::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-prev::before {
    height: 12.5px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.88);
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .sector-professor .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-next {
    width: 50px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-next {
  height: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-next {
    height: 50px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -43.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-next {
    margin-right: -310px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-professor .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-next::before {
    width: 12.5px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-next::before {
  height: 1.7361111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-arrow.slick-next::before {
    height: 12.5px;
  }
}
.product-eco .sector-professor .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.88);
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .sector-professor .slick-dots {
  margin-top: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-professor .slick-dots {
    margin-top: 26px;
  }
}
.product-eco .sector-book {
  padding-top: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book {
    padding-top: 22px;
  }
}
.product-eco .sector-book {
  background: #F3F3F3;
}
.product-eco .sector-book .exam-list {
  width: 76.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .exam-list {
    width: 548px;
  }
}
.product-eco .sector-book .exam-list {
  margin: 0 auto;
}
.product-eco .sector-book .exam-list .slick-slide {
  position: relative;
  font-size: 0;
}
.product-eco .sector-book .exam-list .slick-slide img {
  width: 76.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .exam-list .slick-slide img {
    width: 548px;
  }
}
.product-eco .sector-book .exam-list .slick-slide .stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: none;
  width: 35.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .exam-list .slick-slide .stamp {
    width: 258px;
  }
}
.product-eco .sector-book .exam-list .slick-slide.slick-active .stamp {
  display: block;
}
@-webkit-keyframes stampEvent {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
            transform: translate(-50%, -50%) scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
}
@keyframes stampEvent {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.2, 1.2);
            transform: translate(-50%, -50%) scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1);
  }
}
.product-eco .sector-book .exam-list .slick-slide.slick-active .stamp {
  -webkit-animation-name: stampEvent;
          animation-name: stampEvent;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.89, -0.01, 0.96, 0.07);
          animation-timing-function: cubic-bezier(0.89, -0.01, 0.96, 0.07);
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.product-eco .sector-increase {
  padding-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase {
    padding-top: 10px;
  }
}
.product-eco .sector-increase {
  background: #F3F3F3;
}
.product-eco .sector-increase .lgray-box {
  width: 78.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .lgray-box {
    width: 566px;
  }
}
.product-eco .sector-increase .lgray-box {
  margin: 0 auto;
  border: 1px solid #E6E6E6;
  padding: 5.5555555556vw 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .lgray-box {
    padding: 40px 23px;
  }
}
.product-eco .sector-increase .chart-box {
  position: relative;
}
.product-eco .sector-increase .chart-box .bubble-1, .product-eco .sector-increase .chart-box .bubble-2 {
  position: absolute;
}
@-webkit-keyframes effectBounceBubble {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes effectBounceBubble {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.product-eco .sector-increase .chart-box .bubble-1, .product-eco .sector-increase .chart-box .bubble-2 {
  -webkit-animation-name: effectBounceBubble;
          animation-name: effectBounceBubble;
  -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 .sector-increase .chart-box .bubble-1 {
  top: -2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chart-box .bubble-1 {
    top: -20px;
  }
}
.product-eco .sector-increase .chart-box .bubble-1 {
  right: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chart-box .bubble-1 {
    right: 80px;
  }
}
.product-eco .sector-increase .chart-box .bubble-1 {
  width: 28.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chart-box .bubble-1 {
    width: 207px;
  }
}
.product-eco .sector-increase .chart-box .bubble-2 {
  right: 36.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chart-box .bubble-2 {
    right: 260px;
  }
}
.product-eco .sector-increase .chart-box .bubble-2 {
  bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chart-box .bubble-2 {
    bottom: 40px;
  }
}
.product-eco .sector-increase .chart-box .bubble-2 {
  width: 29.5833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chart-box .bubble-2 {
    width: 213px;
  }
}
.product-eco .sector-increase .chart-box .graph {
  width: 67.9166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chart-box .graph {
    width: 489px;
  }
}
.product-eco .sector-increase .txt-increase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4.1666666667vw -6.5277777778vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .txt-increase {
    margin: 30px -47px 0;
  }
}
.product-eco .sector-increase .txt-increase p {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  color: #222;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .txt-increase p {
    font-size: 22px;
  }
}
.product-eco .sector-increase .txt-increase p {
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.1vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .txt-increase p {
    letter-spacing: -0.72px;
  }
}
.product-eco .sector-increase .txt-increase p.summary {
  background: -webkit-gradient(linear, left top, right top, from(#8D0700), to(#FF0D00));
  background: linear-gradient(90deg, #8D0700 0%, #FF0D00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-increase .chk-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chk-list {
    margin: 0 36px;
  }
}
.product-eco .sector-increase .chk-list {
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chk-list {
    gap: 10px;
  }
}
.product-eco .sector-increase .chk-list .box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chk-list .box {
    gap: 10px;
  }
}
.product-eco .sector-increase .chk-list .box {
  padding: 3.3333333333vw 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chk-list .box {
    padding: 24px 15px;
  }
}
.product-eco .sector-increase .chk-list .box {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chk-list .box {
    border-radius: 10px;
  }
}
.product-eco .sector-increase .chk-list .box {
  border: 1px solid #E6E6E6;
  background: #FFF;
  text-align: left;
}
.product-eco .sector-increase .chk-list .box img {
  width: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chk-list .box img {
    width: 30px;
  }
}
.product-eco .sector-increase .chk-list .box p {
  color: #222;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chk-list .box p {
    font-size: 22px;
  }
}
.product-eco .sector-increase .chk-list .box p {
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.1527777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-increase .chk-list .box p {
    letter-spacing: -1.1px;
  }
}
.product-eco .sector-increase .chk-list .box p strong {
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: 700;
}
.product-eco .sector-with {
  padding-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with {
    padding-top: 10px;
  }
}
.product-eco .sector-with {
  background: #F3F3F3;
}
.product-eco .sector-with .box-list {
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list {
    gap: 10px;
  }
}
.product-eco .sector-with .box-list {
  margin: 0 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list {
    margin: 0 36px;
  }
}
.product-eco .sector-with .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list .box {
    padding: 0 20px;
  }
}
.product-eco .sector-with .box-list .box {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list .box {
    border-radius: 10px;
  }
}
.product-eco .sector-with .box-list .box {
  border: 1.105px solid #E6E6E6;
  background: #F8F8F8;
  text-align: left;
}
.product-eco .sector-with .box-list .box:last-child {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: none;
}
.product-eco .sector-with .box-list .box img {
  height: 29.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list .box img {
    height: 214px;
  }
}
.product-eco .sector-with .box-list .box .txt1 {
  color: #212121;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list .box .txt1 {
    font-size: 22px;
  }
}
.product-eco .sector-with .box-list .box .txt1 {
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.1527777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list .box .txt1 {
    letter-spacing: -1.1px;
  }
}
.product-eco .sector-with .box-list .box .txt2 {
  margin-top: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list .box .txt2 {
    margin-top: 6px;
  }
}
.product-eco .sector-with .box-list .box .txt2 {
  color: #222;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list .box .txt2 {
    font-size: 22px;
  }
}
.product-eco .sector-with .box-list .box .txt2 {
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.1527777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-with .box-list .box .txt2 {
    letter-spacing: -1.1px;
  }
}
.product-eco .sector-qna {
  padding-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-qna {
    padding-top: 10px;
  }
}
.product-eco .sector-qna {
  padding-bottom: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-qna {
    padding-bottom: 100px;
  }
}
.product-eco .sector-qna {
  background: #F3F3F3;
}
.product-eco .sector-band {
  padding: 6.9444444444vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band {
    padding: 50px 0;
  }
}
.product-eco .sector-band {
  background: -webkit-gradient(linear, left top, right top, from(#FFA100), color-stop(53.47%, #FFC300), to(#FFD900));
  background: linear-gradient(90deg, #FFA100 0%, #FFC300 53.47%, #FFD900 100%);
}
.product-eco .sector-band .text-band {
  color: #222;
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .text-band {
    font-size: 36px;
  }
}
.product-eco .sector-band .text-band {
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.3vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .text-band {
    letter-spacing: -2.16px;
  }
}
.product-eco .sector-band .text-band strong {
  color: #222;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 6.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .text-band strong {
    font-size: 45px;
  }
}
.product-eco .sector-band .text-band strong {
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .text-band strong {
    letter-spacing: -2.4px;
  }
}
.product-eco .sector-band .text-band strong.fc-white {
  -webkit-text-stroke-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .text-band strong.fc-white {
    -webkit-text-stroke-width: 2px;
  }
}
.product-eco .sector-band .text-band strong.fc-white {
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  color: #fff;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.product-eco .sector-band .text-notice {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .text-notice {
    margin-top: 10px;
  }
}
.product-eco .sector-band .text-notice {
  color: rgba(0, 0, 0, 0.5);
}/*# sourceMappingURL=mobile.css.map */