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

.product-eco .sector-notice .notice-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-notice .notice-list li {
    padding-left: 10px;
  }
}
.product-eco .sector-notice .notice-list li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

.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;
  -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;
}
.promotion img,
.product-eco img,
.fullservice img {
  vertical-align: top;
}
.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: 1160px;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.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: 200px;
  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 .title-box {
  color: #000;
}
.product-eco .title-box + div {
  margin-top: 60px;
}
.product-eco .title-box .sub-title {
  color: currentColor;
  font-size: 24px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.2px;
}
.product-eco .title-box .main-title {
  margin-top: 10px;
  color: currentColor;
  font-size: 35px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.75px;
}
.product-eco .title-box .main-title em {
  vertical-align: text-top;
  font-size: 20px;
}
.product-eco .notice {
  margin-top: 15px;
  color: rgba(34, 34, 34, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.8px;
}
.product-eco .frame {
  padding: 40px 60px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box .bg-title {
  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;
  padding: 13px 40px;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box .main-title {
  margin-top: 20px;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.66px;
}
.product-eco .frame .title-box .main-title em {
  font-size: 14px;
}
.product-eco .frame .title-box .sub-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.product-eco .frame .notice {
  margin-top: 10px;
  font-size: 14px;
}
.product-eco .img-box {
  margin-top: 20px;
}
.product-eco .img-box + .title-box {
  margin-top: 50px;
}
.product-eco .slide-box {
  width: 1040px;
  margin: 30px auto 0;
}
.product-eco .slide-box * {
  font-size: 0;
}
.product-eco .slide-box .slick-arrow {
  border-radius: 50%;
}
.product-eco .slide-box .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -76.3888888889vw;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-prev {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-prev {
    margin-left: -550px;
  }
}
.product-eco .slide-box .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 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 .slide-box .slick-arrow.slick-prev::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-prev::before {
    height: 10px;
  }
}
.product-eco .slide-box .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -76.3888888889vw;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-next {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-next {
    margin-right: -550px;
  }
}
.product-eco .slide-box .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 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 .slide-box .slick-arrow.slick-next::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slide-box .slick-arrow.slick-next::before {
    height: 10px;
  }
}
.product-eco .slide-box .slick-slide {
  width: 340px;
  margin: 0 5px;
}
.product-eco .list-box, .product-eco .sector-knowhow .video-list,
.product-eco .sector-knowhow .knowhow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.product-eco .highlight {
  color: #FF7900;
}
.product-eco .btn-base, .product-eco .btn-more, .product-eco .btn-link {
  display: inline-block;
  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 {
  min-width: 426px;
  padding: 19px 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.8px;
  border-radius: 10px;
}
.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 .sector-title {
  padding: 88px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/T/product/260204/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/2026/T/product/260204/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;
  line-height: normal;
  letter-spacing: -0.64px;
}
.product-eco .sector-title .laurel-list .laurel-num {
  color: currentColor;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  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 {
  position: relative;
  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 {
  width: 100%;
}
.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 .benefit-list .flag {
  position: absolute;
  top: -33px;
  right: -8px;
  width: auto;
  padding: 11px 20px;
  color: #161616;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.54px;
  border-radius: 10px;
  border: 2px solid #000;
  background: #FFF;
}
.product-eco .sector-title .benefit-list .flag span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 5px;
  vertical-align: middle;
  color: #FFC002;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #111;
  paint-order: stroke;
  -webkit-filter: drop-shadow(1px 1px #111) drop-shadow(1px 1px #111) drop-shadow(1px 1px #111) drop-shadow(1px 1px #111);
          filter: drop-shadow(1px 1px #111) drop-shadow(1px 1px #111) drop-shadow(1px 1px #111) drop-shadow(1px 1px #111);
  font-family: inherit;
  font-size: 25px;
  font-weight: 900;
  line-height: 110%;
  letter-spacing: -0.75px;
}
.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-all {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF6DB));
  background: linear-gradient(180deg, #FFF 0%, #FFF6DB 100%);
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item + .sector-item {
  background: #FFF8E3;
}
.product-eco .sector-item + .sector-item .text-list {
  border-bottom: 0;
}
.product-eco .sector-item + .sector-item .item-price {
  position: absolute;
  right: 40px;
  bottom: 225px;
}
.product-eco .sector-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 60px auto 0;
}
.product-eco .sector-item .item-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 34px 34px 19px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  text-align: left;
}
.product-eco .sector-item .info-top {
  position: relative;
}
.product-eco .sector-item .item-label {
  color: #6A6A6A;
  font-size: 20px;
  font-weight: 400;
  line-height: 44px;
  letter-spacing: -2px;
}
.product-eco .sector-item .item-title {
  margin-top: 20px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
}
.product-eco .sector-item .item-title strong {
  font-weight: 900;
}
.product-eco .sector-item .text-list {
  margin-top: 26px;
  padding: 12px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.product-eco .sector-item .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-eco .sector-item .text-list li .text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 47px;
}
.product-eco .sector-item .text-list li p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -1px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .text-list li + li {
  margin-top: 6px;
}
.product-eco .sector-item .action {
  position: absolute;
  top: 96px;
  right: 0;
}
.product-eco .sector-item .action a {
  padding: 8px 30px 8px 21px;
  color: #272727;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.56px;
  border: 1px solid rgba(71, 71, 71, 0.25);
  background: -webkit-gradient(linear, left bottom, left top, from(#EEE), to(#FCFCFC));
  background: linear-gradient(0deg, #EEE 0%, #FCFCFC 100%);
}
.product-eco .sector-item .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .action a::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-item .action a::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    right: 10px;
  }
}
.product-eco .sector-item .info-bottom {
  margin-top: auto;
}
.product-eco .sector-item .item-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  margin-top: 30px;
}
.product-eco .sector-item .item-price .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #9F9F9F;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
}
.product-eco .sector-item .item-price .price-before .price {
  color: inherit;
  font-size: inherit;
  text-decoration: line-through;
}
.product-eco .sector-item .item-price .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  color: #9F9F9F;
  font-size: 15px;
  font-weight: 400;
  line-height: 125%;
}
.product-eco .sector-item .item-price .price-after .text {
  color: #FF7900;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}
.product-eco .sector-item .item-price .price-after .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
}
.product-eco .sector-item .item-price .price-after .price span {
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-item .item-action {
  margin-top: 30px;
}
.product-eco .sector-item .item-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  text-align: left;
  padding: 24px 32px;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-item .item-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    right: 20px;
  }
}
.product-eco .sector-teacher {
  padding: 100px 0 10px;
  background-color: #F6F6F6;
}
.product-eco .sector-teacher .notice {
  text-align: left;
}
.product-eco .sector-proof {
  padding-bottom: 10px;
  background-color: #F6F6F6;
}
.product-eco .sector-knowhow {
  padding-bottom: 100px;
  background-color: #F6F6F6;
}
.product-eco .sector-knowhow .video-list,
.product-eco .sector-knowhow .knowhow-list {
  gap: 10px;
}
.product-eco .sector-knowhow .slide-box + .slide-box {
  margin-top: 20px;
}
.product-eco .sector-knowhow .action {
  margin-top: 30px;
}
.product-eco .sector-contents {
  padding: 100px 0;
  background: #FFF8E2;
}
.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: 56px;
  left: 60px;
  color: #FFAA00;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.5px;
}
.product-eco .sector-contents .slide-box {
  position: absolute;
  top: 48px;
  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: 30px !important;
}
.product-eco .sector-contents .slide-box .slick-slide p:nth-child(2) {
  width: 260px !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-reason {
  padding: 100px 0;
}
.product-eco .sector-reason .reason-box {
  position: relative;
  margin-top: 40px;
}
.product-eco .sector-reason .reason-list {
  position: absolute;
  top: 240px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
  margin-left: -78px;
}
.product-eco .sector-reason .reason-list .reason-item {
  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: 300px;
  height: 250px;
  border-radius: 20px;
  border: 1px solid rgba(189, 189, 189, 0.2);
  background: rgba(232, 232, 232, 0.3);
  backdrop-filter: blur(5px);
}
.product-eco .sector-reason .reason-list .reason-item.hover {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 30px 30px 20px;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF8E2));
  background: linear-gradient(180deg, #FFF 0%, #FFF8E2 100%);
}
.product-eco .sector-reason .reason-list .reason-item.hover .title {
  text-align: left;
  font-size: 22px;
  letter-spacing: -0.66px;
}
.product-eco .sector-reason .reason-list .reason-item.hover .detail {
  display: block;
}
.product-eco .sector-reason .reason-list .reason-item .title {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-reason .reason-list .reason-item .detail {
  display: none;
  width: 100%;
  text-align: left;
}
.product-eco .sector-reason .reason-list .reason-item .detail p {
  line-height: 1.4;
  font-size: 16px;
  color: #111;
  letter-spacing: -0.48px;
}
.product-eco .sector-reason .reason-list .reason-item .detail p.desc {
  min-height: 110px;
  margin-top: 8px;
  font-weight: 400;
}
.product-eco .sector-reason .reason-list .reason-item .detail p.user {
  margin-top: 20px;
  text-align: right;
  font-weight: 500;
}
.product-eco .sector-reason .notice {
  margin: -80px 50px 0 0;
  text-align: right;
}
.product-eco .sector-notice {
  padding: 50px 0;
  background-color: #F7F7F7;
}
.product-eco .sector-notice p {
  text-align: left;
  color: #777;
}
.product-eco .sector-notice p.notice-title {
  font-size: 20px;
  font-weight: 700;
}
.product-eco .sector-notice p.notice-sub-title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
}
.product-eco .sector-notice .notice-list {
  margin-top: 10px;
  text-align: left;
}
.product-eco .sector-notice .notice-list li {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: #777;
  letter-spacing: -0.32px;
}/*# sourceMappingURL=web.css.map */