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

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

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

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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.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);
  }
}

p {
  margin: 0;
}

.product-eco * {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .fix-bottom {
  z-index: 99;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(42, 40, 39, 0.98);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(12%, rgba(42, 40, 39, 0.98)), color-stop(107.5%, rgba(0, 0, 0, 0.98)));
  background: linear-gradient(180deg, rgba(42, 40, 39, 0.98) 12%, rgba(0, 0, 0, 0.98) 107.5%);
}
.product-eco .fix-bottom:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: #ECAA13;
  background: linear-gradient(300deg, #ECAA13 25.89%, #FFEA4C 81.05%, #FFE121 96.86%);
}
.product-eco .btn-base {
  display: inline-block;
  border: 1px solid #222;
  border-radius: 4px;
}
.product-eco .btn-base a {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
  color: #222;
  padding: 4px 8px;
  padding-right: 16px;
}
.product-eco .btn-base a {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base 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: #222;
  -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 .btn-base a::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base a::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base a::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base a::before {
    right: 12px;
  }
}
.product-eco .btn-base a:before {
  right: 8px;
}
.product-eco .sector-visual {
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/product/250723/pc/bg_visual.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-visual .wrap {
  width: 1300px;
}
.product-eco .sector-visual .btn-base {
  position: absolute;
  top: 40px;
  right: 72px;
  opacity: 0.6;
}
.product-eco .sector-visual .btn-base a {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-band {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(14.89%, #2A2A2A), color-stop(95.26%, #000)), #272727;
  background: linear-gradient(180deg, #2A2A2A 14.89%, #000 95.26%), #272727;
}
.product-eco .sector-band .wrap {
  padding: 48px 0;
}
.product-eco .sector-band .wrap p {
  font-size: 44px;
  font-weight: 900;
  line-height: 130%;
  background: linear-gradient(45deg, #FFE877 11%, #FFC700 87%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-band .wrap p span {
  display: block;
  font-size: 38px;
  font-weight: 400;
  line-height: 130%;
}
.product-eco .benefit-wrap .sector-benefit-top {
  position: relative;
  background-size: auto 100%;
}
.product-eco .benefit-wrap .sector-benefit-top:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #F2F2F2;
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#FCFCFC));
  background: linear-gradient(180deg, #F2F2F2 0%, #FCFCFC 100%);
}
.product-eco .benefit-wrap .sector-benefit-top .wrap {
  padding: 60px 0 24px;
}
.product-eco .benefit-wrap .sector-benefit-top .title-label {
  display: inline-block;
  margin-bottom: 28px;
  padding: 4px 10px;
  border: 1px solid #FDBE02;
  background: #020202;
}
.product-eco .benefit-wrap .sector-benefit-top .title-label p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  background: linear-gradient(308deg, #ECAA13 3.39%, #FFEA4C 76.3%, #FFE121 97.2%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .benefit-wrap .sector-benefit-top .title-text span {
  display: block;
  font-size: 40px;
  font-weight: 300;
  line-height: 110%;
  color: #000;
  letter-spacing: -0.8px;
}
.product-eco .benefit-wrap .sector-benefit-top .title-text p {
  font-size: 40px;
  font-weight: 900;
  line-height: 110%;
  color: #000;
  letter-spacing: -0.8px;
}
.product-eco .benefit-wrap .sector-benefit {
  border: solid #D8D8D8;
  border-width: 1px 0;
  background: #FFF;
}
.product-eco .benefit-wrap .sector-benefit .wrap {
  padding: 0 20px;
}
.product-eco .benefit-wrap .sector-benefit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .benefit-wrap .sector-benefit ul li {
  position: relative;
  border-left: 1px solid #D8D8D8;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .benefit-wrap .sector-benefit ul li:last-child {
  border-right: 1px solid #D8D8D8;
}
.product-eco .benefit-wrap .sector-benefit ul li .text-box {
  position: absolute;
  top: 243px;
  left: 0;
  right: 0;
}
.product-eco .benefit-wrap .sector-benefit ul li .text-box span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.8px;
}
.product-eco .benefit-wrap .sector-benefit ul li .text-box p {
  font-size: 20px;
  font-weight: 900;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.8px;
}
.product-eco .benefit-wrap .sector-benefit ul li .text-box small {
  display: block;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.8px;
  color: rgba(91, 91, 91, 0.5);
  margin-top: 8px;
}
.product-eco .benefit-wrap .sector-benefit .btn-base {
  position: absolute;
  top: 217px;
  left: 0;
  right: 0;
  border: none;
}
.product-eco .benefit-wrap .sector-benefit .btn-base a {
  color: #898989;
  padding: 0;
  padding-right: 16px;
}
.product-eco .benefit-wrap .sector-benefit .btn-base a:before {
  border-width: 1px 1px 0 0;
  border-color: #898989;
}
.product-eco .benefit-1 .sector-benefit-top {
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/product/250723/pc/bg_benefit1.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
.product-eco .benefit-2 .sector-benefit-top {
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/product/250723/pc/bg_benefit2.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
.product-eco .benefit-3 .sector-benefit-top {
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/product/250723/pc/bg_benefit3.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
.product-eco .sector-price {
  text-align: left;
  background: #FFF;
}
.product-eco .sector-price * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-price .wrap {
  padding: 100px 0;
}
.product-eco .sector-price .price-list {
  padding: 0 20px;
}
.product-eco .sector-price .price-list .price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-eco .sector-price .price-list .price-wrap .price-box {
  margin-bottom: 0;
}
.product-eco .sector-price .price-list .price-box {
  width: 100%;
  text-align: left;
  padding: 28px 32px 24px;
  margin-bottom: 20px;
  border: 1px solid #828282;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .price-list .price-box:last-child {
  margin-bottom: 0;
}
.product-eco .sector-price .price-list .price-box .price-title-label p {
  font-size: 20px;
  line-height: 220%;
  color: #6A6A6A;
  letter-spacing: -0.8px;
}
.product-eco .sector-price .price-list .price-box .price-title-label p strong {
  color: #F77600;
}
.product-eco .sector-price .price-list .price-box .price-title-text {
  margin-top: 40px;
}
.product-eco .sector-price .price-list .price-box .price-title-text p {
  font-size: 28px;
  line-height: 170%;
  color: #000;
}
.product-eco .sector-price .price-list .price-box .price-title-text p span {
  display: block;
  font-weight: 900;
}
.product-eco .sector-price .price-list .price-box .btn-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  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-price .price-list .price-box .btn-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .price-list .price-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-price .price-list .price-box .btn-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-list .price-box .btn-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-list .price-box .btn-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-list .price-box .btn-action a::before {
    right: 20px;
  }
}
.product-eco .sector-price .price-list .price-box .btn-action a:before {
  right: 32px;
}
.product-eco .sector-price .price-list .price-box .price-benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: 30px 0 60px;
  padding: 12px 0;
  border: solid #CFCFCF;
  border-width: 1px 0;
}
.product-eco .sector-price .price-list .price-box .price-benefit-list ul li {
  font-size: 15px;
  line-height: 160%;
  letter-spacing: -0.75px;
}
.product-eco .sector-price .price-list .price-box .price-benefit-title p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 54px;
  min-width: 54px;
  font-size: 15px;
  line-height: 160%;
  color: #000;
  letter-spacing: -0.9px;
}
.product-eco .sector-price .price-list .price-box .price-text {
  margin-bottom: 24px;
}
.product-eco .sector-price .price-list .price-box .price-text .text p {
  font-size: 16px;
  line-height: 120%;
  color: #000;
}
.product-eco .sector-price .price-list .price-box .price-text .price p {
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1.44px;
}
.product-eco .sector-price .price-list .price-box .price-text .price p span {
  font-weight: 900;
}
.product-eco .sector-price .price-list .price-box.best {
  padding: 0;
  background-color: #FFFEF5;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/product/250723/pc/bg_item.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .price-list .price-box.best a {
  display: block;
  padding: 32px 40px;
}
.product-eco .sector-price .price-list .price-box.best .price-title-text {
  margin-top: 5px;
}
.product-eco .sector-price .price-list .price-box.best .price-title-text p {
  font-size: 24px;
  line-height: 160%;
  color: #444;
  letter-spacing: -0.72px;
}
.product-eco .sector-price .price-list .price-box.best .price-title-text p span {
  font-size: 34px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
  color: #000;
}
.product-eco .sector-price .price-list .price-box.full {
  width: 100%;
}
.product-eco .sector-price .price-list .price-box.full .price-title-wrap {
  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;
}
.product-eco .sector-price .price-list .price-box.full .price-title-wrap .price-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-price .price-list .price-box.full .price-title-wrap .price-text .text {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
  color: #000;
  margin-right: 32px;
  padding-right: 32px;
}
.product-eco .sector-price .price-list .price-box.full .price-title-wrap .price-text .text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 28px;
  background: #CFCFCF;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.product-eco .sector-price .price-list .price-box.full .price-title-wrap .price-text .price p {
  font-size: 36px;
  line-height: 120%;
}
.product-eco .sector-price .price-list .price-box.full .price-title-wrap .price-text .price p span {
  font-weight: 900;
}
.product-eco .sector-price .price-list .price-box.full .price-benefit {
  margin: 32px 0;
  padding-top: 32px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-price .price-list .price-box.full .price-benefit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .sector-price .price-list .price-box.full .price-benefit ul li {
  width: 100%;
  font-size: 16px;
  line-height: 150%;
  color: #171717;
  padding: 0 24px;
  border-right: 1px solid #CFCFCF;
}
.product-eco .sector-price .price-list .price-box.full .price-benefit ul li:first-child {
  padding-left: 0;
}
.product-eco .sector-price .price-list .price-box.full .price-benefit ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.product-eco .sector-point {
  background: #000;
}
.product-eco .frame-box {
  position: relative;
  margin: 0 20px;
  padding: 40px 60px 50px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .frame-box * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .frame-box .title-box .num-title {
  display: inline-block;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  color: #000;
  padding: 12px 20px;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
}
.product-eco .frame-box .title-box .sub-title {
  font-size: 22px;
  line-height: 140%;
  letter-spacing: -0.48px;
  margin-top: 21px;
}
.product-eco .frame-box .title-box + div {
  margin-top: 40px;
}
.product-eco .frame-box .notice {
  font-size: 12px;
  line-height: 150%;
  color: #A3A3A3;
  letter-spacing: -0.48px;
  text-align: left;
  margin-top: 30px;
}
.product-eco .sector-winner {
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/product/250723/pc/bg_winner.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-winner .wrap {
  padding-bottom: 40px;
}
.product-eco .sector-winner .title-content {
  padding: 120px 0 80px;
}
.product-eco .sector-winner .title-content p {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  letter-spacing: -1.44px;
}
.product-eco .sector-winner .frame-box {
  background: transparent;
}
.product-eco .sector-winner .frame-box .title-box .num-title {
  color: #FFF;
}
.product-eco .sector-winner .frame-box .title-box .sub-title {
  color: #FFF;
}
.product-eco .sector-winner .frame-box .title-box + div {
  margin-top: 0;
}
.product-eco .sector-winner .frame-box:after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 649px;
  height: 306px;
  margin-left: 190px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/product/250418/pc/icon_winner.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-winner .winner-box .winner-list {
  -webkit-transform: perspective(400px) rotateX(40deg);
          transform: perspective(400px) rotateX(40deg);
}
.product-eco .sector-winner .winner-box .winner-list p {
  font-size: 14px;
  font-weight: 500;
  line-height: 200%;
  color: #FFF;
  margin: 0;
  padding: 0;
}
.product-eco .sector-winner .notice {
  color: rgba(255, 255, 255, 0.8);
}
.product-eco .reason-wrap {
  padding: 40px 100px;
  background: #F8F8F8;
}
.product-eco .reason-wrap > div {
  margin-bottom: 30px;
}
.product-eco .reason-wrap > div:last-child {
  margin-bottom: 0;
}
.product-eco .sector-teacher .frame-box .title-box + div {
  margin-top: 0;
}
.product-eco .sector-teacher .slide-box {
  margin-top: 40px;
  margin-right: -60px;
}
.product-eco .sector-teacher .slide-box .slick-slide {
  margin: 0 5px;
}
.product-eco .sector-roadmap .img-box {
  position: relative;
}
.product-eco .sector-roadmap .img-box .flag {
  position: absolute;
  top: -23px;
  left: 50%;
  -webkit-animation-name: flagMotion;
          animation-name: flagMotion;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -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 flagMotion {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
}
@keyframes flagMotion {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: 5px;
  }
}
.product-eco .sector-roadmap .img-box .flag-1 {
  margin-left: 150px;
}
.product-eco .sector-roadmap .img-box .flag-2 {
  margin-left: 410px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.product-eco .sector-exam .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 30px;
}
.product-eco .sector-exam .tab-box .tab-list li {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  color: #6D6D6D;
  letter-spacing: -0.9px;
  padding: 28px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  cursor: pointer;
}
.product-eco .sector-exam .tab-box .tab-list li.active {
  color: #FFF;
  background: #000;
}
.product-eco .sector-exam .tab-view {
  display: none;
}
.product-eco .sector-exam .tab-view.active {
  display: block;
}
.product-eco .sector-exam .slick-dots {
  margin-top: 16px;
}
.product-eco .sector-exam .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  text-indent: -999em;
  margin: 0 4px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.product-eco .sector-exam .slick-dots li.slick-active {
  background: #000;
}
.product-eco .sector-book .frame-box {
  background: #FAFAFA;
  background: linear-gradient(-25deg, #FAFAFA 50%, #fff 50%);
}
.product-eco .sector-book .frame-box .title-box .sub-title + .sub-title {
  color: #4B4B4B;
}
.product-eco .sector-book .frame-box .title-box .sub-title + .sub-title strong {
  color: #FF7A00;
}
.product-eco .sector-book .flag {
  position: absolute;
  top: 210px;
  left: 50%;
  margin-left: 152px;
  -webkit-filter: drop-shadow(0px 22.191px 22.957px rgba(0, 0, 0, 0.17));
          filter: drop-shadow(0px 22.191px 22.957px rgba(0, 0, 0, 0.17));
}
.product-eco .sector-book .btn-base {
  position: absolute;
  top: 581px;
  left: 60px;
  border: none;
}
.product-eco .sector-book .btn-base a {
  color: #6E6E6E;
  padding: 0;
  padding-right: 20px;
}
.product-eco .sector-book .btn-base a:before {
  border-color: #6E6E6E;
}
.product-eco .sector-book .slide-box {
  margin: 80px -60px 40px !important;
}
.product-eco .sector-book .slide-box .slick-slide {
  margin: 0 -25px;
}
.product-eco .sector-book .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .sector-support .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

#fixApply {
  display: none !important;
}/*# sourceMappingURL=web.css.map */