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

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

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

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

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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  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 *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.product-eco .only-mobile {
  display: none !important;
}
.product-eco .wrap {
  width: 1160px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 60px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 60px;
  }
}
.product-eco .slick-arrow.slick-prev {
  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: -77.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -560px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.3);
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 60px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 60px;
  }
}
.product-eco .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -77.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -560px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.3);
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 15px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .slick-dots {
  margin-top: 30px;
}
.product-eco .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #000;
  opacity: 0.15;
}
.product-eco .slick-dots li.slick-active {
  opacity: 1;
}
.product-eco .eco-1413 {
  display: inline-block;
  line-height: 1;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.product-eco .title-box {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .title-box + div {
  margin-top: 60px;
}
.product-eco .main-title {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.product-eco .main-title span {
  font-weight: 400;
}
.product-eco .sub-title {
  color: #FFF;
  font-size: 28px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.product-eco .point {
  color: #FFD600;
  font-weight: inherit;
}
.product-eco .base {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.product-eco .list-box {
  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: 20px;
}
.product-eco .sector-title {
  background-color: #FFB700;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260430/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title .text {
  margin-top: 100px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .sector-title .title {
  margin-top: 20px;
  color: #FFF;
  -webkit-text-stroke-width: 6px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke fill;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 100px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -4px;
}
.product-eco .sector-title .title span {
  display: inline-block;
  margin-left: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE200), to(#FFB700));
  background: linear-gradient(180deg, #FFE200 0%, #FFB700 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-stroke-width: 3px;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-intro {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E));
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%);
}
.product-eco .sector-intro .sub-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}
.product-eco .sector-intro .main-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  line-height: 120%;
  letter-spacing: -1.68px;
}
.product-eco .sector-intro .intro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
}
.product-eco .sector-intro .intro-list .list-item {
  width: 364px;
}
.product-eco .sector-intro .intro-list .list-item .box-top {
  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%;
  min-height: 85px;
  padding: 21px 0;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.64px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.06)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
}
.product-eco .sector-intro .intro-list .list-item .arrow {
  margin: 15px 0;
}
.product-eco .sector-intro .intro-list .list-item .box-bottom {
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.product-eco .sector-intro .intro-list .list-item .box-bottom .head {
  padding: 25px 0;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF3D1), to(#FFF3D1)), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.06)));
  background: linear-gradient(0deg, #FFF3D1 0%, #FFF3D1 100%), linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
}
.product-eco .sector-intro .intro-list .list-item .box-bottom .body {
  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;
  min-height: 158px;
  padding: 20px 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .sector-band {
  padding: 34px 0;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 4px;
  border-bottom-width: 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.product-eco .sector-band .sub-title {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -0.84px;
}
.product-eco .sector-band .sub-title + .main-title {
  margin-top: 0;
}
.product-eco .sector-band .main-title {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke fill;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  letter-spacing: -0.8px;
}
.product-eco .sector-band .main-title span {
  color: #FFD600;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-pass .wrap-full {
  padding: 100px 0;
  background-color: #FFF1CA;
}
.product-eco .sector-pass .wrap-full + .wrap-full {
  background-color: #F5F5F5;
}
.product-eco .sector-pass .pass-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: 1160px;
  margin-right: auto;
  margin-left: auto;
}
.product-eco .sector-pass .pass-group .pass-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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%;
  height: 100%;
  padding: 50px 40px;
  text-align: left;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.product-eco .sector-pass .pass-group .pass-title .text {
  color: #222;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.product-eco .sector-pass .pass-group .pass-title .text + .title {
  margin-top: 10px;
}
.product-eco .sector-pass .pass-group .pass-title .title {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.12px;
}
.product-eco .sector-pass .pass-group .pass-title .title strong {
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-pass .pass-group .pass-title .title span {
  color: #FF7D00;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-pass .pass-group .pass-info {
  margin-top: 40px;
}
.product-eco .sector-pass .pass-group .pass-info li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-pass .pass-group .pass-info li + li {
  margin-top: 5px;
}
.product-eco .sector-pass .pass-group .pass-info li strong {
  width: 82px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  line-height: 160%;
}
.product-eco .sector-pass .pass-group .pass-info li span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.6px;
}
.product-eco .sector-pass .pass-group .pass-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 40px;
  gap: 10px;
  text-align: right;
}
.product-eco .sector-pass .pass-group .pass-price .price-original {
  color: #9F9F9F;
  font-size: 24px;
  font-weight: 400;
  line-height: 125%;
}
.product-eco .sector-pass .pass-group .pass-price .price-original span {
  display: inline-block;
  text-decoration: line-through;
}
.product-eco .sector-pass .pass-group .pass-price .price-original strong {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-pass .pass-group .pass-price .price-sale {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.21;
  letter-spacing: -1px;
}
.product-eco .sector-pass .pass-group .pass-price .price-sale strong {
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-pass .pass-group.type-wide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-eco .sector-pass .pass-group.type-wide .pass-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #E4E4E4;
}
.product-eco .sector-pass .pass-group.type-wide .pass-price {
  position: absolute;
  right: 40px;
  bottom: 175px;
}
.product-eco .sector-special {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9D00), color-stop(80.16%, #FC0), color-stop(143.92%, #FFF5BC));
  background: linear-gradient(180deg, #FF9D00 0%, #FC0 80.16%, #FFF5BC 143.92%);
}
.product-eco .sector-special::before {
  content: "Driver’s High";
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  color: #FFF;
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 216px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -10px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
  opacity: 0.2;
}
.product-eco .sector-special::after {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  width: 102px;
  height: 99px;
  margin-left: -51px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260430/pc/icon_plus.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-special .wrap {
  z-index: 1;
}
.product-eco .sector-special .list-box + .title-box {
  margin-top: 100px;
}
.product-eco .sector-special .main-title {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke fill;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-special .main-title span {
  color: #FFDF38;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-teacher {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E));
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%);
}
.product-eco .sector-teacher::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 0;
  width: 2085px;
  height: 668px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260430/pc/bg_teacher.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-teacher .wrap {
  z-index: 1;
}
.product-eco .sector-teacher .main-title {
  color: #FFF;
}
.product-eco .sector-teacher .main-title strong {
  font-weight: inherit;
}
.product-eco .sector-teacher .list-box:last-child > div {
  width: 150px;
}
.product-eco .sector-teacher .list-box:last-child > div img {
  width: 100%;
}
.product-eco .sector-teacher .list-box + .title-box {
  margin-top: 40px;
}
.product-eco .sector-teacher .list-box + .title-box + div {
  margin-top: 40px;
}
.product-eco .sector-teacher .list-box a {
  display: block;
}
.product-eco .sector-hit {
  padding: 100px 0;
}
.product-eco .sector-hit .tab-list {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 180px;
}
.product-eco .sector-hit .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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  border: 1px solid #CFCFCF;
  border-radius: 10px 0 0 0;
  background: #E7E7E7;
  cursor: pointer;
}
.product-eco .sector-hit .tab-list li .teacher {
  position: relative;
  margin-top: -124px;
}
.product-eco .sector-hit .tab-list li .teacher::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
  width: 240px;
  height: 220px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260430/pc/tab_active.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-hit .tab-list li .teacher img {
  position: relative;
  z-index: 1;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .sector-hit .tab-list li .text {
  padding: 20px 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 5px;
}
.product-eco .sector-hit .tab-list li .text span {
  color: #666;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.8px;
}
.product-eco .sector-hit .tab-list li .text span.name {
  font-weight: 900;
}
.product-eco .sector-hit .tab-list li:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  border-radius: 0 10px 0 0;
}
.product-eco .sector-hit .tab-list li:first-child .text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-eco .sector-hit .tab-list li.active {
  border-color: #D59500;
  background: #FB9B00;
}
.product-eco .sector-hit .tab-list li.active span {
  color: #FFF;
}
.product-eco .sector-hit .tab-list li.active .teacher::after {
  display: block;
}
.product-eco .sector-hit .tab-list li.active .teacher img {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
.product-eco .sector-hit .tab-view {
  display: none;
  position: relative;
  padding: 60px;
  background: #FFF;
}
.product-eco .sector-hit .tab-view.active {
  display: block;
}
.product-eco .sector-helper {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E));
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%);
}
.product-eco .sector-helper::before {
  content: "Driver’s High";
  position: absolute;
  top: -35px;
  right: 0;
  left: 0;
  color: #FFF;
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 216px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -10px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.5);
  opacity: 0.05;
}
.product-eco .sector-helper .wrap {
  z-index: 1;
}
.product-eco .sector-helper .sub-title {
  font-size: 36px;
  font-weight: 700;
}
.product-eco .sector-helper .main-title {
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke fill;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-helper .list-box + .title-box {
  margin-top: 60px;
}
.product-eco .sector-helper .list-box + .title-box .sub-title {
  font-size: 28px;
}
.product-eco .sector-helper .list-box + .title-box .sub-title:nth-child(2) {
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.product-eco .sector-helper .list-box > a {
  position: relative;
  display: block;
}
.product-eco .sector-helper .eco-1413 {
  position: absolute;
  top: 58px;
  left: 100px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.64px;
}/*# sourceMappingURL=web.css.map */