@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.5);
  opacity: 0.6;
  color: rgba(0, 0, 0, 0.5);
  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: 500;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .sub-title {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.88px;
}
.product-eco .title-box .sub-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 .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 59px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 30px;
}
.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: 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left bottom, left top, from(#E7E7E7), to(#E7E7E7)), #FFF;
  background: linear-gradient(0deg, #E7E7E7 0%, #E7E7E7 100%), #FFF;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.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: #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 .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260512/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title .wrap {
  padding: 50px 0 60px;
}
.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 .title-head {
  position: relative;
  width: 1160px;
  margin: 50px auto 40px;
}
.product-eco .sector-title .title-head .paper-content {
  position: relative;
  border: 30px solid #FFC801;
  -webkit-box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 80px 0 rgba(0, 0, 0, 0.5);
}
.product-eco .sector-title .title-head .paper-content:before {
  position: absolute;
  top: -70px;
  left: -30px;
  right: -30px;
  content: "";
  display: block;
  width: 1160px;
  height: 40px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260512/pc/title_deco_pager.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-title .title-head .paper-content:after {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  left: -30px;
  bottom: -30px;
  border: 2px solid #93693C;
}
.product-eco .sector-title .title-head .paper-content .text-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #B68C5F;
}
.product-eco .sector-title .title-head .paper-content .title-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 50px 0 50px 40px;
  text-align: left;
}
.product-eco .sector-title .title-head .paper-content .title-text .sub-text {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.12px;
}
.product-eco .sector-title .title-head .paper-content .title-text img {
  max-width: 100%;
  display: block;
  margin-top: 30px;
}
.product-eco .sector-title .title-head .paper-content .title-text .en-text {
  font-size: 12px;
  color: #4F4F4F;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.5;
  letter-spacing: -0.36px;
}
.product-eco .sector-title .title-head .paper-content .title-ticket {
  width: 320px;
  border-left: 2px dashed #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 203, 126, 0.5)), to(rgba(255, 255, 255, 0.5)));
  background: linear-gradient(180deg, rgba(255, 203, 126, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  backdrop-filter: blur(5px);
}
.product-eco .sector-title .title-head .paper-content .title-ticket p {
  color: #93693C;
  font-size: 48px;
  font-weight: 200;
  line-height: 110%;
  letter-spacing: 4.8px;
}
.product-eco .sector-title .title-head .paper-content .title-ticket p strong {
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  color: #FFF;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-shadow: 0 2px 0 #93693C;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #93693C;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #93693C) drop-shadow(0 1px #93693C);
          filter: drop-shadow(0 1px #93693C) drop-shadow(0 1px #93693C);
  font-size: 66px;
  font-weight: 800;
  line-height: 124%;
  letter-spacing: -1.98px;
}
.product-eco .sector-title .banner-box {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260512/pc/bg_title_banner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1160px;
  padding: 26px 137px;
  margin: 30px auto 0;
  color: #fff;
  border-bottom: 1px solid #000;
}
.product-eco .sector-title .banner-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}
.product-eco .sector-title .banner-box .sticker {
  position: absolute;
  top: 0;
  right: 24px;
  padding: 5px 16px;
  border-radius: 0 0 4.857px 4.857px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260512/pc/bg_sticker.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-title .banner-box .sticker span {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14.571px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.291px;
  background: linear-gradient(150deg, #323232 13.44%, #000 81.67%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .banner-box .banner-title {
  font-size: 38.852px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.777px;
  text-align: left;
  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-title .banner-box .banner-title strong {
  font-weight: 900;
  font-size: 46px;
}
.product-eco .sector-title .banner-box .banner-desc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 68px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-title .banner-box .banner-desc .desc-item {
  text-align: center;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-eco .sector-title .banner-box .banner-desc .desc-item + .desc-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 64px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.product-eco .sector-title .banner-box .banner-desc .desc-item span {
  display: block;
}
.product-eco .sector-title .banner-box .banner-desc .desc-item span:not(:last-child) {
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 2px;
  letter-spacing: -0.8px;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  word-break: keep-all;
  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-title .banner-box .banner-desc .desc-item strong {
  display: block;
  margin-bottom: 2px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.56px;
  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-title .banner-box .banner-desc .desc-item span:last-child {
  margin-bottom: 0;
  color: #FFE6B8;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.4;
}
.product-eco .sector-title .reason-wrap {
  width: 1160px;
  margin: 8px auto 0;
}
.product-eco .sector-title .reason-wrap .reason-title {
  padding: 7px 0;
  border: 1px solid #53320E;
  background: -webkit-gradient(linear, left top, right top, from(#F6C100), to(#C59D0C));
  background: linear-gradient(90deg, #F6C100 0%, #C59D0C 100%);
  font-size: 20px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -1.4px;
  margin-bottom: 10px;
  color: #fff;
}
.product-eco .sector-title .reason-wrap .reason-box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.product-eco .sector-title .reason-wrap .reason-box-list .reason-box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 164px;
  border: 1px solid #53320E;
  background: linear-gradient(123deg, rgba(255, 255, 255, 0.84) 7.39%, rgba(255, 244, 160, 0.84) 93.6%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  backdrop-filter: blur(1px);
  padding: 35px 25px;
  text-align: left;
}
.product-eco .sector-title .reason-wrap .reason-box-list .reason-box .desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
  color: #53320E;
}
.product-eco .sector-title .reason-wrap .reason-box-list .reason-box .title {
  margin-top: 10px;
  font-size: 26px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.82px;
  color: #53320E;
}
.product-eco .sector-title .reason-wrap .reason-box-list .reason-box .title strong {
  font-weight: 900;
}
.product-eco .sector-title .action-base {
  position: absolute;
  bottom: 27px;
  right: 20px;
}
.product-eco .sector-intro {
  position: relative;
  padding: 80px 0;
  background-color: #71645B;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260512/pc/bg_intro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-intro::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(142, 127, 115, 0.8)), to(rgba(67, 63, 60, 0.8)));
  background: linear-gradient(90deg, rgba(142, 127, 115, 0.8) 0%, rgba(67, 63, 60, 0.8) 100%);
  z-index: -1;
}
.product-eco .sector-intro .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin-bottom: 40px;
}
.product-eco .sector-intro .card-list .card-item {
  width: 460px;
  background-color: #EDEDED;
  border-radius: 21px;
  padding-bottom: 44px;
}
.product-eco .sector-intro .card-list .card-item p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.9px;
}
.product-eco .sector-intro .intro-title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -1.28px;
}
.product-eco .sector-intro .intro-title strong {
  font-weight: 700;
  color: #FFD35A;
}
.product-eco .sector-graph {
  padding: 50px 0 70px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDE5), to(#FFFEEF));
  background: linear-gradient(180deg, #FFFDE5 0%, #FFFEEF 100%);
}
.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: 27px 34px;
  border-radius: 10px;
  border: 1px solid #828282;
  background-color: #fff;
  text-align: left;
}
.product-eco .sector-item .item-list .item-box + .item-box {
  margin-top: 20px;
}
.product-eco .sector-item .item-list .item-box .flag-wrap {
  position: absolute;
  top: 0;
  right: 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-filter: drop-shadow(2.292px 2.764px 9.944px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2.292px 2.764px 9.944px rgba(0, 0, 0, 0.2));
}
.product-eco .sector-item .item-list .item-box .flag-wrap .flag-red, .product-eco .sector-item .item-list .item-box .flag-wrap .flag-yellow {
  position: relative;
  width: 80px;
  height: 73px;
}
.product-eco .sector-item .item-list .item-box .flag-wrap .flag-red {
  background-image: url("https://img.eduwill.net/eduwill/img/2026/_107/product/260105/pc/flag_red.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-item .item-list .item-box .flag-wrap .flag-red span {
  color: #FFF;
}
.product-eco .sector-item .item-list .item-box .flag-wrap .flag-yellow {
  background-image: url("https://img.eduwill.net/eduwill/img/2026/_107/product/260105/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-item .item-list .item-box .flag-wrap .flag-yellow span {
  color: #301D03;
}
.product-eco .sector-item .item-list .item-box .flag-wrap span {
  position: absolute;
  top: -4px;
  left: -1px;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 73px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-style: italic;
  -webkit-transform: rotate(-8.25deg);
          transform: rotate(-8.25deg);
  text-align: center;
}
.product-eco .sector-item .item-list .item-box .item-info-area {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-template-areas: "title desc" "price desc";
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-item .item-list .item-box .item-title {
  grid-area: title;
  padding-bottom: 20px;
  border-bottom: 1px solid #CFCFCF;
}
.product-eco .sector-item .item-list .item-box .item-title .title-1 {
  color: #FA0;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-list .item-box .item-title .title-2 {
  margin-top: 20px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-list .item-box .item-title .title-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .item-list .item-box .item-desc {
  grid-area: desc;
  border-left: 1px solid #CFCFCF;
  padding: 10px 0 10px 20px;
}
.product-eco .sector-item .item-list .item-box .item-desc .label-yellow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 15px;
  border-radius: 5px;
  background: #FFF0BB;
  color: #FA0;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-list .item-box .item-desc p {
  position: relative;
  padding-left: 10px;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: -0.842px;
}
.product-eco .sector-item .item-list .item-box .item-desc p:before {
  content: "·";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: -0.842px;
}
.product-eco .sector-item .item-list .item-box .item-price {
  grid-area: price;
}
.product-eco .sector-item .item-list .item-box .item-price .label-price {
  display: inline-block;
  margin: 0 0 8px 8px;
  color: #FF182F;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 125%;
  vertical-align: bottom;
}
.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 {
  display: inline-block;
  vertical-align: top;
  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 {
  width: 100%;
  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 33px;
  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 .item-list .item-box .item-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-list .item-box .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-box .item-action a::before {
    width: 8px;
  }
}
.product-eco .sector-item .item-list .item-box .item-action a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-box .item-action a::before {
    height: 8px;
  }
}
.product-eco .sector-item .item-list .item-box .item-action a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-box .item-action a::before {
    margin-top: -4px;
  }
}
.product-eco .sector-item .item-list .item-box .item-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-box .item-action a::before {
    right: 16px;
  }
}
.product-eco .sector-item .item-list .item-box .item-action a::before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.product-eco .sector-item .item-list .item-box .item-action a:before {
  right: 33px;
}
.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-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-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;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.product-eco .sector-band p {
  color: #FFF;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  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: #FFC310;
  -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 .sector-band.bg-yellow {
  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.bg-yellow .wrap > p {
  color: #000;
}
.product-eco .sector-band.bg-yellow .wrap > p strong {
  color: #fff;
  text-shadow: 0 4px 0 #000;
  -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);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.product-eco .sector-band.bg-yellow .wrap > strong {
  color: #FFF;
  text-shadow: 0 4px 0 #000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.72px;
}
.product-eco .cont-point-wrap {
  padding: 100px 0;
  background: #FFFCF5;
}
.product-eco .cont-point-wrap [class^=sector-point] + [class^=sector-point] {
  margin-top: 80px;
}
.product-eco .sector-point2 .action-base {
  position: absolute;
  top: 126px;
  right: 20px;
}
.product-eco .sector-point2 .frame .title-box {
  margin-top: 60px;
  margin-bottom: 35px;
}
.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: 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-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;
}
.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: 674px;
  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;
}
.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;
}/*# sourceMappingURL=web.css.map */