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

@-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-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 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-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 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-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 effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.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;
}

.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 *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-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 .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -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;
}

.product-eco .only-mobile {
  display: none;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .sup-title {
  color: #212121;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.4px;
}
.product-eco .title-box .label-title {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.18px;
  margin-bottom: 16px;
  padding: 12px 24px;
  border-radius: 50px;
  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 .title-box .main-title {
  font-size: 36px;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.product-eco .fc-point {
  color: #FFA800;
}
.product-eco .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  content: "";
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  outline: none;
  text-indent: -9999px;
  display: block;
  border-width: 0;
  border-style: solid;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  width: 30px;
  height: 30px;
  border-color: #bbb;
  margin-top: -10px;
  left: 50%;
  cursor: pointer;
}
.product-eco .slick-arrow.slick-prev {
  margin-left: -620px;
  border-bottom-width: 5px;
  border-left-width: 5px;
}
.product-eco .slick-arrow.slick-next {
  margin-left: 560px;
  border-top-width: 5px;
  border-right-width: 5px;
}
.product-eco .fix-wing {
  z-index: 90;
  position: fixed;
  right: 0;
  bottom: 150px;
}
.product-eco .fix-wing a {
  display: block;
  margin: 10px 0;
}
.product-eco .sector-title {
  padding: 124px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/product/260903/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: #444;
  background: radial-gradient(35.5% 100% at 50% 0%, #444 0%, #111 100%);
}
.product-eco .sector-title .title-1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 150%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(77.08%, #FFEB90));
  background: linear-gradient(180deg, #FFF 0%, #FFEB90 77.08%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-1 strong {
  font-weight: 800;
}
.product-eco .sector-title .box-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  padding: 0 20px;
}
.product-eco .sector-title .box {
  padding: 30px 0 36px;
  border-radius: 10px;
  border: 1px solid #AE8700;
  background: rgba(61, 61, 61, 0.33);
  backdrop-filter: blur(12px);
}
.product-eco .sector-title .text-1 {
  font-size: 28px;
  font-weight: 900;
  line-height: 160%;
  color: #D7B653;
}
.product-eco .sector-title .text-2 {
  font-size: 18px;
  line-height: 160%;
  color: #FFF;
}
.product-eco .sector-news {
  padding: 80px 0;
  background: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#292929));
  background: linear-gradient(180deg, #111 0%, #292929 100%);
}
.product-eco .sector-news .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-news .title-box .main-title strong {
  font-weight: 900;
}
.product-eco .sector-news .text-box {
  margin: 60px 20px 0;
  padding: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(23.71%, rgba(255, 255, 255, 0.09)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(84.08%, rgba(255, 255, 255, 0.08)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.09) 23.71%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.08) 84.08%, rgba(255, 255, 255, 0) 100%);
}
.product-eco .sector-news .text-box p {
  font-size: 26px;
  line-height: 140%;
  color: #FFF;
}
.product-eco .sector-compare {
  padding: 80px 0;
  background: #FFFDE5;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDE5), to(#FFF9A6));
  background: linear-gradient(180deg, #FFFDE5 0%, #FFF9A6 100%);
}
.product-eco .sector-compare .compare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.product-eco .sector-compare [class^=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 517px;
}
.product-eco .sector-compare [class^=col-] .cell-title,
.product-eco .sector-compare [class^=col-] .cell-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 16px;
  text-align: center;
  word-break: keep-all;
}
.product-eco .sector-compare [class^=col-] .cell-title {
  height: 62px;
  font-size: 17px;
  font-weight: 700;
  line-height: 135%;
}
.product-eco .sector-compare [class^=col-] .cell-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 62px;
  padding: 12px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
  white-space: nowrap;
  border-bottom: 1px dashed #E2E2E2;
}
.product-eco .sector-compare [class^=col-] .cell-list li:last-child {
  border-bottom: none;
}
.product-eco .sector-compare [class^=col-] .cell-footer {
  height: 62px;
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  line-height: 135%;
}
.product-eco .sector-compare .col-other,
.product-eco .sector-compare .col-eduwill {
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-compare .col-other .cell-list,
.product-eco .sector-compare .col-eduwill .cell-list {
  background: #FFF;
}
.product-eco .sector-compare .col-other {
  border: 3px solid #D4D4D4;
}
.product-eco .sector-compare .col-other .cell-title {
  color: #646464;
  background-color: #D4D4D4;
}
.product-eco .sector-compare .col-other .cell-list li {
  color: #A6A6A6;
}
.product-eco .sector-compare .col-other .cell-list li strong {
  color: #222;
  font-weight: 800;
}
.product-eco .sector-compare .col-other .cell-footer {
  color: #222;
  background-color: #D4D4D4;
}
.product-eco .sector-compare .col-eduwill {
  position: relative;
  border: 3px solid #FFBF00;
  -webkit-box-shadow: 0 0 20px 0 #FD7;
          box-shadow: 0 0 20px 0 #FD7;
}
.product-eco .sector-compare .col-eduwill .cell-title {
  color: #FFF;
  text-shadow: 3px 3px 0 #000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  background-color: #FFBF00;
}
.product-eco .sector-compare .col-eduwill .cell-list li {
  color: #111;
}
.product-eco .sector-compare .col-eduwill .cell-list li strong {
  color: #F90;
}
.product-eco .sector-compare .col-eduwill .cell-footer {
  color: #222;
  background-color: #FFBF00;
}
.product-eco .sector-compare .col-center {
  width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-compare .col-center .vs-mark {
  position: relative;
  display: inline-block;
  color: #FFBF00;
  font-size: 30px;
  font-weight: 900;
  line-height: 135%;
}
.product-eco .sector-compare .col-center .cell-list li {
  color: #111;
  font-size: 16px;
  font-weight: 700;
  line-height: 135%;
  border-bottom: none;
}
.product-eco .sector-compare .compare-stamp {
  position: absolute;
  right: -70px;
  bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 219px;
  height: 102px;
  border: 5px solid #ff5a2d;
  border-radius: 18px;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(2.4) rotate(-15deg);
          transform: scale(2.4) rotate(-15deg);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1), opacity 0.3s ease-out;
  transition: transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1), opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1);
}
.product-eco .sector-compare .compare-stamp.on {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-15deg);
          transform: scale(1) rotate(-15deg);
}
.product-eco .sector-compare .compare-stamp:before {
  content: "";
  position: absolute;
  inset: 6px;
  border: 2px solid #ff5a2d;
  border-radius: 9px;
}
.product-eco .sector-compare .compare-stamp span {
  color: #ff5a2d;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: -1.71px;
}
.product-eco .sector-review {
  padding: 72px 0 80px;
  background: #FFF;
}
.product-eco .sector-review .tag-list {
  width: 1180px;
  padding: 20px 32px;
  border: 1px solid #D0D0D0;
  border-radius: 64px;
  background: #FAFAFA;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-review .tag-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.product-eco .sector-review .tag-list ul li {
  position: relative;
  font-size: 16px;
  line-height: 140%;
  padding-left: 32px;
}
.product-eco .sector-review .tag-list ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 26px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/icon_tag.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-review .review-pager {
  margin: 36px 0 48px;
}
.product-eco .sector-review .review-pager .slick-slide {
  position: relative;
  width: 286px;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.72px;
  margin: 0 6px;
  padding: 24px;
  border: 1px solid #B3B3B3;
  border-radius: 70px;
  background: rgba(255, 255, 255, 0.2);
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-review .review-pager .slick-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  border: 4px solid #000;
  border-radius: 70px;
}
.product-eco .sector-review .review-pager .slick-slide div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-review .review-pager .slick-slide.slick-current:before {
  opacity: 1;
}
.product-eco .sector-review .review-pager .icon {
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  margin-right: 8px;
}
.product-eco .sector-review .review-pager .icon-ewha {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_ewha.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-cau {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_cau.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-hufs {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_hufs.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-khu {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_khu.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-dankook {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_dankook.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-dongguk {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_dongguk.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-ajou {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_ajou.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-kookmin {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_kookmin.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-kookmin {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_kookmin.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-inha {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_inha.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager .icon-kyonggi {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/logo_kyonggi.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .review-pager strong {
  display: block;
  font-weight: 900;
  margin-right: 8px;
}
.product-eco .sector-review .slick-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  text-indent: -999em;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  overflow: hidden;
}
.product-eco .sector-review .slick-prev {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/icon_arrow_prev.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .slick-next {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/icon_arrow_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-review .slick-dots {
  font-size: 0;
}
.product-eco .sector-review .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 3px;
}
.product-eco .sector-review .slick-dots li.slick-active button {
  background: #9E9E9E;
}
.product-eco .sector-review .slick-dots button {
  width: 12px;
  height: 12px;
  text-indent: -999em;
  border: 1px solid #9E9E9E;
  border-radius: 50%;
  background: #FFF;
  overflow: hidden;
}
.product-eco .sector-review .img-box {
  position: relative;
}
.product-eco .sector-review .img-box .tab-view {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: none;
  min-width: 876px;
  max-width: 876px;
  height: 530px;
  margin: 0 auto;
}
.product-eco .sector-review .img-box .tab-view.active {
  display: block;
}
.product-eco .sector-review .img-box .slick-track {
  min-width: 876px;
}
.product-eco .sector-review .img-box .slick-dots {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: -50px;
}
.product-eco .sector-teacher {
  padding: 80px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/product/260903/pc/bg_teacher.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-teacher:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #1A1A1A;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E));
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%);
}
.product-eco .sector-teacher .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-teacher .title-box .main-title strong {
  color: #FFA800;
}
.product-eco .sector-teacher .card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.product-eco .sector-teacher .card {
  position: relative;
  border: 1px solid #E6E6E6;
  border-radius: 12px;
  overflow: hidden;
}
.product-eco .sector-teacher .card .text-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 18px 0;
  border-radius: 0 0 12px 12px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(18.33%, rgba(0, 0, 0, 0)), color-stop(70.83%, rgba(0, 0, 0, 0.2))), rgba(0, 0, 0, 0.77);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 18.33%, rgba(0, 0, 0, 0.2) 70.83%), rgba(0, 0, 0, 0.77);
}
.product-eco .sector-teacher .card .text-1 {
  font-size: 15px;
  font-weight: 500;
  line-height: 136%;
  letter-spacing: -0.3px;
  color: #FFBC2C;
}
.product-eco .sector-teacher .card .text-2 {
  font-size: 18px;
  font-weight: 900;
  line-height: 136%;
  letter-spacing: -0.36px;
  color: #FFF;
}
.product-eco .sector-teacher .teacher-slide {
  margin-top: 40px;
}
.product-eco .sector-teacher .teacher-slide .slick-slide {
  margin: 0 8px;
}
.product-eco .sector-care {
  padding: 80px 0;
  background: #FFFDE5;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDE5), to(#FFF9A6));
  background: linear-gradient(180deg, #FFFDE5 0%, #FFF9A6 100%);
}
.product-eco .sector-care .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-care .box-list .box {
  width: 495px;
  text-align: left;
  padding: 2px;
  border-radius: 6px;
  background: #93693C;
  background: linear-gradient(110deg, #93693C -1.84%, #E69629 46.74%, #93693C 90.61%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  backdrop-filter: blur(1px);
}
.product-eco .sector-care .box-list .box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  padding: 10px 28px;
  border-radius: 6px;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.54%, #FFF), color-stop(64.58%, #FFFCEA), to(#FFFCEA));
  background: linear-gradient(180deg, #FFF 13.54%, #FFFCEA 64.58%, #FFFCEA 100%);
}
.product-eco .sector-care .box-list p {
  font-size: 20px;
  line-height: 130%;
  letter-spacing: -0.8px;
  color: #7B4F20;
}
.product-eco .sector-care .box-list p strong {
  font-weight: 700;
}
.product-eco .sector-care .text-notice {
  font-size: 12px;
  letter-spacing: -0.16px;
  color: #999;
  margin: 20px 0 40px;
}
.product-eco .sector-care .care-slide .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-item {
  padding: 80px 0;
  background-color: #FDFCF5;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/product/260903/pc/bg_item.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-item .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
}
.product-eco .sector-item .box-price {
  position: relative;
  width: 513px;
  border-radius: 20px;
  padding: 3px;
  background: #FFF;
  -webkit-box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
  box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
}
.product-eco .sector-item .box-price.recommend {
  width: 627px;
  background: #FFD00E;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD00E), to(#997D08));
  background: linear-gradient(180deg, #FFD00E 0%, #997D08 100%);
}
.product-eco .sector-item .box-inner {
  height: 100%;
  text-align: left;
  padding: 37px 37px 35px;
  border-radius: 20px;
  background: #FEFBF2;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFBF2), to(#FFFDFF));
  background: linear-gradient(180deg, #FEFBF2 0%, #FFFDFF 100%);
}
.product-eco .sector-item .item-label {
  position: absolute;
  top: -11px;
  left: 37px;
  width: 116px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.96px;
  color: #121212;
  text-align: center;
  padding: 6px 0;
  border-radius: 999px;
  background: #FFD525;
}
.product-eco .sector-item .item-title {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.56px;
  color: #111;
}
.product-eco .sector-item .item-title strong {
  font-weight: 900;
  color: #957800;
}
.product-eco .sector-item .item-price {
  margin: 20px 0;
  padding: 8px 0;
  border: solid #E6E6E6;
  border-width: 1px 0;
}
.product-eco .sector-item .item-price .price-after {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1.89px;
  color: #999;
}
.product-eco .sector-item .item-price .price-after strong {
  font-size: 63px;
  font-weight: 700;
  letter-spacing: -1.89px;
  color: #111;
}
.product-eco .sector-item .item-benefit li {
  position: relative;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.16px;
  color: #111;
  margin-bottom: 14px;
  padding-left: 32px;
}
.product-eco .sector-item .item-benefit li:last-child {
  margin-bottom: 0;
}
.product-eco .sector-item .item-benefit li strong {
  font-weight: 900;
  color: #957800;
}
.product-eco .sector-item .ico {
  position: absolute;
  top: 0;
  display: block;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.product-eco .sector-item .ico.ico-check {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/product/260903/pc/ico_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-item .ico.ico-close {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/product/260903/pc/ico_close.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-item .ico.ico-warning {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/product/260903/pc/ico_warning.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-benefit {
  padding: 80px 0;
  background: #FFF9D5;
}
.product-eco .sector-benefit .box-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  padding: 0 20px;
}
.product-eco .sector-benefit .box-list .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 36px 0 21px;
  border: 3px solid #FFF;
  border-radius: 20px;
  background: rgba(255, 253, 255, 0.5);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 255, 0.5)), to(#FFFDFF));
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
}
.product-eco .sector-benefit .box-list .label-text {
  font-size: 15px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.75px;
  color: #795C33;
  padding: 4px 28px;
  border-radius: 50px;
  background: #F8EDDE;
  background: -webkit-gradient(linear, left top, left bottom, from(#F8EDDE), to(#F4F1AA));
  background: linear-gradient(180deg, #F8EDDE 0%, #F4F1AA 100%);
}
.product-eco .sector-benefit .box-list .text {
  font-size: 20px;
  line-height: 140%;
  letter-spacing: -1px;
  color: #444;
  margin: 16px 0 12px;
}
.product-eco .sector-benefit .box-list .text strong {
  font-weight: 900;
  color: #957800;
}
.product-eco .sector-benefit .btn-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 25px;
}
.product-eco .sector-benefit .btn-action a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.56px;
  color: #888;
  padding: 6px 20px;
  border: 1px solid #888;
  border-radius: 6px;
  background: #FFF;
}
.product-eco .sector-benefit .btn-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-benefit .btn-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a span::before {
    width: 8px;
  }
}
.product-eco .sector-benefit .btn-action a span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a span::before {
    height: 8px;
  }
}
.product-eco .sector-benefit .btn-action a span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-benefit .btn-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: #888;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .btn-action a span::before {
    right: 16px;
  }
}
.product-eco .sector-benefit .btn-action a span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-benefit .btn-action a span {
  padding-right: 12px;
}
.product-eco .sector-benefit .btn-action a span:before {
  right: 0;
}
.product-eco .sector-discount {
  padding: 100px 0;
  background: #F7F7F7;
}
.product-eco .sector-discount .box-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px 10px;
  margin: 0 20px;
}
.product-eco .sector-discount .box-list .box {
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 287px;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-discount .box-list .box:nth-child(-n+2) {
  grid-column: span 3;
}
.product-eco .sector-discount .box-list .box .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -0.52px;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.product-eco .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.product-eco .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.product-eco .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.product-eco .sector-discount .box-list .box .action a {
  display: block;
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  text-align: center;
}
.product-eco .sector-discount .box-list .box .action a .text {
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.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: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    width: 8px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    height: 8px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    margin-top: -4px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    right: 16px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-discount .box-list .box .action a .text:before {
  right: 0;
}
.product-eco .sector-discount .box-list .box.box-esg {
  -webkit-box-flex: 557px;
      -ms-flex-positive: 557px;
          flex-grow: 557px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .left-area {
  position: relative;
  padding-right: 46px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .left-area:after {
  position: absolute;
  top: 0;
  right: 23px;
  content: "";
  display: inline-block;
  width: 2px;
  height: 150px;
  background-color: rgba(212, 212, 212, 0.6);
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .left-area p {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 128%;
  letter-spacing: -0.66px;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .left-area p strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .right-area {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.box-esg .text-info .right-area .title-discount {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 127%;
  letter-spacing: -0.48px;
}
.product-eco .sector-discount .box-list .box:not(.box-esg) .text-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.product-eco .sector-interview {
  padding: 100px 0;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(13.54%, #FFF), color-stop(64.58%, #FFFCEA), to(#FFFCEA));
  background: linear-gradient(180deg, #FFF 13.54%, #FFFCEA 64.58%, #FFFCEA 100%);
}
.product-eco .sector-interview p.main-title {
  font-weight: 700;
}
.product-eco .sector-interview p.main-title strong {
  color: #FF7B00;
}
.product-eco .sector-interview .tab-list {
  text-align: center;
}
.product-eco .sector-interview .tab-list ul {
  overflow: hidden;
  display: inline-block;
}
.product-eco .sector-interview .tab-list ul li {
  cursor: pointer;
  float: left;
  width: 204px;
}
.product-eco .sector-interview .tab-list ul li img {
  width: 100%;
}
.product-eco .sector-interview .tab-list ul li + li {
  margin-left: 20px;
}
.product-eco .sector-interview .tab-view {
  margin-top: 60px;
}
.product-eco .sector-interview .tab-view ul li {
  color: #222222;
}
.product-eco .sector-interview .tab-view ul li a {
  display: inline-block;
  overflow: hidden;
  position: relative;
}
.product-eco .sector-interview .tab-view ul li a img {
  width: 800px;
}
.product-eco .sector-interview .tab-view ul li .title {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 44px;
  margin-bottom: 25px;
}
.product-eco .sector-interview .tab-view ul li .title strong {
  display: inline-block;
  font-weight: 800;
}
.product-eco .sector-interview .tab-view ul li .title span {
  color: #FFCD01;
}
.product-eco .sector-interview .tab-view ul li .text {
  margin-top: 35px;
  text-align: center;
}
.product-eco .sector-interview .tab-view ul li .text .text-title {
  margin-bottom: 10px;
}
.product-eco .sector-interview .tab-view ul li .text .text-title strong {
  display: inline-block;
  font-size: 32px;
}
.product-eco .sector-interview .tab-view ul li .text .text-title + p {
  color: #666666;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
}
.product-eco .sector-interview .tab-view ul li .blue {
  color: #007AFF !important;
}
.product-eco .sector-interview .slick-arrow {
  width: 48px;
  height: 48px;
  border-color: #25282B;
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  margin-left: -510px;
  border-bottom-width: 10px;
  border-left-width: 10px;
}
.product-eco .sector-interview .slick-arrow.slick-next {
  margin-left: 430px;
  border-top-width: 10px;
  border-right-width: 10px;
}
.product-eco .sector-interview .interview-box {
  margin-top: 60px;
}
.product-eco .sector-interview .interview-box .interview-pager {
  width: 1100px;
  margin: 0 auto;
}
.product-eco .sector-interview .interview-box .interview-pager .slick-slide {
  position: relative;
  width: 204px;
  margin: 0 10px;
  cursor: pointer;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-interview .interview-box .interview-pager .slick-slide div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-interview .interview-box .interview-pager .slick-slide .picture {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.product-eco .sector-interview .interview-box .interview-pager .slick-slide .text {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-top: -24px;
  padding: 22px 0;
  color: #885C0C;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.72px;
  border-radius: 20px;
  background: #FFF3A4;
}
.product-eco .sector-interview .interview-box .interview-pager .slick-slide.slick-current {
  margin-top: 42px;
  border-radius: 20px;
  background: #FFD64F;
  backdrop-filter: blur(2px);
}
.product-eco .sector-interview .interview-box .interview-pager .slick-slide.slick-current::before {
  content: "“";
  position: absolute;
  top: -20px;
  left: 10px;
  color: #FFD64F;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 50px;
  line-height: 1;
}
.product-eco .sector-interview .interview-box .interview-pager .slick-slide.slick-current .picture {
  position: relative;
  margin-top: -42px;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.product-eco .sector-interview .interview-box .interview-pager .slick-slide.slick-current .text {
  color: #000;
  font-weight: 900;
  border-radius: 0;
  background: none;
}
.product-eco .sector-interview .interview-box .interview-pager .slick-slide.slick-current .text::before {
  content: "";
  position: absolute;
  top: -33px;
  right: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 58px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 214, 79, 0)), to(#FFD64F));
  background: linear-gradient(180deg, rgba(255, 214, 79, 0) 0%, #FFD64F 100%);
}
.product-eco .sector-interview .interview-box .interview-slide {
  width: 800px;
  margin: 60px auto 0;
}
.product-eco .sector-interview .interview-box .interview-slide .slick-slide {
  width: 800px;
  margin: 0;
}
.product-eco .sector-interview .eduf-winner-contents {
  margin-top: -20px;
}/*# sourceMappingURL=web.css.map */