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

.product-eco .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.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, .product-eco .sector-close .tbl-wrap .flag-2, .product-eco .sector-close .tbl-wrap .flag-1 {
  -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, .product-eco .sector-close .tbl-wrap .highlight-box, .product-eco .sector-target .tbl-wrap .highlight-box {
  -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 {
  overflow: hidden;
  text-align: center;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@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;
  line-height: normal;
  color: inherit;
}
.promotion a,
.product-eco a,
.fullservice a {
  color: inherit;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 173px;
  z-index: 1;
  display: block;
  width: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 110px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 14.8611111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 107px;
  }
}
.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;
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  vertical-align: top;
}
.promotion .slick-list * .slick-slide,
.product-eco .slick-list * .slick-slide,
.fullservice .slick-list * .slick-slide {
  border: none;
}

.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 500px;
  background-color: #fff;
  opacity: 0.2;
}
.product-eco .slick-dots li.slick-active {
  opacity: 1;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 70px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 70px;
  }
}
.product-eco .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: -78.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -566px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 17.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 17.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
  border-left-width: 3px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 70px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 70px;
  }
}
.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%;
  margin-right: -78.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -566px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 17.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 17.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 3px;
  border-right-width: 3px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.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: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    border-top-width: 1px;
  }
}
.product-eco .btn-base::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    border-right-width: 1px;
  }
}
.product-eco .btn-base:before {
  right: 8px;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .num-title {
  display: inline-block;
  width: 133px;
  padding: 12px 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .title-box .num-title + .main-title {
  font-size: 35px;
  letter-spacing: -1.75px;
}
.product-eco .title-box .main-title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .fc-point {
  color: #FA0 !important;
}
.product-eco .text-notice {
  margin-top: 20px;
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.product-eco .frame {
  width: 1160px;
  padding: 39px 0;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box .main-title {
  font-size: 26px;
  font-weight: 700;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-eco .tbl-wrap {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
.product-eco .comparison-table {
  width: 100%;
}
.product-eco .comparison-table .check {
  color: #34C76D;
}
.product-eco .comparison-table .cross {
  color: #FF5656;
}
.product-eco .comparison-table th, .product-eco .comparison-table td {
  padding: 18px 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -1.6px;
}
.product-eco .comparison-table th .accent, .product-eco .comparison-table td .accent {
  color: #F00;
}
.product-eco .comparison-table th[rowspan], .product-eco .comparison-table td[rowspan] {
  border-right: 1px solid #D9D9D9;
}
.product-eco .comparison-table th {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background: #EFEFEF;
}
.product-eco .comparison-table th + th {
  border-left: 1px solid #D9D9D9;
}
.product-eco .comparison-table td {
  border-bottom: 1px solid #D9D9D9;
}
.product-eco .comparison-table td + td {
  border-left: 1px solid #D9D9D9;
}
.product-eco .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 30px;
}
.product-eco .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .tab-list li button {
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.32px;
}
.product-eco .tab-list li button strong {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.product-eco .tab-list li.active button {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.product-eco .tab-view:not(.active) {
  display: none;
}
.product-eco .fix-wing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  right: 20px;
  z-index: 99;
  bottom: 80px;
}
.product-eco .fix-wing a {
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(255, 195, 0, 0.3);
          box-shadow: 0px 4px 10px 0px rgba(255, 195, 0, 0.3);
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2026/Q/product/260331/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.product-eco .sector-title .action-base {
  position: absolute;
  bottom: 44px;
  right: 70px;
}
.product-eco .sector-plus {
  padding: 40px 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 .title-box {
  margin-bottom: 20px;
}
.product-eco .sector-plus .main-title {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  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;
  -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);
}
.product-eco .sector-compare {
  padding: 100px 0;
}
.product-eco .sector-compare p.main-title {
  font-weight: 700;
}
.product-eco .sector-compare .sub-text {
  margin-top: 30px;
  color: #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: 130%;
  letter-spacing: -1.44px;
}
.product-eco .sector-price {
  padding: 100px 0 80px;
  background: #FFF;
}
.product-eco .sector-price .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 16px;
  margin: 0 20px;
}
.product-eco .sector-price .item-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 376px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 39px 34px 19px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .item-box.highlight {
  -webkit-box-shadow: 0 0 0 2px #FFA800 inset;
          box-shadow: 0 0 0 2px #FFA800 inset;
  border-color: #FFA800;
}
.product-eco .sector-price .flag-yellow {
  position: absolute;
  top: 0;
  right: 10px;
  width: 66px;
  height: 54px;
  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/Q/product/260331/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  -webkit-filter: drop-shadow(2.084px 2.779px 5.558px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(2.084px 2.779px 5.558px rgba(0, 0, 0, 0.26));
  will-change: filter;
}
.product-eco .sector-price .flag-yellow span {
  color: #FFF;
  text-shadow: 0 0.794px 1.587px rgba(0, 0, 0, 0.25);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15.149px;
  font-style: normal;
  font-weight: 700;
  line-height: 11.116px;
  letter-spacing: -0.454px;
}
.product-eco .sector-price .label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 8px;
}
.product-eco .sector-price .item-label {
  font-size: 16px;
  line-height: 135%;
  color: #3D3D3D;
  letter-spacing: -0.8px;
  padding: 8px 15px;
  border-radius: 5px;
}
.product-eco .sector-price .item-label.label-yellow {
  background: #FFF0BB;
}
.product-eco .sector-price .item-label.label-green {
  background: #F1FFD5;
}
.product-eco .sector-price .item-title {
  text-align: left;
  margin: 14px 0 30px;
}
.product-eco .sector-price .item-title p {
  font-size: 28px;
  letter-spacing: -2px;
  color: #000;
}
.product-eco .sector-price .item-title strong {
  font-size: 28px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1.12px;
}
.product-eco .sector-price .item-benefit {
  padding: 12px 0;
  border: solid #CFCFCF;
  border-width: 1px 0 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
  text-align: left;
}
.product-eco .sector-price .benefit-list p, .product-eco .sector-price .benefit-list li {
  font-size: 15px;
  line-height: 160%;
  color: #000;
  letter-spacing: -0.9px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-price .benefit-list p strong, .product-eco .sector-price .benefit-list li strong {
  font-weight: 700;
  color: #FF7900;
}
.product-eco .sector-price .benefit-list .fc-red {
  color: #FF182F;
}
.product-eco .sector-price .info-bottom {
  margin-top: auto;
}
.product-eco .sector-price .benefit-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 52px;
  max-width: 52px;
  color: #000;
}
.product-eco .sector-price .item-price {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
  padding-top: 50px;
  border: solid #CFCFCF;
  border-width: 1px 0 0 0;
  min-height: 113px;
}
.product-eco .sector-price .item-price .flag {
  font-size: 16px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.96px;
  margin-left: 10px;
  padding: 2px 14px;
  border-radius: 999px;
  background: #E60004;
}
.product-eco .sector-price .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-price .price-before p {
  font-size: 15px;
  line-height: 125%;
  color: #9F9F9F;
}
.product-eco .sector-price .price-before .price {
  text-decoration: line-through;
}
.product-eco .sector-price .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-price .price-after .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-price .price-after .price span {
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-price .item-action {
  margin: 0 -15px;
}
.product-eco .sector-price .item-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    width: 10px;
  }
}
.product-eco .sector-price .item-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    height: 10px;
  }
}
.product-eco .sector-price .item-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-price .item-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    right: 20px;
  }
}
.product-eco .sector-price .item-action a::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-price .item-action a::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-price .item-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  text-align: left;
  padding: 24px 32px;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-know {
  padding: 38px 0 100px;
}
.product-eco .sector-know .text-know {
  display: inline-block;
  margin-bottom: 20px;
  color: #FFC700;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #FBA600;
  font-size: 70px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -2.8px;
  opacity: 0.45;
}
.product-eco .sector-know .box-price-down {
  position: relative;
  width: 1160px;
  margin: 0 auto;
}
.product-eco .sector-know .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-know .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-know .before-item-box {
  position: absolute;
  top: 108px;
  left: 285px;
  width: 250px;
  height: 312px;
  padding: 0 10px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-know .before-item-box .title {
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -1.456px;
}
.product-eco .sector-know .before-item-box .before-total-price {
  margin-top: 4px;
  color: #000;
  font-size: 22.746px;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: -1.137px;
}
.product-eco .sector-know .before-item-box ul {
  margin-top: 30px;
}
.product-eco .sector-know .before-item-box ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 10px;
}
.product-eco .sector-know .before-item-box ul li .item-tit, .product-eco .sector-know .before-item-box ul li .price {
  word-break: keep-all;
  overflow-wrap: break-word;
  color: #444;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.product-eco .sector-know .before-item-box ul li .item-tit {
  font-size: 14px;
  letter-spacing: -1.12px;
  text-align: left;
}
.product-eco .sector-know .before-item-box ul li .price {
  font-size: 15px;
  letter-spacing: -1.2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-know .before-item-box .bottom-text {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  color: #444;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -1.04px;
  text-align: left;
}
.product-eco .sector-know .bubble-speech {
  position: absolute;
  top: 177px;
  right: 288px;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 148px;
  height: 48px;
}
.product-eco .sector-know .bubble-speech span {
  display: inline-block;
  color: #000;
  font-size: 34.119px;
  font-style: normal;
  font-weight: 900;
  line-height: 121%;
  letter-spacing: -2.73px;
  vertical-align: top;
}
.product-eco .sector-know .bubble-speech 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-know .after-item-box {
  position: absolute;
  top: 268px;
  right: 311px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  width: 239px;
  height: 152px;
}
.product-eco .sector-know .after-item-box .title {
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -1.44px;
  text-align: center;
}
.product-eco .sector-know .after-item-box .price-after {
  color: #FFF;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #111;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 121%;
  letter-spacing: -0.682px;
}
.product-eco .sector-discount {
  padding-top: 10px;
  padding-bottom: 100px;
}
.product-eco .sector-discount .title-box .text-wait {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.8px;
  color: rgba(255, 199, 0, 0.45);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(232, 153, 0, 0.25);
  paint-order: stroke;
}
.product-eco .sector-discount .box-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
}
.product-eco .sector-discount .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.product-eco .sector-discount .box-list .box:not(.w-full) {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.w-full {
  width: 100%;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 41px;
  background-color: #fff;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  padding-right: 108px;
  margin-right: 40px;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.84px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.w-full .text-info .discount-value {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin: 0 0 0 auto;
}
.product-eco .sector-discount .box-list .box.w-full .action a {
  width: 290px;
  padding: 46px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.56px;
}
.product-eco .sector-discount .box-list .box .title-discount strong {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-eco .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.product-eco .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.product-eco .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.product-eco .sector-discount .box-list .box .action a {
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF)), #000;
  background: linear-gradient(180deg, #646464 0%, #000 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #000;
  text-align: center;
}
.product-eco .sector-discount .box-list .box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 6px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 6px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -3px;
  }
}
.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: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-discount .box-list .box .action a:before {
  right: 110px;
}
.product-eco .sector-discount .box-list .box .action a .text {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.product-eco .sector-discount .box-list .box-full {
  position: relative;
  width: 100%;
}
.product-eco .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.product-eco .sector-discount .box-list .box-full .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::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-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco .sector-ready {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD24D), color-stop(121.49%, #FFA90B)), -webkit-gradient(linear, left top, left bottom, color-stop(-7.25%, #161616), color-stop(111.59%, #495257)), #FAFAFA;
  background: linear-gradient(180deg, #FFD24D 0%, #FFA90B 121.49%), linear-gradient(180deg, #161616 -7.25%, #495257 111.59%), #FAFAFA;
}
.product-eco .sector-ready .slide-ready {
  width: 933px;
  margin: 0 auto;
}
.product-eco .sector-target {
  padding: 100px 0 40px;
}
.product-eco .sector-target .tbl-wrap .highlight-box {
  position: absolute;
  top: 0;
  right: 0;
  width: 455px;
  height: 490px;
  border: 5px solid #FDC402;
  background: rgba(253, 196, 2, 0.05);
}
.product-eco .sector-close {
  padding: 40px 0 100px;
}
.product-eco .sector-close .tbl-wrap .highlight-box {
  position: absolute;
  top: 123px;
  right: 0;
  width: 910px;
  height: 244px;
  border: 5px solid #FDC402;
  background: rgba(253, 196, 2, 0.05);
}
.product-eco .sector-close .tbl-wrap .flag-1 {
  position: absolute;
  top: 105px;
  right: 20px;
}
.product-eco .sector-close .tbl-wrap .flag-2 {
  position: absolute;
  top: 335px;
  left: 140px;
}
.product-eco .sector-winner {
  padding: 100px 0;
}
.product-eco .sector-winner p.main-title {
  font-weight: 700;
}
.product-eco .sector-winner .slide-winner .slick-arrow {
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-winner .slide-winner .slick-arrow:before {
  width: 11px;
  height: 11px;
}
.product-eco .sector-winner .slide-winner .slick-arrow.slick-prev {
  margin-left: -406px;
}
.product-eco .sector-winner .slide-winner .slick-arrow.slick-next {
  margin-right: -406px;
}
.product-eco .sector-winner .slide-winner .slick-dots li {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.product-eco .sector-winner .slide-winner .slick-dots li.slick-active {
  width: 36px;
  background-color: #000;
}
.product-eco .sector-winner .slide-winner .slick-slide {
  width: 776px;
  margin: 0 20px;
}
.product-eco .sector-winner .slide-winner .slick-slide:not(.slick-current) {
  opacity: 0.5;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.product-eco .sector-bar {
  padding: 40px 0;
  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-bar p span {
  display: inline-block;
  vertical-align: text-bottom;
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  paint-order: stroke;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.8px;
  -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-bar p span + span {
  margin-left: 10px;
}
.product-eco .sector-bar p .fc-yellow {
  color: #FFD83B;
}
.product-eco .sector-bar small {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1.68px;
}
.product-eco .cont-point-wrap {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .cont-point-wrap [class^=sector-point] + [class^=sector-point] {
  margin-top: 10px;
}
.product-eco .sector-point1 .tab-box {
  width: 950px;
  margin: 0 auto;
}
.product-eco .sector-point1 .tab-view {
  position: relative;
}
.product-eco .sector-point1 .tab-view .video-box {
  position: absolute;
  top: 98px;
  left: 0;
  width: 460px;
  height: 260px;
}
.product-eco .sector-point1 .tab-view .video-box .eduwill-iframe-play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.product-eco .sector-point1 .tab-view .video-box .eduwill-iframe-play img {
  width: 100%;
  height: 100%;
}
.product-eco .sector-point1 .tab-view .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-point1 .tbl-review-wrap {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
.product-eco .sector-point1 .tbl-review-wrap .review-slide {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.product-eco .sector-point1 .review-slide {
  width: 948px;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.product-eco .sector-point1 .review-slide:after {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  content: "";
  width: 948x;
  height: 275px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64.73%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64.73%, #FFF 100%);
}
.product-eco .sector-point1 .review-slide .slick-slide .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #DADADA;
}
.product-eco .sector-point1 .review-slide .slick-slide .review-item .text-review {
  width: 834px;
  border-right: 1px solid #DADADA;
  padding: 10px 20px;
  color: #454545;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-point1 .review-slide .slick-slide .review-item .user-name {
  width: 114px;
  padding: 10px 20px;
  color: #888;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
}
.product-eco .sector-point1 .img-qna {
  margin-top: -10px;
}
.product-eco .sector-point2 .title-box {
  position: relative;
}
.product-eco .sector-point2 .title-box .action-base {
  margin-top: 22px;
}
.product-eco .sector-point2 .title-box .action-base .btn-base {
  background-color: #F8F8F8;
}
.product-eco .sector-point3 .img-cbt {
  margin-top: -10px;
}
.product-eco .sector-strategy1 .video-box {
  position: relative;
  width: 818px;
  height: 463px;
  background: #000;
  margin: 0 auto;
  border: 1px solid #FF8222;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-strategy1 .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-strategy1 .video-box .eduwill-iframe-play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.product-eco .sector-strategy1 .video-box .eduwill-iframe-play img {
  width: 100%;
  height: 100%;
}
.product-eco .sector-strategy1 .video-box .eduwill-iframe-play:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  background-image: url("//img.eduwill.net/eduwill/img/2026/Q/product/260331/pc/ico_video_play.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80px 80px;
}
.product-eco .sector-strategy2 {
  background: #FFFBE1;
  padding-bottom: 100px;
}
.product-eco .sector-strategy2 .teacher-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  margin-bottom: 31px;
}
.product-eco .sector-strategy2 .answer-container {
  position: relative;
  margin: 0 auto;
}
.product-eco .sector-strategy2 .answer-container [class^=flag-answer] {
  position: absolute;
  top: 166px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 86px;
  height: 86px;
  border-radius: 43px;
  background: rgb(255, 237, 0);
  background: linear-gradient(123deg, rgb(255, 237, 0) 12.8%, #FBDC70 84.65%);
  color: #000;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}
.product-eco .sector-strategy2 .answer-container .flag-answer1 {
  right: 431px;
}
.product-eco .sector-strategy2 .answer-container .flag-answer2 {
  right: 45px;
}
.product-eco .sector-strategy2 .answer-container .slideTable {
  position: absolute;
  top: 236px;
  right: 72px;
  width: 354px;
  height: 170px;
  overflow: hidden;
  background: #fff;
}
.product-eco .sector-strategy2 .answer-container .slideTable .slick-slide {
  border-bottom: 2px solid #dbdbdb;
}
.product-eco .sector-strategy2 .answer-container .slideTable .tableWrap:last-child dl {
  border: none;
}
.product-eco .sector-strategy2 .answer-container .slideTable dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #222;
  padding: 6px 0 6px 21px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: left;
  line-height: 1.5;
}
.product-eco .sector-strategy2 .answer-container .slideTable dl dt {
  font-weight: 700;
  padding-right: 18px;
}
.product-eco .sector-strategy2 .answer-container .slideTable dl em {
  color: #ffa300;
}
.product-eco .sector-strategy3 .action {
  position: absolute;
  top: 231px;
  right: 48px;
}
.product-eco .sector-strategy4 {
  background: #FFFBE1;
}
.product-eco .sector-trophy {
  background: url("//img.eduwill.net/eduwill/img/2024/Q/product/240923/pc/trophy_bg.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.product-eco .sector-trophy .wrap {
  padding: 100px 0;
}
.product-eco .sector-trophy .wrap .flag {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: 215px;
}
.product-eco .sector-trophy .wrap .trophy {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 30px;
}
.product-eco .sector-trophy .wrap .review-wrap {
  text-align: left;
}
.product-eco .sector-trophy .wrap .review-wrap .review-title {
  margin-bottom: 70px;
}
.product-eco .sector-trophy .wrap .review-wrap .review-title h3 {
  font-size: 32px;
  line-height: 140%;
  color: #FFD200;
}
.product-eco .sector-trophy .wrap .review-wrap .review {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 40px;
}
.product-eco .sector-trophy .wrap .review-wrap .review p {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-trophy .wrap .review-wrap .review span {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin-left: 24px;
  margin-bottom: 5px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-apply {
  padding: 36px 0;
  background: #FFC300;
  color: #000;
  font-size: 45px;
  font-weight: 900;
}/*# sourceMappingURL=web.css.map */