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

.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 {
  -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;
}
@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: 7.6388888889vw;
  height: 7.7777777778vw;
  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: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-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);
  }
}

.eduf-layer-curriculum .eduf-layer-wrap {
  max-width: 88.8888888889vw;
  min-width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .eduf-layer-wrap {
    max-width: 640px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .eduf-layer-wrap {
    min-width: 640px;
  }
}
.eduf-layer-curriculum .eduf-layer-content {
  text-align: center;
  padding: 9.7222222222vw 5.5555555556vw;
  background: #FAFAFA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .eduf-layer-content {
    padding: 70px 40px;
  }
}
.eduf-layer-curriculum .title-box {
  display: inline-block;
  margin-bottom: 5.5555555556vw;
  padding: 1.3888888889vw 2.7777777778vw;
  border: 1px solid #E6E6E6;
  border-radius: 1.3888888889vw;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .title-box {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .title-box {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .title-box {
    border-radius: 10px;
  }
}
.eduf-layer-curriculum .title-box p {
  font-size: 3.3333333333vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .title-box p {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .title-box p {
    letter-spacing: -1.2px;
  }
}
.eduf-layer-curriculum .table-list {
  margin-bottom: 1.6666666667vw;
  padding: 5.5555555556vw 4.1666666667vw;
  border: 1px solid #E6E6E6;
  border-radius: 1.3888888889vw;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .table-list {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .table-list {
    padding: 40px 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .table-list {
    border-radius: 10px;
  }
}
.eduf-layer-curriculum .table-list:last-child {
  margin-bottom: 0;
}
.eduf-layer-curriculum .table-title {
  display: inline-block;
  margin-bottom: 2.7777777778vw;
  padding: 1.3888888889vw 2.7777777778vw;
  border: 1px solid #E6E6E6;
  border-radius: 1.3888888889vw;
  background: #FAFAFA;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .table-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .table-title {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .table-title {
    border-radius: 10px;
  }
}
.eduf-layer-curriculum .table-title p {
  font-size: 3.0555555556vw;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.1527777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .table-title p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum .table-title p {
    letter-spacing: -1.1px;
  }
}
.eduf-layer-curriculum table {
  width: 100%;
  border: solid #797979;
  border-width: 0.2777777778vw 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum table {
    border-width: 2px 0;
  }
}
.eduf-layer-curriculum table th:first-child, .eduf-layer-curriculum table td:first-child {
  max-width: 12.5vw;
  width: 12.5vw;
  border-right: 1px solid #E6E6E6;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum table th:first-child, .eduf-layer-curriculum table td:first-child {
    max-width: 90px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum table th:first-child, .eduf-layer-curriculum table td:first-child {
    width: 90px;
  }
}
.eduf-layer-curriculum table th {
  font-size: 3.0555555556vw;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.1527777778vw;
  padding: 1.3888888889vw 0;
  background: #FAFAFA;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum table th {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum table th {
    letter-spacing: -1.1px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum table th {
    padding: 10px 0;
  }
}
.eduf-layer-curriculum table td {
  font-size: 3.0555555556vw;
  line-height: 140%;
  color: #444;
  letter-spacing: -0.1527777778vw;
  padding: 1.3888888889vw 0;
  border-top: 1px solid #E6E6E6;
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum table td {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum table td {
    letter-spacing: -1.1px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-curriculum table td {
    padding: 10px 0;
  }
}

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

.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .fix-wing {
  z-index: 100;
  position: fixed;
  right: 50px;
  bottom: 150px;
}
.product-eco .fix-wing a {
  display: block;
  margin: 5px 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.14);
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.14);
}
.product-eco .fix-bottom {
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 80px;
  background: rgba(0, 0, 0, 0.8);
}
.product-eco .fix-bottom a {
  display: block;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.product-eco .sector-title {
  overflow: hidden;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/product/250807/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFEF75;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFEF75), color-stop(67.3%, #BEE6FF));
  background: linear-gradient(0deg, #FFEF75 0%, #BEE6FF 67.3%);
}
.product-eco .sector-title .wrap {
  width: 1300px;
  text-align: center;
}
.product-eco .sector-title .wrap > img {
  z-index: 5;
  position: relative;
}
.product-eco .sector-title .deco {
  position: absolute;
  top: 118px;
  left: 50%;
  margin-left: -111px;
}
.product-eco .sector-item {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-item .title-box {
  margin-bottom: 60px;
}
.product-eco .sector-item .title-box .main-title {
  font-size: 35px;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.4px;
}
.product-eco .sector-item .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .sector-item .title-box .main-title span {
  color: #D20000;
}
.product-eco .sector-item .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 0 20px;
}
.product-eco .sector-item .box-wrap .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
.product-eco .sector-item .box-wrap .box-list .box {
  width: 572px;
  text-align: left;
  padding: 24px 32px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-wrap .box-list .box-full {
  width: 100%;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list {
  margin: 20px 0 40px;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul li {
  min-width: 180px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  text-align: left;
  padding: 10px 24px;
  border-right: 1px solid #CFCFCF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul li span {
  color: #FFAA00;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul li:first-child {
  padding-left: 0;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.product-eco .sector-item .box-wrap .box-list .box .item-text {
  margin-bottom: 24px;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title {
  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;
  text-align: left;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-text .benefit-text {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 220%;
  color: #FFAA00;
  margin-bottom: 24px;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-text .benefit-text span {
  font-weight: 900;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-text p {
  font-size: 28px;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-text p strong {
  font-weight: 900;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price [class^=price-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price [class^=price-]:last-child {
  margin-bottom: 0;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .price-before {
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -1px;
  color: rgba(68, 68, 68, 0.5);
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .price-before .price {
  text-decoration: line-through;
  color: rgba(68, 68, 68, 0.5);
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .price-after .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .price-after .price {
  position: relative;
  font-size: 36px;
  line-height: 120%;
  margin-left: 32px;
  padding-left: 48px;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .price-after .price span {
  font-weight: 900;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .price-after .price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 28px;
  background: #CFCFCF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap {
  min-height: 174px;
  padding: 12px 0;
  margin: 30px 0 64px;
  border: solid #CFCFCF;
  border-width: 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 6px;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap .benefit-list:last-child {
  margin-bottom: 0;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap .benefit-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 52px;
  min-width: 52px;
  font-size: 15px;
  line-height: 160%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap .benefit-list ul li {
  font-size: 15px;
  line-height: 160%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-price span {
  display: block;
  font-size: 16px;
  line-height: 125%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-price p {
  font-size: 36px;
  line-height: 120%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-price p strong {
  font-weight: 900;
}
.product-eco .sector-item .box-wrap .box-list .box .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  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-item .box-wrap .box-list .box .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-wrap .box-list .box .btn-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: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-wrap .box-list .box .btn-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-wrap .box-list .box .btn-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-wrap .box-list .box .btn-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-wrap .box-list .box .btn-action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .box-wrap .box-list .box .btn-action a:before {
  right: 32px;
}
.product-eco .sector-discount {
  padding-bottom: 100px;
}
.product-eco .sector-discount .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 14px;
}
.product-eco .sector-discount .box-list .box {
  position: relative;
  border-radius: 10px;
  border: 1px solid #D4D4D4;
  background: #FBFBFB;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.product-eco .sector-discount .box-list .box img {
  margin: -1px;
}
.product-eco .sector-discount .box-list .box .action {
  position: absolute;
  left: 29px;
  right: 29px;
  bottom: 29px;
}
.product-eco .sector-discount .box-list .box .action a {
  display: block;
  padding: 13px 0;
  border-radius: 10px;
  border: 1px solid #CCC;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box .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 .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text:before {
  right: 0;
}
.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;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
@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 {
  right: 0;
}
.product-eco .sector-why {
  background-color: #FAFAFA;
}
.product-eco .sector-why .wrap {
  padding: 100px 0;
}
.product-eco .sector-why .title-box {
  margin-bottom: 60px;
}
.product-eco .sector-why .title-box p {
  font-size: 35px;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.75px;
}
.product-eco .sector-why .title-box strong {
  display: block;
  font-size: 35px;
  line-height: 140%;
  color: #FF8C00;
  letter-spacing: -1.75px;
}
.product-eco .sector-why .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .sector-bar {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: #FFD453;
  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 .wrap {
  padding: 50px 0;
}
.product-eco .sector-bar p {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  letter-spacing: -0.84px;
}
.product-eco .sector-bar span {
  display: block;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #000;
  letter-spacing: -1.68px;
}
.product-eco .point-wrap {
  margin: 0 20px;
  padding: 100px 0;
  background: #FFFCF5;
}
.product-eco .point-wrap .frame-box {
  margin: 0 20px 20px;
  padding: 60px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
}
.product-eco .point-wrap .frame-box .title-box {
  margin-bottom: 40px;
}
.product-eco .point-wrap .frame-box .title-box .num-title {
  display: inline-block;
  margin-bottom: 20px;
  padding: 12px 36px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #FFF;
}
.product-eco .point-wrap .frame-box .title-box .num-title span {
  position: relative;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.48px;
  padding-left: 16px;
}
.product-eco .point-wrap .frame-box .title-box .num-title span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 12px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/product/250807/pc/icon_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .point-wrap .frame-box .title-box .sub-title {
  font-size: 22px;
  font-weight: 300;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.48px;
}
.product-eco .point-wrap .frame-box .title-box .sub-title span {
  display: block;
  font-weight: 700;
}
.product-eco .point-wrap .frame-box .tab-box {
  padding: 0 60px;
}
.product-eco .point-wrap .frame-box .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.product-eco .point-wrap .frame-box .tab-box .tab-list li {
  width: 100%;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #6D6D6d;
  letter-spacing: -1px;
  padding: 24px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
  cursor: pointer;
}
.product-eco .point-wrap .frame-box .tab-box .tab-list li.active {
  color: #FFF;
  background: #000;
}
.product-eco .point-wrap .frame-box .tab-box .tab-view {
  position: relative;
  display: none;
}
.product-eco .point-wrap .frame-box .tab-box .tab-view .btn-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  text-align: center;
}
.product-eco .point-wrap .frame-box .tab-box .tab-view.on {
  display: block;
}
.product-eco .point-wrap .frame-box .img-box {
  padding: 0 60px;
}
.product-eco .point-wrap .frame-box .video-box {
  padding: 48px;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
}
.product-eco .point-wrap .frame-box .video-box .video-title {
  margin-bottom: 32px;
}
.product-eco .point-wrap .frame-box .video-box .video-title p {
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.96px;
  color: #212121;
  margin-bottom: 20px;
}
.product-eco .point-wrap .frame-box .video-box .video-title p span {
  color: #FF8C00;
}
.product-eco .point-wrap .frame-box .video-box .video-title small {
  font-size: 16px;
  line-height: 140%;
  color: #888;
  letter-spacing: -0.64px;
}
.product-eco .point-wrap .frame-box .slide-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 10px;
}
.product-eco .point-wrap .frame-box .slide-box .review-slide {
  width: 515px;
}
.product-eco .point-wrap .frame-box .slide-box .review-slide .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  background: #C2C2C2;
  left: auto;
  right: 48px;
}
@media screen and (min-width: 720px) {
  .product-eco .point-wrap .frame-box .slide-box .review-slide .slick-prev {
    width: 18px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .point-wrap .frame-box .slide-box .review-slide .slick-prev {
    height: 18px;
  }
}
.product-eco .point-wrap .frame-box .slide-box .review-slide .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-width: 0;
  border-style: solid;
  border-color: #F4F4F4;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .point-wrap .frame-box .slide-box .review-slide .slick-prev::before {
    width: 4.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .point-wrap .frame-box .slide-box .review-slide .slick-prev::before {
    height: 4.5px;
  }
}
.product-eco .point-wrap .frame-box .slide-box .review-slide .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.5vw;
  height: 2.5vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  background: #C2C2C2;
  right: 28px;
}
@media screen and (min-width: 720px) {
  .product-eco .point-wrap .frame-box .slide-box .review-slide .slick-next {
    width: 18px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .point-wrap .frame-box .slide-box .review-slide .slick-next {
    height: 18px;
  }
}
.product-eco .point-wrap .frame-box .slide-box .review-slide .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.625vw;
  height: 0.625vw;
  border-width: 0;
  border-style: solid;
  border-color: #F4F4F4;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .point-wrap .frame-box .slide-box .review-slide .slick-next::before {
    width: 4.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .point-wrap .frame-box .slide-box .review-slide .slick-next::before {
    height: 4.5px;
  }
}
.product-eco .point-wrap .frame-box .slide-box .review-slide .slick-arrow {
  top: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  bottom: 18px;
  border-radius: 50%;
}
.product-eco .point-wrap .sector-point-4 .tab-box {
  margin: 0 40px;
  padding: 60px 100px 30px;
  border-radius: 10px;
  background: #F8F8F8;
}
.product-eco .point-wrap .sector-point-4 .tab-box .tab-list li {
  position: relative;
  color: #444;
  padding-left: 36px;
}
.product-eco .point-wrap .sector-point-4 .tab-box .tab-list li .img-box {
  position: absolute;
  left: 7px;
  bottom: 0;
  padding: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .point-wrap .sector-point-4 .tab-box .tab-list li.active {
  color: #FABE00;
}
.product-eco .point-wrap .sector-point-4 .tab-box .tab-list li.active .img-box {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.product-eco .point-wrap .sector-point-4 .book-slide {
  margin-top: 40px;
}
.product-eco .point-wrap .sector-point-4 .slick-dots {
  margin-top: 20px;
}
.product-eco .point-wrap .sector-point-4 .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 4px;
  text-indent: -999em;
  border-radius: 10px;
  background: #D9D9D9;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-eco .point-wrap .sector-point-4 .slick-dots li.slick-active {
  width: 25px;
  background: #FFBF00;
}
.product-eco .point-wrap .sector-point-5 .slick-slide {
  width: 480px;
  margin: 0 5px;
}
.product-eco .point-wrap .support-message {
  font-size: 14px;
  color: #888;
}
.product-eco .point-wrap .sector-point:last-child .frame-box {
  margin-bottom: 0;
}/*# sourceMappingURL=web.css.map */