@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%);
}

.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, .product-eco .sector-point8 .img-box .blink-badge span {
  -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,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  -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;
  padding: 0;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 8.3333333333vw;
  height: 9.1666666667vw;
  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: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 66px;
  }
}
@-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);
  }
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .title-box:not(:last-child) {
  margin-bottom: 60px;
}
.product-eco .title-box p.main-title {
  color: #000;
  font-size: 36px;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .title-box p.main-title strong {
  font-weight: 700;
}
.product-eco .title-box p.main-title + .star-text {
  margin-top: 10px;
}
.product-eco .title-box p.num-title {
  display: inline-block;
  min-width: 140px;
  margin: 0 auto 20px;
  padding: 12px 19px;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame {
  padding: 50px 49px;
  margin: 0 20px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #fff;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box .main-title {
  font-size: 22px;
  font-weight: 350;
  letter-spacing: -0.88px;
}
.product-eco .frame .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .frame .title-box .main-title + .star-text {
  margin-top: 20px;
}
.product-eco .frame .title-box .star-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .frame .img-box {
  position: relative;
}
.product-eco .frame .img-box + div {
  margin-top: 90px;
}
.product-eco .frame .list-box {
  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;
  margin-top: 30px;
  gap: 10px;
}
.product-eco .box-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.product-eco .star-text {
  color: #999;
  font-size: 16px;
  font-weight: 350;
  letter-spacing: -0.462px;
  line-height: 1.36;
}
.product-eco .slick-list * {
  vertical-align: top;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: -83.3333333333vw;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -600px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: -83.3333333333vw;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -600px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
}
.product-eco .slick-dots li.slick-active {
  background-color: #000;
}
.product-eco .fix-banner-review {
  position: fixed;
  right: 0;
  bottom: 400px;
  z-index: 11;
  width: 270px;
  padding: 36px 0 25px;
  overflow: hidden;
  border-radius: 20px;
  line-height: 1.5;
  letter-spacing: -1px;
  background: #fce8a9;
  background: linear-gradient(120deg, #fce8a9 0%, #fcce2f 80%, #fcce2f 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-banner-review .banner-title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  color: #000;
  letter-spacing: -2px;
}
.product-eco .fix-banner-review .banner-title strong {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: inherit;
}
.product-eco .fix-banner-review .slide-box {
  width: 230px;
  margin: 15px auto 0;
}
.product-eco .fix-banner-review .slide-box .slick-list {
  border-radius: 30px;
  background-color: #fff;
}
.product-eco .fix-banner-review .slide-box .slick-slide {
  text-align: left;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-banner-review .slide-box .slide-item {
  display: inline-block;
  font-weight: 500;
  color: #222;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
.product-eco .fix-banner-review .slide-box .slide-item .name {
  margin-top: 25px;
  font-size: 13px;
  color: #222;
  opacity: 0.5;
}
.product-eco .fix-banner-review .slide-box .slide-item .point {
  display: inline;
  font-size: 15px;
  color: #e90f06 !important;
}
.product-eco .fix-banner-review .slide-box .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 2px;
  border-radius: 10px;
  background-color: #ccaa48;
}
.product-eco .fix-banner-review .slide-box .slick-dots li.slick-active {
  width: 30px;
  background-color: #fff7e2;
}
.product-eco .fix-banner-review .action {
  position: relative;
  width: 230px;
  margin: 15px auto 0;
}
.product-eco .fix-banner-review .action:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 42px;
  width: 105px;
  height: 103px;
  background-image: url("//img.eduwill.net/eduwill/img/2022/S/product/220602/pc/trophy.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .fix-banner-review .action a {
  width: 100%;
  padding: 11px 0;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0;
  background-color: #000;
}
.product-eco .fix-banner-review .action a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-banner-review .action 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: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-banner-review .action a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-banner-review .action a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-banner-review .action a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-banner-review .action a::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-banner-review .action a::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-banner-review .action a::before {
    border-right-width: 2px;
  }
}
.product-eco .fix-banner-review .action a::before {
  right: 40px;
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/S/product/250901/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;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  background: #FFEFB6;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEFB6), to(#FFCF3E));
  background: linear-gradient(180deg, #FFEFB6 0%, #FFCF3E 100%);
}
.product-eco .sector-title:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 133px;
  background: #FFB200;
}
.product-eco .sector-title .wrap {
  z-index: 2;
}
.product-eco .sector-title .action {
  position: absolute;
  bottom: 50px;
  right: 174px;
}
.product-eco .sector-title .action .btn-base {
  padding-right: 10px;
  color: #6E6E6E;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.45px;
}
.product-eco .sector-title .action .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action .btn-base::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: 0.1388888889vw;
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action .btn-base::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action .btn-base::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action .btn-base::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action .btn-base::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action .btn-base::before {
    border-top-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action .btn-base::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-title .action .btn-base:before {
  right: 0;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .sector-benefit p.main-title {
  color: #393939;
  font-size: 34px;
  letter-spacing: -1.36px;
}
.product-eco .sector-benefit .img-box img + img {
  margin-top: 55px;
}
.product-eco .sector-special {
  padding: 94px 0;
  background: #FFD32F;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD32F), to(#FFAE00));
  background: linear-gradient(180deg, #FFD32F 0%, #FFAE00 100%);
}
.product-eco .sector-special:after {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #FFD32F;
  background-image: url("//img.eduwill.net/eduwill/img/2025/S/product/250901/pc/ico_plus.png");
  background-repeat: no-repeat;
  background-position: center 23px;
  background-size: 40px 41px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-special p.main-title {
  font-weight: 700;
  color: #393939;
}
.product-eco .sector-special .star-text {
  margin: 20px 20px 0;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.product-eco .sector-price {
  padding: 100px 0;
  background-color: #FAFAFA;
}
.product-eco .sector-price .product-item {
  margin: 0 20px;
  padding: 34px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  text-align: left;
}
.product-eco .sector-price .flag-list {
  margin-bottom: 17px;
}
.product-eco .sector-price .flag-list .flag {
  color: #F90;
  font-size: 18px;
  font-weight: 700;
  line-height: 244%;
  letter-spacing: -0.72px;
}
.product-eco .sector-price .product-title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: -1px;
}
.product-eco .sector-price .price-tag-wrap {
  position: absolute;
  top: 96px;
  right: 49px;
  font-size: 0;
}
.product-eco .sector-price .price-tag-wrap [class^=tag-] {
  display: inline-block;
  padding: 2px 15px;
  border-radius: 100px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.54px;
  vertical-align: top;
}
.product-eco .sector-price .price-tag-wrap [class^=tag-] + [class^=tag-] {
  margin-left: 5px;
}
.product-eco .sector-price .price-tag-wrap .tag-1 {
  color: #F90;
  border-color: #F90;
}
.product-eco .sector-price .price-box {
  position: absolute;
  top: 127px;
  right: 42px;
}
.product-eco .sector-price .price-after {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 121%;
  letter-spacing: -1px;
}
.product-eco .sector-price .price-after strong {
  font-weight: 900;
}
.product-eco .sector-price .action {
  margin-top: 19px;
  padding-top: 39px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-price .action .btn-product {
  width: 100%;
  padding: 25px 33px;
  border-radius: 6px;
  background: #4A4A4A;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000));
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%);
}
.product-eco .sector-price .action .btn-product {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .action .btn-product::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: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-price .action .btn-product:before {
  right: 33px;
}
.product-eco .sector-price .action .btn-product .text {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.product-eco .cont-point-wrap {
  padding: 100px 0 85px;
  background-color: #F3F3F3;
}
.product-eco .cont-point-wrap [class^=sector-point] + [class^=sector-point] {
  margin-top: 50px;
}
.product-eco .sector-point4 .star-text {
  color: #999;
}
.product-eco .sector-point4 .box {
  width: 520px;
  padding: 48px 40px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  text-align: left;
}
.product-eco .sector-point4 .box .sup-tit {
  margin-bottom: 23px;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.64px;
}
.product-eco .sector-point4 .box .tit {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.63px;
}
.product-eco .sector-point4 .box .tit .fc-point {
  color: #FFA100;
}
.product-eco .sector-point4 .box a {
  display: inline-block;
  margin-top: 23px;
  padding: 4px 22px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000)), #3F3F3F;
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%), #3F3F3F;
}
.product-eco .sector-point4 .box a span {
  display: inline-block;
  background: linear-gradient(177deg, #FBDC71 4.34%, #FC0 97.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.72px;
  vertical-align: top;
}
.product-eco .sector-point5 .action {
  margin-top: 10px;
  text-align: right;
}
.product-eco .sector-point5 .action .btn-base {
  padding-right: 10px;
  margin-right: 30px;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.product-eco .sector-point5 .action .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .sector-point5 .action .btn-base::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: 0.1388888889vw;
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point5 .action .btn-base::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point5 .action .btn-base::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point5 .action .btn-base::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point5 .action .btn-base::before {
    right: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point5 .action .btn-base::before {
    border-top-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-point5 .action .btn-base::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-point5 .action .btn-base:before {
  right: 0;
}
.product-eco .sector-point6 .box-list {
  gap: 10px;
}
.product-eco .sector-point6 .box {
  position: relative;
}
.product-eco .sector-point6 .box.satisfaction:after {
  position: absolute;
  top: -7px;
  right: -27px;
  content: "만족도 100%";
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 79px;
  height: 79px;
  word-break: keep-all;
  border-radius: 50%;
  border: 2px solid #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.04%, #FFCC31), to(#FFEDAF)), -webkit-gradient(linear, left bottom, left top, color-stop(9.04%, #FFF4AD), color-stop(47.74%, #EEF0C3), to(#BEE6FF)), -webkit-gradient(linear, left top, left bottom, from(#FFEBAD), to(#FFF9E7)), var(--Color-m, #FF5324);
  background: linear-gradient(0deg, #FFCC31 9.04%, #FFEDAF 100%), linear-gradient(0deg, #FFF4AD 9.04%, #EEF0C3 47.74%, #BEE6FF 100%), linear-gradient(180deg, #FFEBAD 0%, #FFF9E7 100%), var(--Color-m, #FF5324);
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2;
}
.product-eco .sector-point6 .tab-box {
  margin: 55px 10px 0;
}
.product-eco .sector-point6 .tab-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 6px;
}
.product-eco .sector-point6 .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 17px 0;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  color: #6D6D6D;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
  cursor: pointer;
}
.product-eco .sector-point6 .tab-list li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000)), #222;
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%), #222;
  color: #fff;
}
.product-eco .sector-point6 .tab-view {
  margin-top: 10px;
}
.product-eco .sector-point6 .tab-view:not(.active) {
  display: none;
}
.product-eco .sector-point6 .review-slide {
  margin: 20px -49px 0;
}
.product-eco .sector-point6 .review-slide .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-point6 .star-text {
  margin-top: 35px;
  color: rgba(68, 68, 68, 0.5);
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.product-eco .sector-point8 .img-box {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.product-eco .sector-point8 .img-box .blink-badge {
  position: absolute;
  top: 41px;
  left: 59px;
  padding: 5px 16px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000));
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%);
}
.product-eco .sector-point8 .img-box .blink-badge span {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  background: var(--Linear, linear-gradient(180deg, #FFD761 0%, #FFBF00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-band {
  padding: 55px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000)), #FFF;
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%), #FFF;
}
.product-eco .sector-band p {
  color: #FFF;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.9px;
}
.product-eco .sector-band p strong {
  background: linear-gradient(91deg, #FFBF00 0.73%, #FFE500 98.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.9px;
}
.product-eco .sector-exam {
  padding: 93px 0 115px;
  background: #FFF9E1;
}
.product-eco .sector-exam p.main-title {
  font-weight: 700;
}
.product-eco .sector-exam .slide-list {
  width: 1040px;
  margin: 0 auto;
}
.product-eco .earlybird-banner {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 99;
}
.product-eco .sector-earlybird {
  margin-top: -142px;
  background: #FFDF00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(38.95%, #FFDF00), color-stop(113.49%, #FAAB01));
  background: linear-gradient(180deg, #FFDF00 38.95%, #FAAB01 113.49%);
}
.product-eco .sector-increase {
  padding: 70px 0;
}
.product-eco .sector-increase p.main-title {
  font-weight: 700;
}
.product-eco .sector-increase .graph-wrap {
  position: relative;
  margin-bottom: 50px;
}
.product-eco .sector-increase .graph-wrap .img-content {
  margin-top: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.product-eco .sector-increase .winner-contents .winner-list {
  margin-top: -30px;
  -webkit-transform: perspective(300px) rotateX(45deg);
          transform: perspective(300px) rotateX(45deg);
  overflow: hidden;
}
.product-eco .sector-increase .winner-contents .winner-list p {
  color: #bdbdbd;
  font-size: 18px;
  margin: 5px 0;
  font-weight: 100;
  text-align: center;
}
.product-eco .sector-increase .star-text {
  margin-top: 28px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
}
.product-eco .sector-search {
  padding: 98px 0;
  background: #F6F6F6;
}
.product-eco .sector-search p.main-title {
  font-weight: 700;
}
.product-eco .sector-search .img-box {
  position: relative;
}
.product-eco .sector-search .typing {
  position: absolute;
  top: 79px;
  left: 344px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
.product-eco .sector-search .typing:after {
  content: "";
  position: relative;
  top: -5px;
  display: inline-block;
  -webkit-animation-name: cursor;
          animation-name: cursor;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 2px;
  height: 40px;
  background-color: #fff;
  vertical-align: middle;
}
@-webkit-keyframes cursor {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #022222;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes cursor {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #022222;
  }
  100% {
    background-color: #fff;
  }
}
.product-eco .sector-winner {
  padding: 100px 0 80px;
  background: #FFD400;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD400), to(#FFB200));
  background: linear-gradient(180deg, #FFD400 0%, #FFB200 100%);
}/*# sourceMappingURL=web.css.map */