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

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-mobile {
  display: none;
}
.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 .title-label {
  display: inline-block;
  min-width: 190px;
  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: 16px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.64px;
}
.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: 700;
  line-height: 1.4;
  letter-spacing: -1.44px;
}
.product-eco .title-wrap .notice {
  margin-top: 30px;
  text-align: center;
}
.product-eco .notice {
  margin: 0 auto;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.42px;
  text-align: left;
}
.product-eco .frame {
  width: 1160px;
  padding: 40px 59px 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 {
  margin-bottom: 42px;
}
.product-eco .frame .title-wrap .title {
  color: #000;
  font-size: 26px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -1.04px;
}
.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 .sub-text {
  margin-top: 30px;
  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.2;
  letter-spacing: -1.2px;
}
.product-eco .sector-title {
  overflow: hidden;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_128/product/250721/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  background: #FFDE71;
  background: linear-gradient(100deg, #FFDE71 27.13%, #FFF3F3 52.54%, #FFDE5B 90.6%);
  z-index: -1;
}
.product-eco .sector-title .wrap {
  width: 1330px;
}
.product-eco .sector-sticky {
  background: #000;
  height: 74px;
}
.product-eco .sector-sticky .menu-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-sticky .menu-box a {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 23px 0;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.8px;
  opacity: 0.6;
}
.product-eco .sector-sticky .menu-box a.active {
  color: #FFEA00;
  font-weight: 900;
  opacity: 1;
}
.product-eco .sector-sticky .menu-box a:last-child {
  font-weight: 700;
  opacity: 0.8;
}
.product-eco .sector-sticky .menu-box a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
.product-eco .sector-sticky.menu-fixed .sticky-area {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: #000;
}
.product-eco .sector-intro {
  padding: 100px 0;
}
.product-eco .sector-intro .swiper-intro-tab {
  margin: 0 20px;
}
.product-eco .sector-intro .swiper-intro-tab .swiper-wrapper .swiper-slide {
  padding: 22px 0;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  color: #6D6D6D;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -1px;
  cursor: pointer;
}
.product-eco .sector-intro .swiper-intro-tab .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  background-color: #000;
  color: #fff;
}
.product-eco .sector-intro .swiper-intro {
  margin-top: 20px;
}
.product-eco .sector-intro .swiper-intro .swiper-wrapper .swiper-slide .frame {
  background-color: #F2F2F2;
  border-color: #CFCFCF;
}
.product-eco .sector-intro .swiper-intro .swiper-wrapper .swiper-slide .frame .title-wrap {
  min-height: 74px;
}
.product-eco .sector-intro .sub-text {
  line-height: 1.3;
  letter-spacing: -1.28px;
}
.product-eco .sector-intro .sub-text .fc-point {
  color: #FF9500;
}
.product-eco .sector-where {
  padding: 100px 0;
  background: #FFF9E8;
}
.product-eco .sector-where .frame {
  border-color: #FFD04B;
}
.product-eco .sector-where .frame .title-wrap .title strong {
  display: inline-block;
  margin-bottom: 20px;
}
.product-eco .sector-where .frame .notice {
  margin-top: 11px;
}
.product-eco .sector-item {
  padding: 100px 0 129px;
  background-color: #F8F8F8;
}
.product-eco .sector-item .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin: 0 20px;
}
.product-eco .sector-item .item-wrap .item-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 33px 29px 22px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .item-wrap .item-box .flag-best {
  position: absolute;
  top: 0;
  right: 20px;
}
.product-eco .sector-item .item-wrap .item-box .flag-best img {
  width: 13.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .flag-best img {
    width: 95px;
  }
}
.product-eco .sector-item .item-wrap .item-box .item-info-area {
  margin-bottom: 24px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .sub-title {
  margin-bottom: 24px;
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 2.2;
  letter-spacing: -2px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .sub-title strong {
  color: #FF7900;
  font-weight: 900;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .title {
  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 .item-wrap .item-box .item-info-area .title strong {
  font-weight: 900;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list {
  margin-top: 26px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li.fc-blue {
  color: #1757B7;
  margin: 7px 0;
  font-weight: 700;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li .info-label {
  width: 65px;
  margin-right: 10px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li .info-text {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -1px;
}
.product-eco .sector-item .item-wrap .item-box .item-info-area .item-info-list li .info-text strong {
  font-weight: 700;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .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 .item-wrap .item-box .item-price-area .price-after strong {
  font-weight: 900;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action {
  margin: 24px -10px 0;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply {
  display: block;
  width: 100%;
  padding: 25px 26px;
  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;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  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 .item-wrap .item-box .item-price-area .action .btn-apply {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .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: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    right: 20px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-item .item-wrap .item-box .item-price-area .action .btn-apply:before {
  right: 26px;
}
.product-eco .sector-reason1 {
  padding-top: 120px;
}
.product-eco .sector-reason1 .frame {
  padding-right: 58px;
  padding-left: 58px;
}
.product-eco .sector-reason1 .frame .title-wrap {
  margin-bottom: 21px;
}
.product-eco .sector-reason1 .frame .notice {
  margin-top: 32px;
}
.product-eco .sector-reason2 {
  padding-top: 23px;
}
.product-eco .sector-reason3 {
  padding-top: 23px;
}
.product-eco .sector-reason3 .frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-eco .sector-reason3 .frame:before {
  position: absolute;
  left: 180px;
  bottom: -1021px;
  content: "";
  display: block;
  width: 1500px;
  height: 1500px;
  background-color: #f8f8f8;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
  z-index: -1;
}
.product-eco .sector-reason3 .action {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.product-eco .sector-reason3 .action .btn-base {
  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;
}
.product-eco .sector-reason4 {
  padding-top: 23px;
  padding-bottom: 120px;
}
.product-eco .sector-reason4 .frame {
  padding-bottom: 69px;
}
.product-eco .sector-reason4 .tab-box .tab-list {
  padding-top: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-reason4 .tab-box .tab-list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 18px 30px;
  border-top: 1px solid #CFCFCF;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-reason4 .tab-box .tab-list li p {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.product-eco .sector-reason4 .tab-box .tab-list li strong {
  display: block;
  margin-top: 6px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.product-eco .sector-reason4 .tab-box .tab-list li img {
  position: absolute;
  bottom: 0;
}
.product-eco .sector-reason4 .tab-box .tab-list li:first-child {
  border-radius: 10px 0 0 0;
  border-top: 1px solid #CFCFCF;
  border-left: 1px solid #CFCFCF;
  text-align: left;
}
.product-eco .sector-reason4 .tab-box .tab-list li:first-child img {
  width: 155px;
  right: 72px;
}
.product-eco .sector-reason4 .tab-box .tab-list li:first-child.active:before {
  right: 38px;
}
.product-eco .sector-reason4 .tab-box .tab-list li:nth-child(2) {
  border-radius: 0 10px 0 0;
  border-top: 1px solid #CFCFCF;
  border-right: 1px solid #CFCFCF;
  text-align: right;
}
.product-eco .sector-reason4 .tab-box .tab-list li:nth-child(2) img {
  width: 178px;
  left: 34px;
}
.product-eco .sector-reason4 .tab-box .tab-list li:nth-child(2).active:before {
  left: 34px;
}
.product-eco .sector-reason4 .tab-box .tab-list li.active {
  background-color: #0F4AA3;
}
.product-eco .sector-reason4 .tab-box .tab-list li.active p, .product-eco .sector-reason4 .tab-box .tab-list li.active strong {
  color: #fff;
}
.product-eco .sector-reason4 .tab-box .tab-list li.active:before {
  position: absolute;
  bottom: 21px;
  content: "";
  display: inline-block;
  width: 245px;
  height: 180px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_128/product/250721/pc/bg_deco_teacher_tab_active.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-reason4 .tab-box .tab-list li:not(.active) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .sector-reason4 .tab-box .tab-view {
  position: relative;
}
.product-eco .sector-reason4 .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .sector-reason4 .tab-box .tab-view .video-box {
  position: absolute;
  top: 238px;
  left: 47px;
  width: 530px;
  height: 298px;
  border-radius: 10px;
  overflow: hidden;
}
.product-eco .sector-reason4 .tab-box .tab-view .video-box button {
  width: 100%;
  height: 100%;
}
.product-eco .sector-reason4 .tab-box .tab-view .video-box button img {
  width: 100%;
}
.product-eco .sector-reason4 .tab-box .tab-view .psh-review-swiper {
  position: absolute;
  bottom: 53px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 948px;
}
.product-eco .sector-reason4 .tab-box .tab-view .psh-review-swiper .slick-slide {
  margin: 0 5px;
}
.product-eco .sector-reason4 .sub-text {
  margin-top: 44px;
  font-size: 22px;
  letter-spacing: -0.88px;
}
.product-eco .sector-goals {
  background-color: #F8F8F8;
  padding: 100px 0;
}/*# sourceMappingURL=web.css.map */