@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;
  color: #000;
}
.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 a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.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);
  }
}

.action-top-product {
  display: none !important;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.product-eco .fix-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  opacity: 0;
  background: #111;
  background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#000));
  background: linear-gradient(180deg, #111 0%, #000 100%);
}
.product-eco .fix-bottom .benefit-day-box {
  position: relative;
  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: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100px;
  padding: 0 21px;
  margin: 10px 0;
  border-radius: 20px;
  border: 2px solid #F6C000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.product-eco .fix-bottom .benefit-day-box:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: inline-block;
  content: "";
  width: 0;
  height: 100%;
  background-color: #F6C000;
  -webkit-animation-name: gaugeUp;
          animation-name: gaugeUp;
  -webkit-animation-duration: 20s;
          animation-duration: 20s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@-webkit-keyframes gaugeUp {
  100% {
    width: 100%;
  }
}
@keyframes gaugeUp {
  100% {
    width: 100%;
  }
}
.product-eco .fix-bottom .benefit-day-box .text {
  color: #FFF;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.88px;
}
.product-eco .fix-bottom .benefit-day-box .fc-red {
  color: #E60004;
  margin-left: 14px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box {
  margin-left: 30px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box .timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 48px;
  background-color: transparent;
}
.product-eco .fix-bottom .benefit-day-box .timer-box em {
  color: #FFF;
  text-shadow: 0px 1px 4px 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: 500;
  line-height: 1.2;
  letter-spacing: -0.8px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box em:not(.text) {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 6px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box em.text {
  font-size: 24px;
  letter-spacing: -0.96px;
}
.product-eco .fix-bottom .benefit-day-box .timer-box p {
  margin-left: 11px;
  color: #E60004;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1.6px;
}
.product-eco .fix-bottom .benefit-day-box .action {
  margin-left: 14px;
}
.product-eco .fix-bottom .benefit-day-box .action a {
  padding: 12px 30px 12px 19px;
  border-radius: 10px;
  background: #E60004;
  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.2;
  letter-spacing: -0.8px;
}
.product-eco .fix-bottom .benefit-day-box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .benefit-day-box .action a::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-bottom .benefit-day-box .action a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .benefit-day-box .action a::before {
    right: 12px;
  }
}
.product-eco .fix-bottom .benefit-day-box .action a:before {
  right: 19px;
}
.product-eco .action-base button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(151, 99, 0, 0.44);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: -0.6px;
  border-radius: 4px;
  border: 1px solid rgba(151, 99, 0, 0.44);
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box p {
  color: #000;
}
.product-eco .title-box p.main-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.4px;
}
.product-eco .title-box p.main-title strong {
  font-weight: 700;
}
.product-eco .title-box p.sub-title {
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.88px;
}
.product-eco .title-box p.sub-title strong {
  font-weight: 700;
}
.product-eco .title-box p.num-title {
  display: inline-block;
  padding: 12px 19px;
  margin-bottom: 20px;
  color: #111;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.35;
  border-radius: 100px;
  border: 1px solid #111;
  background: #FFF;
}
.product-eco .sector-topBanner {
  background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#1E2C52));
  background: linear-gradient(180deg, #000 0%, #1E2C52 100%);
}
.product-eco .sector-title {
  overflow: hidden;
  background: #EDE3FF;
  background: -webkit-gradient(linear, left bottom, left top, from(#EDE3FF), to(#FFED91));
  background: linear-gradient(0deg, #EDE3FF 0%, #FFED91 100%);
}
.product-eco .sector-title:before {
  position: absolute;
  bottom: -130px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "PASSING PASS";
  color: rgba(255, 255, 255, 0.1);
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 340px;
  font-weight: 900;
  letter-spacing: -10.2px;
  white-space: nowrap;
}
.product-eco .sector-title .sector-title-before {
  position: absolute;
  top: 221px;
  left: 0;
  right: 0;
  bottom: 0;
}
.product-eco .sector-title .sector-title-before p {
  z-index: 5;
  position: relative;
  font-size: 32px;
  line-height: 130%;
  color: #A5A5A5;
}
.product-eco .sector-title .sector-title-before p.title-2 {
  font-weight: 700;
}
.product-eco .sector-title .sector-title-before p.title-3 {
  position: relative;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 130%;
  color: #000;
  margin-top: 40px;
  opacity: 0;
}
.product-eco .sector-title .sector-title-before p.title-4 {
  position: relative;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 130%;
  color: #000;
  opacity: 0;
}
.product-eco .sector-title .sector-title-before p span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
.product-eco .sector-title .sector-title-before .img-box {
  z-index: 2;
  position: absolute;
  top: -68px;
  left: 50%;
  margin-left: 208px;
  opacity: 0;
}
.product-eco .sector-title .sector-title-after {
  position: relative;
  opacity: 0;
}
.product-eco .sector-item {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-item .box-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  padding: 0 20px;
}
.product-eco .sector-item .box-wrap .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  width: 100%;
}
.product-eco .sector-item .box-wrap .box-list .box {
  width: 572px;
  text-align: left;
  padding: 24px 32px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-wrap .box-list .box-full {
  width: 100%;
  border-color: #FFBF00;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list {
  margin: 20px 0 40px;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 32px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul li {
  min-width: 180px;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  color: #000;
  text-align: left;
  padding: 10px 24px;
  border-right: 1px solid #CFCFCF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul li span {
  color: #FFAA00;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul li:first-child {
  padding-left: 0;
}
.product-eco .sector-item .box-wrap .box-list .box-full .item-list ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.product-eco .sector-item .box-wrap .box-list .box .item-text {
  margin-bottom: 24px;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-text span {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 220%;
  color: #FFAA00;
  margin-bottom: 24px;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-text p {
  font-size: 28px;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-text p strong {
  font-weight: 900;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .text {
  font-size: 16px;
  font-weight: 700;
  line-height: 125%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .price {
  position: relative;
  font-size: 36px;
  line-height: 120%;
  margin-left: 32px;
  padding-left: 48px;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .price span {
  font-weight: 900;
}
.product-eco .sector-item .box-wrap .box-list .box .item-title-price .price:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 28px;
  background: #CFCFCF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap {
  min-height: 174px;
  padding: 12px 0;
  margin: 30px 0 64px;
  border: solid #CFCFCF;
  border-width: 1px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 6px;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap .benefit-list:last-child {
  margin-bottom: 0;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap .benefit-list p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 52px;
  min-width: 52px;
  font-size: 15px;
  line-height: 160%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-wrap .benefit-list ul li {
  font-size: 15px;
  line-height: 160%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-price span {
  display: block;
  font-size: 16px;
  line-height: 125%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-price p {
  font-size: 36px;
  line-height: 120%;
  color: #000;
}
.product-eco .sector-item .box-wrap .box-list .box .benefit-price p strong {
  font-weight: 900;
}
.product-eco .sector-item .box-wrap .box-list .box .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  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%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-wrap .box-list .box .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-wrap .box-list .box .btn-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 .box-wrap .box-list .box .btn-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-wrap .box-list .box .btn-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-wrap .box-list .box .btn-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-wrap .box-list .box .btn-action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .box-wrap .box-list .box .btn-action a:before {
  right: 32px;
}
.product-eco .sector-discount {
  padding-bottom: 100px;
}
.product-eco .sector-discount .box-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: 14px;
}
.product-eco .sector-discount .box-list .box {
  position: relative;
  border-radius: 10px;
  border: 1px solid #D4D4D4;
  background: #FBFBFB;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.product-eco .sector-discount .box-list .box img {
  margin: -1px;
}
.product-eco .sector-discount .box-list .box .action {
  position: absolute;
  left: 29px;
  right: 29px;
  bottom: 29px;
}
.product-eco .sector-discount .box-list .box .action a {
  display: block;
  padding: 13px 0;
  border-radius: 10px;
  border: 1px solid #CCC;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a .text::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 .sector-discount .box-list .box .action a .text::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box .action a .text:before {
  right: 0;
}
.product-eco .sector-discount .box-list .box-full {
  position: relative;
  width: 100%;
}
.product-eco .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.product-eco .sector-discount .box-list .box-full .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box-full .action a .text::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 .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco .sector-why {
  background-color: #F3F3F3;
}
.product-eco .sector-bar {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: #FFD453;
  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-curriculum {
  background-color: #FFFCF5;
}
.product-eco .sector-teacher {
  padding-bottom: 100px;
  background-color: #FFFCF5;
}
.product-eco .sector-teacher .teacher-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 0 20px;
}
.product-eco .sector-teacher .teacher-list .teacher-item {
  position: relative;
  width: 1160px;
  height: 598px;
  padding: 40px;
  border-radius: 10px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  overflow: hidden;
}
.product-eco .sector-teacher .teacher-list .teacher-item:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 0;
  width: 489px;
  height: 328px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_133/product/250725/pc/teacher_after.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.product-eco .sector-teacher .teacher-list .teacher-item .label {
  display: inline-block;
  padding: 8px 12px;
  border-radius: 5px;
  border: 1px solid #FFD453;
  background: #000;
  color: #FFBF00;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.35;
}
.product-eco .sector-teacher .teacher-list .teacher-item .title, .product-eco .sector-teacher .teacher-list .teacher-item .strength-list {
  position: relative;
  z-index: 1;
}
.product-eco .sector-teacher .teacher-list .teacher-item .title {
  margin-top: 40px;
  margin-bottom: 30px;
  color: #595959;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -1.2px;
}
.product-eco .sector-teacher .teacher-list .teacher-item .title a {
  padding-right: 32px;
  font-weight: 700;
  color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/I/product/250605/mobile/ico_home.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 28px 28px;
}
.product-eco .sector-teacher .teacher-list .teacher-item .img-box {
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
}
.product-eco .sector-teacher .teacher-list .teacher-item .strength-list li {
  width: 610px;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #FFEDB9;
  background: #FFFBEF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #5D5D5D;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.8px;
}
.product-eco .sector-teacher .teacher-list .teacher-item .strength-list li strong {
  display: block;
  color: #000;
  font-size: 18px;
  letter-spacing: -0.9px;
  margin-bottom: 6px;
}
.product-eco .sector-teacher .teacher-list .teacher-item .strength-list li strong .fc-point {
  color: #F6B800;
  font-weight: 700;
}
.product-eco .sector-teacher .teacher-list .teacher-item .strength-list li ~ li {
  margin-top: 10px;
}
.product-eco .sector-teacher .teacher-list .teacher-item:not(.active) {
  cursor: pointer;
  width: 408px;
  background: #373737;
  background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#000));
  background: linear-gradient(180deg, #373737 0%, #000 100%);
}
.product-eco .sector-teacher .teacher-list .teacher-item:not(.active) .label {
  position: absolute;
  top: 30px;
  left: 30px;
}
.product-eco .sector-teacher .teacher-list .teacher-item:not(.active) .img-box {
  top: 0;
  left: 0;
  right: 0;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.product-eco .sector-teacher .teacher-list .teacher-item:not(.active) .img-box:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(58.01%, rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.01%, #000 100%);
}
.product-eco .sector-teacher .teacher-list .teacher-item:not(.active):before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 70px;
  font-size: 210px;
  font-weight: 1000;
  line-height: 1.5;
  opacity: 0.64;
  background: rgba(255, 255, 255, 0.08);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.08)), to(rgba(153, 153, 153, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(153, 153, 153, 0) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-teacher .btn-action {
  position: absolute;
  top: 963px;
  left: 60px;
}
.product-eco .sector-teacher .btn-action a {
  width: 126px;
  font-size: 13px;
  font-weight: 500;
  color: #555;
  text-align: left;
  padding: 8px 15px;
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-teacher .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-teacher .btn-action a::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: #555;
  -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 .sector-teacher .btn-action a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .btn-action a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .btn-action a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .btn-action a::before {
    right: 12px;
  }
}
.product-eco .sector-teacher .btn-action a:before {
  right: 15px;
}
.product-eco .pin-spacer {
  background-color: #FFFCF5;
}
.product-eco .sector-contents {
  background-color: #FFFCF5;
}
.product-eco .sector-contents .contents-list {
  margin-right: -4px;
  margin-left: -4px;
}
.product-eco .sector-contents .contents-list .slick-list {
  overflow: visible;
}
.product-eco .sector-contents .contents-list .slick-list .slick-track .slick-slide {
  padding: 0 4px;
}
.product-eco .sector-apply {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: #FFD453;
  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%);
}/*# sourceMappingURL=web.css.map */