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

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

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

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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-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);
  }
}

#fixApply.fix-apply {
  display: none !important;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .section-title {
  color: #000;
}
.product-eco .section-title .title-1 {
  color: currentColor;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -1.2px;
  opacity: 0.6;
}
.product-eco .section-title .title-1 + .title-2 {
  margin-top: 10px;
}
.product-eco .section-title .title-1 + .title-number {
  margin-top: 20px;
}
.product-eco .section-title .title-2 {
  color: currentColor;
  font-size: 35px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.75px;
}
.product-eco .section-title .title-3 {
  margin-top: 15px;
  color: currentColor;
  font-size: 45px;
  font-weight: 800;
  letter-spacing: -2px;
}
.product-eco .section-title .title-3 em {
  vertical-align: text-top;
  font-size: 20px;
}
.product-eco .section-title .title-number {
  color: #FA0;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.product-eco .notice {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
.product-eco .highlight {
  font-weight: 700;
  color: #FFAA00 !important;
}
.product-eco .btn-base, .product-eco .btn-more, .product-eco .btn-link {
  padding: 7px 28px 7px 13px;
  color: #FFF;
  letter-spacing: -0.9px;
  background: #111;
}
.product-eco .btn-link {
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
}
.product-eco .btn-link {
  position: relative;
  display: inline-block;
}
.product-eco .btn-link::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-link::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-link::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-link::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-link::before {
    right: 12px;
  }
}
.product-eco .btn-more {
  padding: 26px 50px 26px 40px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 72px;
}
.product-eco .btn-more {
  position: relative;
  display: inline-block;
}
.product-eco .btn-more::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: currentColor;
  -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 .btn-more::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-more::before {
    right: 16px;
  }
}
.product-eco .btn-base {
  padding: 5px 20px 5px 5px;
  color: rgba(62, 47, 0, 0.5);
  font-size: 14px;
  letter-spacing: -0.541px;
  border: 1px solid rgba(62, 47, 0, 0.1);
  background: none;
}
.product-eco .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    right: 10px;
  }
}
.product-eco .fix-right {
  position: fixed;
  bottom: 230px;
  right: 5px;
  z-index: 99;
}
.product-eco .fix-right .banner-list div + div {
  margin-top: 5px;
}
.product-eco .fix-right .banner-list div:nth-child(1) a {
  color: #DAA420;
  background-color: #FFFBEC;
}
.product-eco .fix-right .banner-list a {
  position: relative;
  display: block;
  width: 190px;
  padding: 20px 18px 20px 20px;
  text-align: left;
  border: 1px solid #DAA420;
  border-radius: 3px;
}
.product-eco .fix-right .banner-list a span {
  line-height: 1;
}
.product-eco .fix-right .banner-list .text-1 {
  line-height: 1.2;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  letter-spacing: -1.1px;
}
.product-eco .fix-right .banner-list .text-2 {
  margin-top: 30px;
  padding-right: 30px;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.9px;
}
.product-eco .fix-right .banner-list .text-2 {
  position: relative;
  display: inline-block;
}
.product-eco .fix-right .banner-list .text-2::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-right .banner-list .text-2::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-right .banner-list .text-2::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-right .banner-list .text-2::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-right .banner-list .text-2::before {
    right: 12px;
  }
}
.product-eco .sector-title {
  padding: 88px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_104/product/250807/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE053), to(#FFBF00));
  background: linear-gradient(180deg, #FFE053 0%, #FFBF00 100%);
}
.product-eco .sector-title .laurel-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-eco .sector-title .laurel-list .laurel-item {
  width: 150px;
  height: 72px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  color: #3E2F00;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_104/product/250807/pc/bg_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-title .laurel-list .laurel-text {
  color: currentColor;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.64px;
}
.product-eco .sector-title .laurel-list .laurel-num {
  color: currentColor;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.product-eco .sector-title .laurel-list .laurel-num em {
  display: inline-block;
  vertical-align: text-top;
  font-size: 10px;
  font-weight: 400;
}
.product-eco .sector-title .action-base {
  text-align: right;
  margin: -30px 100px 0 0;
}
.product-eco .sector-title .title-1 {
  margin-top: 70px;
  color: #111;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.9px;
}
.product-eco .sector-title .title-1 strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
}
.product-eco .sector-title .title-1 em {
  vertical-align: top;
  line-height: 1;
}
.product-eco .sector-title .title-2 {
  margin-top: 20px;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 119%;
  letter-spacing: -2.1px;
  -webkit-text-stroke-width: 8px;
  -webkit-text-stroke-color: #111;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
          filter: drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111) drop-shadow(0 1px #111);
}
.product-eco .sector-title .title-2 em {
  vertical-align: top;
  line-height: 1;
}
.product-eco .sector-title .winner-box {
  position: relative;
  width: 1200px;
  margin: -20px auto 0;
}
.product-eco .sector-title .winner-box .winner-list {
  position: relative;
  -webkit-transform: perspective(400px) rotateX(40deg);
  transform: perspective(400px) rotateX(40deg);
}
.product-eco .sector-title .winner-box .winner-list .slick-track {
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}
.product-eco .sector-title .winner-box .winner-list .slick-slide {
  opacity: 0.5;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-eco .sector-title .winner-box .winner-list .slick-slide.slick-active {
  opacity: 1;
}
.product-eco .sector-title .winner-box p {
  text-align: center;
  line-height: 2;
  font-weight: 400;
  font-size: 20px;
  color: #000;
}
.product-eco .sector-title .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  padding: 33px 0;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: #FFF3D1;
  backdrop-filter: blur(5.4499998093px);
}
.product-eco .sector-title .benefit-list div {
  padding: 0 100px;
}
.product-eco .sector-title .benefit-list div + div {
  border-left: 1px solid #FFDD7E;
}
.product-eco .sector-title .benefit-list p {
  margin-top: 10px;
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -1.1px;
}
.product-eco .sector-title .benefit-list p em {
  vertical-align: text-top;
  font-size: 16px;
}
.product-eco .sector-title .notice {
  margin-top: 25px;
}
.product-eco .sector-tab .wrap {
  z-index: 10;
  width: 100%;
  border-top: 2px solid #000;
  border-bottom: 1px solid #000;
  background: #fff;
}
.product-eco .sector-tab.tab-fixed .wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
.product-eco .sector-tab .nav-list {
  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;
  max-width: 1200px;
  margin: 0 auto;
}
.product-eco .sector-tab .nav-link {
  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: 100%;
  padding: 30px 0;
  font-size: 25px;
  color: #D2D2D2;
}
.product-eco .sector-tab .nav-link.active {
  font-weight: 900;
  color: #000;
}
.product-eco .sector-item {
  padding: 100px 0;
  background: #FFBF00;
}
.product-eco .sector-item::before {
  content: "EDUWILL";
  position: absolute;
  top: -120px;
  right: 0;
  left: 0;
  z-index: 0;
  font-size: 294px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -14.7px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(80%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 80%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .sector-item .tab-box {
  margin-top: 30px;
}
.product-eco .sector-item .tab-list {
  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;
  gap: 10px;
}
.product-eco .sector-item .tab-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 17px 0;
  color: #000;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: -1.05px;
  border-radius: 10px;
  border: 1px solid #FFF;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.product-eco .sector-item .tab-list li.on {
  color: #FFF;
  font-weight: 700;
  border-color: #000;
  background-color: #000;
}
.product-eco .sector-item .tab-view {
  display: none;
  margin-top: 20px;
}
.product-eco .sector-item .tab-view.on {
  display: block;
}
.product-eco .sector-item .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}
.product-eco .sector-item .box-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 10px;
  border: 2px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(45%, #FFF), to(#FFFCEF));
  background: linear-gradient(180deg, #FFF 45%, #FFFCEF 100%);
}
.product-eco .sector-item .box-title {
  padding: 30px 0 26px;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.6px;
}
.product-eco .sector-item .box-price {
  padding: 35px 0;
  background: #FFF8D5;
}
.product-eco .sector-item .box-price .price-before {
  margin-bottom: 5px;
  font-size: 18px;
  color: #888;
  text-decoration: line-through;
}
.product-eco .sector-item .box-price .price-after {
  color: #111;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
.product-eco .sector-item .box-price .price-after .unit {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -3.362px;
}
.product-eco .sector-item .box-content {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 21px 27px 30px;
}
.product-eco .sector-item .box-content .text-list {
  text-align: left;
}
.product-eco .sector-item .box-content .text-list li {
  color: #333;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .box-content .text-list .gap {
  margin-top: 20px;
}
.product-eco .sector-item .box-btn {
  margin-top: 26px;
}
.product-eco .sector-item .box-btn a {
  width: 100%;
  padding: 14px 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.8px;
  border-radius: 6px;
  background: #000;
}
.product-eco .sector-item .box-btn a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-btn a::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: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-btn a::before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-btn a::before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-btn a::before {
    margin-top: -3.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-btn a::before {
    right: 14px;
  }
}
.product-eco .sector-contents {
  padding: 100px 0;
  background: #f6f6f6;
}
.product-eco .sector-contents .contents-list {
  margin-top: 60px;
}
.product-eco .sector-contents .contents-list > div {
  position: relative;
  margin-top: 20px;
}
.product-eco .sector-contents .contents-list > div.exam .action {
  margin-left: -320px;
}
.product-eco .sector-contents .contents-list > div.puri .action {
  margin-left: -50px;
}
.product-eco .sector-contents .contents-list > div.kin .action {
  margin-left: -130px;
}
.product-eco .sector-contents .action {
  position: absolute;
  top: 55px;
  left: 50%;
}
.product-eco .sector-contents .eco-1413 {
  position: absolute;
  top: 58px;
  left: 71px;
  color: #FFAA00;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.5px;
}
.product-eco .sector-contents .slide-box {
  position: absolute;
  top: 77px;
  left: 50%;
  width: 350px;
  height: 132px;
  margin-left: 168px;
  overflow: hidden;
  z-index: 1;
}
.product-eco .sector-contents .slide-box .slick-slide {
  border: none;
  border-bottom: 1px solid #b2b2b2;
}
.product-eco .sector-contents .slide-box .slick-slide p {
  display: inline-block;
  line-height: 32px;
  font-size: 13px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1.5px;
}
.product-eco .sector-contents .slide-box .slick-slide p:nth-child(1) {
  width: 40px !important;
}
.product-eco .sector-contents .slide-box .slick-slide p:nth-child(2) {
  width: 250px !important;
  text-align: left;
  font-weight: 400;
}
.product-eco .sector-contents .slide-box .slick-slide p:nth-child(3) {
  width: 30px !important;
  color: #ffa300;
}
.product-eco .sector-teacher {
  padding: 100px 0 0 0;
}
.product-eco .sector-teacher .section-title {
  position: relative;
  text-align: center;
}
.product-eco .sector-teacher .section-title .action-base {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 410px;
  line-height: 1;
  font-size: 0;
}
.product-eco .sector-teacher .slide-box {
  width: 1200px;
  margin: 100px auto 0 auto;
}
.product-eco .sector-teacher .slide-connect-pager .slick-list {
  text-align: center;
  font-size: 0;
}
.product-eco .sector-teacher .slide-connect-pager .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto !important;
  left: 0 !important;
}
.product-eco .sector-teacher .slide-connect-pager .slick-slide {
  margin: 0 -50px;
  cursor: pointer;
  z-index: 0;
  width: auto !important;
  position: relative;
}
.product-eco .sector-teacher .slide-connect-pager .slick-slide:before {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  width: 128%;
  top: -50px;
  left: 40%;
  translate: -50%;
  height: 130%;
  content: "";
  -webkit-filter: blur(26px);
  filter: blur(32px);
}
.product-eco .sector-teacher .slide-connect-pager .slick-slide:nth-child(2) {
  margin-right: -115px;
  z-index: 15;
}
.product-eco .sector-teacher .slide-connect-pager .slick-slide:nth-child(3) {
  z-index: 10;
}
.product-eco .sector-teacher .slide-connect-pager .slick-slide:nth-child(4) {
  margin-left: -30px;
}
.product-eco .sector-teacher .slide-connect-pager .slick-slide.slick-current {
  z-index: 100;
  -webkit-filter: drop-shadow(26px 26px 14px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(26px 26px 14px rgba(0, 0, 0, 0.3));
}
.product-eco .sector-teacher .slide-connect-pager .slick-slide.slick-current:before {
  display: none;
}
.product-eco .sector-teacher .slide-connect {
  margin-top: 100px;
}
.product-eco .sector-teacher .slide-connect .slick-slide {
  position: relative;
}
.product-eco .sector-teacher .slide-connect .video-box {
  position: absolute;
  top: 167px;
  left: 0;
  width: 600px;
  height: 320px;
  overflow: hidden;
}
.product-eco .sector-teacher .slide-connect .video-box video {
  width: 100%;
  height: 100%;
}
.product-eco .sector-teacher .slide-connect .review-box {
  position: absolute;
  top: 507px;
  left: 0;
  width: 600px;
  height: 120px;
  overflow: hidden;
}
.product-eco .sector-teacher .slide-connect .review-box .slick-arrow {
  border-radius: 50%;
}
.product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-prev, .product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-next {
  top: 14px !important;
  -webkit-transform: none !important;
          transform: none !important;
}
.product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: 0vw;
  background: rgba(0, 0, 0, 0.3);
  right: 40px;
  left: unset;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-prev {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-prev {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-prev {
    margin-left: 0px;
  }
}
.product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #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 .slide-connect .review-box .slick-arrow.slick-prev::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-prev::before {
    height: 5px;
  }
}
.product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: 0vw;
  background: rgba(0, 0, 0, 0.3);
  right: 15px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-next {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-next {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-next {
    margin-right: 0px;
  }
}
.product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #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 .slide-connect .review-box .slick-arrow.slick-next::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .slide-connect .review-box .slick-arrow.slick-next::before {
    height: 5px;
  }
}
.product-eco .sector-teacher .slide-connect .action-home {
  position: absolute;
  bottom: 100px;
  right: 0;
}
.product-eco .sector-teacher .slide-connect .action-home a {
  display: inline-block;
  padding-right: 50px;
  font-size: 26px;
  padding: 20px 63px 20px 20px;
  font-weight: 500;
  color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2024/G/product/240911/pc/bg_home.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 5px;
  border: 1px solid #fff;
}
.product-eco .sector-teacher .slide-connect .action-home a .name {
  font-weight: 800;
}
.product-eco .sector-teacher .teacher-history-btn {
  position: relative;
  margin-top: -75px;
  border-radius: 10px;
  border: 2px solid #FFBF00;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 4px 6px 9px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 6px 9px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(25px);
}
.product-eco .sector-teacher .teacher-history-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 78px;
}
.product-eco .sector-teacher .teacher-history-btn p {
  color: #111;
}
.product-eco .sector-teacher .teacher-history-btn p.text-1 {
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -1.08px;
}
.product-eco .sector-teacher .teacher-history-btn p.text-2 {
  padding-right: 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
}
.product-eco .sector-teacher .teacher-history-btn p.text-2 {
  position: relative;
  display: inline-block;
}
.product-eco .sector-teacher .teacher-history-btn p.text-2::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .teacher-history-btn p.text-2::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .teacher-history-btn p.text-2::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .teacher-history-btn p.text-2::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .teacher-history-btn p.text-2::before {
    right: 10px;
  }
}
.product-eco .sector-teacher .notice {
  text-align: left;
  font-size: 16px;
}
.product-eco .sector-proof {
  padding: 100px 0;
  background: #F6F6F6;
}
.product-eco .sector-proof .section-title + img {
  margin-top: 60px;
}
.product-eco .sector-review {
  padding: 100px 0;
}
.product-eco .sector-review .review-box {
  position: relative;
  width: 1123px;
  padding-top: 115px;
}
.product-eco .sector-review .review-list::before {
  display: none;
}
.product-eco .sector-review .review-list .slick-slide {
  margin-right: 20px;
}
.product-eco .sector-review .review-list-info {
  position: absolute;
  right: 100px;
  top: 60px;
  font-size: 16px;
}
.product-eco .sector-review .slick-arrow {
  position: absolute !important;
  border-radius: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #d5d5d5;
  position: absolute;
  top: -60px;
  text-indent: -9999px;
  background: #fff;
}
.product-eco .sector-review .slick-arrow.slick-prev {
  right: 54px;
}
.product-eco .sector-review .slick-arrow.slick-prev {
  position: relative;
  display: inline-block;
}
.product-eco .sector-review .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 1.6666666667vw;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slick-arrow.slick-prev::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slick-arrow.slick-prev::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slick-arrow.slick-prev::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slick-arrow.slick-prev::before {
    left: 12px;
  }
}
.product-eco .sector-review .slick-arrow.slick-next {
  right: 25px;
}
.product-eco .sector-review .slick-arrow.slick-next {
  position: relative;
  display: inline-block;
}
.product-eco .sector-review .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slick-arrow.slick-next::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slick-arrow.slick-next::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slick-arrow.slick-next::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slick-arrow.slick-next::before {
    right: 12px;
  }
}
.product-eco .sector-review .action {
  margin-top: 60px;
}
.product-eco .sector-review .notice {
  margin-top: 40px;
}
.product-eco .sector-band {
  padding: 34px 0;
  background: #000;
}
.product-eco .sector-band .section-title .title-2 {
  color: #fff;
}/*# sourceMappingURL=web.css.map */