@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.slick-disabled {
  cursor: not-allowed;
  pointer-events: none;
}

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

.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 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-updown, .product-eco .sector-plus .flag-free {
  -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 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-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 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-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;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
  color: #000;
}
.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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.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;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.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: 8.3333333333vw;
  height: 9.1666666667vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 66px;
  }
}
@-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);
  }
}

.action-top-product {
  display: none !important;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.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;
  height: 8.3333333333vw;
  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: -55.5555555556vw;
  background: #fff;
  border: 1px solid #E6E6E6;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -400px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #878787;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: -55.5555555556vw;
  background: #fff;
  border: 1px solid #E6E6E6;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -400px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #878787;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.product-eco .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.product-eco .fix-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #262626;
  z-index: 99;
}
.product-eco .fix-bottom a img {
  margin-top: -25px;
}
.product-eco .fix-bottom a:after {
  right: 235px;
}
.product-eco .title-box:not(:last-child) {
  margin-bottom: 60px;
}
.product-eco .title-box p {
  color: #000;
}
.product-eco .title-box p.main-title {
  font-size: 35px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .title-box p.main-title strong {
  font-weight: 700;
}
.product-eco .title-box p.sub-title {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .title-box p.num-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 19px;
  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 .title-box p.num-title + .sub-title {
  margin-top: 20px;
}
.product-eco .title-box .point {
  font-weight: inherit;
  color: #009E94;
}
.product-eco .notice {
  margin: 10px auto 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.product-eco .frame {
  padding: 50px 60px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #fff;
}
.product-eco .frame .title-box {
  margin-top: 0;
}
.product-eco .frame .title-box .sub-title {
  font-size: 22px;
}
.product-eco .frame .img-box {
  position: relative;
}
.product-eco .frame .img-box + div {
  margin-top: 90px;
}
.product-eco .frame .list-box {
  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: 30px;
  gap: 10px;
}
.product-eco .box-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.product-eco .fc-point {
  color: #FF9F01;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2025/A/product/250814/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: #8ED740;
  background: -webkit-gradient(linear, left top, left bottom, from(#8ED740), color-stop(78.7%, #FFD101));
  background: linear-gradient(180deg, #8ED740 0%, #FFD101 78.7%);
}
.product-eco .sector-title .title {
  opacity: 0;
}
.product-eco .sector-title .ball {
  position: absolute;
  top: 184px;
  left: 50%;
  margin-left: -30px;
  width: 551px;
  height: 271px;
  opacity: 0;
}
.product-eco .sector-title .action {
  position: absolute;
  bottom: 90px;
  left: 50%;
  margin-left: -350px;
  opacity: 0;
}
.product-eco .sector-title .action a {
  display: block;
  width: 700px;
  padding: 22px 60px;
  border-radius: 10px;
  background: #404040;
  background: -webkit-gradient(linear, left top, left bottom, from(#404040), to(#000));
  background: linear-gradient(180deg, #404040 0%, #000 100%);
}
.product-eco .sector-title .action a .text {
  color: #FFE100;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -1.32px;
  padding-right: 30px;
}
.product-eco .sector-title .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a .text::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a .text::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a .text::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a .text::before {
    right: 16px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a .text::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a .text::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-title .action a .text:before {
  right: 0;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background: rgba(255, 191, 0, 0.04);
}
.product-eco .sector-worry {
  padding: 100px 0;
  background-color: #FFF;
}
.product-eco .sector-worry p.main-title {
  font-weight: 700;
}
.product-eco .sector-review {
  padding: 100px 0;
  background-color: #FAFAFA;
}
.product-eco .sector-review p.main-title {
  font-weight: 700;
}
.product-eco .sector-review .slide-box {
  width: 588px;
  margin: 0 auto;
}
.product-eco .sector-review .video {
  position: relative;
  width: 588px;
  height: 331px;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-review .video video {
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-review .video a {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.product-eco .sector-review .video a img {
  width: 100%;
  height: 100%;
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item .notice {
  color: rgba(68, 68, 68, 0.5);
}
.product-eco .sector-item .box-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  gap: 20px;
}
.product-eco .sector-item .box-price {
  position: relative;
  width: 100%;
  height: 540px;
  padding: 30px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-item .flag {
  position: absolute;
  top: -26px;
  left: 20px;
  padding: 10px 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.32px;
  border-radius: 6px;
  background: #00988E;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .flag::before {
  content: "";
  position: absolute;
  top: 99%;
  left: 30px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-width: 10px;
  border-top-color: #00988E;
  border-right-width: 5px;
  border-left-width: 5px;
}
.product-eco .sector-item .title-list {
  position: relative;
  text-align: left;
}
.product-eco .sector-item .title-list p {
  line-height: 1.2;
  letter-spacing: -2px;
}
.product-eco .sector-item .title-list p.title-1 {
  color: #6A6A6A;
  font-size: 20px;
}
.product-eco .sector-item .title-list p.title-2 {
  margin-top: 24px;
  color: #000;
  font-size: 28px;
}
.product-eco .sector-item .title-list p.title-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .box-detail {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 210px;
  margin-top: 30px;
}
.product-eco .sector-item .text-list {
  padding: 10px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.product-eco .sector-item .text-list p {
  line-height: 1.6;
  color: #000;
  font-size: 15px;
}
.product-eco .sector-item .text-list p.text-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 52px;
}
.product-eco .sector-item .text-list p.text-title:has(span) {
  display: inline-grid;
  grid-template-columns: 3fr 1fr;
}
.product-eco .sector-item .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-item .price-list .price-discount {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -2px;
}
.product-eco .sector-item .price-list .price-before {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999;
  font-size: 26px;
  font-weight: 500;
  line-height: 100%;
}
.product-eco .sector-item .price-list .price-before + .price-after {
  margin-top: 10px;
}
.product-eco .sector-item .price-list .price-before::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
}
.product-eco .sector-item .price-list .price-after {
  color: #000;
  font-size: 36px;
  font-weight: 400;
}
.product-eco .sector-item .price-list .price-after:only-child {
  width: 100%;
  text-align: right;
}
.product-eco .sector-item .price-list .price-after strong {
  display: inline-block;
  margin-right: 5px;
  font-size: 40px;
  font-weight: 900;
  letter-spacing: -2.69px;
  color: currentColor;
}
.product-eco .sector-item .price-action {
  margin-top: 20px;
}
.product-eco .sector-item .price-action a {
  width: 100%;
  padding: 22px;
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  border-radius: 6px;
  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-item .price-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .price-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 0.2777777778vw;
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    border-top-width: 2px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-action a::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-plus {
  position: relative;
  padding: 100px 0;
  background: #FB0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5.96%, #FB0), to(#FF9D00));
  background: linear-gradient(180deg, #FB0 5.96%, #FF9D00 100%);
  z-index: -2;
}
.product-eco .sector-plus:before {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  background: #FB0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/A/product/250814/mobile/bg_deco_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-plus:after {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "EDUWILL";
  color: rgba(255, 255, 255, 0.1);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.26);
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 450px;
  font-weight: 900;
  line-height: 1.22;
  opacity: 0.7;
  z-index: -1;
}
.product-eco .sector-plus .title-box {
  position: relative;
}
.product-eco .sector-plus .flag-free {
  position: absolute;
  top: 10px;
  right: 225px;
}
.product-eco .sector-plus .notice {
  margin-top: 20px;
}
.product-eco .sector-teacher {
  padding: 100px 0;
}
.product-eco .sector-brand {
  padding-bottom: 40px;
  background-color: #002B7E;
  background-image: url("//img.eduwill.net/eduwill/img/2025/A/product/250814/pc/bg_branding.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-brand .notice {
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .sector-winner {
  padding: 100px 0;
  background-color: #FFD800;
}
.product-eco .sector-winner p.main-title {
  font-weight: 700;
}
.product-eco .sector-winner .winner-box {
  width: 1000px;
  margin: -90px auto 0;
}
.product-eco .sector-winner .winner-box .winner-list {
  -webkit-transform: perspective(400px) rotateX(40deg);
          transform: perspective(400px) rotateX(40deg);
}
.product-eco .sector-winner .winner-box .winner-list p {
  font-size: 18px;
  color: #444;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 0;
}
.product-eco .sector-winner .slide-box {
  margin-top: 100px;
}
.product-eco .sector-winner .slide-box .slick-slide {
  width: 340px;
  margin: 0 10px;
}
.product-eco .sector-winner .notice {
  margin-top: 30px;
}/*# sourceMappingURL=web.css.map */