@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 .sector-point2 .box-teacher .teacher-info .slick-dots {
  font-size: 0;
}
.product-eco .sector-point2 .box-teacher .teacher-info .slick-dots li {
  display: inline-block;
}
.product-eco .sector-point2 .box-teacher .teacher-info .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%);
}

.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: "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 [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;
  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: 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);
  }
}

.eduf-layer-base button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.product-eco .title-wrap strong.title {
  font-weight: 700;
}
.product-eco .title-wrap .title-label {
  display: inline-block;
  min-width: 140px;
  padding: 14px 0;
  margin-bottom: 21px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.48px;
}
.product-eco .title-wrap .title {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -1.44px;
}
.product-eco .title-wrap .title strong {
  font-weight: 700;
}
.product-eco .title-wrap .notice {
  margin-top: 30px;
  text-align: center;
}
.product-eco .notice {
  margin: 0 auto;
  text-align: left;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.product-eco .frame {
  width: 1160px;
  padding: 40px 60px 40px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
}
.product-eco .frame .title-wrap .title {
  color: #000;
  font-size: 22px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.88px;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
.product-eco .fc-point {
  color: #FF9000;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: 5px solid #FFD03C;
  background: #2F2F2F;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F2F2F), to(#000));
  background: linear-gradient(180deg, #2F2F2F 0%, #000 100%);
}
.product-eco .fix-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 18px 47px;
}
.product-eco .fix-bottom p {
  color: #FFD03C;
  font-family: "EduwillBetaRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1.05px;
  margin-right: 20px;
}
.product-eco .fix-bottom strong {
  color: #FFD03C;
  text-shadow: 0px 4px 0px #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 1.4;
}
.product-eco .fix-bottom .fake-btn {
  padding: 16px 52px 16px 33px;
  margin-left: auto;
  border-radius: 999px;
  border: 1px solid #FFD03C;
  color: #FFD03C;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.18px;
}
.product-eco .fix-bottom .fake-btn {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .fake-btn::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: currentColor;
  -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 .fix-bottom .fake-btn::before {
    width: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .fake-btn::before {
    height: 7px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .fake-btn::before {
    margin-top: -3.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .fake-btn::before {
    right: 14px;
  }
}
.product-eco .fix-bottom .fake-btn:before {
  right: 33px;
}
.product-eco .sector-title {
  padding-bottom: 100px;
  background: #C5F8F4;
  background: -webkit-gradient(linear, left top, left bottom, from(#C5F8F4), to(#FCFEBB));
  background: linear-gradient(180deg, #C5F8F4 0%, #FCFEBB 100%);
  overflow: hidden;
}
.product-eco .sector-title:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "EDUWILL PASS";
  color: rgba(60, 147, 85, 0.05);
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 320px;
  font-weight: 900;
  letter-spacing: -6.4px;
  white-space: nowrap;
}
.product-eco .sector-title .action {
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: 515px;
  font-size: 0;
  z-index: 1;
}
.product-eco .sector-title .action .btn-base {
  padding: 4px 11px;
  border-radius: 4px;
  border: 1px solid #976300;
  color: #976300;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.23;
  letter-spacing: -0.6px;
}
.product-eco .sector-title .notice {
  width: 1150px;
  color: #8A734F;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.39px;
}
.product-eco .sector-intro {
  padding: 100px 0;
  background-color: #F8F8F8;
}
.product-eco .sector-intro .text-origin {
  width: 1160px;
  margin: 20px auto 0;
  color: #6E6E6E;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.42px;
  text-align: left;
}
.product-eco .sector-work {
  padding: 100px 0;
}
.product-eco .sector-work .box-list {
  width: 1160px;
  margin: 0 auto;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 6px;
}
.product-eco .sector-work .box-list .box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 30px 48px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
}
.product-eco .sector-work .box-list .box-item .title-box {
  width: 180px;
  padding: 12px 0;
  margin: 0 auto 20px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.72px;
}
.product-eco .sector-work .box-list .box-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-work .box-list .box-item ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
  padding: 7px 0 7px 33px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: #212121;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.64px;
  text-align: left;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_135/product/250716/mobile/ico_check.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 13px 13px;
}
.product-eco .sector-target {
  padding: 100px 0;
  background: #F8F8F8;
}
.product-eco .sector-target .box-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.product-eco .sector-target .notice {
  width: 1040px;
  margin-top: 16px;
}
.product-eco .sector-target .sub-text {
  margin-top: 50px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1.2px;
}
.product-eco .sector-target .sub-text strong {
  font-weight: 700;
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item .item-benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1160px;
  padding: 20px 0;
  margin: 0 auto 20px;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FFFBEF;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.product-eco .sector-item .item-benefit-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 8px 0;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.64px;
}
.product-eco .sector-item .item-benefit-list li + li {
  border-left: 1px solid #E6E6E6;
}
.product-eco .sector-item .box-price {
  width: 1160px;
  padding: 34px 34px 23px;
  margin: 0 auto;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-price .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product-eco .sector-item .box-price .item-info .item-title {
  text-align: left;
}
.product-eco .sector-item .box-price .item-info .item-title .title1 {
  margin-bottom: 24px;
  color: #FF9000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 2.2;
  letter-spacing: -2px;
}
.product-eco .sector-item .box-price .item-info .item-title .title2 {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -2px;
}
.product-eco .sector-item .box-price .item-info .item-title .title2 strong {
  font-weight: 900;
}
.product-eco .sector-item .box-price .item-price {
  text-align: right;
}
.product-eco .sector-item .box-price .item-price .price-after {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -1px;
}
.product-eco .sector-item .box-price .item-price .price-after strong {
  font-weight: 900;
}
.product-eco .sector-item .box-price .action {
  margin: 30px -9px 0;
}
.product-eco .sector-item .box-price .action .btn-apply {
  display: block;
  width: 100%;
  padding: 25px 37px;
  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%);
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.product-eco .sector-item .box-price .action .btn-apply {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-price .action .btn-apply::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: currentColor;
  -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 .box-price .action .btn-apply::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-price .action .btn-apply::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-price .action .btn-apply::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-price .action .btn-apply::before {
    right: 20px;
  }
}
.product-eco .sector-item .box-price .action .btn-apply:before {
  right: 37px;
}
.product-eco .sector-point1 {
  padding: 100px 0 25px;
  background: #F8F8F8;
}
.product-eco .sector-point1 .frame {
  padding-right: 58px;
  padding-left: 58px;
}
.product-eco .sector-point1 .img-box {
  position: relative;
}
.product-eco .sector-point1 .img-box .lbox-yellow {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 348px;
  height: 117px;
  border: 2px solid #FF9000;
  background: rgba(211, 153, 78, 0.07);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(211, 153, 78, 0.07)), to(rgba(211, 153, 78, 0.07)));
  background: linear-gradient(0deg, rgba(211, 153, 78, 0.07) 0%, rgba(211, 153, 78, 0.07) 100%);
}
.product-eco .sector-point1 .img-box .lbox-yellow .text {
  position: absolute;
  bottom: 20px;
  right: 10px;
  padding: 5px 10px;
  border-radius: 6px;
  border: 1px solid #DDD;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.05);
  color: #FF9000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: -0.7px;
}
.product-eco .sector-point1 .plus-frame {
  position: relative;
  width: 1160px;
  margin: 20px auto 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background-color: #FFD800;
  padding: 80px 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-point1 .plus-frame:before {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background: #FFD800;
  content: "+";
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.1px;
}
.product-eco .sector-point1 .plus-frame .title-wrap .title {
  font-size: 28px;
  letter-spacing: -1.12px;
}
.product-eco .sector-point1 .plus-frame .sub-text {
  margin-top: 40px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -1px;
}
.product-eco .sector-point2 {
  padding: 25px 0;
  background-color: #F8F8F8;
}
.product-eco .sector-point2 .box-teacher {
  position: relative;
}
.product-eco .sector-point2 .box-teacher .teacher-info {
  position: absolute;
  top: 58px;
  left: 475px;
  text-align: left;
}
.product-eco .sector-point2 .box-teacher .teacher-info .title {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1px;
}
.product-eco .sector-point2 .box-teacher .teacher-info .link-teacher {
  display: inline-block;
  margin-top: 10px;
  padding-right: 26px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 21px;
  font-weight: 350;
  line-height: 1.3;
  letter-spacing: -1px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_135/product/250716/pc/ico_home.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 26px 26px;
}
.product-eco .sector-point2 .box-teacher .teacher-info .link-teacher strong {
  font-weight: 700;
}
.product-eco .sector-point2 .box-teacher .teacher-info .course {
  margin-top: 40px;
}
.product-eco .sector-point2 .box-teacher .teacher-info .course p {
  color: #333;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.4px;
}
.product-eco .sector-point2 .box-teacher .teacher-info .course p strong {
  font-weight: 700;
}
.product-eco .sector-point2 .box-teacher .teacher-info .review-slide {
  margin-top: 40px;
  width: 470px;
}
.product-eco .sector-point2 .box-teacher .teacher-info .review-slide .slick-slide {
  cursor: pointer;
}
.product-eco .sector-point2 .box-teacher .teacher-info .slick-dots {
  margin-top: 10px;
  text-align: center;
}
.product-eco .sector-point2 .box-teacher .teacher-info .slick-dots li.slick-active button {
  background-color: #000;
}
.product-eco .sector-point2 .box-teacher .teacher-info .slick-dots li button {
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0 3px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.15);
}
.product-eco .sector-point2 .notice {
  margin-top: 20px;
}
.product-eco .sector-point3 {
  padding: 25px 0;
  background-color: #F8F8F8;
}
.product-eco .sector-point3 .box-list div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 24px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
}
.product-eco .sector-point3 .box-list div strong {
  color: #333;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.32;
  letter-spacing: -0.36px;
}
.product-eco .sector-point3 .box-list div p {
  color: #333;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.32;
  letter-spacing: -0.36px;
}
.product-eco .sector-point4 {
  padding: 25px 0;
  background-color: #F8F8F8;
}
.product-eco .sector-point5 {
  padding: 25px 0 100px;
  background-color: #F8F8F8;
}
.product-eco .sector-branding {
  background-color: #002B7E;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_135/product/250716/pc/bg_branding.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}/*# sourceMappingURL=web.css.map */