@charset "UTF-8";
.product-eco .house-roadmap2 .slick-dots, .product-eco .sector-professor .teacher-list ul, .product-eco .sector-item .flag-list, .grid {
  *zoom: 1;
}
.product-eco .house-roadmap2 .slick-dots:before, .product-eco .sector-professor .teacher-list ul:before, .product-eco .sector-item .flag-list:before, .grid:before, .product-eco .house-roadmap2 .slick-dots:after, .product-eco .sector-professor .teacher-list ul:after, .product-eco .sector-item .flag-list:after, .grid:after {
  content: "";
  display: table;
}
.product-eco .house-roadmap2 .slick-dots:after, .product-eco .sector-professor .teacher-list ul:after, .product-eco .sector-item .flag-list:after, .grid:after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.effect-bounce-diagonal {
  -webkit-animation-name: effectBounceDiagonal;
          animation-name: effectBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown, .product-eco .sector-bestbook .floating {
  -webkit-animation-name: effectBounceUpDown;
          animation-name: effectBounceUpDown;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.effect-extend {
  -webkit-animation-name: effectExtend;
          animation-name: effectExtend;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  -webkit-animation-name: effectBlink;
          animation-name: effectBlink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.motion-1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-5 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-6 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-7 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-8 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-9 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-10 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-11 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-12 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-box-1 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-box-2 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-box-3 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.motion-box-4 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.active .motion-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-9 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-10 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-11 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.active .motion-12 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.active .motion-box-1 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.active .motion-box-2 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-box-3 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.active .motion-box-4 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.promotion .holder,
.product .holder,
.product-eco .holder,
.fullservice .holder {
  position: relative;
}
.promotion .slick-arrow,
.product .slick-arrow,
.product-eco .slick-arrow,
.fullservice .slick-arrow {
  position: absolute;
  top: 0;
  text-indent: -99999px;
  width: 2.3611111111vw;
  height: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow,
  .product .slick-arrow,
  .product-eco .slick-arrow,
  .fullservice .slick-arrow {
    width: 17px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow,
  .product .slick-arrow,
  .product-eco .slick-arrow,
  .fullservice .slick-arrow {
    height: 30px;
  }
}
.promotion .slick-arrow.slick-prev,
.product .slick-arrow.slick-prev,
.product-eco .slick-arrow.slick-prev,
.fullservice .slick-arrow.slick-prev {
  left: 6%;
  background: url("https://img.eduwill.net/eduwill/img/2022/J/product/220419/mobile/btn_prev.png") no-repeat 50% 0;
  background-size: cover;
}
.promotion .slick-arrow.slick-next,
.product .slick-arrow.slick-next,
.product-eco .slick-arrow.slick-next,
.fullservice .slick-arrow.slick-next {
  right: 6%;
  background: url("https://img.eduwill.net/eduwill/img/2022/J/product/220419/mobile/btn_next.png") no-repeat 50% 0;
  background-size: cover;
}
.promotion .slick-dots,
.product .slick-dots,
.product-eco .slick-dots,
.fullservice .slick-dots {
  width: 100%;
  margin-top: 2.7777777778vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots,
  .product .slick-dots,
  .product-eco .slick-dots,
  .fullservice .slick-dots {
    margin-top: 20px;
  }
}
.promotion .slick-dots li,
.product .slick-dots li,
.product-eco .slick-dots li,
.fullservice .slick-dots li {
  display: inline-block;
  margin: 0 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li,
  .product .slick-dots li,
  .product-eco .slick-dots li,
  .fullservice .slick-dots li {
    margin: 0 4px;
  }
}
.promotion .slick-dots li button,
.product .slick-dots li button,
.product-eco .slick-dots li button,
.fullservice .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  border: 0;
  border-radius: 50%;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  background: #bbb;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button,
  .product .slick-dots li button,
  .product-eco .slick-dots li button,
  .fullservice .slick-dots li button {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button,
  .product .slick-dots li button,
  .product-eco .slick-dots li button,
  .fullservice .slick-dots li button {
    height: 15px;
  }
}
.promotion .slick-dots li.slick-active button,
.product .slick-dots li.slick-active button,
.product-eco .slick-dots li.slick-active button,
.fullservice .slick-dots li.slick-active button {
  width: 5.5555555556vw;
  border-radius: 2.0833333333vw;
  background: #000;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li.slick-active button,
  .product .slick-dots li.slick-active button,
  .product-eco .slick-dots li.slick-active button,
  .fullservice .slick-dots li.slick-active button {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li.slick-active button,
  .product .slick-dots li.slick-active button,
  .product-eco .slick-dots li.slick-active button,
  .fullservice .slick-dots li.slick-active button {
    border-radius: 15px;
  }
}

.dimmed {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.7);
}

#popupBase {
  font-family: "Noto Sans KR", Sans-Serif;
  display: none;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10001;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  max-width: 620px;
  width: 100%;
  height: auto;
  background-color: #fff;
  line-height: 1;
  letter-spacing: -1px;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#popupBase .popup-close {
  cursor: pointer;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -50px;
  right: -10px;
  z-index: 2002;
}
#popupBase .popup-close:before, #popupBase .popup-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #fff;
}
#popupBase .popup-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popupBase .popup-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popupBase .popup-title {
  background-color: #3e4c98;
  padding: 30px 0;
  text-align: center;
}
#popupBase .popup-title strong {
  color: #fff;
  font-size: 5vw;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  #popupBase .popup-title strong {
    font-size: 36px;
  }
}
#popupBase .popup-cont {
  padding: 5%;
}
@media screen and (min-width: 720px) {
  #popupBase .popup-cont {
    padding: 3% 5%;
  }
}
#popupBase .popup-cont .text-box {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.0555555556vw;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 720px) {
  #popupBase .popup-cont .text-box {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #popupBase .popup-cont .text-box {
    font-size: 16px;
  }
}

