@charset "UTF-8";
.product-eco .wrap,
.product-eco .wrap-full, .grid {
  *zoom: 1;
}
.product-eco .wrap::before,
.product-eco .wrap-full::before, .grid::before, .product-eco .wrap::after,
.product-eco .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.product-eco .wrap::after,
.product-eco .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-interview .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.product-eco .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;
}

.product-eco {
  text-align: center;
  overflow: hidden;
}
.product-eco * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco * {
    letter-spacing: -1px;
  }
}
.product-eco * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco [class^=sector-] {
  position: relative;
}
.product-eco button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.product-eco p {
  margin: 0;
  padding: 0;
}
.product-eco img {
  vertical-align: top;
}
.product-eco .wrap,
.product-eco .wrap-full {
  position: relative;
  margin: 0 auto;
}
.product-eco .wrap-full {
  width: 100%;
}
.product-eco .icon-pointer {
  position: relative;
  display: inline-block;
}
.product-eco .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer::after {
    width: 55px;
  }
}
.product-eco .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer::after {
    height: 56px;
  }
}
.product-eco .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);
  }
}
.product-eco .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 .wrap {
  width: 1160px;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.product-eco .title-box .main-title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .sub-title {
  color: #000;
  font-size: 32px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.92px;
}
.product-eco .title-box .sub-title strong {
  font-weight: 700;
}
.product-eco .title-box .eduwill-title {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.4px;
}
.product-eco .title-box .bg-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  padding: 9px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, right top, from(#FEB), to(#FFF132));
  background: linear-gradient(90deg, #FEB 0%, #FFF132 100%);
}
.product-eco .title-box .bg-title strong {
  font-size: 36px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -1.44px;
  background: -webkit-gradient(linear, left top, right top, from(#8D6C00), to(#1D1600));
  background: linear-gradient(90deg, #8D6C00 0%, #1D1600 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .title-box [class^=point-] {
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .point-1 {
  color: #995900 !important;
}
.product-eco .point-2 {
  color: #FFD600 !important;
}
.product-eco .point-3 {
  color: #FFE374 !important;
}
.product-eco .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .base {
  margin: 10px auto 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.28px;
}
.product-eco .btn-more {
  position: relative;
  display: inline-block;
}
.product-eco .btn-more::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before {
    width: 6px;
  }
}
.product-eco .btn-more::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before {
    height: 6px;
  }
}
.product-eco .btn-more::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before {
    margin-top: -3px;
  }
}
.product-eco .btn-more::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before {
    right: 12px;
  }
}
.product-eco .btn-more::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .btn-more {
  min-width: 520px;
  padding: 23px 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 149.813%;
  border-radius: 10px;
  border: 1px solid #555;
  background: -webkit-gradient(linear, left top, left bottom, from(#445), to(#000));
  background: linear-gradient(180deg, #445 0%, #000 100%);
  -webkit-box-shadow: 0 5.993px 14.981px -2.996px rgba(0, 0, 0, 0.4), 0 -4.794px 0 1px rgba(255, 255, 255, 0.05) inset, 0 2.397px 3.596px 0.599px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0 5.993px 14.981px -2.996px rgba(0, 0, 0, 0.4), 0 -4.794px 0 1px rgba(255, 255, 255, 0.05) inset, 0 2.397px 3.596px 0.599px rgba(255, 255, 255, 0.1) inset;
}
.product-eco .btn-more::before {
  right: 30px;
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .btn-shortcut {
  position: relative;
  display: inline-block;
}
.product-eco .btn-shortcut::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-shortcut::before {
    width: 9px;
  }
}
.product-eco .btn-shortcut::before {
  height: 1.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-shortcut::before {
    height: 9px;
  }
}
.product-eco .btn-shortcut::before {
  margin-top: -0.625vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-shortcut::before {
    margin-top: -4.5px;
  }
}
.product-eco .btn-shortcut::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-shortcut::before {
    right: 18px;
  }
}
.product-eco .btn-shortcut::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .btn-shortcut {
  width: 150px;
  padding: 6px 0;
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.9px;
  border-radius: 37px;
  background-color: #371706;
}
.product-eco .eco-1413 {
  display: inline-block;
  line-height: 1;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.product-eco .eco-3223 {
  font-weight: 700 !important;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #111;
}
.product-eco .fix-bottom a {
  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: 11px 0;
  gap: 26px;
}
.product-eco .fix-bottom a p {
  margin: 0;
}
.product-eco .fix-bottom a p.title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #FFFBEB;
  font-size: 30px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.product-eco .fix-bottom a p.cost {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBEB), to(#FFCF1B));
  background: linear-gradient(180deg, #FFFBEB 0%, #FFCF1B 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .fix-bottom a p.cost strong {
  font-family: inherit;
  font-size: 48px;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: -1.92px;
}
.product-eco .fix-bottom a p.detail {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom a p.detail::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a p.detail::before {
    width: 11px;
  }
}
.product-eco .fix-bottom a p.detail::before {
  height: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a p.detail::before {
    height: 11px;
  }
}
.product-eco .fix-bottom a p.detail::before {
  margin-top: -0.7638888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a p.detail::before {
    margin-top: -5.5px;
  }
}
.product-eco .fix-bottom a p.detail::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a p.detail::before {
    right: 22px;
  }
}
.product-eco .fix-bottom a p.detail::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-bottom a p.detail {
  padding: 18px 60px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.44px;
  border-radius: 58px;
  background: #FFF;
}
.product-eco .sector-title {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260622/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: #E2E480;
  background: -webkit-gradient(linear, left top, left bottom, from(#E2E480), color-stop(31.29%, #FAE334), color-stop(56.9%, #FF9735));
  background: linear-gradient(180deg, #E2E480 0%, #FAE334 31.29%, #FF9735 56.9%);
}
.product-eco .sector-title .title-1 {
  color: #FFF;
  text-shadow: 0 2px 8px rgba(51, 31, 0, 0.25);
  font-size: 24px;
  font-weight: 800;
  line-height: 140%;
}
.product-eco .sector-title .title-3, .product-eco .sector-title .title-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.product-eco .sector-title .title-3 .small, .product-eco .sector-title .title-2 .small {
  text-align: right;
  color: #FFC801;
  -webkit-filter: drop-shadow(2px 2px 0 #502603);
          filter: drop-shadow(2px 2px 0 #502603);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #502603;
  paint-order: stroke;
  font-size: 32px;
  font-weight: 900;
  line-height: 150%;
}
.product-eco .sector-title .title-3 .big, .product-eco .sector-title .title-2 .big {
  -webkit-filter: drop-shadow(6px 4px 0 #502603);
          filter: drop-shadow(6px 4px 0 #502603);
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #502603;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 143px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 1.432px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC801), to(#FFE969));
  background: linear-gradient(180deg, #FFC801 0%, #FFE969 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .sector-title .title-3 .small {
  text-align: left;
  -webkit-filter: drop-shadow(3px 3px 0 #502603);
          filter: drop-shadow(3px 3px 0 #502603);
  font-weight: 900;
  font-size: 44px;
  line-height: 120%;
}
.product-eco .sector-title .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-top: 50px;
}
.product-eco .sector-title .benefit-list .benefit-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  border: 2px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.95)), to(rgba(255, 255, 189, 0.7)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 189, 0.7) 100%);
  backdrop-filter: blur(12px);
}
.product-eco .sector-title .benefit-list .benefit-item .benefit-icon {
  height: 120px;
}
.product-eco .sector-title .benefit-list .benefit-item .benefit-icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-eco .sector-title .benefit-list .benefit-item .benefit-text {
  margin-top: 10px;
  color: #76550E;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-title .base {
  text-align: right;
  opacity: 0.4;
}
.product-eco .sector-subject {
  padding: 100px 0;
  background: #FFFDE5;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDE5), to(#FFFEEF));
  background: linear-gradient(180deg, #FFFDE5 0%, #FFFEEF 100%);
}
.product-eco .sector-subject .compare-box {
  position: relative;
  z-index: 1;
  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;
  margin: 50px auto 0;
  gap: 40px;
}
.product-eco .sector-subject .compare-box::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 176px;
  height: 238px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260622/pc/subject_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-eco .sector-subject .compare-box + .title-box {
  margin-top: 40px;
}
.product-eco .sector-subject .compare-box .box-item {
  position: relative;
  width: 400px;
  padding: 40px 35px 30px;
  border-radius: 20px;
  border: 1px solid #EFBB39;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 249, 192, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 249, 192, 0.5) 100%);
}
.product-eco .sector-subject .compare-box .box-item .box-title {
  color: #624333;
  font-size: 24px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.product-eco .sector-subject .compare-box .box-item .subject-list {
  margin-top: 20px;
}
.product-eco .sector-subject .compare-box .box-item .subject-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 25px;
  border-radius: 10px;
  border: 1px solid #FFE49B;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBEF), to(#FFF2CB));
  background: linear-gradient(180deg, #FFFBEF 0%, #FFF2CB 100%);
}
.product-eco .sector-subject .compare-box .box-item .subject-list li + li {
  margin-top: 8px;
}
.product-eco .sector-subject .compare-box .box-item .subject-list li span {
  color: #772E07;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.product-eco .sector-subject .compare-box .box-item .subject-list li span.highlight {
  color: #F06317;
  font-weight: 900;
}
.product-eco .sector-subject .compare-box .box-item .subject-list li.add-item {
  border-color: #FFE49B;
  background: #FFFBEF;
}
.product-eco .sector-subject .compare-box .box-item .subject-list li.add-item::before {
  content: "+";
  position: absolute;
  top: -30px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  color: #564C0B;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  border-radius: 50%;
  border: 4px solid currentColor;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFEE6F));
  background: linear-gradient(180deg, #FFF 0%, #FFEE6F 100%);
}
.product-eco .sector-intro {
  padding: 100px 0;
  background: linear-gradient(286deg, #343434 0.74%, #D3BBA1 145.39%);
}
.product-eco .sector-intro .intro-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.product-eco .sector-intro .intro-box .box-item {
  position: relative;
  width: 100%;
  padding: 36px;
  border-radius: 14px;
  border: 2px solid #E6E6E6;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF9C0));
  background: linear-gradient(180deg, #FFF 0%, #FFF9C0 100%);
}
.product-eco .sector-intro .intro-box .box-item .box-year {
  color: #624333;
  font-size: 24px;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.product-eco .sector-intro .intro-box .box-item .desc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 20px;
}
.product-eco .sector-intro .intro-box .box-item .desc-list li {
  padding: 16px;
  color: #772E07;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.4px;
  border-radius: 10px;
  border: 1px solid #FFE49B;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBEF), to(#FFF2CB));
  background: linear-gradient(180deg, #FFFBEF 0%, #FFF2CB 100%);
}
.product-eco .sector-intro .img-box {
  margin-top: 20px;
}
.product-eco .sector-intro .img-box + .title-box {
  margin-top: 20px;
}
.product-eco .sector-intro .img-box + .title-box .sub-title {
  color: #FFF;
}
.product-eco .sector-band {
  padding: 40px 0;
  background: -webkit-gradient(linear, left top, right top, from(#C8AC81), to(#62543F));
  background: linear-gradient(90deg, #C8AC81 0%, #62543F 100%);
}
.product-eco .sector-band .base {
  margin-top: 0;
  color: #FFF;
  opacity: 0.6;
}
.product-eco .sector-reason {
  overflow: hidden;
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F271D), to(#2C2621));
  background: linear-gradient(180deg, #2F271D 0%, #2C2621 100%);
}
.product-eco .sector-reason::after {
  content: "";
  position: absolute;
  bottom: -180px;
  left: 50%;
  width: 2085px;
  height: 796px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260622/pc/bg_eduwill.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-reason .wrap {
  z-index: 1;
}
.product-eco .sector-reason .main-title {
  color: #FFF;
}
.product-eco .sector-reason .reason-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  margin: 50px auto 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-reason .reason-box .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 370px;
  padding: 32px;
  border-radius: 20px;
  border: 3px solid #F7FAC1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEE8C), to(#FFF));
  background: linear-gradient(180deg, #FFEE8C 0%, #FFF 100%);
}
.product-eco .sector-reason .reason-box .box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
  background: -webkit-gradient(linear, left top, left bottom, from(#6B5A41), to(#371706));
  background: linear-gradient(180deg, #6B5A41 0%, #371706 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .sector-reason .reason-box .box-icon {
  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;
  height: 100px;
}
.product-eco .sector-reason .reason-box .box-icon img {
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-eco .sector-reason .reason-box .box-desc {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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-reason .reason-box .box-desc .card-desc {
  color: #502603;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.5px;
}
.product-eco .sector-reason .reason-box .box-desc .card-desc .notice {
  display: block;
  margin-top: 5px;
  color: rgba(80, 38, 3, 0.6);
  font-size: 12px;
  font-weight: 400;
}
.product-eco .sector-item {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FDFCF5), to(#FFFBC2));
  background: linear-gradient(180deg, #FDFCF5 0%, #FFFBC2 100%);
}
.product-eco .sector-item .title-box {
  margin-top: 50px;
}
.product-eco .sector-item .title-box:first-child {
  margin-top: 0;
}
.product-eco .sector-item .title-box .sub-title {
  font-size: 24px;
}
.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: 24px;
  margin-top: 50px;
}
.product-eco .sector-item .box-list .box-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 360px;
  padding: 32px;
  text-align: left;
  border-radius: 20px;
  border: 3px solid #FFF;
  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%);
  -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-list .box-price.box-main {
  border-color: #FFC801;
  -webkit-box-shadow: 0px 15px 40px rgba(255, 200, 1, 0.12);
          box-shadow: 0px 15px 40px rgba(255, 200, 1, 0.12);
}
.product-eco .sector-item .box-list .item-title {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  line-height: 1.2;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-list .item-title span {
  font-weight: 800;
}
.product-eco .sector-item .box-list .item-title span.gold {
  color: #FFCE00;
}
.product-eco .sector-item .box-list .item-title span.silver {
  color: #7E7E7E;
}
.product-eco .sector-item .box-list .item-title span.bronze {
  color: #CA9540;
}
.product-eco .sector-item .box-list .item-price {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #F1F1F1;
}
.product-eco .sector-item .box-list .item-price .price-before {
  color: rgba(34, 34, 34, 0.5);
  font-size: 13px;
  font-weight: 400;
  letter-spacing: -0.16px;
  text-decoration: line-through;
}
.product-eco .sector-item .box-list .item-price .price-before strong {
  font-weight: inherit;
}
.product-eco .sector-item .box-list .item-price .price-after {
  color: #999;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -1.26px;
}
.product-eco .sector-item .box-list .item-price .price-after strong {
  color: #222;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: inherit;
}
.product-eco .sector-item .box-list .item-price .price-after .discount {
  display: inline-block;
  margin-right: 10px;
  color: #F44900;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -1.26px;
}
.product-eco .sector-item .box-list .item-price .price-after .discount strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .item-detail {
  border-top: 1px solid #F1F1F1;
  margin-top: 20px;
  padding-top: 20px;
}
.product-eco .sector-item .box-list .item-detail li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-item .box-list .item-detail li + li {
  margin-top: 16px;
}
.product-eco .sector-item .box-list .item-detail li:hover .tooltip-box {
  display: block;
}
.product-eco .sector-item .box-list .item-detail li .text-title {
  width: 70px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #222;
  font-size: 15px;
  font-weight: 800;
  line-height: 150%;
  letter-spacing: -0.16px;
}
.product-eco .sector-item .box-list .item-detail li .text-desc {
  width: 100%;
  color: #222;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.16px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .box-list .item-detail li .text-desc .red {
  color: #F44900;
  font-weight: 800;
}
.product-eco .sector-item .box-list .btn-tooltip {
  display: inline-block;
  padding: 4px 10px;
  color: #222;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.26px;
  border-radius: 3px;
  border: 1px solid #D4D4D4;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F3F3F3));
  background: linear-gradient(180deg, #FFF 0%, #F3F3F3 100%);
}
.product-eco .sector-item .box-list .btn-tooltip:hover + .tooltip-box {
  display: block;
}
.product-eco .sector-item .box-list .tooltip-box {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 10;
  width: 100%;
  max-width: 240px;
  margin-top: 10px;
  padding: 16px;
  background-color: #FFF;
  border: 2px solid #000;
  border-radius: 5px;
  -webkit-filter: drop-shadow(3.675px 4.9px 3.675px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(3.675px 4.9px 3.675px rgba(0, 0, 0, 0.2));
}
.product-eco .sector-item .box-list .tooltip-box:hover {
  display: block;
}
.product-eco .sector-item .box-list .tooltip-box::before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 20px;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}
.product-eco .sector-item .box-list .tooltip-box::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 22px;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #FFF transparent;
}
.product-eco .sector-item .box-list .tooltip-box .tooltip-title {
  display: block;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 121%;
  letter-spacing: -1.28px;
}
.product-eco .sector-item .box-list .tooltip-box .tooltip-desc {
  display: block;
  margin-top: 4px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 121%;
  letter-spacing: -1.2px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .special-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 40px;
}
.product-eco .sector-item .special-list .list-litem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 100%;
  gap: 16px;
  padding: 26px 0;
  border-radius: 20px;
  border: 3px solid #FFF;
  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%);
  -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 .special-list .list-litem .text {
  font-size: 22px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -1.1px;
  background: -webkit-gradient(linear, left top, left bottom, from(#6B5A41), to(#371706));
  background: linear-gradient(180deg, #6B5A41 0%, #371706 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .sector-item .special-list .list-litem .text strong {
  font-weight: 900;
}
.product-eco .sector-teacher {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#6F7068));
  background: linear-gradient(180deg, #000 0%, #6F7068 100%);
}
.product-eco .sector-teacher::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2085px;
  height: 796px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260622/pc/bg_eduwill.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-eco .sector-teacher .wrap {
  z-index: 1;
}
.product-eco .sector-teacher .sub-title {
  color: #FFF;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 24px;
  letter-spacing: -1.2px;
}
.product-eco .sector-teacher .list-box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 11px;
  margin: 40px 100px 0;
}
.product-eco .sector-teacher .list-box > div {
  width: 183px;
  border-radius: 16px;
  background: -webkit-gradient(linear, left top, left bottom, from(#7C7871), to(#141416));
  background: linear-gradient(180deg, #7C7871 0%, #141416 100%);
}
.product-eco .sector-teacher .list-box > div img {
  width: 100%;
}
.product-eco .sector-teacher .list-box .teacher-info {
  padding: 15px;
  text-align: left;
}
.product-eco .sector-teacher .list-box .teacher-info .name {
  color: #F5F5F6;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -0.15px;
}
.product-eco .sector-teacher .list-box .teacher-info .subject {
  color: rgba(245, 245, 246, 0.5);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.145px;
}
.product-eco .sector-curriculum {
  padding: 100px 0;
  background: radial-gradient(751.94% 117.49% at -6.38% 99.02%, #2B2107 0%, #211A06 46.96%, #000 100%), #222;
}
.product-eco .sector-curriculum .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-curriculum .title-box .sub-title {
  color: #FFF;
  font-size: 24px;
}
.product-eco .sector-curriculum .curriculum-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 12px;
  width: 800px;
  margin: 50px auto 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-curriculum .curriculum-list + .title-box {
  margin-top: 80px;
}
.product-eco .sector-curriculum .curriculum-list::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -60px;
  left: 0;
  width: 282px;
  height: 603px;
  margin: 0 auto;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260622/pc/curriculum_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  z-index: 1;
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 150px;
  height: 80px;
  color: #53380E;
  font-size: 20px;
  font-weight: 900;
  line-height: 140%;
  border-radius: 10px;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 2px 24px 0 rgba(209, 208, 134, 0.44);
          box-shadow: 0 2px 24px 0 rgba(209, 208, 134, 0.44);
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
  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: 100%;
  height: 80px;
  color: #53380E;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  border-radius: 10px;
  border: 3px solid #FFF;
  -webkit-box-shadow: 0 2px 24px 0 rgba(209, 208, 134, 0.44);
          box-shadow: 0 2px 24px 0 rgba(209, 208, 134, 0.44);
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item.type-theory .step-label,
.product-eco .sector-curriculum .curriculum-list .curriculum-item.type-theory .step-desc {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5FFCA), to(rgba(255, 252, 238, 0.9)));
  background: linear-gradient(180deg, #F5FFCA 0%, rgba(255, 252, 238, 0.9) 100%);
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item.type-practice .step-label,
.product-eco .sector-curriculum .curriculum-list .curriculum-item.type-practice .step-desc {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDBAC), to(rgba(255, 252, 238, 0.9)));
  background: linear-gradient(180deg, #FFDBAC 0%, rgba(255, 252, 238, 0.9) 100%);
}
.product-eco .sector-interview {
  padding: 100px 0;
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev {
    width: 100px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev {
    height: 100px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  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: none;
}
.product-eco .sector-interview .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev::before {
    width: 25px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev::before {
  height: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev::before {
    height: 25px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #222;
  border-bottom-width: 4px;
  border-left-width: 4px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  left: -100px;
}
.product-eco .sector-interview .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next {
    width: 100px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next {
  height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next {
    height: 100px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next {
  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: none;
}
.product-eco .sector-interview .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next::before {
    width: 25px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next::before {
  height: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next::before {
    height: 25px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #222;
  border-top-width: 4px;
  border-right-width: 4px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .sector-interview .slick-arrow.slick-next {
  right: -100px;
}
.product-eco .sector-interview .interview-group {
  position: relative;
  margin: 40px 30px 0;
  padding-top: 80px;
  -webkit-box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, 0.08);
  background-image: url("//img.eduwill.net//eduwill/img/2021/G/VictoryStory/pc/bg_interview_group.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-interview .interview-group + .base {
  margin-top: 30px;
}
.product-eco .sector-interview .interview-group .video-slider {
  width: 820px;
  margin: 0 auto;
  padding-top: 80px;
}
.product-eco .sector-interview .interview-group .video-box {
  margin: 0 auto;
  position: relative;
  width: 820px;
  height: 441px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #000;
}
.product-eco .sector-interview .interview-group .video-box video,
.product-eco .sector-interview .interview-group .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-interview .interview-group .video-box .btn-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 820px;
  height: 460px;
}
.product-eco .sector-interview .interview-group .video-box .btn-video img {
  width: 100%;
}
.product-eco .sector-interview .interview-group .interview-list {
  width: 820px;
  margin: 0 auto;
}
.product-eco .sector-interview .interview-group .interview-list .slick-slide {
  margin: 0 6px;
}
.product-eco .sector-interview .interview-group .interview-list .slide-item {
  position: relative;
  display: block;
  width: 196px;
  height: 110px;
}
.product-eco .sector-interview .interview-group .interview-list .slide-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-eco .sector-interview .interview-group .interview-list .slide-item.on:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.product-eco .sector-interview .interview-group .interview-list .slide-item img {
  width: 100%;
}
.product-eco .sector-interview .interview-group .review-img {
  margin-top: 50px;
}
.product-eco .sector-interview .interview-group .review-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  color: #000;
  font-weight: 900;
  font-size: 30px;
}
.product-eco .sector-interview .interview-group .review-text strong {
  font-weight: 900;
}
.product-eco .sector-interview .interview-group .review-text .text {
  display: block;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.product-eco .sector-interview .action {
  margin-top: 30px;
}
.product-eco .sector-helper {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E));
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%);
}
.product-eco .sector-helper .wrap {
  z-index: 1;
}
.product-eco .sector-helper .sub-title {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
}
.product-eco .sector-helper .main-title {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke fill;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-helper .list-box {
  margin-top: 40px;
}
.product-eco .sector-helper .list-box + .title-box {
  margin-top: 60px;
}
.product-eco .sector-helper .list-box + .title-box .sub-title {
  font-size: 28px;
}
.product-eco .sector-helper .list-box + .title-box .sub-title:nth-child(2) {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.product-eco .sector-helper .list-box > a {
  position: relative;
  display: block;
}
.product-eco .sector-helper .eco-1413 {
  position: absolute;
  top: 58px;
  left: 100px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.64px;
}/*# sourceMappingURL=web.css.map */