@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

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

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

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

.product-eco .slick-dots {
  font-size: 0;
}
.product-eco .slick-dots li {
  display: inline-block;
}
.product-eco .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  overflow: hidden;
  text-align: center;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  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) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  line-height: normal;
  color: inherit;
}
.promotion a,
.product-eco a,
.fullservice a {
  color: inherit;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 173px;
  z-index: 1;
  display: block;
  width: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 110px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 14.8611111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 107px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  vertical-align: top;
}
.promotion .slick-list * .slick-slide,
.product-eco .slick-list * .slick-slide,
.fullservice .slick-list * .slick-slide {
  border: none;
}

.product-eco {
  overflow: hidden;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .wrap {
  max-width: 1200px;
  margin: 0 auto;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .main-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .sub-title {
  margin-top: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .title-box .sub-title strong {
  font-weight: 700;
}
.product-eco .title-box .num-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 19px;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .text-notice {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -1px;
}
.product-eco .box-list {
  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: 10px;
}
.product-eco .frame {
  margin: 0 20px;
  padding: 39px 59px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .main-title {
  font-size: 26px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
.product-eco .tab-box .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .tab-box .tab-list li button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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%;
  height: 100%;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  color: #888;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.product-eco .tab-box .tab-list li.active button {
  background-color: #000;
  color: #fff;
}
.product-eco .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow {
    width: 80px;
  }
}
.product-eco .slick-arrow {
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow {
    height: 80px;
  }
}
.product-eco .slick-arrow {
  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: transparent;
}
.product-eco .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow::before {
    width: 20px;
  }
}
.product-eco .slick-arrow::before {
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow::before {
    height: 20px;
  }
}
.product-eco .slick-arrow::before {
  border-width: 0;
  border-style: solid;
  border-color: #2B2C41;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .slick-arrow {
  left: 0;
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 80px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 80px;
  }
}
.product-eco .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: transparent;
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 20px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 20px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #2B2C41;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .slick-arrow.slick-next {
  left: auto;
  right: 0;
}
.product-eco .slick-dots {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots {
    margin-top: 16px;
  }
}
.product-eco .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li {
    margin: 0 4px;
  }
}
.product-eco .slick-dots li button {
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    width: 12px;
  }
}
.product-eco .slick-dots li button {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    height: 12px;
  }
}
.product-eco .slick-dots li button {
  border-radius: 69.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li button {
    border-radius: 500px;
  }
}
.product-eco .slick-dots li button {
  background-color: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-dots li.slick-active button {
  width: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-dots li.slick-active button {
    width: 36px;
  }
}
.product-eco .slick-dots li.slick-active button {
  background: #000;
}
.product-eco .fix-bottom {
  z-index: 10;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.product-eco .fix-bottom:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: #000;
}
.product-eco .fix-right {
  position: fixed;
  bottom: 150px;
  right: 0;
  z-index: 99;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-right .banner-event {
  width: 213px;
}
.product-eco .fix-right .banner-event a {
  display: inline-block;
}
.product-eco .fix-right .banner-event + .nav-list {
  margin-top: 20px;
}
.product-eco .fix-right .nav-list {
  position: relative;
  width: 250px;
  text-align: left;
}
.product-eco .fix-right .nav-list::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 3px;
  width: 1px;
  height: 85%;
  background-color: #818181;
}
.product-eco .fix-right .nav-list a {
  position: relative;
  display: block;
  margin-top: 4px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-right .nav-list a span {
  position: relative;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: 700;
  color: #818181;
  letter-spacing: -0.16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .fix-right .nav-list a span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  display: none;
  width: 7px;
  height: 7px;
  margin-top: -7px;
  border-left: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  background-color: #0056D8;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-eco .fix-right .nav-list a:first-child {
  margin-top: 0;
}
.product-eco .fix-right .nav-list a:last-child {
  font-weight: 900;
}
.product-eco .fix-right .nav-list a:last-child span {
  color: #303030 !important;
  text-shadow: -1px 0px #fff, 0px 1px #fff, 1px 0px #fff, 0px -1px #fff;
}
.product-eco .fix-right .nav-list a:last-child:before {
  border: 1px solid #fff;
  background-color: #303030 !important;
}
.product-eco .fix-right .nav-list a.active::before {
  width: 10px;
  height: 10px;
  margin-top: -8px;
  margin-left: -3px;
  border: 2px solid #FFF;
  background-color: #0056D8;
}
.product-eco .fix-right .nav-list a.active span {
  font-size: 18px;
  color: #fff;
  border: 2px solid #FFF;
  border-radius: 10px;
  background-color: #0056D8;
}
.product-eco .fix-right .nav-list a.active span::before {
  display: block;
}
.product-eco .fix-right .nav-list a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  border-radius: 50%;
  background-color: #818181;
}
.product-eco .fix-right .nav-list .text-1 {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
  color: #222;
}
.product-eco .fix-right .nav-list .text-2 {
  font-size: 16px;
  font-weight: 500;
  color: #999;
}
.product-eco .fix-right .nav-list .flag {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  padding: 5px 6px 6px;
  line-height: 1;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  border-radius: 2px;
  background: #3356E4;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/A/product/260402/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;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ECFFC6), to(#FFD695));
  background: linear-gradient(180deg, #ECFFC6 0%, #FFD695 100%);
  z-index: -1;
}
.product-eco .sector-title .wrap {
  max-width: 1300px;
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 20px;
}
.product-eco .sector-item .item-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 34px 34px 19px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  text-align: left;
}
.product-eco .sector-item .flag-wrap {
  position: absolute;
  top: 0;
  right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-filter: drop-shadow(2.292px 2.764px 9.944px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(2.292px 2.764px 9.944px rgba(0, 0, 0, 0.2));
}
.product-eco .sector-item .flag-wrap .flag-red,
.product-eco .sector-item .flag-wrap .flag-yellow {
  position: relative;
  width: 90px;
  height: 108px;
}
.product-eco .sector-item .flag-wrap .flag-red {
  background-image: url("//img.eduwill.net/eduwill/img/2026/A/product/260402/pc/flag_red.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-item .flag-wrap .flag-red span {
  color: #FFF;
}
.product-eco .sector-item .flag-wrap .flag-yellow {
  background-image: url("//img.eduwill.net/eduwill/img/2026/A/product/260402/pc/flag_yellow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-item .flag-wrap .flag-yellow span {
  color: #301D03;
}
.product-eco .sector-item .flag-wrap span {
  position: absolute;
  top: 12px;
  left: -1px;
  right: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 77px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: -0.684px;
  font-style: italic;
  -webkit-transform: rotate(-8.25deg);
          transform: rotate(-8.25deg);
  text-align: center;
}
.product-eco .sector-item .item-label {
  margin-bottom: 24px;
  color: #FF7A00;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
}
.product-eco .sector-item .item-title strong {
  font-weight: 900;
  line-height: 1.2;
}
.product-eco .sector-item .item-title .fc-point {
  color: #FF8100;
}
.product-eco .sector-item .text-list {
  margin-top: 26px;
  padding: 12px 0;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-item .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-eco .sector-item .text-list li .text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 51px;
}
.product-eco .sector-item .text-list li p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -1px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .text-list li + li {
  margin-top: 6px;
}
.product-eco .sector-item .info-bottom {
  margin-top: auto;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-item .benefit-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 52px;
  max-width: 52px;
  color: #000;
}
.product-eco .sector-item .item-price {
  text-align: left;
  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;
  margin-bottom: 24px;
  padding-top: 50px;
  min-height: 113px;
}
.product-eco .sector-item .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.product-eco .sector-item .price-before p {
  font-size: 16px;
  line-height: 121%;
  color: #959595;
}
.product-eco .sector-item .price-before .price {
  text-decoration: line-through;
}
.product-eco .sector-item .price-after .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .price-after .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-after .price span {
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-item .item-action {
  margin: 0 -15px;
}
.product-eco .sector-item .item-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    width: 10px;
  }
}
.product-eco .sector-item .item-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    height: 10px;
  }
}
.product-eco .sector-item .item-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .item-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .item-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .item-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  text-align: left;
  padding: 32px 32px;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-proof {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .sector-proof .box-list {
  margin-top: 30px;
}
.product-eco .sector-perfect {
  padding: 100px 0;
  background: #FFD800;
}
.product-eco .sector-perfect .text-review {
  margin-top: 45px;
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.56px;
}
.product-eco .sector-perfect .text-user {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -1px;
}
.product-eco .sector-perfect .perfect-list {
  position: relative;
  margin: 0 20px;
  padding: 80px 0 70px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/A/product/260402/pc/bg_video_frame.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-perfect .slick-prev {
  left: 36px;
}
.product-eco .sector-perfect .slick-next {
  left: auto;
  right: 36px;
}
.product-eco .sector-perfect .video-box {
  position: relative;
  width: 740px !important;
  margin: auto;
  overflow: hidden;
}
.product-eco .sector-perfect .video-box video {
  width: 100%;
}
.product-eco .sector-perfect .video-box a {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-eco .sector-perfect .winner-contents {
  position: relative;
  top: -10px;
  width: 100%;
  margin: 0 auto;
}
.product-eco .sector-perfect .winner-list {
  -webkit-transform: perspective(400px) rotateX(40deg);
          transform: perspective(400px) rotateX(40deg);
}
.product-eco .sector-perfect .winner-list p {
  font-size: 18px;
  color: #444;
  line-height: 2;
  font-weight: 500;
  text-align: center;
  padding: 0;
  margin: 0;
}
.product-eco .sector-curriculum {
  padding: 100px 0;
}
.product-eco .sector-why {
  padding: 100px 0;
  background-color: #FFFAEF;
}
.product-eco .sector-why .main-title {
  font-weight: 700;
}
.product-eco .sector-bar {
  padding: 50px 0;
  background: #000;
}
.product-eco .sector-bar p {
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.product-eco .sector-bar p strong {
  background: -webkit-gradient(linear, left top, right top, from(#FD0), to(#FFC005));
  background: linear-gradient(90deg, #FD0 0%, #FFC005 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.product-eco .sector-bar p strong.fc-white {
  background: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.product-eco .sector-bar .text-notice {
  margin-top: 10px;
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .sector-professor {
  padding-top: 100px;
  background: #F3F3F3;
}
.product-eco .sector-book {
  padding-top: 10px;
  background: #F3F3F3;
}
.product-eco .sector-book .exam-list .slick-slide {
  position: relative;
  width: 1160px;
  min-height: 532px;
}
.product-eco .sector-book .exam-list .slick-slide img {
  display: inline-block;
}
.product-eco .sector-book .exam-list .slick-slide .stamp {
  position: absolute;
  top: 50%;
  left: 50%;
}
.product-eco .sector-book .exam-list .slick-slide.slick-active {
  opacity: 1;
}
.product-eco .sector-book .exam-list .slick-slide.slick-active .stamp {
  display: block;
}
@-webkit-keyframes stampEvent {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes stampEvent {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.product-eco .sector-book .exam-list .slick-slide.slick-active .stamp {
  -webkit-animation-name: stampEvent;
          animation-name: stampEvent;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.89, -0.01, 0.96, 0.07);
          animation-timing-function: cubic-bezier(0.89, -0.01, 0.96, 0.07);
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.product-eco .sector-book .exam-list .slick-slide .stamp {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -79px 0 0 -79px;
  display: none;
}
.product-eco .sector-special {
  padding-top: 10px;
  background: #F3F3F3;
}
.product-eco .sector-special .sub-text {
  margin-top: 40px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.88px;
}
.product-eco .sector-exam,
.product-eco .sector-benefit,
.product-eco .sector-qna {
  padding-top: 10px;
  background: #F3F3F3;
}
.product-eco .sector-qna {
  padding-bottom: 100px;
}
.product-eco .sector-contents {
  padding: 100px 0;
  background: #FFE28D;
}
.product-eco .sector-increase {
  padding: 100px 0;
}
.product-eco .sector-increase .main-title {
  font-weight: 700;
}
.product-eco .sector-increase .wrap {
  z-index: 1;
}
.product-eco .sector-increase .winner-wrap {
  position: absolute;
  top: 0;
  z-index: -1;
}
.product-eco .sector-increase .winner-wrap .increase-list {
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: perspective(400px) rotateX(15deg);
  transform: perspective(400px) rotateX(15deg);
}
.product-eco .sector-increase .winner-wrap .increase-list p {
  color: #a9a9a9;
  font-size: 22px;
  line-height: 1.5;
  margin: 10px 0;
  font-weight: 500;
  text-align: center;
}
.product-eco .sector-increase .winner-wrap .increase-list p:nth-child(2) {
  text-align: left;
}
.product-eco .sector-increase .winner-wrap .increase-list p:nth-child(3) {
  text-align: right;
}
.product-eco .sector-band {
  padding: 50px 0;
  background: -webkit-gradient(linear, left top, right top, from(#FFA100), color-stop(53.47%, #FFC300), to(#FFD900));
  background: linear-gradient(90deg, #FFA100 0%, #FFC300 53.47%, #FFD900 100%);
}
.product-eco .sector-band .text-band {
  color: #222;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -2.16px;
}
.product-eco .sector-band .text-band strong {
  color: #222;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.4px;
}
.product-eco .sector-band .text-band strong.fc-white {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  color: #fff;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.product-eco .sector-band .text-notice {
  margin-top: 10px;
}/*# sourceMappingURL=web.css.map */