@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 .sector-space .slick-dots {
  font-size: 0;
}
.product-eco .sector-space .slick-dots li {
  display: inline-block;
}
.product-eco .sector-space .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: 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 {
  -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: "Pretendard", "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-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .wrap {
  width: 1160px;
}
.product-eco .sector-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF8DF), to(#FFF5A8)), -webkit-gradient(linear, left bottom, left top, from(#FFF8DF), to(#FFF8DF)), #FFF;
  background: linear-gradient(180deg, #FFF8DF 0%, #FFF5A8 100%), linear-gradient(0deg, #FFF8DF 0%, #FFF8DF 100%), #FFF;
}
.product-eco .sector-title::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1858px;
  height: 637px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/250818/pc/title_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000)), #0A0A0A;
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%), #0A0A0A;
}
.product-eco .sector-guide {
  background: #FFD543;
}
.product-eco .sector-all::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1685px;
  height: 250px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/250818/pc/all_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-teacher {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD543), color-stop(37.41%, #FFD23E), to(#FFAC05)), #FFD543;
  background: linear-gradient(180deg, #FFD543 0%, #FFD23E 37.41%, #FFAC05 100%), #FFD543;
}
.product-eco .sector-teacher::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2033px;
  height: 809px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/250818/pc/teacher_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-benefit {
  background-color: #FAFAFA;
}
.product-eco .sector-benefit .flag-2, .product-eco .sector-benefit .flag-1 {
  position: absolute;
  top: 330px;
  left: 50%;
}
.product-eco .sector-benefit .flag-1 {
  margin-left: -540px;
}
.product-eco .sector-benefit .flag-2 {
  margin-left: 190px;
}
.product-eco .sector-space {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/product/250818/pc/space_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-space .space-slider {
  margin-top: 16px;
}
.product-eco .sector-space .slick-slide {
  margin: 0 30px;
  font-size: 0;
}
.product-eco .sector-space .slick-slide:not(.slick-current) {
  position: relative;
}
.product-eco .sector-space .slick-slide:not(.slick-current):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-space .slick-arrow {
  margin-top: -22px !important;
}
.product-eco .sector-space .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  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: -69.4444444444vw;
  background: none;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-prev {
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-prev {
    height: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-prev {
    margin-left: -500px;
  }
}
.product-eco .sector-space .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
  border-left-width: 3px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-prev::before {
    width: 25px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-prev::before {
    height: 25px;
  }
}
.product-eco .sector-space .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
  height: 13.8888888889vw;
  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: -69.4444444444vw;
  background: none;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-next {
    width: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-next {
    height: 100px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-next {
    margin-right: -500px;
  }
}
.product-eco .sector-space .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
  height: 3.4722222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 3px;
  border-right-width: 3px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-next::before {
    width: 25px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-space .slick-arrow.slick-next::before {
    height: 25px;
  }
}
.product-eco .sector-space .slick-dots {
  margin-top: 30px;
}
.product-eco .sector-space .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 4px;
  border-radius: 7px;
  background: #8F8F8F;
  overflow: hidden;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-eco .sector-space .slick-dots li.slick-active {
  background: #FFF;
}
.product-eco .sector-band {
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000));
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%);
}/*# sourceMappingURL=web.css.map */