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

@-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;
  color: inherit;
  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 .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.promotion .item,
.product-eco .item,
.fullservice .item {
  position: relative;
}
.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: 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 66px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 66px;
  }
}
.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 p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
}
.promotion img,
.product-eco img,
.fullservice img {
  vertical-align: top;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 60px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 60px;
  }
}
.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: -79.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -570px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: transparent;
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #2B2C41;
  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: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 60px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 60px;
  }
}
.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: -79.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -570px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: transparent;
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 15px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #2B2C41;
  border-top-width: 3px;
  border-right-width: 3px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .title-box {
  position: relative;
  margin-bottom: 60px;
}
.product-eco .title-box .base-text {
  position: absolute;
  top: 6px;
  left: 50%;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.42px;
}
.product-eco .title-box .main-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -2.16px;
  color: #222;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .sub-title {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.56px;
  color: #222;
}
.product-eco .title-box .sub-title strong {
  font-weight: 700;
}
.product-eco .title-box .num-title {
  display: inline-block;
  min-width: 118px;
  padding: 12px 19px;
  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 .notice {
  text-align: center;
}
.product-eco .text-notice {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -1px;
}
.product-eco .frame {
  padding: 59px 0 43px;
  margin: 0 20px;
  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;
}
.product-eco .frame .notice {
  margin: 20px 59px 0;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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: 20px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
.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 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  min-height: 70px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-eco .tab-box .tab-list li.active button {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
.product-eco .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}
.product-eco .fix-bottom img {
  margin-top: -20px;
}
.product-eco .fix-bottom .icon-pointer:after {
  right: -40px;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/product/260326/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;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(15deg, #DCFFD9 14.68%, #FFAF00 91.37%);
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.product-eco .sector-item {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-item .product-box {
  padding: 100px 20px 120px;
}
.product-eco .sector-item .product-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 16px;
}
.product-eco .sector-item .product-item {
  position: relative;
  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-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 33px 31px 23px;
  text-align: left;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
.product-eco .sector-item .product-item [class^=flag-] {
  position: absolute;
  top: -1px;
  right: 20px;
  width: 90px;
  height: 108px;
  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(2.842px 3.789px 7.579px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(2.842px 3.789px 7.579px rgba(0, 0, 0, 0.26));
  will-change: filter;
}
.product-eco .sector-item .product-item [class^=flag-] span {
  margin-top: -3px;
  color: #FFF;
  text-shadow: 0 1.082px 2.164px 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.6px;
  font-style: italic;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.648px;
  -webkit-transform: rotate(-7.67deg);
          transform: rotate(-7.67deg);
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: center;
}
.product-eco .sector-item .product-item .flag-yellow {
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/product/260326/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-item .product-item .flag-red {
  background-image: url("//img.eduwill.net/eduwill/img/2026/K/product/260326/pc/flag_red.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-item .product-item:not(.w-full) {
  min-width: 572px;
}
.product-eco .sector-item .product-item.w-full {
  width: 100%;
}
.product-eco .sector-item .product-item.w-full .text-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 0 30px;
}
.product-eco .sector-item .product-item.w-full .text-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 15px 0;
  color: #171717;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.842px;
}
.product-eco .sector-item .product-item.w-full .text-list li.fc-red {
  color: #D20000;
}
.product-eco .sector-item .product-item.w-full .text-list li + li {
  margin-left: 42px;
  padding-left: 42px;
  border-left: 1px solid #CFCFCF;
}
.product-eco .sector-item .product-item.w-full .product-price {
  border-top: 0;
  padding-top: 0;
}
.product-eco .sector-item .product-item.w-full .product-price .price-box .price-before {
  position: absolute;
  top: 140px;
  right: 42px;
  text-align: right;
}
.product-eco .sector-item .product-item.w-full .product-price .price-box .price-after {
  position: absolute;
  top: 166px;
  right: 42px;
  text-align: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 16px;
}
.product-eco .sector-item .product-item.w-full .product-price .price-box .price-after p {
  display: inline-block;
  vertical-align: top;
}
.product-eco .sector-item .product-item.w-full .product-price .action {
  margin: 0 -10px;
}
.product-eco .sector-item .product-item .product-info .product-label {
  color: #101010;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-info .product-label strong {
  font-weight: 900;
  color: #FF7A00;
}
.product-eco .sector-item .product-item .product-info .product-label + .product-title {
  margin-top: 20px;
}
.product-eco .sector-item .product-item .product-info .product-title {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -2px;
}
.product-eco .sector-item .product-item .product-info .product-title strong {
  font-weight: 900;
}
.product-eco .sector-item .product-item .product-info .text-list {
  margin-top: 25px;
  padding: 12px 0;
  border-top: 1px solid #CFCFCF;
  border-bottom: 1px solid #CFCFCF;
}
.product-eco .sector-item .product-item .product-info .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 22px;
}
.product-eco .sector-item .product-item .product-info .text-list li + li {
  margin-top: 6px;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 51px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-desc {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
  word-break: keep-all;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-desc span {
  display: block;
  font-family: inherit;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-desc strong {
  font-weight: 700;
}
.product-eco .sector-item .product-item .product-info .text-list li .text-desc .fc-point {
  color: #FA0;
}
.product-eco .sector-item .product-item .product-price {
  padding-top: 30px;
}
.product-eco .sector-item .product-item .product-price .price-box {
  margin-bottom: 21px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 5px;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before p {
  font-size: 16px;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  letter-spacing: -0.8px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before .price {
  position: relative;
}
.product-eco .sector-item .product-item .product-price .price-box .price-before .price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #6A6A6A;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-item .product-item .product-price .price-box .price-after {
  font-size: 0;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .text {
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  color: #000;
  font-weight: 700;
  letter-spacing: -1px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .price {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -1px;
  color: #000;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .price strong {
  font-weight: 900;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .product-item .product-price .price-box .price-after .label-red {
  display: inline-block;
  margin-top: 11px;
  padding: 2px 12px;
  border-radius: 99px;
  background: #E60004;
  vertical-align: top;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.96px;
}
.product-eco .sector-item .product-item .product-price .action .btn-product {
  display: block;
  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%);
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text {
  width: 100%;
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    width: 10px;
  }
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    height: 10px;
  }
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text::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 .product-item .product-price .action .btn-product .text::before {
    right: 20px;
  }
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text::before {
  border-top-width: 3px;
  border-right-width: 3px;
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text {
  font-size: 28px;
  font-weight: 600;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.product-eco .sector-item .product-item .product-price .action .btn-product .text:before {
  right: 0;
}
.product-eco .sector-challenge {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .sector-prove {
  padding: 100px 0;
  background: #FFF4D5;
}
.product-eco .sector-prove .title-box ~ .title-box {
  margin-top: 60px;
  margin-bottom: 20px;
}
.product-eco .sector-prove .slide-review {
  margin: 0 10px;
}
.product-eco .sector-prove .slide-review .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-bar {
  padding: 45px 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 {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.84px;
}
.product-eco .sector-bar p strong {
  color: #FFF;
  text-shadow: 0 4px 0 #000;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: 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);
  paint-order: stroke;
  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: 120%;
  letter-spacing: -0.8px;
}
.product-eco [class^=sector-point] {
  background: #F3F3F3;
}
.product-eco [class^=sector-point] + [class^=sector-point] {
  padding-top: 10px;
}
.product-eco .sector-point1 {
  padding-top: 100px;
}
.product-eco .sector-point1 .tab-box {
  margin: 0 105px;
}
.product-eco .sector-point3 p.main-title small {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.product-eco .sector-point4 {
  padding-bottom: 80px;
}
.product-eco .sector-benefit {
  padding-bottom: 100px;
  background-color: #FFF4D5;
}
.product-eco .sector-benefit .action-base {
  position: absolute;
  top: 177px;
  left: 50%;
  margin-left: 454px;
}
.product-eco .sector-benefit .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  gap: 15px 9px;
}
.product-eco .sector-benefit .benefit-list > div {
  position: relative;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}
@-webkit-keyframes effectBlinkBG {
  0%, 100% {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 203, 0, 0.2)), to(rgba(255, 203, 0, 0.2))), #FFF;
    background: linear-gradient(0deg, rgba(255, 203, 0, 0.2) 0%, rgba(255, 203, 0, 0.2) 100%), #FFF;
  }
  50% {
    background: #fff;
  }
}
@keyframes effectBlinkBG {
  0%, 100% {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 203, 0, 0.2)), to(rgba(255, 203, 0, 0.2))), #FFF;
    background: linear-gradient(0deg, rgba(255, 203, 0, 0.2) 0%, rgba(255, 203, 0, 0.2) 100%), #FFF;
  }
  50% {
    background: #fff;
  }
}
.product-eco .sector-benefit .benefit-list > div.list-bg {
  -webkit-animation-name: effectBlinkBG;
          animation-name: effectBlinkBG;
  -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;
}
.product-eco .sector-benefit .benefit-list .eco-6479 {
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -140px;
  line-height: 1;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  letter-spacing: -1.68px;
}
.product-eco .sector-earlybird {
  background: #FFDF00;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDF00), to(#FAAB01));
  background: linear-gradient(to bottom, #FFDF00 0%, #FAAB01 100%);
}
.product-eco .sector-earlybird:after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFDF01;
  background-image: url("//img.eduwill.net/eduwill/img/2022/G/common/bg/bg_plus_black.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .earlybird-banner {
  position: fixed;
  right: 10px;
  bottom: 150px;
  z-index: 99;
}/*# sourceMappingURL=web.css.map */