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

.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .title-box .main-title {
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -1.8px;
}
.product-eco .title-box .notice {
  font-size: 16px;
  line-height: 140%;
  color: #888;
  margin-top: 10px;
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/250729/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  overflow: hidden;
}
.product-eco .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFE175;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(32.75%, #FFE175), to(#FFC925));
  background: linear-gradient(180deg, #FFE175 32.75%, #FFC925 100%);
}
.product-eco .sector-benefit {
  background: #FFF;
}
.product-eco .sector-benefit .wrap {
  padding: 100px 0 80px;
}
.product-eco .sector-benefit .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 50px;
  padding: 0 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-pass {
  background-color: #FFBD06;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/250729/pc/bg_pass.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-pass:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/250729/pc/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-pass .wrap {
  padding: 70px 0;
}
.product-eco .sector-pass .title-box strong span {
  color: #FFFEEA;
}
.product-eco .sector-pass .img-box {
  margin: 48px 0 32px;
}
.product-eco .sector-pass .notice {
  font-size: 16px;
  line-height: 140%;
  color: #555;
  letter-spacing: -0.48px;
}
.product-eco .sector-price .wrap {
  padding: 100px 0;
}
.product-eco .sector-price .box-wrap .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  padding: 0 20px;
}
.product-eco .sector-price .box-wrap .box {
  width: 100%;
  text-align: left;
  padding: 36px 32px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .box-wrap .item-title-label {
  font-size: 20px;
  font-weight: 700;
  line-height: 220%;
  color: #FFBD06;
  letter-spacing: -0.8px;
}
.product-eco .sector-price .box-wrap .item-title-text {
  margin-top: 24px;
}
.product-eco .sector-price .box-wrap .item-title-text p {
  font-size: 28px;
  color: #000;
  letter-spacing: -2px;
}
.product-eco .sector-price .box-wrap .item-title-text p strong {
  font-weight: 900;
}
.product-eco .sector-price .box-wrap .benefit-wrap {
  margin: 24px 0 36px;
  padding: 12px 0;
  border: solid #CFCFCF;
  border-width: 1px 0;
}
.product-eco .sector-price .box-wrap .benefit-wrap .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.product-eco .sector-price .box-wrap .benefit-wrap .benefit-list:last-child {
  margin-bottom: 0;
}
.product-eco .sector-price .box-wrap .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;
  min-width: 52px;
  max-width: 52px;
  font-size: 15px;
  line-height: 160%;
  color: #000;
  letter-spacing: -0.9px;
}
.product-eco .sector-price .box-wrap .benefit-wrap .benefit-list ul li {
  font-size: 15px;
  line-height: 160%;
  color: #000;
  letter-spacing: -0.75px;
}
.product-eco .sector-price .box-wrap .item-price .before-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.product-eco .sector-price .box-wrap .item-price .before-price p {
  font-size: 16px;
  line-height: 125%;
  letter-spacing: -0.8px;
  color: #B5B5B5;
}
.product-eco .sector-price .box-wrap .item-price .before-price .price {
  text-decoration: line-through;
}
.product-eco .sector-price .box-wrap .item-price .after-price .text {
  font-size: 16px;
  line-height: 125%;
  color: #000;
  margin: 6px 0 4px;
}
.product-eco .sector-price .box-wrap .item-price .after-price .price {
  font-size: 36px;
  color: #000;
  line-height: 120%;
  letter-spacing: -1px;
}
.product-eco .sector-price .box-wrap .item-price .after-price .price span {
  font-weight: 900;
}
.product-eco .sector-price .box-wrap .btn-action {
  margin-top: 24px;
}
.product-eco .sector-price .box-wrap .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  padding: 24px 30px;
  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-price .box-wrap .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .box-wrap .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-price .box-wrap .btn-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-wrap .btn-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-wrap .btn-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .box-wrap .btn-action a::before {
    right: 20px;
  }
}
.product-eco .sector-reason {
  background-color: #FAFAFA;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/250729/pc/bg_reason.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-reason .wrap {
  padding-top: 100px;
}
.product-eco .sector-reason .title-box .main-title .point {
  color: #FFBB00;
}
.product-eco .sector-reason .img-box {
  margin-top: 50px;
}
.product-eco .sector-curriculum {
  background: #FFBB00;
}
.product-eco .sector-curriculum .wrap {
  padding: 100px 0;
}
.product-eco .sector-curriculum .img-box {
  margin-top: 50px;
}
.product-eco .sector-teacher {
  background: #FFF7E1;
}
.product-eco .sector-teacher .wrap {
  padding: 100px 0;
}
.product-eco .sector-teacher .title-box .main-title {
  color: #212121;
}
.product-eco .sector-teacher .img-box {
  margin-top: 60px;
}
.product-eco .sector-book {
  background-color: #FAFAFA;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/250729/pc/bg_book.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-book .wrap {
  padding: 100px 0 90px;
}
.product-eco .sector-book .title-box {
  font-size: 35px;
  line-height: 130%;
}
.product-eco .sector-book .title-box div {
  display: inline-block;
}
.product-eco .sector-book .title-box .num {
  position: relative;
  top: 0;
  left: 0;
  font-size: 35px;
  font-weight: 400;
}
.product-eco .sector-book .title-box span {
  color: #FFB920;
}
.product-eco .sector-book .img-box {
  margin-top: 50px;
}
.product-eco .sector-book .btn-action {
  width: 550px;
  margin: 40px auto 0;
}
.product-eco .sector-book .btn-action a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  color: #FFF;
  letter-spacing: -0.88px;
  padding: 28px 0;
  border-radius: 999px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.64%, #646464), color-stop(82.39%, #000));
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%);
  -webkit-box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 20px 0 rgba(0, 0, 0, 0.2);
}
.product-eco .sector-book .btn-action a span {
  padding-right: 20px;
}
.product-eco .sector-book .btn-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-book .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-top: -0.8333333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .btn-action a span::before {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .btn-action a span::before {
    height: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .btn-action a span::before {
    margin-top: -6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .btn-action a span::before {
    right: 24px;
  }
}
.product-eco .sector-book .btn-action a span:before {
  right: 0;
}/*# sourceMappingURL=web.css.map */