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

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

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

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

.product-eco .slick-dots {
  font-size: 0;
}
.product-eco .slick-dots li {
  display: inline-block;
}
.product-eco .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
}
.promotion img,
.product-eco img,
.fullservice img {
  vertical-align: top;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.product-eco {
  overflow: hidden;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.product-eco .fc-point {
  color: #FA0;
}
.product-eco .btn-base {
  padding: 1px 17px 2px 8px;
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  opacity: 0.6;
  color: #878787;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -1px;
}
.product-eco .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    width: 5px;
  }
}
.product-eco .btn-base::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    height: 5px;
  }
}
.product-eco .btn-base::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    margin-top: -2.5px;
  }
}
.product-eco .btn-base::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    right: 10px;
  }
}
.product-eco .btn-base::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .btn-base:before {
  right: 8px;
}
.product-eco .text-point {
  display: block;
  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;
  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: rgba(232, 153, 0, 0.25);
  paint-order: stroke;
  opacity: 0.8;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .label-title {
  display: inline-block;
  padding: 4px 20px;
  border-radius: 100px;
  background: #FFA800;
  color: #111;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
}
.product-eco .title-box .label-title + .main-title {
  margin-top: 12px;
}
.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: #62584C;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .title-box .sup-title + .main-title {
  margin-top: 42px;
}
.product-eco .title-box .main-title {
  font-size: 36px;
  line-height: 130%;
  color: #000;
  letter-spacing: -0.72px;
  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: 40px;
}
.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: 26px;
  line-height: 140%;
  letter-spacing: -1.04px;
  font-weight: 700;
}
.product-eco .frame .img-box {
  position: relative;
}
.product-eco .text-notice {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.product-eco .tab-box {
  margin: 0 20px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 44px;
}
.product-eco .tab-box .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .tab-box .tab-list li button {
  width: 100%;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.product-eco .tab-box .tab-list li button strong {
  font-size: 24px;
  letter-spacing: -0.48px;
}
.product-eco .tab-box .tab-list li.active button {
  background-color: #000;
  color: #fff;
}
.product-eco .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow {
    width: 80px;
  }
}
.product-eco .slick-arrow {
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow {
    height: 80px;
  }
}
.product-eco .slick-arrow {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  background: transparent;
}
.product-eco .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow::before {
    width: 20px;
  }
}
.product-eco .slick-arrow::before {
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow::before {
    height: 20px;
  }
}
.product-eco .slick-arrow::before {
  border-width: 0;
  border-style: solid;
  border-color: #2B2C41;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .slick-arrow {
  left: 0;
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 80px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 80px;
  }
}
.product-eco .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  background: transparent;
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 20px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 20px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #2B2C41;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.product-eco .slick-dots {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots {
    margin-top: 16px;
  }
}
.product-eco .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li {
    margin: 0 4px;
  }
}
.product-eco .slick-dots li button {
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    width: 12px;
  }
}
.product-eco .slick-dots li button {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    height: 12px;
  }
}
.product-eco .slick-dots li button {
  border-radius: 69.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    border-radius: 500px;
  }
}
.product-eco .slick-dots li button {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-dots li.slick-active button {
  width: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li.slick-active button {
    width: 36px;
  }
}
.product-eco .slick-dots li.slick-active button {
  background: #000;
}
.product-eco .fix-wing {
  position: fixed;
  top: 200px;
  left: 10px;
  z-index: 99;
}
.product-eco .fix-wing .banner-wing {
  width: 200px;
  padding: 25px 13px;
  border-radius: 10px;
  border: 2px solid #FFC801;
  background: #F6F6F6;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
  text-align: left;
  overflow: hidden;
}
.product-eco .fix-wing .banner-wing .wing-label {
  display: inline-block;
  padding: 1px 12px 1px 12px;
  border-radius: 200px;
  background: linear-gradient(87deg, #FF6003 -15.64%, #FF9000 97.4%);
  color: #FFF;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.6px;
}
.product-eco .fix-wing .banner-wing .wing-title {
  margin-top: 10px;
  color: #212121;
  font-size: 22px;
  font-style: normal;
  font-weight: 900;
  line-height: 128%;
  letter-spacing: -0.88px;
}
.product-eco .fix-wing .banner-wing .sub-desc {
  margin-top: 10px;
  color: #464646;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: -0.56px;
}
.product-eco .fix-wing .banner-wing .cs-info {
  margin: 27px -13px -25px;
  padding: 14px 13px 25px;
  background: #FFF;
}
.product-eco .fix-wing .banner-wing .cs-info .cs-title {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  line-height: 128%;
  letter-spacing: -0.28px;
}
.product-eco .fix-wing .banner-wing .cs-info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: -0.28px;
}
.product-eco .fix-wing .banner-wing .cs-info dl dt {
  color: #1B1D1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.28px;
}
.product-eco .fix-wing .banner-wing .cs-info dl dd {
  color: #1B1D1F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: -0.28px;
}
.product-eco .fix-wing .banner-wing .cs-info .action-cs {
  margin-top: 17px;
}
.product-eco .fix-wing .banner-wing .cs-info .action-cs a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 10px 0;
  border-radius: 5px;
  border: 1px solid #000;
  background: #FFF;
  color: #000;
  text-align: center;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.42px;
}
.product-eco .fix-wing .banner-wing .cs-info .action-cs a svg {
  margin-right: 10px;
}
.product-eco .fix-wing .banner-wing .cs-info .action-cs a + a {
  margin-top: 4px;
}
.product-eco .fix-wing .banner-wing .cs-info .action-cs a:last-child {
  background: #FFC801;
}
.product-eco .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 10px;
  z-index: 99;
}
.product-eco .fix-bottom a, .product-eco .fix-bottom button {
  margin: 0 20px;
  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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  padding: 0 35px;
  border-radius: 10px;
  border: 1px solid #3C2900;
  background: rgba(60, 41, 0, 0.7);
}
.product-eco .fix-bottom a .text, .product-eco .fix-bottom button .text {
  color: #FFF;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: -1px;
}
.product-eco .fix-bottom a .text .fc-point, .product-eco .fix-bottom button .text .fc-point {
  color: #FFE600;
}
.product-eco .fix-bottom a .btn-fake, .product-eco .fix-bottom button .btn-fake {
  padding: 15px 34px 15px 18px;
  border-radius: 5px;
  background: #FFE600;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 124%;
  letter-spacing: -0.72px;
}
.product-eco .fix-bottom a .btn-fake, .product-eco .fix-bottom button .btn-fake {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom a .btn-fake::before, .product-eco .fix-bottom button .btn-fake::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .btn-fake::before, .product-eco .fix-bottom button .btn-fake::before {
    width: 7px;
  }
}
.product-eco .fix-bottom a .btn-fake::before, .product-eco .fix-bottom button .btn-fake::before {
  height: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .btn-fake::before, .product-eco .fix-bottom button .btn-fake::before {
    height: 7px;
  }
}
.product-eco .fix-bottom a .btn-fake::before, .product-eco .fix-bottom button .btn-fake::before {
  margin-top: -0.4861111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .btn-fake::before, .product-eco .fix-bottom button .btn-fake::before {
    margin-top: -3.5px;
  }
}
.product-eco .fix-bottom a .btn-fake::before, .product-eco .fix-bottom button .btn-fake::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a .btn-fake::before, .product-eco .fix-bottom button .btn-fake::before {
    right: 14px;
  }
}
.product-eco .fix-bottom a .btn-fake::before, .product-eco .fix-bottom button .btn-fake::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-bottom a .btn-fake:before, .product-eco .fix-bottom button .btn-fake:before {
  right: 19px;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/product/260409_2/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;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(359deg, #FFD650 31.67%, #9BC0FF 105.18%);
  z-index: -1;
}
.product-eco .sector-title .wrap {
  max-width: 1300px;
}
.product-eco .sector-title .action-base {
  position: absolute;
  bottom: 44px;
  right: 70px;
}
.product-eco .sector-plus {
  padding: 80px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-129.17%, #000), to(rgba(109, 66, 36, 0))), #191409;
  background: linear-gradient(180deg, #000 -129.17%, rgba(109, 66, 36, 0) 100%), #191409;
}
.product-eco .sector-plus .label-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 14px;
  padding: 2px 19px 2px 2px;
  border-radius: 5px;
  border: 1px solid #000;
  background: -webkit-gradient(linear, left top, right top, from(#CBA345), color-stop(50%, #FFE154), to(#CBA345));
  background: linear-gradient(90deg, #CBA345 0%, #FFE154 50%, #CBA345 100%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.64px;
}
.product-eco .sector-plus .label-title .label-brown {
  padding: 7px 18px 3px;
  border-radius: 5px;
  border: 1px solid #060101;
  background: -webkit-gradient(linear, left top, right top, from(#000), to(#592E00));
  background: linear-gradient(90deg, #000 0%, #592E00 100%);
  font-size: 0;
}
.product-eco .sector-plus .label-title .label-brown .text {
  display: inline-block;
  vertical-align: top;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.6px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDEA7C), color-stop(96.15%, #CBA345));
  background: linear-gradient(180deg, #FDEA7C 0%, #CBA345 96.15%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-plus .main-title {
  margin-top: 15px;
  -webkit-text-stroke-width: 1px;
  paint-order: stroke;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -webkit-filter: 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);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -1.28px;
  background: linear-gradient(151deg, #B7862F 8.5%, #FFEC7E 33.99%, #CBA345 48.78%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-plus .sub-text {
  margin-top: 5px;
  color: #FFF;
  text-shadow: 1px 2px 0 #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 118%;
  letter-spacing: -0.88px;
}
.product-eco .sector-organization {
  padding: 100px 0;
}
.product-eco .sector-organization .img-box {
  position: relative;
  margin: 0 20px;
}
.product-eco .sector-organization .img-box a {
  left: 98px;
  bottom: 97px;
  width: 155px;
  padding: 7px 12px;
  gap: 10px;
  border: 1px solid rgba(71, 71, 71, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, from(#F5F5F5), color-stop(50%, #FFF));
  background: linear-gradient(0deg, #F5F5F5 0%, #FFF 50%);
  color: #272727;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .sector-organization .img-box a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-organization .img-box a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-organization .img-box a::before {
    width: 5px;
  }
}
.product-eco .sector-organization .img-box a::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-organization .img-box a::before {
    height: 5px;
  }
}
.product-eco .sector-organization .img-box a::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-organization .img-box a::before {
    margin-top: -2.5px;
  }
}
.product-eco .sector-organization .img-box a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-organization .img-box a::before {
    right: 10px;
  }
}
.product-eco .sector-organization .img-box a::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-organization .img-box a {
  position: absolute;
}
.product-eco .sector-organization .img-box a:before {
  right: 40px;
}
.product-eco .sector-plan {
  background-color: #FFFEF1;
  padding: 100px 0;
}
.product-eco .sector-timing {
  padding: 100px 0;
  background: radial-gradient(60.59% 62.96% at 39.43% 32.79%, #32281C 0%, #0F0E0D 100%);
}
.product-eco .sector-timing p.main-title {
  color: #fff;
}
.product-eco .sector-timing p.main-title .fc-yellow {
  color: #FFC800;
}
.product-eco .sector-timing .box-step {
  width: 1160px;
  padding: 30px 20px;
  gap: 20px;
  border-radius: 10px;
  border: 1.105px solid #584932;
  background: -webkit-gradient(linear, left top, right top, from(#111), to(#261B0E));
  background: linear-gradient(90deg, #111 0%, #261B0E 100%);
}
.product-eco .sector-timing .box-step .step-num {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .sector-timing .box-step .step-title {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 144%;
  letter-spacing: -0.96px;
}
.product-eco .sector-timing .box-step .step-title strong {
  color: #FFC800;
  font-weight: inherit;
}
.product-eco .sector-timing .box-step .step-desc {
  margin-top: 19px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.64px;
}
.product-eco .sector-timing .box-step .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 7px;
  margin-top: 19px;
}
.product-eco .sector-timing .box-step .tag-wrap .tag {
  padding: 4px 15px;
  border-radius: 183.306px;
  border: 0.917px solid #373737;
  background: #000;
  color: #FFF;
  font-size: 14.344px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.574px;
}
.product-eco .sector-timing .box-step .box-yellow {
  width: 946px;
  margin: 15px auto 0;
  padding: 12px 0;
  border-radius: 5px;
  background: #FFCB2F;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 144%;
  letter-spacing: -0.64px;
}
.product-eco .sector-timing .box-step .box-yellow strong {
  font-weight: 700;
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item .item-list {
  margin: 0 20px;
}
.product-eco .sector-item .item-list .item-box {
  position: relative;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #828282;
  text-align: left;
}
.product-eco .sector-item .item-list .item-box + .item-box {
  margin-top: 20px;
}
.product-eco .sector-item .item-list .item-box .label-box {
  font-size: 0;
}
.product-eco .sector-item .item-list .item-box .label-box .item-label {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 5px;
  vertical-align: top;
  color: #3D3D3D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-list .item-box .label-box .item-label + .item-label {
  margin-left: 7px;
}
.product-eco .sector-item .item-list .item-box .label-box .item-label.label-1 {
  background: #FFF0BB;
}
.product-eco .sector-item .item-list .item-box .label-box .item-label.label-2 {
  background: #F1FFD5;
}
.product-eco .sector-item .item-list .item-box .label-box .item-label.label-3 {
  background: #EFFFF9;
}
.product-eco .sector-item .item-list .item-box .item-title {
  margin-top: 31px;
}
.product-eco .sector-item .item-list .item-box .item-title p {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -2px;
}
.product-eco .sector-item .item-list .item-box .item-title p strong {
  font-weight: 900;
}
.product-eco .sector-item .item-list .item-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 35px;
  padding: 12px 0;
  border-top: 1px solid rgba(195, 195, 195, 0.4);
}
.product-eco .sector-item .item-list .item-box ul li {
  min-width: 200px;
  padding: 18px 24px;
  color: #171717;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.842px;
}
.product-eco .sector-item .item-list .item-box ul li + li {
  border-left: 1px solid rgba(195, 195, 195, 0.4);
}
.product-eco .sector-item .item-list .item-box .item-price {
  position: absolute;
  bottom: 273px;
  right: 30px;
  text-align: right;
}
.product-eco .sector-item .item-list .item-box .item-price .label-price {
  display: inline-block;
  margin-bottom: 23px;
  padding: 9px 20px;
  border-radius: 999px;
  background: #FF182F;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.64px;
}
.product-eco .sector-item .item-list .item-box .item-price .price-before .price {
  color: #9F9F9F;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.product-eco .sector-item .item-list .item-box .item-price .price-before .price span {
  text-decoration: line-through;
}
.product-eco .sector-item .item-list .item-box .item-price .price-after .price {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 121%;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-list .item-box .item-price .price-after strong {
  font-weight: 900;
}
.product-eco .sector-item .item-list .item-box .item-action {
  margin-top: 20px;
}
.product-eco .sector-item .item-list .item-box .item-action a {
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  border-radius: 6px;
  padding: 28px 23px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 20px 0;
  padding: 15px 38px;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #34240A;
}
.product-eco .sector-item .box-notice p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-notice p strong {
  color: #FFC800;
}
.product-eco .sector-item .box-notice ul {
  margin-left: auto;
}
.product-eco .sector-item .box-notice ul li {
  text-align: left;
  color: #DDD;
  font-family: "Noto Sans KR";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
}
.product-eco .sector-choose {
  background: #FFF;
}
.product-eco .sector-choose .img-box {
  position: relative;
}
.product-eco .sector-choose .sale-text {
  position: absolute;
  top: 69px;
  left: 50%;
  width: 122px;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  color: #FFF;
  margin-left: -45px;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
.product-eco .sector-choose .benefit-text {
  position: absolute;
  top: 111px;
  left: 50%;
  width: 177px;
  font-size: 18px;
  font-weight: 500;
  line-height: 135%;
  color: #222;
  margin-left: -47px;
  -webkit-transform: rotate(-23deg);
          transform: rotate(-23deg);
}
.product-eco .sector-choose .sale-before {
  position: absolute;
  top: 169px;
  left: 50%;
  width: 250px;
  margin-left: -293px;
  padding: 0 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-choose .total-sale .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  letter-spacing: -1.44px;
}
.product-eco .sector-choose .total-sale .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 120%;
  color: #000;
  letter-spacing: -2.4px;
}
.product-eco .sector-choose .sale-list {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.product-eco .sector-choose .sale-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-choose .sale-list li p {
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  color: #444;
  letter-spacing: -1.12px;
}
.product-eco .sector-choose .sale-count {
  position: absolute;
  top: 177px;
  left: 50%;
  width: 146px;
  font-size: 34px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -2.72px;
  margin-left: 144px;
}
.product-eco .sector-choose .sale-count span:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 0;
  height: 0;
  margin-top: 17px;
  margin-right: 3px;
  border-style: solid;
  border-width: 13px 9px 0px 9px;
  border-color: #000000 transparent transparent transparent;
}
.product-eco .sector-choose .sale-after {
  position: absolute;
  top: 311px;
  left: 50%;
  width: 239px;
  margin-left: 30px;
}
.product-eco .sector-choose .sale-after .text {
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  letter-spacing: -1.44px;
}
.product-eco .sector-choose .sale-after .price {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.7px;
  color: #FFF;
  margin-top: 6px;
  -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-choose .subject {
  position: absolute;
  bottom: 40px;
  left: 50%;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.28px;
  color: #888;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-eco .sector-discount {
  padding: 80px 0 100px;
}
.product-eco .sector-discount .box-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}
.product-eco .sector-discount .box-list .box {
  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;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
  overflow: hidden;
}
.product-eco .sector-discount .box-list .box .flag-only {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-filter: drop-shadow(3px 4px 8px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(3px 4px 8px rgba(0, 0, 0, 0.26));
}
.product-eco .sector-discount .box-list .box:not(.w-full) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -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-flex-align: center;
          align-items: center;
  padding: 32px 34px 32px 59px;
  background-color: #fff;
}
.product-eco .sector-discount .box-list .box.w-full .discount-value {
  margin-top: -10px;
  margin-bottom: 0;
}
.product-eco .sector-discount .box-list .box.w-full .title-discount {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  position: relative;
  padding-right: 108px;
  margin-right: 40px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  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 .side-text:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  content: "";
  width: 2px;
  height: 163px;
  background-color: #D4D4D4;
  opacity: 0.6;
}
.product-eco .sector-discount .box-list .box.w-full .discount-value {
  -webkit-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;
  border-radius: 8px;
  text-align: center;
  padding: 42px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a .text {
  font-size: 22px;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 80px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  min-height: 75px;
  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-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.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: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.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: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 8px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 8px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -4px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 16px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-discount .box-list .box .action a {
  text-align: center;
}
.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-interview {
  padding: 100px 0;
  background: #FFFADB;
}
.product-eco .sector-interview .main-title {
  font-weight: 700;
}
.product-eco .sector-interview .video-box {
  position: relative;
  width: 805px;
  height: 452px;
  margin: 0 auto;
}
.product-eco .sector-interview .video-box a, .product-eco .sector-interview .video-box button {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.product-eco .sector-interview .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-interview .box-list {
  margin-top: 60px;
}
.product-eco .sector-band {
  padding: 40px 0;
  border: solid #000;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  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 {
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -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);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.8px;
}
.product-eco .sector-band p strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #FFD83B;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
}
.product-eco .sector-band span {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.68px;
}
.product-eco .cont-point-wrap {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .cont-point-wrap [class^=sector-point] + [class^=sector-point] {
  margin-top: 10px;
}
.product-eco .sector-point1 .tab-box {
  width: 950px;
  margin: 0 auto;
}
.product-eco .sector-point1 .tab-view {
  position: relative;
}
.product-eco .sector-point1 .tab-view .video-box {
  position: absolute;
  top: 98px;
  left: 0;
  width: 460px;
  height: 260px;
}
.product-eco .sector-point1 .tab-view .video-box .eduwill-iframe-play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.product-eco .sector-point1 .tab-view .video-box .eduwill-iframe-play img {
  width: 100%;
  height: 100%;
}
.product-eco .sector-point1 .tab-view .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-point1 .tbl-review-wrap {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
.product-eco .sector-point1 .tbl-review-wrap .review-slide {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.product-eco .sector-point1 .review-slide {
  width: 948px;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.product-eco .sector-point1 .review-slide:after {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  content: "";
  width: 948x;
  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-point1 .review-slide .slick-slide .review-item {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #DADADA;
}
.product-eco .sector-point1 .review-slide .slick-slide .review-item .text-review {
  width: 834px;
  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;
}
.product-eco .sector-point1 .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;
}
.product-eco .sector-point1 .img-qna {
  margin-top: -10px;
}
.product-eco .sector-point2 .title-box {
  position: relative;
}
.product-eco .sector-point2 .title-box .action-base {
  margin-top: 22px;
}
.product-eco .sector-point2 .title-box .action-base .btn-base {
  background-color: #F8F8F8;
}
.product-eco .sector-point3 .tab-box {
  margin: 0 59px;
}
.product-eco .sector-point3 .tab-box .tab-item button {
  padding: 19px;
  font-size: 22px;
}
.product-eco .sector-point3 .img-cbt {
  margin-top: -10px;
}
.product-eco .sector-point4 .sup-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.64px;
}
.product-eco .sector-point4 .sup-title strong {
  color: #FF9500;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.6px;
}
.product-eco .sector-point4 .sup-title + .main-title {
  margin-top: 20px;
}
.product-eco .sector-point4 .sub-text {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.6px;
}/*# sourceMappingURL=web.css.map */