.rationale-popup .rationale-cont p {
  font-family: "Noto Sans KR", Sans-Serif;
}

.layer-dimmed {
  display: none;
  position: fixed;
  top: 0;
  right: 0px;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: #000;
  opacity: 0.8;
  overflow: hidden;
}
.layer-open {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10001;
  max-width: 768px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.layer-open .layer-close {
  cursor: pointer;
  display: inline-block;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -50px;
  right: -10px;
  z-index: 2002;
}
.layer-open .layer-close:before, .layer-open .layer-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #fff;
}
.layer-open .layer-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.layer-open .layer-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.layer-open .layer-box {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.layer-open .layer-box iframe, .layer-open .layer-box video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: inherit;
     object-fit: inherit;
}

body {
  line-height: unset;
}

#fixApply.fix-apply {
  opacity: 0;
  z-index: 1;
  display: none !important;
}

.product-eco {
  min-width: 1200px;
  overflow: hidden;
  /* 학원 */
}
.product-eco *, .product-eco *:before, .product-eco *:after {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -1px;
}
.product-eco [class^=sector-] {
  position: relative;
  text-align: center;
}
.product-eco .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.product-eco .wrap .wide {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  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: #000;
  left: -20px;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 40px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 4px;
  border-left-width: 4px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 10px;
  }
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  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: #000;
  right: -20px;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 40px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 4px;
  border-right-width: 4px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 10px;
  }
}
.product-eco .btn-text, .product-eco .btn-grounds {
  display: inline-block;
  padding: 6px 10px 4px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.product-eco .btn-text span, .product-eco .btn-grounds span {
  padding-right: 12px;
}
.product-eco .btn-text span, .product-eco .btn-grounds span {
  position: relative;
  display: inline-block;
}
.product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
  height: 0.9722222222vw;
  margin-top: -0.4861111111vw;
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.5);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
    margin-top: -3.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
    right: 14px;
  }
}
.product-eco .btn-text span:before, .product-eco .btn-grounds span:before {
  right: 0;
  margin-top: -5.5px;
}
.product-eco .btn-text.color-fff, .product-eco .btn-grounds.color-fff {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.5);
}
.product-eco .btn-text.color-fff span:before, .product-eco .btn-grounds.color-fff span:before {
  border-color: rgba(255, 255, 255, 0.5);
}
.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.9166666667vw;
  height: 9.0277777778vw;
  background: url("https://img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer:after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer:after {
    height: 65px;
  }
}
@-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 .notice {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.6);
}
.product-eco .fix-bottom {
  position: fixed;
  z-index: 100;
  background: #000000;
  height: 80px;
  width: 100%;
  left: 0;
  bottom: 0;
}
.product-eco .fix-bottom .wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  top: -20px;
}
.product-eco .fix-wing.dday {
  position: fixed;
  top: 25%;
  right: 5%;
  padding: 20px 0;
  width: 130px;
  border-radius: 10px;
  border: 1px solid #FF1C1C;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  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;
  z-index: 11;
}
.product-eco .fix-wing.dday .dday-title {
  position: relative;
  padding-bottom: 20px;
  font-size: 16px;
  font-weight: 900;
  color: #fff;
  line-height: 1.3;
}
.product-eco .fix-wing.dday .dday-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 15px;
  height: 2px;
  background: #777;
}
.product-eco .fix-wing.dday .dday-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 18px;
}
.product-eco .fix-wing.dday .dday-timer * {
  color: #fff;
  font-weight: 900;
  font-size: 38px;
  letter-spacing: -2px;
  line-height: 1;
}
.product-eco .sector-visual {
  padding-bottom: 100px;
  background: url("https://img.eduwill.net/eduwill/img/2025/J/product/250723/pc/bg_visual.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .sector-visual .row {
  position: relative;
}
.product-eco .sector-visual .point-box {
  position: absolute;
  top: 657px;
  left: 115px;
  right: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: url("https://img.eduwill.net/eduwill/img/2025/J/product/250723/pc/point_x.png") 50% 50% no-repeat;
}
.product-eco .sector-visual .point-box .col {
  border-radius: 100px;
  background: #2F2F2F;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  color: #fff;
  font-size: 24px;
  width: 450px;
  padding: 27px 0;
  letter-spacing: -1px;
}
.product-eco .sector-visual .point-box .col strong {
  display: block;
  font-size: 34px;
  font-weight: 900;
}
.product-eco .sector-visual .point-box .col.on {
  background: #FFC900;
  color: #000;
}
.product-eco .sector-visual .notice {
  position: absolute;
  top: 827px;
  left: 0;
  right: 0;
  color: rgba(255, 255, 255, 0.6);
}
.product-eco .sector-visual .notice .btn-text {
  margin-left: 20px;
}
.product-eco .sector-visual .motion-box .motion {
  position: absolute;
}
.product-eco .sector-visual .motion-box .motion.motion-1 {
  top: 204px;
  left: 209px;
  z-index: 1;
}
.product-eco .sector-visual .motion-box .motion.motion-2 {
  top: 246px;
  left: 627px;
  z-index: 2;
}
.product-eco .sector-visual .motion-box .motion.motion-3 {
  top: 320px;
  left: 381px;
  z-index: 3;
}
.product-eco .sector-manage {
  background: #FFFDF4;
}
.product-eco .sector-manage .wrap {
  padding-bottom: 175px;
}
.product-eco .sector-manage .manage-slide {
  width: 1100px;
  margin: 0 auto;
  -webkit-filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.1490196078));
          filter: drop-shadow(2px 4px 10px rgba(0, 0, 0, 0.1490196078));
}
.product-eco .sector-bar {
  background: -webkit-gradient(linear, left top, right top, color-stop(30.2%, #FFB500), color-stop(42.14%, #FFD000), color-stop(50.1%, #FFDC2C), color-stop(58.06%, #FFD000), color-stop(70%, #FFB500));
  background: linear-gradient(90deg, #FFB500 30.2%, #FFD000 42.14%, #FFDC2C 50.1%, #FFD000 58.06%, #FFB500 70%);
}
.product-eco .sector-benefit {
  padding-bottom: 100px;
}
.product-eco .sector-benefit .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-benefit .benefit-list .col {
  position: relative;
}
.product-eco .sector-benefit .benefit-list .col .desc {
  position: absolute;
  top: 30px;
  left: 35px;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1.5px;
  color: #000;
}
.product-eco .sector-benefit .benefit-list .col .desc strong {
  color: #F19100;
}
.product-eco .sector-benefit .benefit-list .col .desc small {
  margin-top: 10px;
  display: block;
  font-size: 14px;
  color: #999;
  font-weight: 400;
  line-height: 1.3;
}
.product-eco .sector-benefit .benefit-list .col .desc small + .btn-text {
  margin-top: 5px;
}
.product-eco .sector-benefit .benefit-list .col.benefit-4 {
  margin-top: 15px;
}
.product-eco .sector-care {
  background: #f9f9f9;
}
.product-eco .sector-care .wrap {
  width: 1100px;
  padding-bottom: 92px;
}
.product-eco .sector-care .care-slide-pager .slick-track {
  left: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.product-eco .sector-care .care-slide-pager .slick-slide {
  background: #F5F7F9;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #222;
  font-weight: 900;
  cursor: pointer;
  font-size: 20px;
  height: 78px;
  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;
  border-left: 1px solid #fff;
}
.product-eco .sector-care .care-slide-pager .slick-slide:first-child {
  border-left: 0;
}
.product-eco .sector-care .care-slide-pager .slick-slide.slick-current {
  background: #2E2E2E;
  color: #fff;
}
.product-eco .sector-care .care-slide .mockup {
  position: absolute;
  left: 20px;
  top: 36px;
}
.product-eco .sector-item {
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), color-stop(53.73%, rgba(255, 255, 255, 0.28)), color-stop(62.69%, rgba(255, 255, 255, 0.28)), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 230, 2, 0.4)), color-stop(35.37%, rgba(255, 189, 2, 0.4)), color-stop(58.43%, rgba(255, 189, 2, 0.4)), color-stop(77.6%, rgba(255, 138, 0, 0.4))), -webkit-gradient(linear, left top, left bottom, from(#FFC700), to(#FA0)), #DFE1FB;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.28) 53.73%, rgba(255, 255, 255, 0.28) 62.69%, rgba(255, 255, 255, 0) 100%), linear-gradient(180deg, rgba(255, 230, 2, 0.4) 0%, rgba(255, 189, 2, 0.4) 35.37%, rgba(255, 189, 2, 0.4) 58.43%, rgba(255, 138, 0, 0.4) 77.6%), linear-gradient(180deg, #FFC700 0%, #FA0 100%), #DFE1FB;
  padding: 0 0 100px 0;
}
.product-eco .sector-item .wrap {
  width: 1100px;
}
.product-eco .sector-item p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.product-eco .sector-item .price-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-item .price-grid .price-column {
  width: 540px;
}
.product-eco .sector-item .price-grid .price-box {
  background: #F2F2F2;
  border-radius: 36px;
  border: 3px solid #000;
  overflow: hidden;
}
.product-eco .sector-item .price-grid .price-header {
  background: #fff;
  border-radius: 0 0 36px 36px;
  padding: 50px 50px 80px 50px;
}
.product-eco .sector-item .price-grid .price-label-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-bottom: 20px;
}
.product-eco .sector-item .price-grid .price-label-item {
  color: #FF1C1C;
  font-size: 19px;
  font-weight: 900;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #FF1C1C;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-eco .sector-item .price-grid .price-title {
  text-align: left;
  font-size: 46px;
  color: #000;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 20px;
}
.product-eco .sector-item .price-grid .price-title strong {
  font-weight: 900;
}
.product-eco .sector-item .price-grid .price-dis {
  text-align: left;
  font-size: 18px;
}
.product-eco .sector-item .price-grid .price-content {
  padding: 60px 50px 40px 50px;
}
.product-eco .sector-item .price-grid .price-sale {
  color: #FF1C1C;
  text-align: right;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: -0.66px;
}
.product-eco .sector-item .price-grid .price-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.product-eco .sector-item .price-grid .price-detail span {
  font-size: 30px;
  color: #C2C2C2;
  text-decoration: line-through;
  font-weight: 700;
  line-height: 1;
}
.product-eco .sector-item .price-grid .price-detail strong {
  font-size: 55px;
  color: #000;
  line-height: 1;
  font-weight: 800;
}
.product-eco .sector-item .price-grid .price-detail strong:after {
  content: "원";
}
.product-eco .sector-item .price-grid .price-btn {
  height: 70px;
  background: #FF1C1C;
  color: #fff;
  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;
  font-weight: 600;
  font-size: 28px;
  border-radius: 100px;
}
.product-eco .sector-item .price-grid .price-btn span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .price-grid .price-btn span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 3px;
  border-right-width: 3px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-grid .price-btn span:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-grid .price-btn span:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-grid .price-btn span:before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-grid .price-btn span:before {
    right: 20px;
  }
}
.product-eco .sector-item .price-grid .price-btn span:before {
  right: -24px;
}
.product-eco .sector-item .price-grid .price-btn.btn-black {
  background: #000;
}
.product-eco .sector-item .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.product-eco .sector-item .box-price {
  position: relative;
  width: 530px;
  margin-bottom: 20px;
  padding: 4px;
  text-align: left;
  border-radius: 40px;
  background: #000;
}
.product-eco .sector-item .box-price:only-child {
  width: 100%;
}
.product-eco .sector-item .box-price:only-child .box-detail {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 30px 45px 50px;
  border-radius: 36px;
  background-color: #fff;
}
.product-eco .sector-item .box-price:only-child .detail-list {
  padding: 0;
}
.product-eco .sector-item .box-price:only-child .price-list {
  padding: 0;
  border-radius: 0;
  background-color: #fff;
}
.product-eco .sector-item .box-price:only-child .price-list .price-action {
  margin-top: 10px;
}
.product-eco .sector-item .box-price:only-child .price-list .price-action a {
  display: inline-block;
  max-width: 418px;
  padding: 14px 0;
  font-size: 25px;
}
.product-eco .sector-item .box-price .box-inner {
  border-radius: 40px;
  background-color: #F2F2F2;
}
.product-eco .sector-item .box-price .box-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-eco .sector-item .box-price .box-detail > div {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .detail-list {
  padding: 30px 45px 50px;
  border-radius: 36px 36px 0 0;
  background-color: #fff;
}
.product-eco .sector-item .flag-list > p {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  margin: 0 2px;
  padding: 0 20px;
  vertical-align: top;
  border-width: 2px;
  border-style: solid;
  border-radius: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .flag-list > p span {
  line-height: 1;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
}
.product-eco .sector-item .flag-list .flag-1 {
  color: #000;
  border-color: #000;
  background-color: #fff;
}
.product-eco .sector-item .flag-list .flag-2 {
  color: #fff;
  border-color: #000;
  background-color: #000;
}
.product-eco .sector-item .text-list {
  position: relative;
}
.product-eco .sector-item .text-list .text-1 {
  margin-top: 20px;
  line-height: 1.2;
  font-size: 46px;
  font-weight: 500;
  color: #000;
}
.product-eco .sector-item .text-list .text-1 strong {
  font-weight: 900;
}
.product-eco .sector-item .text-list .text-2 {
  margin-top: 10px;
  line-height: 1.5;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.product-eco .sector-item .text-list .benefit-action {
  margin-left: 15px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.product-eco .sector-item .text-list .benefit-action button {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.product-eco .sector-item .desc-list {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 190px;
  padding: 50px 45px;
}
.product-eco .sector-item .desc-list li {
  color: #000;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  margin-top: 15px;
}
.product-eco .sector-item .desc-list li:first-child {
  margin-top: 0;
}
.product-eco .sector-item .price-list {
  text-align: right;
  padding: 30px 45px 50px;
  border-radius: 0 0 36px 36px;
  background-color: #F2F2F2;
}
.product-eco .sector-item .price-list .price-discount {
  text-align: right;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #FF790B;
}
.product-eco .sector-item .price-list .price-discount a {
  position: relative;
  top: -4px;
  display: inline-block;
  padding: 3px 25px 2px 15px;
  margin-right: 5px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  border-radius: 3px;
  border: 1px solid #000;
}
.product-eco .sector-item .price-list .price-discount a:after {
  content: ">";
  position: absolute;
  top: 3px;
  right: 5px;
  font-weight: 300;
  font-size: 13px;
  font-family: dotum;
}
.product-eco .sector-item .price-list .price-before {
  position: relative;
  display: inline-block;
  margin-right: 20px;
  line-height: 1.8;
  font-size: 28px;
  font-weight: 700;
  color: #C2C2C2;
}
.product-eco .sector-item .price-list .price-before::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: currentColor;
}
.product-eco .sector-item .price-list .price-before strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: inherit;
  font-size: 30px;
  color: currentColor;
}
.product-eco .sector-item .price-list .price-after {
  display: inline-block;
  line-height: 1;
  font-size: 55px;
  font-weight: 900;
  color: #000;
  letter-spacing: -3px;
}
.product-eco .sector-item .price-list .price-after strong {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: inherit;
  font-size: 60px;
  color: currentColor;
  letter-spacing: inherit;
}
.product-eco .sector-item .price-list .price-action {
  margin-top: 20px;
  text-align: right;
}
.product-eco .sector-item .price-list .price-action.black a {
  border-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #fff;
}
.product-eco .sector-item .price-list .price-action.black a:before {
  border-color: #fff;
}
.product-eco .sector-item .price-list .price-action a {
  display: inline-block;
  padding: 25px 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-size: 28px;
  font-weight: 700;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #000;
  border-radius: 10px;
  background: #FFBF00;
}
.product-eco .sector-item .price-list .price-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .price-list .price-action a:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-list .price-action a:before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-list .price-action a:before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-list .price-action a:before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .price-list .price-action a:before {
    right: 16px;
  }
}
.product-eco .sector-item .price-list .price-action a:before {
  right: 50px;
}
.product-eco .sector-item .benefit-list {
  padding: 24px 0 35px;
  text-align: center;
  font-size: 0;
}
.product-eco .sector-item .benefit-list > div {
  position: relative;
  display: inline-block;
  width: 33%;
  padding: 0 40px;
  text-align: left;
  border-left: 1px dashed #a6a6a6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .benefit-list > div:first-child {
  border-left-width: 0;
}
.product-eco .sector-item .benefit-list .text-list {
  float: none;
}
.product-eco .sector-item .benefit-list .text-list .text-1 {
  margin-top: 0;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  color: #FF6651;
}
.product-eco .sector-item .benefit-list .text-list .text-2 {
  display: inline-block;
  margin-top: 5px;
  padding: 6px 8px 7px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  background: #FF9900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .benefit-list .text-list .text-3 {
  margin-top: 5px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.product-eco .sector-item .benefit-list .text-list .text-3 em {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.product-eco .sector-item .benefit-list .text-list .text-3 em::before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: #FFF000;
  z-index: -1;
}
.product-eco .sector-item .benefit-list .benefit-action {
  margin-top: 10px;
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.product-eco .sector-item .benefit-list .benefit-action button {
  line-height: 1;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}
.product-eco .sector-item .benefit-list .benefit-icon {
  position: absolute;
  right: 40px;
  bottom: 0;
}
.product-eco .sector-item .sale-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-item .sale-box .sale {
  width: 540px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid #C29346;
}
.product-eco .sector-item .sale-box .sale a {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: 100%;
  height: 120px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 43px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .sale-box .sale a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .sale-box .sale a:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.9444444444vw;
  height: 1.9444444444vw;
  margin-top: -0.9722222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.8888888889vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .sale-box .sale a:before {
    width: 14px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .sale-box .sale a:before {
    height: 14px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .sale-box .sale a:before {
    margin-top: -7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .sale-box .sale a:before {
    right: 28px;
  }
}
.product-eco .sector-item .sale-box .sale a .sale-text {
  text-align: left;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
}
.product-eco .sector-item .sale-box .sale a .sale-text strong {
  display: block;
  margin-top: 5px;
  font-size: 30px;
  letter-spacing: -2px;
  line-height: 1;
  font-weight: 900;
  color: #000;
}
.product-eco .sector-item .notice {
  margin-top: 20px;
  text-align: left;
  color: #555;
}
.product-eco .sector-teacher .notice {
  position: absolute;
  top: 390px;
  left: 0;
  right: 0;
  text-align: center;
  color: #aaa;
  font-size: 12px;
  letter-spacing: -0.5px;
}
.product-eco .sector-teacher .wrap-full {
  background-image: url("https://img.eduwill.net/eduwill/img/2025/J/product/250723/pc/bg_teacher.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-teacher .wrap-full .slick-arrow {
  border-radius: 50%;
}
.product-eco .sector-teacher .wrap-full .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  background: #C2C2C2;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slick-arrow.slick-next {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slick-arrow.slick-next {
    height: 20px;
  }
}
.product-eco .sector-teacher .wrap-full .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slick-arrow.slick-next::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slick-arrow.slick-next::before {
    height: 5px;
  }
}
.product-eco .sector-teacher .wrap-full .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  background: #C2C2C2;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slick-arrow.slick-prev {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slick-arrow.slick-prev {
    height: 20px;
  }
}
.product-eco .sector-teacher .wrap-full .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slick-arrow.slick-prev::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .wrap-full .slick-arrow.slick-prev::before {
    height: 5px;
  }
}
.product-eco .sector-teacher .wrap-full .slide-box {
  width: 1300px;
  margin: 0 auto;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager {
  position: absolute;
  left: 50%;
  translate: -50% 0;
  top: -160px;
  z-index: 20;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-list {
  text-align: center;
  font-size: 0;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-track {
  display: inline-block;
  width: auto !important;
  left: 0 !important;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide {
  position: relative;
  width: 252px !important;
  margin: 0 5px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 222px 258px;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide img {
  opacity: 0;
  margin: 0 auto;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide span.icon {
  position: absolute;
  top: 25px;
  right: 7px;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide span.icon img {
  opacity: 1;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide:nth-child(1) {
  background-image: url("https://img.eduwill.net/eduwill/img/2025/J/product/250723/pc/teacher_yds_off.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide:nth-child(2) {
  background-image: url("https://img.eduwill.net/eduwill/img/2025/J/product/250723/pc/teacher_kyk_off.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect-pager .slick-slide.slick-current img {
  opacity: 1;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .slick-slide {
  position: relative;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .slick-slide img {
  display: inline-block;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .action-home {
  position: absolute;
  top: 770px;
  right: 54px;
}
.product-eco .sector-teacher .wrap-full .slide-box .slide-connect .action-home a {
  display: inline-block;
  padding-right: 50px;
  font-size: 26px;
  font-weight: 500;
  color: #FFFFFF;
  background: url("//img.eduwill.net/eduwill/img/2023/G/simple/230421/pc/bg_home.png") no-repeat right center;
}
.product-eco .sector-teacher .teacher-list {
  position: relative;
}
.product-eco .sector-teacher .teacher-list [class^=teacher-] {
  position: relative;
}
.product-eco .sector-teacher .teacher-list [class^=teacher-] .text {
  position: absolute;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}
.product-eco .sector-teacher .teacher-list.list-masonry {
  margin: 60px 90px;
  text-align: left;
}
.product-eco .sector-teacher .teacher-list.list-masonry > div {
  position: relative;
  display: inline-block;
  width: 156px;
  margin: 0 7px 14px;
  vertical-align: top;
  background: #d4d4d4;
}
.product-eco .sector-teacher .teacher-list.list-masonry > div.only-mobile {
  display: none;
}
.product-eco .sector-teacher .teacher-list.list-masonry > div.teacher-yellow {
  background: #fdcf0e;
}
.product-eco .sector-teacher .teacher-list.list-masonry > div a {
  position: relative;
  z-index: 1;
  display: block;
}
.product-eco .sector-teacher .teacher-list.list-masonry > div a:hover::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-teacher .teacher-list.list-masonry > div a:hover .text {
  display: block;
}
.product-eco .sector-teacher .teacher-list.list-masonry > div a .text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  display: none;
}
.product-eco .sector-teacher .teacher-list.list-masonry > div a .text span {
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
}
.product-eco .sector-teacher .teacher-list.list-masonry > div a .text span.name {
  font-weight: 900;
}
.product-eco .sector-teacher .teacher-list.list-masonry > div img {
  width: 100%;
}
.product-eco .sector-teacher .fold-box .teacher-list + .action {
  margin-top: 50px;
  text-align: center;
}
.product-eco .sector-teacher .fold-box .teacher-list + .action .teacher-list-more span {
  padding-right: 20px;
  font-size: 20px;
  color: #000;
}
.product-eco .sector-teacher .fold-box .teacher-list + .action .teacher-list-more span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-teacher .fold-box .teacher-list + .action .teacher-list-more span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top-width: 2px;
  border-left-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .fold-box .teacher-list + .action .teacher-list-more span:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .fold-box .teacher-list + .action .teacher-list-more span:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .fold-box .teacher-list + .action .teacher-list-more span:before {
    margin-top: -5px;
  }
}
.product-eco .sector-teacher .fold-box .teacher-list + .action .teacher-list-more span::before {
  right: 0;
}
.product-eco .sector-teacher .fold-box .teacher-list + .action .teacher-list-more span::after {
  display: none;
}
.product-eco .sector-teacher .fold-box.list-fold .list-masonry {
  height: 680px;
  overflow: hidden;
}
.product-eco .sector-teacher .fold-box.list-fold .list-masonry + .action .teacher-list-more span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-teacher .fold-box.list-fold .list-masonry + .action .teacher-list-more span:before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .fold-box.list-fold .list-masonry + .action .teacher-list-more span:before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .fold-box.list-fold .list-masonry + .action .teacher-list-more span:before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .fold-box.list-fold .list-masonry + .action .teacher-list-more span:before {
    margin-top: -5px;
  }
}
.product-eco .sector-professor {
  padding: 80px 0 100px 0;
}
.product-eco .sector-professor .teacher-list {
  width: 1024px;
  margin: 0 auto;
}
.product-eco .sector-professor .teacher-list ul li a {
  display: block;
}
.product-eco .sector-professor .teacher-list ul.teacher-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -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 .sector-professor .percent-group {
  padding-top: 60px;
  text-align: center;
}
.product-eco .sector-professor .percent-group .notice {
  text-align: center;
  padding: 20px 0 50px 0;
  font-size: 12px;
}
.product-eco .sector-curriculum {
  background: #F9F9F9;
}
.product-eco .sector-bestbook {
  padding-bottom: 100px;
}
.product-eco .sector-bestbook .btn-text {
  position: absolute;
  top: 280px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-bestbook .floating {
  position: absolute;
  left: 50%;
  top: 258px;
  margin-left: 600px;
  width: 142px;
}
.product-eco .sector-bestbook .floating a {
  display: block;
}
.product-eco .sector-bestbook .floating a:last-child {
  margin-top: -10px;
}
.product-eco .sector-bestbook .img-group {
  margin-top: -13px;
}
.product-eco .sector-bestbook .slide-group {
  position: relative;
  width: 100%;
}
.product-eco .sector-bestbook .slide-group .slick-slide {
  margin-right: -15px;
  width: 452px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
}
.product-eco .sector-bestbook .slide-group .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-system {
  background-color: #F9F9F9;
  padding-bottom: 100px;
}
.product-eco .sector-system .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-system .list li {
  position: relative;
}
.product-eco .sector-system .list li .tip-btn {
  position: absolute;
  top: 307px;
  right: 14px;
  cursor: pointer;
}
.product-eco .sector-system .list li .tip-layer {
  display: none;
  position: absolute;
  z-index: 10;
  top: 330px;
  right: -98px;
}
.product-eco .sector-system .list li .tip-layer.act {
  display: block;
}
.product-eco .sector-people {
  background: url("https://img.eduwill.net/eduwill/img/2025/J/product/250723/pc/bg_people.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .sector-interviewee {
  position: relative;
  padding-bottom: 100px;
  background-color: #f1f1f1;
}
.product-eco .sector-interviewee .tab-list {
  margin-bottom: 38px;
}
.product-eco .sector-interviewee .tab-list .slick-list,
.product-eco .sector-interviewee .tab-list .slick-track {
  left: 0 !important;
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.product-eco .sector-interviewee .tab-list .slick-track {
  width: 1070px !important;
}
.product-eco .sector-interviewee .tab-list .slick-slide {
  width: 330px !important;
  margin: 0 12px;
}
.product-eco .sector-interviewee .tab-list a {
  display: block;
  margin-bottom: 10px;
}
.product-eco .sector-interviewee .tab-list a img {
  width: 100%;
}
.product-eco .sector-interviewee .tab-contents .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-interviewee .tab-contents .slick-slide img {
  width: 100%;
}
.product-eco .sector-interviewee .slide-group {
  position: relative;
  width: 100%;
}
.product-eco .sector-interviewee .slide-group .slick-slide {
  margin-right: -15px;
  width: 452px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0.5;
}
.product-eco .sector-interviewee .slide-group .slick-slide.slick-current {
  opacity: 1;
}
.product-eco .sector-interviewee .btn-text {
  position: absolute;
  left: 50%;
  margin-left: 390px;
  bottom: 60px;
}
.product-eco .sector-winners .text-box {
  text-align: left;
}
.product-eco .sector-winners .text-box .text1 {
  font-size: 32px;
  line-height: 1.4;
  color: #222;
  font-weight: 400;
}
.product-eco .sector-winners .text-box .text1 strong {
  font-weight: 900;
}
.product-eco .sector-winners .text-box .text2 {
  font-size: 18px;
  line-height: 1.4;
  color: #999;
  font-weight: 400;
  padding-top: 30px;
}
.product-eco .sector-winners .text-box .text2 strong {
  font-weight: 900;
}
.product-eco .sector-winners .winners-group {
  position: relative;
  width: 100%;
  height: 602px;
  overflow: hidden;
  background-image: url("https://img.eduwill.net/eduwill/img/2025/J/product/250723/pc/img_winners.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-winners .winners-group .winners-cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 53%;
  height: 100%;
  background-color: #fff;
  z-index: 2;
}
.product-eco .sector-winners .winners-group .winners-wrap {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1200px;
  height: 100%;
  z-index: 3;
}
.product-eco .sector-winners .winners-group .winners-wrap .place {
  position: absolute;
  right: 0;
  bottom: 2px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 15px 17px;
}
.product-eco .sector-winners .winners-group .winners-wrap .place .highlight {
  display: block;
  margin-top: 8px;
  font-size: 19px;
  font-weight: 500;
}
.product-eco .sector-winners .winners-group .winners-wrap .place + .notice {
  position: absolute;
  right: 0;
  bottom: -20px;
}
.product-eco .sector-winners .bg-video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 1;
}
.product-eco .sector-winners-list {
  padding: 100px 0;
  background-color: #F4F4F9;
}
.product-eco .sector-winners-list .text-box {
  text-align: center;
  margin-bottom: 50px;
}
.product-eco .sector-winners-list .text-box .text1 {
  font-size: 32px;
  line-height: 1.4;
  color: #222;
  font-weight: 400;
}
.product-eco .sector-winners-list .text-box .text1 strong {
  font-weight: 900;
}
.product-eco .sector-winners-list .text-box .text2 {
  font-size: 18px;
  line-height: 1.4;
  color: #999;
  font-weight: 400;
  padding-top: 30px;
}
.product-eco .sector-winners-list .text-box .text2 strong {
  font-weight: 900;
}
.product-eco .sector-winners-list .eduf-winner-contents p {
  color: #8a8a8a;
  font-size: 18px;
  margin: 10px 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-winners-list .winner-cover {
  position: absolute;
  margin: 0 auto;
  width: 100%;
  height: 100px;
  left: 0;
  right: 0;
  top: auto;
  bottom: -50px;
  z-index: 1;
}
.product-eco .sector-difference {
  padding-bottom: 100px;
  background-color: #fff;
}
.product-eco .sector-difference .list-group ul {
  text-align: left;
}
.product-eco .sector-difference .list-group ul li {
  border: none;
  margin-left: 13px;
}
.product-eco .sector-difference .img-group {
  position: relative;
}
.product-eco .sector-difference .img-group .step {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.product-eco .sector-difference .img-group .step-1 {
  left: 55px;
  top: 525px;
}
.product-eco .sector-difference .img-group .step-2 {
  left: 366px;
  top: 310px;
}
.product-eco .sector-difference .img-group .step-3 {
  left: 691px;
  top: 234px;
}
.product-eco .sector-difference .img-group .step-4 {
  left: 985px;
  top: 140px;
}
.product-eco .sector-difference .slick-slide {
  margin-right: 20px;
  width: 360px;
  padding: 30px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-eco .house-roadmap2 {
  height: 937px;
}
.product-eco .house-roadmap2 .wrap {
  width: 100% !important;
  height: 100%;
}
.product-eco .house-roadmap2 .subtitle > div {
  color: #222;
  line-height: 1;
  text-align: left;
}
.product-eco .house-roadmap2 .subtitle > div.sub {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -2px;
}
.product-eco .house-roadmap2 .subtitle > div.sub strong {
  font-weight: 700;
}
.product-eco .house-roadmap2 .subtitle > div.main {
  font-size: 50px;
  margin-top: 15px;
  letter-spacing: -2px;
  line-height: 1.3;
  font-weight: 900;
}
.product-eco .house-roadmap2 .subtitle > div.main strong {
  font-weight: 900;
}
.product-eco .house-roadmap2 .subtitle > div.notice {
  margin-top: 16px;
  color: #999;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: -1px;
}
.product-eco .house-roadmap2 .subtitle.fly {
  position: absolute;
  left: 0;
  top: 100px;
}
.product-eco .house-roadmap2 .subtitle.line {
  padding-left: 40px;
  text-align: left;
  border-left: 2px solid #d8d8d8;
}
.product-eco .house-roadmap2 .subtitle.line > div.sub {
  font-size: 30px;
}
.product-eco .house-roadmap2 .subtitle.line > div.main {
  font-size: 40px;
}
.product-eco .house-roadmap2 .subtitle.line .btn {
  margin-top: 30px;
}
.product-eco .house-roadmap2 .subtitle.fly {
  position: absolute;
  left: 0;
  top: 258px;
}
.product-eco .house-roadmap2 .subtitle.fly .main {
  margin-top: 0;
  font-size: 40px;
  color: #fff;
}
.product-eco .house-roadmap2 .subtitle.fly .sub {
  font-size: 30px;
  line-height: 1.4;
  margin-top: 13px;
  font-weight: 400;
  color: #fff;
}
.product-eco .house-roadmap2 .slick-dots {
  margin: 0;
  padding: 0;
  position: absolute;
  top: auto;
  bottom: 100px;
  left: 0;
  right: 0;
  width: 960px !important;
  height: 512px;
  margin: 0 auto !important;
}
.product-eco .house-roadmap2 .slick-dots li {
  position: relative;
  float: left;
  width: 180px;
  height: 100%;
}
.product-eco .house-roadmap2 .slick-dots li + li {
  margin-left: 60px;
}
.product-eco .house-roadmap2 .slick-dots li .step {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background: rgba(255, 255, 255, 0.6);
}
.product-eco .house-roadmap2 .slick-dots li .step span {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: -1.5px;
  line-height: 1.3;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.product-eco .house-roadmap2 .slick-dots li .step:after {
  content: "";
  display: none;
  position: absolute;
  top: -152px;
  left: 0;
  right: 0;
  width: 180px;
  height: 152px;
}
.product-eco .house-roadmap2 .slick-dots li.slick-active .step {
  background: rgb(255, 255, 255);
}
.product-eco .house-roadmap2 .slick-dots li.slick-active .step span {
  color: #000;
}
.product-eco .house-roadmap2 .slick-dots li.slick-active .step:after {
  display: block;
}
.product-eco .house-roadmap2 .slick-dots li:nth-child(1) .step {
  height: 150px;
}
.product-eco .house-roadmap2 .slick-dots li:nth-child(1) .step:after {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/icon_road_1.png") 0 bottom no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .slick-dots li:nth-child(2) .step {
  height: 200px;
}
.product-eco .house-roadmap2 .slick-dots li:nth-child(2) .step:after {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/icon_road_2.png") 0 bottom no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .slick-dots li:nth-child(3) .step {
  height: 250px;
}
.product-eco .house-roadmap2 .slick-dots li:nth-child(3) .step:after {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/icon_road_3.png") 0 bottom no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .slick-dots li:nth-child(4) .step {
  height: 360px;
}
.product-eco .house-roadmap2 .slick-dots li:nth-child(4) .step:after {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/icon_road_4.png") 0 bottom no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .roadmap-list {
  height: 937px;
  overflow: hidden;
}
.product-eco .house-roadmap2 .roadmap-list .slick-track,
.product-eco .house-roadmap2 .roadmap-list .slick-list {
  height: 937px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.product-eco .house-roadmap2 .roadmap-list [class^=roadmap-step] {
  height: 937px;
}
.product-eco .house-roadmap2 .roadmap-list .roadmap-step1 {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/bg_road1.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .roadmap-list .roadmap-step2 {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/bg_road2.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .roadmap-list .roadmap-step3 {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/bg_road3.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .roadmap-list .roadmap-step4 {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/bg_road4.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .roadmap-list .roadmap-step5 {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/bg_road5.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .roadmap-list .roadmap-step6 {
  background: url("https://img.eduwill.net/eduwill/img/2021/J/product/210421/pc/bg_road6.jpg") 50% 0 no-repeat;
  background-size: cover;
}
.product-eco .house-roadmap2 .roadmap-list .road-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.product-eco .house-roadmap2 .roadmap-list .road-content h3 {
  position: absolute;
  letter-spacing: -5px;
  top: 100px;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: #ffc000;
  font-size: 60px;
}
.product-eco .house-roadmap2 .roadmap-count {
  position: absolute;
  top: 331px;
  left: 50%;
  margin-left: 420px;
  text-align: right;
}
.product-eco .house-roadmap2 .roadmap-count span {
  line-height: 1;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .house-roadmap2 .roadmap-count span.current {
  color: #ffc000;
}
.product-eco .house-banner {
  background-image: url("https://img.eduwill.net/eduwill/img/2025/J/product/250723/pc/bg_banner2.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .interview-section {
  padding-bottom: 10px;
}
.product-eco .sector-academy-picture {
  background: #F4F4F9;
  position: relative;
  overflow: hidden;
  padding-bottom: 50px;
}
.product-eco .sector-academy-picture .picture-group {
  position: relative;
  width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-eco .sector-academy-picture .picture-group .slick-slide {
  width: 640px;
  padding: 50px 20px;
}
.product-eco .sector-academy-picture .picture-group .slick-slide img {
  -webkit-box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 7px 7px 20px 0px rgba(0, 0, 0, 0.3);
}
.product-eco .sector-academy-picture .picture-group .slick-slide .tag {
  display: block;
  color: #222;
  font-size: 25px;
  font-weight: 700;
  margin-top: 30px;
  line-height: 1.4;
}/*# sourceMappingURL=web.css.map */