@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 .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .main-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
  color: #000;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .text-notice {
  margin-top: 12px;
}
.product-eco .title-box .sub-title {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .title-box .sub-title strong {
  font-weight: 700;
}
.product-eco .title-box .num-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 19px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .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-notice {
  margin-top: 20px;
  color: #A3A3A3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -1px;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .frame {
  margin: 0 20px;
  padding: 39px 59px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .main-title {
  font-size: 26px;
}
.product-eco .frame ~ .frame {
  margin-top: 30px;
}
.product-eco .frame .tab-box .tab-list {
  margin: 0 108px 24px;
}
.product-eco .frame .tab-box .tab-list .tab-item button {
  padding: 18px;
  font-size: 16px;
  letter-spacing: -0.64px;
}
.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: 22px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #888;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .tab-box .tab-list li.active button {
  background-color: #000;
  color: #fff;
  font-weight: 700;
}
.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/0/product/260409/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: -webkit-gradient(linear, left top, left bottom, from(#ECFFC6), to(#FFD695));
  background: linear-gradient(180deg, #ECFFC6 0%, #FFD695 100%);
  z-index: -1;
}
.product-eco .sector-title .wrap {
  max-width: 1300px;
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item p.main-title {
  font-weight: 700;
}
.product-eco .sector-item .item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-eco .sector-item .item-row + .item-row {
  margin-top: 16px;
}
.product-eco .sector-item .item-row .item-price-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  padding: 35px;
  border-radius: 10px;
  border: 1px solid #000;
  text-align: left;
  cursor: pointer;
}
.product-eco .sector-item .item-row .item-price-box[data-type=base] {
  cursor: default;
}
.product-eco .sector-item .item-row .item-price-box.w-full {
  -webkit-box-flex: 100%;
      -ms-flex: 100% 0 0px;
          flex: 100% 0 0;
}
.product-eco .sector-item .item-row .item-price-box.w-full ul {
  display: grid;
  grid-template-columns: 358px 358px;
  grid-auto-flow: column;
  grid-template-rows: repeat(3, auto);
}
.product-eco .sector-item .item-row .item-price-box .item-badge {
  position: absolute;
  top: -14px;
  left: 12px;
  padding-right: 13px;
  border-radius: 500px;
  border: 2px solid #E91A1A;
  background: #FFF;
}
.product-eco .sector-item .item-row .item-price-box .item-badge .badge-red {
  display: inline-block;
  margin-right: 8px;
  padding: 1px 12px 1px 12px;
  border-radius: 500px;
  background: #E81A1A;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  vertical-align: top;
}
.product-eco .sector-item .item-row .item-price-box .item-badge .badge {
  display: inline-block;
  padding: 1px 0;
  color: #E81A1A;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
  vertical-align: top;
}
.product-eco .sector-item .item-row .item-price-box .item-badge .badge:only-child {
  padding-left: 13px;
}
.product-eco .sector-item .item-row .item-price-box:before {
  position: absolute;
  top: 95px;
  left: 36px;
  display: inline-block;
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 2px;
  border: 2px solid #9B9B9B;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .item-row .item-price-box:after {
  position: absolute;
  top: 95px;
  left: 36px;
  content: "";
  display: none;
  width: 28px;
  height: 28px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/product/260409/mobile/ico_chk_active.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-item .item-row .item-price-box.active {
  -webkit-box-shadow: 0 0 0 2px #FFBF00;
          box-shadow: 0 0 0 2px #FFBF00;
  border-color: #FFBF00;
}
.product-eco .sector-item .item-row .item-price-box.active:before {
  border-color: #FFBF00;
  background-color: #FFBF00;
}
.product-eco .sector-item .item-row .item-price-box.active:after {
  display: block;
}
.product-eco .sector-item .item-row .item-price-box.active .check-btn-list .btn-category.btn-active {
  border: 1px solid #FFE7A0;
  background: #FFF7E0;
}
.product-eco .sector-item .item-row .item-price-box .title-1 {
  color: #666;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-row .item-price-box .title-1 strong {
  color: #FFBD06;
}
.product-eco .sector-item .item-row .item-price-box .check-btn-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 17px;
  gap: 5px;
}
.product-eco .sector-item .item-row .item-price-box .check-btn-list span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
}
.product-eco .sector-item .item-row .item-price-box .check-btn-list .btn-category {
  padding: 3px 10px;
  border-radius: 6px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.56px;
}
.product-eco .sector-item .item-row .item-price-box .check-btn-list + .title-2 {
  margin-top: 4px;
}
.product-eco .sector-item .item-row .item-price-box .title-2 {
  margin-top: 4px;
  padding-left: 38px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 48px;
  letter-spacing: -1.12px;
}
.product-eco .sector-item .item-row .item-price-box .title-2 strong {
  font-weight: inherit;
}
.product-eco .sector-item .item-row .item-price-box ul {
  margin-top: 14px;
}
.product-eco .sector-item .item-row .item-price-box ul li {
  position: relative;
  padding-left: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-row .item-price-box ul li::before {
  content: "·";
  position: absolute;
  left: 0;
  top: 0;
}
.product-eco .sector-item .item-row .item-price-box ul li strong {
  font-weight: 700;
}
.product-eco .sector-item .item-row .item-price-box ul li small {
  color: #999;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-row .item-price-box .price-area {
  margin-top: auto;
  padding-top: 24px;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-before {
  margin-bottom: 3px;
  font-size: 0;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-before p {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  color: #9F9F9F;
  font-weight: 400;
  line-height: 125%;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-before p.text {
  font-size: 15px;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-before p.price {
  margin-left: 10px;
  text-decoration-line: line-through;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-after {
  font-size: 0;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-after:first-child {
  margin-top: 21px;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-after p {
  display: inline-block;
  vertical-align: top;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-after p.price {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 121%;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-after p.price strong {
  font-size: inherit;
  font-weight: 900;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-after p.badge-discount {
  width: 41px;
  height: 45px;
  margin-top: 10px;
  margin-right: 13px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/product/260409/pc/badge_discount.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  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;
  -webkit-filter: drop-shadow(1.543px 1.8px 4.629px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(1.543px 1.8px 4.629px rgba(0, 0, 0, 0.25));
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-after p.badge-discount .percent {
  display: inline-block;
  margin-top: -4px;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  letter-spacing: -0.9px;
  -webkit-transform: rotate(-8.25deg);
          transform: rotate(-8.25deg);
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-action {
  margin: 40px -15px 0;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-action a {
  width: 100%;
  padding: 25px 31px;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-row .item-price-box .price-area .price-action a::before {
    width: 10px;
  }
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-row .item-price-box .price-area .price-action a::before {
    height: 10px;
  }
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-row .item-price-box .price-area .price-action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-row .item-price-box .price-area .price-action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-action a::before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.product-eco .sector-item .item-row .item-price-box .price-area .price-action a:before {
  right: 35px;
}
.product-eco .sector-item .item-total-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 27px 39px;
  margin: 20px 20px 0;
  border-radius: 10px;
  border: 1px solid #C2994C;
  background: #FFFAE4;
}
.product-eco .sector-item .item-total-price .text-price {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 145%;
  letter-spacing: -1px;
  text-align: left;
}
.product-eco .sector-item .item-total-price .text-price strong {
  color: #956A19;
  font-weight: 700;
}
.product-eco .sector-item .item-total-price .price-wrap {
  margin-left: 20px;
  text-align: left;
}
.product-eco .sector-item .item-total-price .price-before {
  color: #B5B5B5;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-total-price .price-before span {
  text-decoration: line-through;
}
.product-eco .sector-item .item-total-price .price-before + .price-after {
  margin-top: -5px;
}
.product-eco .sector-item .item-total-price .price-after {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-total-price .price-after strong {
  font-weight: 900;
}
.product-eco .sector-item .item-total-price .action {
  margin-left: auto;
  width: 50%;
}
.product-eco .sector-item .item-total-price .action a {
  display: block;
  width: 100%;
  padding: 24px 32px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.8px;
  text-align: left;
}
.product-eco .sector-item .item-total-price .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-total-price .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-total-price .action a::before {
    width: 6px;
  }
}
.product-eco .sector-item .item-total-price .action a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-total-price .action a::before {
    height: 6px;
  }
}
.product-eco .sector-item .item-total-price .action a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-total-price .action a::before {
    margin-top: -3px;
  }
}
.product-eco .sector-item .item-total-price .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-total-price .action a::before {
    right: 12px;
  }
}
.product-eco .sector-item .item-total-price .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .item-total-price .action a:before {
  right: 32px;
}
.product-eco .sector-discount {
  padding-bottom: 100px;
}
.product-eco .sector-discount .text-wait {
  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 .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: 700;
  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-strength {
  padding: 100px 0;
  background: #F9F9F9;
}
.product-eco .sector-why {
  padding: 100px 0;
  background-color: #FFF9E8;
}
.product-eco .sector-why .frame {
  position: relative;
}
.product-eco .sector-why .frame .flag-wrap {
  position: absolute;
  top: 0;
  right: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.product-eco .sector-why .frame .flag-wrap .flag-item {
  position: relative;
  width: 86px;
  height: 86px;
  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;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/product/260409/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -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));
  will-change: filter;
}
.product-eco .sector-why .frame .flag-wrap .flag-item span {
  color: #FFF;
  text-shadow: 0 1.142px 2.284px rgba(0, 0, 0, 0.25);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 21.806px;
  font-style: italic;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.654px;
  -webkit-transform: rotate(-7.67deg);
          transform: rotate(-7.67deg);
}
.product-eco .sector-why .point1 .slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: -115px;
}
.product-eco .sector-why .point1 .slide-box .review-slide {
  width: 515px;
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point1 .slide-box .review-slide .slick-prev {
    width: 18px;
  }
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-prev {
  height: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point1 .slide-box .review-slide .slick-prev {
    height: 18px;
  }
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  background: #C2C2C2;
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.625vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point1 .slide-box .review-slide .slick-prev::before {
    width: 4.5px;
  }
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-prev::before {
  height: 0.625vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point1 .slide-box .review-slide .slick-prev::before {
    height: 4.5px;
  }
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #F4F4F4;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-prev {
  left: auto;
  right: 48px;
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point1 .slide-box .review-slide .slick-next {
    width: 18px;
  }
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-next {
  height: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point1 .slide-box .review-slide .slick-next {
    height: 18px;
  }
}
.product-eco .sector-why .point1 .slide-box .review-slide .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: #C2C2C2;
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.625vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point1 .slide-box .review-slide .slick-next::before {
    width: 4.5px;
  }
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-next::before {
  height: 0.625vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point1 .slide-box .review-slide .slick-next::before {
    height: 4.5px;
  }
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #F4F4F4;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-next {
  right: 28px;
}
.product-eco .sector-why .point1 .slide-box .review-slide .slick-arrow {
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 18px;
  border-radius: 50%;
}
.product-eco .sector-why .point2 .action-base {
  margin: 0 120px;
  text-align: right;
}
.product-eco .sector-why .point2 .tab-box {
  margin-top: 40px;
}
.product-eco .sector-why .point4 .tab-box.tab-interview1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 10px;
}
.product-eco .sector-why .point4 .tab-box.tab-interview1 .tab-view {
  width: 740px;
  height: 416px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-why .point4 .tab-box.tab-interview1 .tab-view a {
  display: block;
  width: 100%;
}
.product-eco .sector-why .point4 .tab-box.tab-interview1 .tab-view a img {
  width: 100%;
}
.product-eco .sector-why .point4 .tab-box.tab-interview1 .tab-list {
  margin: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-eco .sector-why .point4 .tab-box.tab-interview1 .tab-list li {
  width: 243px;
  margin-bottom: 4px;
  border-radius: 4px;
  opacity: 0.5;
  overflow: hidden;
  cursor: pointer;
}
.product-eco .sector-why .point4 .tab-box.tab-interview1 .tab-list li img {
  width: 100%;
}
.product-eco .sector-why .point4 .tab-box.tab-interview1 .tab-list li:last-child {
  margin-bottom: 0;
}
.product-eco .sector-why .point4 .tab-box.tab-interview1 .tab-list li.active {
  opacity: 1;
}
.product-eco .sector-why .point4 .video-slide {
  width: 872px;
  height: 496px;
  margin: 0 auto;
  border-width: 4px;
  border-style: solid;
  border-color: #FFCC00;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-why .point4 .video-slide .slick-slide {
  width: 868px;
  height: 488px;
}
.product-eco .sector-why .point4 .video-slide .slick-slide > div {
  width: 100%;
  height: 100%;
}
.product-eco .sector-why .point4 .video-slide .video-box {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.product-eco .sector-why .point4 .video-slide .video-box video,
.product-eco .sector-why .point4 .video-slide .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-why .point4 .video-slide a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-eco .sector-why .point4 .video-slide-pager {
  width: 868px;
  margin: 10px auto 0;
}
.product-eco .sector-why .point4 .video-slide-pager .slick-slide {
  width: 283px;
  height: 159px;
  margin: 0 4.5px;
  border-radius: 6px;
  overflow: hidden;
  opacity: 0.5;
  cursor: pointer;
}
.product-eco .sector-why .point4 .video-slide-pager .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-why .point4 .slick-arrow {
  border-radius: 50%;
}
.product-eco .sector-why .point4 .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-next {
    width: 40px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-next {
  height: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-next {
    height: 40px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -63.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-next {
    margin-right: -456px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-next {
  background: #000;
}
.product-eco .sector-why .point4 .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-next::before {
    width: 10px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-next::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-next::before {
    height: 10px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .sector-why .point4 .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-prev {
    width: 40px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-prev {
  height: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-prev {
    height: 40px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -63.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-prev {
    margin-left: -456px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-prev {
  background: #000;
}
.product-eco .sector-why .point4 .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-prev::before {
    width: 10px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-prev::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-why .point4 .slick-arrow.slick-prev::before {
    height: 10px;
  }
}
.product-eco .sector-why .point4 .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .sector-bar {
  padding: 50px 0;
  background: #000;
}
.product-eco .sector-bar p {
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.product-eco .sector-bar p strong {
  background: -webkit-gradient(linear, left top, right top, from(#FD0), to(#FFC005));
  background: linear-gradient(90deg, #FD0 0%, #FFC005 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.product-eco .sector-bar p strong.fc-white {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.product-eco .sector-bar .text-notice {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}/*# sourceMappingURL=web.css.map */