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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.product-eco[data-device=pc] .answer-container {
  position: relative;
}
.product-eco[data-device=pc] .answer-container .answer-flag1 {
  position: absolute;
  right: 485px;
  top: 160px;
}
.product-eco[data-device=pc] .answer-container .answer-flag2 {
  position: absolute;
  right: 105px;
  top: 160px;
  z-index: 100;
}
.product-eco[data-device=pc] .answer-container .slideTable {
  position: absolute;
  top: 237px;
  right: 123px;
  width: 354px;
  height: 170px;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
.product-eco[data-device=pc] .answer-container .slideTable .slick-slide {
  border-bottom: 2px solid #dbdbdb;
}
.product-eco[data-device=pc] .answer-container .slideTable .tableWrap:last-child dl {
  border: none;
}
.product-eco[data-device=pc] .answer-container .slideTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #222;
  padding: 6px 0 6px 21px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: left;
  line-height: 1.5;
}
.product-eco[data-device=pc] .answer-container .slideTable dl dt {
  font-weight: 700;
  padding-right: 18px;
}
.product-eco[data-device=pc] .answer-container .slideTable dl em {
  color: #ffa300;
}
.product-eco[data-device=pc] .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1100px;
  margin: 0 auto;
  line-height: 1;
}
.product-eco[data-device=pc] .count-box > div {
  width: 264px;
  border: 2px solid #4A92FF;
  text-align: left;
  background-color: #fff;
  position: relative;
  letter-spacing: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 20px 0 20px 40px;
}
.product-eco[data-device=pc] .count-box > div p {
  display: block;
  color: #222;
  line-height: 1.4;
  font-size: 18px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  padding-bottom: 10px;
}
.product-eco[data-device=pc] .count-box > div strong {
  display: inline-block;
  color: #4A92FF;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 800;
  letter-spacing: -2px;
  font-size: 40px;
}
.product-eco[data-device=pc] .count-box > div .unit {
  display: inline-block;
  color: #4A92FF;
  font-weight: 700;
  font-size: 25px;
}
.product-eco[data-device=pc] .count-box > div .arrow {
  position: absolute;
  right: 10px;
  bottom: 20px;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.product-eco[data-device=pc] .count-box > div .arrow.active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-eco[data-device=pc] .sector-trophy {
  background: url("https://img.eduwill.net/eduwill/img/2024/Q/product/240905/pc/trophy_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.product-eco[data-device=pc] .sector-trophy .wrap {
  width: 1300px;
  padding: 100px 0;
}
.product-eco[data-device=pc] .sector-trophy .wrap .flag {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 75px;
}
.product-eco[data-device=pc] .sector-trophy .wrap .trophy {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 30px;
}
.product-eco[data-device=pc] .sector-trophy .wrap .review-wrap {
  text-align: left;
}
.product-eco[data-device=pc] .sector-trophy .wrap .review-wrap .review-title {
  margin-bottom: 70px;
}
.product-eco[data-device=pc] .sector-trophy .wrap .review-wrap .review-title h3 {
  font-size: 32px;
  line-height: 140%;
  color: #FFD200;
}
.product-eco[data-device=pc] .sector-trophy .wrap .review-wrap .review {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.product-eco[data-device=pc] .sector-trophy .wrap .review-wrap .review p {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco[data-device=pc] .sector-trophy .wrap .review-wrap .review span {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-left: 24px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco[data-device=mobile] .answer-container {
  position: relative;
}
.product-eco[data-device=mobile] .answer-container .answer-flag1, .product-eco[data-device=mobile] .answer-container .answer-flag2 {
  width: 18.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .answer-flag1, .product-eco[data-device=mobile] .answer-container .answer-flag2 {
    width: 130px;
  }
}
.product-eco[data-device=mobile] .answer-container .answer-flag1 {
  position: absolute;
  top: 40.2777777778vw;
  right: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .answer-flag1 {
    top: 290px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .answer-flag1 {
    right: 70px;
  }
}
.product-eco[data-device=mobile] .answer-container .answer-flag2 {
  position: absolute;
  top: 102.7777777778vw;
  right: 9.7222222222vw;
  z-index: 100;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .answer-flag2 {
    top: 740px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .answer-flag2 {
    right: 70px;
  }
}
.product-eco[data-device=mobile] .answer-container .slideTable {
  position: absolute;
  top: 116.8055555556vw;
  left: 50%;
  translate: -50% 0;
  width: 70.8333333333vw;
  height: 32.6388888889vw;
  overflow: hidden;
  background: #fff;
  z-index: 10;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .slideTable {
    top: 841px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .slideTable {
    width: 510px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .slideTable {
    height: 235px;
  }
}
.product-eco[data-device=mobile] .answer-container .slideTable .slick-list {
  height: auto !important;
}
.product-eco[data-device=mobile] .answer-container .slideTable .slick-slide {
  border-bottom: 1px solid #dbdbdb;
}
.product-eco[data-device=mobile] .answer-container .slideTable .tableWrap:last-child dl {
  border: none;
}
.product-eco[data-device=mobile] .answer-container .slideTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.5vw;
  color: #222;
  padding: 0.8333333333vw 0 0.8333333333vw 5.8333333333vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: left;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .slideTable dl {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .slideTable dl {
    padding: 6px 0 6px 42px;
  }
}
.product-eco[data-device=mobile] .answer-container .slideTable dl dt {
  font-weight: 700;
  padding-right: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .answer-container .slideTable dl dt {
    padding-right: 35px;
  }
}
.product-eco[data-device=mobile] .answer-container .slideTable dl em {
  color: #ffa300;
}
.product-eco[data-device=mobile] .count-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7777777778vw;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  line-height: 1;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box {
    gap: 20px;
  }
}
.product-eco[data-device=mobile] .count-box > div {
  width: 41.6666666667vw;
  border: 2px solid #4A92FF;
  text-align: left;
  background-color: #fff;
  position: relative;
  letter-spacing: -0.1388888889vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 1.3888888889vw;
  padding: 2.7777777778vw 0 2.7777777778vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div {
    width: 300px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div {
    border-radius: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div {
    padding: 20px 0 20px 40px;
  }
}
.product-eco[data-device=mobile] .count-box > div p {
  display: block;
  color: #222;
  line-height: 1.4;
  font-size: 2.5vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  padding-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div p {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div p {
    padding-bottom: 10px;
  }
}
.product-eco[data-device=mobile] .count-box > div strong {
  display: inline-block;
  color: #4A92FF;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 800;
  letter-spacing: -0.2777777778vw;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div strong {
    letter-spacing: -2px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div strong {
    font-size: 40px;
  }
}
.product-eco[data-device=mobile] .count-box > div .unit {
  display: inline-block;
  color: #4A92FF;
  font-weight: 700;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div .unit {
    font-size: 25px;
  }
}
.product-eco[data-device=mobile] .count-box > div .arrow {
  position: absolute;
  width: 3.75vw;
  right: 2.7777777778vw;
  bottom: 2.7777777778vw;
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div .arrow {
    width: 27px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div .arrow {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .count-box > div .arrow {
    bottom: 20px;
  }
}
.product-eco[data-device=mobile] .count-box > div .arrow.active {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.product-eco[data-device=mobile] .sector-trophy {
  background: url("https://img.eduwill.net/eduwill/img/2022/Q/product/module/mobile/1793_2/bg_ecoCont7.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.product-eco[data-device=mobile] .sector-trophy .wrap {
  padding: 20.8333333333vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap {
    padding: 150px 0;
  }
}
.product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-title {
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.5555555556vw;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-title {
    letter-spacing: -4px;
  }
}
.product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-title h3 {
  font-size: 5.2777777778vw;
  font-weight: 900;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-title h3 {
    font-size: 38px;
  }
}
.product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-title h3 span {
  font-size: 8.0555555556vw;
  font-weight: 900;
  color: #ffed00;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-title h3 span {
    font-size: 58px;
  }
}
.product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list {
  margin-top: 13.8888888889vw;
  padding: 0 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list {
    margin-top: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list {
    padding: 0 50px;
  }
}
.product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list .review {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  margin-bottom: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list .review {
    margin-bottom: 12px;
  }
}
.product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list .review p {
  font-size: 3.8888888889vw;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list .review p {
    font-size: 28px;
  }
}
.product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list .review span {
  display: block;
  min-width: 13.8888888889vw;
  margin-left: 1.6666666667vw;
  font-size: 2.5vw;
  text-align: right;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list .review span {
    min-width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list .review span {
    margin-left: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco[data-device=mobile] .sector-trophy .wrap .review-wrap .review-list .review span {
    font-size: 18px;
  }
}

.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  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;
  height: 14.8611111111vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 110px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 107px;
  }
}
@-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 .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 .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .action {
  font-size: 0;
}
.product-eco .btn-base {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .num-title {
  display: inline-block;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 135%;
  color: #111;
  margin-bottom: 20px;
  padding: 4px 20px;
  border: 1px solid #111;
  border-radius: 100px;
  background: #FFF;
}
.product-eco .title-box .sup-title {
  color: #444;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.12px;
}
.product-eco .title-box .sup-title + .main-title {
  margin-top: 10px;
}
.product-eco .title-box .main-title {
  font-size: 34px;
  line-height: 130%;
  color: #000;
  letter-spacing: -1.36px;
  font-weight: 400;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .small-text {
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
  color: #444;
  letter-spacing: -0.56px;
  margin-top: 20px;
}
.product-eco .frame {
  margin: 0 20px;
  padding: 39px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 0;
}
.product-eco .frame .title-box.type02 .main-title {
  margin: 64px 0 32px;
}
.product-eco .frame .num-title {
  display: inline-block;
  width: 140px;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.48px;
  padding: 12px 0;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
.product-eco .frame .num-title span {
  position: relative;
  padding-left: 20px;
}
.product-eco .frame .num-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/product/250725_1/mobile/ico_chk.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .frame .main-title {
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.88px;
  margin: 20px 0 48px;
}
.product-eco .frame .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 6px;
  margin-bottom: 10px;
}
.product-eco .frame .tab-list li {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
  color: #6D6D6D;
  letter-spacing: -1px;
  padding: 24px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .frame .tab-list li.active {
  color: #FFF;
  border-color: #000;
  background: #000;
}
.product-eco .frame .tab-list li:hover {
  color: #FFF;
  border-color: #000;
  background: #000;
}
.product-eco .frame .tab-view {
  display: none;
}
.product-eco .frame .tab-view.on {
  display: block;
}
.product-eco .frame .img-box {
  position: relative;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
}
.product-eco .text-notice {
  margin-top: 20px;
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.product-eco .fc-point {
  color: #FA0;
}
.product-eco .fix-wing {
  position: fixed;
  right: 20px;
  z-index: 99;
  top: 20%;
}
.product-eco .fix-wing .wing-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  gap: 5px;
  width: 255px;
}
.product-eco .fix-wing a {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  padding: 23px 19px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #FFFED2 84.49%);
  -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.14);
}
.product-eco .fix-wing a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-wing a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #444;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    right: 16px;
  }
}
.product-eco .fix-wing a:before {
  right: 20px;
  top: auto;
  bottom: 30px;
}
.product-eco .fix-wing .label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.product-eco .fix-wing .label-course {
  display: inline-block;
  font-size: 14px;
  line-height: 135%;
  color: #000;
  letter-spacing: -1.3px;
  margin-bottom: 8px;
  padding: 3px 7px;
  border: 1px solid #444;
  border-radius: 999px;
  background: #FFBF00;
}
.product-eco .fix-wing .text {
  font-size: 18px;
  line-height: 135%;
  color: #444;
  letter-spacing: -0.36px;
}
.product-eco .fix-wing .text strong {
  font-weight: 700;
}
.product-eco .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 99;
}
.product-eco .fix-bottom .btn-scroll {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80px;
  padding: 0 35px;
  border-radius: 20px;
  border: 1px solid #3C2900;
  background: rgba(60, 41, 0, 0.7);
}
.product-eco .fix-bottom .btn-scroll .text {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: -1px;
}
.product-eco .fix-bottom .btn-scroll .btn-fake {
  padding: 12px 34px 12px 18px;
  border-radius: 10px;
  background: #FFE600;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: -0.72px;
}
.product-eco .fix-bottom .btn-scroll .btn-fake {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .btn-scroll .btn-fake::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  margin-top: -0.4861111111vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-scroll .btn-fake::before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-scroll .btn-fake::before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-scroll .btn-fake::before {
    margin-top: -3.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .btn-scroll .btn-fake::before {
    right: 14px;
  }
}
.product-eco .fix-bottom .btn-scroll .btn-fake:before {
  right: 19px;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2025/Q/product/251211/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(38.88%, #FFE25E), color-stop(106.74%, #FFF8BD));
  background: linear-gradient(0deg, #FFE25E 38.88%, #FFF8BD 106.74%);
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.product-eco .sector-item {
  padding: 100px 0 80px;
  background: #FFF;
}
.product-eco .sector-item p.main-title {
  font-weight: 500;
}
.product-eco .sector-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 20px;
}
.product-eco .sector-item .item-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 376px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 34px 34px 19px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .ico-best {
  position: absolute;
  top: 0;
  right: 0;
}
.product-eco .sector-item .label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
.product-eco .sector-item .item-label {
  font-size: 16px;
  line-height: 135%;
  color: #3D3D3D;
  letter-spacing: -0.8px;
  padding: 8px 15px;
  border-radius: 5px;
}
.product-eco .sector-item .item-label.label-1 {
  background: #FFF0BB;
}
.product-eco .sector-item .item-label.label-2 {
  background: #F1FFD5;
}
.product-eco .sector-item .item-label.label-3 {
  background: #EFFFF9;
}
.product-eco .sector-item .item-title {
  text-align: left;
  margin: 14px 0 30px;
}
.product-eco .sector-item .item-title p {
  font-size: 28px;
  letter-spacing: -2px;
  color: #000;
}
.product-eco .sector-item .item-title strong {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1.12px;
}
.product-eco .sector-item .item-benefit {
  padding: 12px 0;
  border: solid #CFCFCF;
  border-width: 1px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  text-align: left;
}
.product-eco .sector-item .benefit-list * {
  font-size: 15px;
  line-height: 160%;
  color: #000;
  letter-spacing: -0.9px;
}
.product-eco .sector-item .benefit-list li strong {
  font-weight: 700;
}
.product-eco .sector-item .info-bottom {
  margin-top: auto;
}
.product-eco .sector-item .benefit-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 52px;
  max-width: 52px;
  color: #000;
}
.product-eco .sector-item .item-price {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
  padding-top: 50px;
  border: solid #CFCFCF;
  border-width: 1px 0 0 0;
  min-height: 113px;
}
.product-eco .sector-item .item-price .flag {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.96px;
  margin-left: 10px;
  padding: 2px 14px;
  border-radius: 999px;
  background: #E60004;
}
.product-eco .sector-item .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-item .price-before p {
  font-size: 15px;
  line-height: 125%;
  color: #9F9F9F;
}
.product-eco .sector-item .price-before .price {
  text-decoration: line-through;
}
.product-eco .sector-item .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-item .price-after .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-after .price span {
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-item .item-action {
  margin: 0 -15px;
}
.product-eco .sector-item .item-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  text-align: left;
  padding: 24px 32px;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .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.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    right: 20px;
  }
}
.product-eco .sector-discount {
  padding-bottom: 100px;
}
.product-eco .sector-discount .title-box .text-wait {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.8px;
  opacity: 0.8;
  background: linear-gradient(94deg, #FFC801 35.48%, #FFE0B7 60.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E89900;
  paint-order: stroke;
}
.product-eco .sector-discount .box-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
}
.product-eco .sector-discount .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.product-eco .sector-discount .box-list .box:not(.w-full) {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.w-full {
  width: 100%;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 41px;
  background-color: #fff;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  padding-right: 108px;
  margin-right: 40px;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.84px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.w-full .text-info .discount-value {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin: 0 0 0 auto;
}
.product-eco .sector-discount .box-list .box.w-full .action a {
  width: 290px;
  padding: 46px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.56px;
}
.product-eco .sector-discount .box-list .box .title-discount strong {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-eco .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.product-eco .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.product-eco .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.product-eco .sector-discount .box-list .box .action a {
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF)), #000;
  background: linear-gradient(180deg, #646464 0%, #000 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #000;
  text-align: center;
}
.product-eco .sector-discount .box-list .box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box .action a:before {
  right: 110px;
}
.product-eco .sector-discount .box-list .box .action a .text {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.product-eco .sector-discount .box-list .box-full {
  position: relative;
  width: 100%;
}
.product-eco .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.product-eco .sector-discount .box-list .box-full .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco .sector-why {
  padding: 100px 0;
  background: #FFFCF1;
}
.product-eco .sector-ai {
  padding: 100px 0;
}
.product-eco .sector-band {
  padding: 35px 0;
  border: solid #000;
  border-width: 4px 0;
  background: #FFD453;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.product-eco .sector-band p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.8px;
  line-height: 1.5;
}
.product-eco .sector-band p strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -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 span {
  display: block;
  margin-top: 5px;
  font-size: 22px;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.54px;
  color: #000;
}
.product-eco .cont-point-wrap {
  padding: 100px 0;
  background: #FFFCF5;
}
.product-eco .cont-point-wrap [class^=sector-point] ~ [class^=sector-point] {
  margin-top: 60px;
}
.product-eco .cont-point-wrap p.main-title {
  font-weight: 700;
}
.product-eco .sector-point2 .prof-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
  gap: 10px;
}
.product-eco .sector-point2 .tbl-title {
  margin-top: 40px;
  margin-bottom: 35px;
  font-size: 22px;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.88px;
}
.product-eco .sector-point2 .tbl-review-wrap {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
.product-eco .sector-point2 .tbl-review-wrap .review-slide {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.product-eco .sector-point2 .review-slide {
  width: 948px;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.product-eco .sector-point2 .review-slide:after {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  content: "";
  width: 948px;
  height: 275px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64.73%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64.73%, #FFF 100%);
}
.product-eco .sector-point2 .review-slide .slick-slide {
  font-size: 0;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #DADADA;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item .star-rating {
  width: 160px;
  padding: 4px 21px;
  font-size: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item .star-rating .star {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background-color: #F8F8F8;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  vertical-align: top;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item .text-review {
  width: 676px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 10px 20px;
  color: #454545;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-point2 .review-slide .slick-slide .review-item .user-name {
  width: 114px;
  padding: 10px 20px;
  color: #888;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-point3 .action {
  position: absolute;
  top: 325px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}/*# sourceMappingURL=web.css.map */