@charset "UTF-8";
.product-eco .sector-item .flag-list, .product-eco .sector-item .box-price .box-detail, .promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.product-eco .sector-item .flag-list::before, .product-eco .sector-item .box-price .box-detail::before, .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, .product-eco .sector-item .flag-list::after, .product-eco .sector-item .box-price .box-detail::after, .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;
}
.product-eco .sector-item .flag-list::after, .product-eco .sector-item .box-price .box-detail::after, .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;
}

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

.product-eco .wrap {
  width: 1200px;
}
.product-eco .section-title {
  margin-top: 100px;
}
.product-eco .section-title .title-1 {
  line-height: 1.3;
  font-size: 45px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1.35px;
}
.product-eco .section-title .title-2 {
  display: inline-block;
  padding: 10px 22px;
  font-size: 24px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.48px;
  border-radius: 44px;
  background: #3B3B3B;
}
.product-eco .section-title .title-2 + .title-3 {
  margin-top: 30px;
}
.product-eco .section-title .title-3 {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  color: #666;
  letter-spacing: -1.6px;
}
.product-eco .section-title .title-3 + .title-1 {
  margin-top: 10px;
  font-size: 56px;
}
.product-eco .section-title .grounds-text {
  margin-top: 20px;
}
.product-eco .grounds-text {
  margin-top: 30px;
  line-height: 1.2;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.48px;
  color: rgba(0, 0, 0, 0.5);
}
.product-eco .point {
  color: #FFA100;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.8);
}
.product-eco .fix-bottom img {
  margin-top: -16px;
}
.product-eco .sector-title {
  background-color: #262314;
  background-image: url("//img.eduwill.net/eduwill/img/2025/K/product/250731/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title .action-base {
  position: absolute;
  top: 125px;
  left: 50%;
  margin-left: 454px;
}
.product-eco .sector-title .action-base img {
  -webkit-filter: invert(99%) sepia(96%) saturate(15%) hue-rotate(237deg) brightness(104%) contrast(100%);
          filter: invert(99%) sepia(96%) saturate(15%) hue-rotate(237deg) brightness(104%) contrast(100%);
}
.product-eco .sector-benefit {
  padding-bottom: 100px;
  background-color: #FFF4D5;
}
.product-eco .sector-benefit .action-base {
  position: absolute;
  top: 177px;
  left: 50%;
  margin-left: 454px;
}
.product-eco .sector-benefit .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
  gap: 15px 9px;
}
.product-eco .sector-benefit .benefit-list > div {
  position: relative;
  border-radius: 10px;
  border: 1px solid #DCDCDC;
  background: #FFF;
}
.product-eco .sector-benefit .benefit-list > div.list-bg {
  -webkit-animation-name: effectBlinkBG;
          animation-name: effectBlinkBG;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectBlinkBG {
  0%, 100% {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 203, 0, 0.2)), to(rgba(255, 203, 0, 0.2))), #FFF;
    background: linear-gradient(0deg, rgba(255, 203, 0, 0.2) 0%, rgba(255, 203, 0, 0.2) 100%), #FFF;
  }
  50% {
    background: #fff;
  }
}
@keyframes effectBlinkBG {
  0%, 100% {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 203, 0, 0.2)), to(rgba(255, 203, 0, 0.2))), #FFF;
    background: linear-gradient(0deg, rgba(255, 203, 0, 0.2) 0%, rgba(255, 203, 0, 0.2) 100%), #FFF;
  }
  50% {
    background: #fff;
  }
}
.product-eco .sector-benefit .benefit-list .eco-6479 {
  position: absolute;
  top: 42px;
  left: 50%;
  margin-left: -140px;
  line-height: 1;
  font-size: 28px;
  font-weight: 400;
  color: #000;
  letter-spacing: -1.68px;
}
.product-eco .sector-earlybird {
  background: #FFDF00;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDF00), to(#FAAB01));
  background: linear-gradient(to bottom, #FFDF00 0%, #FAAB01 100%);
}
.product-eco .sector-earlybird:after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFDF01;
  background-image: url("//img.eduwill.net/eduwill/img/2022/G/common/bg/bg_plus_black.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .earlybird-banner {
  position: fixed;
  right: 10px;
  bottom: 150px;
  z-index: 99;
}
.product-eco .sector-item {
  padding-bottom: 100px;
}
.product-eco .sector-item .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 60px 46px 0;
}
.product-eco .sector-item .box-price {
  position: relative;
  margin-top: 20px;
  width: 540px;
  padding: 4px;
  text-align: left;
  border-radius: 12px;
  background-color: #000;
}
.product-eco .sector-item .box-price.price-current {
  background-color: #FFB600;
}
.product-eco .sector-item .box-price.price-current .price-list .price-action a {
  color: #000;
  border-color: #FFB600;
  background-color: #FFB600;
}
.product-eco .sector-item .box-price .box-inner {
  border-radius: 10px;
  background-color: #f6f6f6;
}
.product-eco .sector-item .box-price .box-detail {
  padding: 50px 40px 30px;
  border-radius: 10px;
  background-color: #fff;
}
.product-eco .sector-item .flag-list {
  position: absolute;
  top: -20px;
  left: 50px;
}
.product-eco .sector-item .flag-list > p {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin: 0 2px;
  padding: 0 20px;
  vertical-align: top;
  border-width: 1px;
  border-style: solid;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .flag-list > p span {
  line-height: 1;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
}
.product-eco .sector-item .flag-list .flag-1 {
  color: #fff;
  border-color: #FFB600;
  background-color: #FFB600;
}
.product-eco .sector-item .flag-list .flag-2 {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.product-eco .sector-item .text-list .text-1 {
  line-height: 1.2;
  font-size: 39px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1.17px;
}
.product-eco .sector-item .text-list .text-2 {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 18px;
  color: #333;
}
.product-eco .sector-item .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.product-eco .sector-item .price-list .list-before {
  text-align: left;
}
.product-eco .sector-item .price-list .list-before .price-discount {
  font-size: 19px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.76px;
}
.product-eco .sector-item .price-list .list-after {
  text-align: right;
}
.product-eco .sector-item .price-list .list-after .price-discount {
  font-size: 22px;
  font-weight: 700;
  color: #F00;
  letter-spacing: -0.66px;
}
.product-eco .sector-item .price-list .price-before {
  position: relative;
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  color: #C2C2C2;
  letter-spacing: -0.84px;
}
.product-eco .sector-item .price-list .price-before::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.product-eco .sector-item .price-list .price-before strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: inherit;
  font-size: inherit;
  color: currentColor;
}
.product-eco .sector-item .price-list .price-after {
  display: inline-block;
  line-height: 1;
  font-size: 51px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1.65px;
}
.product-eco .sector-item .price-list .price-after strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: inherit;
  font-size: 55px;
  color: currentColor;
}
.product-eco .sector-item .price-list .price-action {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.product-eco .sector-item .price-list .price-action a {
  display: block;
  padding: 21px 20px;
  line-height: 1;
  font-size: 22px;
  font-weight: 900;
  color: #fff;
  border-radius: 66px;
  border: 1px solid #000;
  background: #000;
}
.product-eco .sector-start {
  padding-bottom: 100px;
  background-color: #FAFAFA;
}
.product-eco .sector-start .start-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  gap: 25px;
}
.product-eco .sector-perfect {
  padding-bottom: 100px;
  background: #FFCC34;
}
.product-eco .sector-perfect .section-title .title-1 {
  position: relative;
}
.product-eco .sector-perfect .section-title .title-1::before, .product-eco .sector-perfect .section-title .title-1::after {
  position: absolute;
  left: 50%;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 110px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -6.6px;
}
.product-eco .sector-perfect .section-title .title-1::before {
  content: "“";
  top: -40px;
  margin-left: -310px;
}
.product-eco .sector-perfect .section-title .title-1::after {
  content: "”";
  top: 20px;
  margin-left: 280px;
}
.product-eco .sector-perfect .slide-box {
  width: 1100px;
  margin: 50px auto 0;
}
.product-eco .sector-perfect .slide-box .slick-list {
  border-radius: 30px;
  -webkit-box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.2);
}
.product-eco .sector-perfect .slide-box .slick-list * {
  font-size: 0;
}
.product-eco .sector-perfect .slick-arrow {
  border-radius: 50%;
}
.product-eco .sector-perfect .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: -80.5555555556vw;
  background: rgb(0, 0, 0);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-next {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-next {
    margin-right: -580px;
  }
}
.product-eco .sector-perfect .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: #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.product-eco .sector-perfect .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: -80.5555555556vw;
  background: rgb(0, 0, 0);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-prev {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-prev {
    margin-left: -580px;
  }
}
.product-eco .sector-perfect .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: #fff;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-perfect .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.product-eco .sector-interview {
  background: #FFFAEF;
}
.product-eco .sector-interview .slide-box {
  width: 868px;
  margin: 60px auto 0;
}
.product-eco .sector-interview .interview-slide {
  margin-top: 20px;
}
.product-eco .sector-interview .interview-slide .slick-slide {
  width: 283px;
  margin: 0 4.5px;
}
.product-eco .sector-interview .interview-slide .slick-slide img {
  width: 100%;
}
.product-eco .sector-interview .interview-slide .btn-play {
  position: relative;
}
.product-eco .sector-interview .interview-slide .btn-play::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-interview .interview-slide .btn-play.active::after {
  display: none;
}
.product-eco .sector-interview .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 12.5vw;
  height: 12.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%;
  margin-right: -72.2222222222vw;
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next {
    width: 90px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next {
    height: 90px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next {
    margin-right: -520px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  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 .sector-interview .slick-arrow.slick-next::before {
    width: 22.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next::before {
    height: 22.5px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 12.5vw;
  height: 12.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%;
  margin-left: -72.2222222222vw;
  background: rgba(0, 0, 0, 0);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev {
    width: 90px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev {
    height: 90px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev {
    margin-left: -520px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.125vw;
  height: 3.125vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  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 .sector-interview .slick-arrow.slick-prev::before {
    width: 22.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev::before {
    height: 22.5px;
  }
}
.product-eco .sector-interview .interview-view {
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  height: 489px;
  background-color: #efefef;
}
.product-eco .sector-interview .interview-view iframe,
.product-eco .sector-interview .interview-view video,
.product-eco .sector-interview .interview-view img {
  width: 100%;
  height: 100%;
}
.product-eco .sector-teacher .wrap-full {
  margin-top: 168px;
  background-color: #0A0700;
  background-image: url("//img.eduwill.net/eduwill/img/2025/K/product/250731/pc/teacher_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-teacher .wrap-full .slide-box {
  width: 1200px;
  margin: -136px auto 0;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-list {
  text-align: center;
  font-size: 0;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-track {
  display: inline-block;
  width: auto !important;
  left: 0 !important;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide {
  width: 220px !important;
  margin: 0 5px;
  cursor: pointer;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide.slick-current img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect {
  margin-top: 50px;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .slick-slide {
  position: relative;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box {
  position: absolute;
  top: 513px;
  left: 0;
  width: 705px;
  height: 171px;
  overflow: hidden;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow {
  border-radius: 50%;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  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: #FFB600;
  top: 22px;
  left: auto;
  right: 40px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-prev {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-prev {
    height: 20px;
  }
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-prev::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-prev::before {
    height: 5px;
  }
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  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: #FFB600;
  top: 22px;
  right: 14px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-next {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-next {
    height: 20px;
  }
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-next::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slide-box .slide-connect .review-box .slick-arrow.slick-next::before {
    height: 5px;
  }
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .action-home {
  position: absolute;
  top: 653px;
  right: 0;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .action-home a {
  display: inline-block;
}
.product-eco .sector-curriculum {
  padding-bottom: 100px;
}
.product-eco .sector-book {
  padding-bottom: 100px;
  background-color: #FFFAEF;
}
.product-eco .sector-book .section-title + img {
  margin-top: 60px;
}
.product-eco .sector-book .slide-box {
  width: 1100px;
  margin: 0 auto;
}
.product-eco .sector-exam {
  padding-bottom: 100px;
}
.product-eco .sector-exam .section-title + img {
  margin-top: 60px;
}
.product-eco .sector-lecture {
  padding-bottom: 100px;
  background: #FFFAEF;
}
.product-eco .sector-lecture .section-title + img {
  margin-top: 60px;
}
.product-eco .sector-qna {
  padding-bottom: 100px;
  background-color: #F3F3F3;
}
.product-eco .sector-qna .section-title + img {
  margin-top: 60px;
}
.product-eco .sector-motivation {
  padding-bottom: 100px;
}
.product-eco .sector-motivation .section-title + img {
  margin-top: 60px;
}
.product-eco .sector-reason {
  background-image: url("//img.eduwill.net/eduwill/img/2024/K/product/240923/pc/reason_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-reason::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #010101;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(82.8%, #010101), color-stop(82.8%, #211e19));
  background: linear-gradient(to bottom, #010101 82.8%, #211e19 82.8%);
}
.product-eco .sector-reason .eco-6479 {
  position: absolute;
  top: 496px;
  left: 50%;
  margin-left: 266px;
  line-height: 1;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 300;
  color: #FFF;
  letter-spacing: -0.66px;
}
.product-eco .sector-reason .action-base {
  position: absolute;
  top: 289px;
  left: 50%;
  margin-left: 510px;
}
.product-eco .sector-winner {
  padding-bottom: 30px;
  background-color: #ffd800;
}
.product-eco .sector-winner::before, .product-eco .sector-winner::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100px;
}
.product-eco .sector-winner::before {
  top: 0;
  background: #ffd800;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #ffd800), to(rgba(255, 216, 0, 0)));
  background: linear-gradient(to bottom, #ffd800 50%, rgba(255, 216, 0, 0));
}
.product-eco .sector-winner::after {
  bottom: 0;
  background: #ffd800;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ffd800), to(rgba(255, 216, 0, 0)));
  background: linear-gradient(to top, #ffd800 50%, rgba(255, 216, 0, 0));
}
.product-eco .sector-winner .winner-box {
  position: relative;
  margin: 0 auto;
  top: -30px;
  width: 100%;
  z-index: 1;
}
.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 .slick-track {
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}
.product-eco .sector-winner .winner-box .winner-list a {
  display: block;
}
.product-eco .sector-winner .winner-box .winner-list p {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -1px;
  color: #444;
}/*# sourceMappingURL=web.css.map */