@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, .product-eco .sector-curriculum .img-box .bubble-1, .product-eco .sector-curriculum .img-box .bubble-2 {
  -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, .product-eco .sector-exam .img-box .blink-badge span {
  -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;
  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 *,
.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;
  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: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 60px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 66px;
  }
}
.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 .wrap {
  width: 1200px;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .title-box:not(:last-child) {
  margin-bottom: 60px;
}
.product-eco .title-box p.main-title {
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .title-box p.main-title strong {
  font-weight: 700;
  font-size: 40px;
}
.product-eco .title-box p.main-title + .star-text {
  margin-top: 10px;
}
.product-eco .title-box p.num-title {
  display: inline-block;
  min-width: 140px;
  margin: 0 auto 20px;
  padding: 12px 19px;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .title-box .text-notice {
  margin-top: 10px;
}
.product-eco .fc-point {
  color: #FFA800;
}
.product-eco .frame {
  padding: 50px 49px;
  margin: 0 20px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #fff;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .title-box .main-title {
  font-size: 22px;
  font-weight: 350;
  letter-spacing: -0.88px;
}
.product-eco .frame .title-box .main-title strong {
  font-weight: 700;
  font-size: inherit;
}
.product-eco .frame .title-box .main-title + .star-text {
  margin-top: 20px;
}
.product-eco .frame .title-box .star-text {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .frame .img-box {
  position: relative;
}
.product-eco .frame .img-box + div {
  margin-top: 90px;
}
.product-eco .frame .list-box {
  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;
  margin-top: 30px;
  gap: 10px;
}
.product-eco .box-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 20px;
}
.product-eco .text-notice {
  margin-top: 20px;
  color: #6E6E6E;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.462px;
  line-height: 1.5;
}
.product-eco .slick-list * {
  vertical-align: top;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 38px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 38px;
  }
}
.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: -56.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -408px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.4);
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 9.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 9.5px;
  }
}
.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: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 38px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 38px;
  }
}
.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: -56.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -408px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.4);
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 9.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 9.5px;
  }
}
.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: 20px;
}
.product-eco .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0px 4px;
  border-radius: 7px;
  background-color: rgba(0, 0, 0, 0.15);
}
.product-eco .slick-dots li.slick-active {
  width: 36px;
  background-color: #000;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/S/product/260813/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  padding-bottom: 60px;
}
.product-eco .sector-title .laurel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
  margin-top: 73px;
}
.product-eco .sector-title .laurel-wrap .laurel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 154px;
  padding: 0 40px;
  min-height: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #DADADA;
  font-size: 19px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.36px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 30px;
  height: 72px;
}
.product-eco .sector-title .laurel-wrap .laurel:before {
  left: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/S/product/260813/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-title .laurel-wrap .laurel:after {
  right: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/S/product/260813/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-eco .sector-title .laurel-wrap .laurel strong {
  color: currentColor;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.52px;
}
.product-eco .sector-title .action-base {
  position: absolute;
  top: 113px;
  right: 13px;
}
.product-eco .sector-title .action-base button,
.product-eco .sector-title .action-base a {
  padding: 1px 17px 1px 9px;
  border: 1px solid currentColor;
  opacity: 0.5;
  color: #DADADA;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.product-eco .sector-title .action-base button,
.product-eco .sector-title .action-base a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    width: 4px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    height: 4px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    margin-top: -2px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    right: 8px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  border-top-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    border-top-width: 1px;
  }
}
.product-eco .sector-title .action-base button::before,
.product-eco .sector-title .action-base a::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before,
  .product-eco .sector-title .action-base a::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-title .action-base button:before,
.product-eco .sector-title .action-base a:before {
  right: 8px;
}
.product-eco .sector-title .title-1 {
  margin-top: 54px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.96px;
}
.product-eco .sector-title .title-1 strong {
  letter-spacing: inherit;
  line-height: inherit;
  color: rgba(255, 193, 0, 0.7);
  font-weight: 700;
}
.product-eco .sector-title .title-1 span {
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.product-eco .sector-title .title-2 {
  margin-top: 30px;
  color: #FFF;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 106.556px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -3.902px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background: linear-gradient(180deg, #fff 0%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(-1px -1px 0 #000) drop-shadow(-1px -1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(3px 3px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(-1px -1px 0 #000) drop-shadow(-1px -1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(3px 3px 0 #000) drop-shadow(1px 1px 0 #000);
}
.product-eco .sector-title .title-2 strong {
  font-family: inherit;
  background: -webkit-gradient(linear, left top, right top, from(#FEBF00), color-stop(50%, #FFFBBE), to(#FEBB00));
  background: linear-gradient(90deg, #FEBF00 0%, #FFFBBE 50%, #FEBB00 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px 20px 0;
  gap: 6px;
}
.product-eco .sector-title .title-3 .box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #93693C;
  background: linear-gradient(122deg, #FFF 22.01%, #FFF6D9 72.44%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  backdrop-filter: blur(1px);
  text-align: left;
  width: 285px;
  height: 164px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 40px 28px;
}
.product-eco .sector-title .title-3 .box .flag-brown {
  position: absolute;
  top: 0;
  right: 10px;
}
.product-eco .sector-title .title-3 .box p {
  margin: 0;
  padding: 0;
}
.product-eco .sector-title .title-3 .box p.text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .box p.text-2 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.5px;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .box p.text-3 {
  margin-top: 4px;
  color: #58451F;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.39px;
}
.product-eco .sector-title .title-3 .box.box-dark {
  position: relative;
  padding-top: 30px;
  border: 5px solid #93693C;
  background: linear-gradient(104deg, rgba(0, 0, 0, 0.75) 36.52%, rgba(130, 73, 5, 0.75) 109.73%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
}
.product-eco .sector-title .title-3 .box.box-dark:after {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
  content: "";
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/title_deco.png) no-repeat 0 0;
  background-size: cover;
  width: 143px;
  height: 79px;
}
.product-eco .sector-title .title-3 .box.box-dark .text-1 {
  color: #fff;
}
.product-eco .sector-title .title-3 .box.box-dark .text-2 {
  font-size: 22px;
  color: #FFD84D;
  background: linear-gradient(282deg, rgb(231, 173, 0) -15.51%, rgb(249, 228, 119) 107.11%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-3 .box.box-dark .text-notice {
  margin-top: 30px;
  color: #FFF;
  paint-order: stroke;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #58451F;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.39px;
}
.product-eco .sector-title .title-3 .title-tag {
  position: absolute;
  top: 0;
  right: 10px;
  background: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/tag_bg.png) no-repeat 0 0;
  background-size: cover;
  width: 114px;
  height: 22px;
  text-align: center;
}
.product-eco .sector-title .title-3 .title-tag span {
  display: block;
  color: #000;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 11.302px */
  letter-spacing: -0.188px;
  text-transform: uppercase;
  padding: 5px 0px;
  line-height: 1;
}
.product-eco .sector-title .title-3 .title-flag {
  position: absolute;
  top: 0;
  right: 5px;
}
.product-eco .sector-title .btn-reason {
  position: absolute;
  right: 30px;
  top: 50px;
}
.product-eco .sector-title .action {
  margin-top: 30px;
}
.product-eco .sector-title .action a, .product-eco .sector-title .action button {
  display: block;
  width: 1020px;
  margin: 0 auto;
  padding: 30px 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.64%, #646464), color-stop(82.39%, #000)), -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%), linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-title .action a span, .product-eco .sector-title .action button span {
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 118%;
  letter-spacing: -0.66px;
  padding-right: 20px;
}
.product-eco .sector-title .action a span, .product-eco .sector-title .action button span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    width: 6px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    height: 6px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    margin-top: -3px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    right: 12px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before, .product-eco .sector-title .action button span::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-title .action a span:before, .product-eco .sector-title .action button span:before {
  right: 0;
}
.product-eco .sector-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#9E8A0D), color-stop(108.72%, #010100));
  background: linear-gradient(180deg, #9E8A0D 0%, #010100 108.72%);
  z-index: -1;
}
.product-eco .sector-winners-list {
  overflow: hidden;
  height: 700px;
  padding-top: 100px;
}
.product-eco .sector-winners-list .wrap {
  z-index: 3;
}
.product-eco .sector-winners-list .title-box p.main-title, .product-eco .sector-winners-list .title-box p.sub-title {
  color: #fff;
}
.product-eco .sector-winners-list .title-box p.main-title {
  font-weight: 400;
  font-size: 42px;
  letter-spacing: -5px;
  line-height: 1.2;
}
.product-eco .sector-winners-list .title-box p.main-title strong {
  letter-spacing: inherit;
  line-height: inherit;
  font-weight: 700;
  font-size: 54px;
}
.product-eco .sector-winners-list .title-box .base {
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .sector-winners-list .eduf-winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-winners-list .eduf-winner-list p {
  margin: 0;
  line-height: 2;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.product-eco .sector-winners-list .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.product-eco .sector-winners-list:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-bar {
  padding: 35px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  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-bar p {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.product-eco .sector-bar p strong {
  color: #FFF;
  text-shadow: 0 4px 0 #000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
  paint-order: stroke;
  -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.product-eco .sector-review {
  padding: 100px 0;
  background: #F8F8F8;
}
.product-eco .sector-review .slide-review {
  margin: 0 auto;
}
.product-eco .sector-review .slide-review .slick-slide {
  width: 776px;
  margin: 0 20px;
}
.product-eco .sector-review .slide-review .slick-slide:not(.slick-current) {
  opacity: 0.5;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.product-eco .sector-review .slide-review .slick-slide .review-box {
  position: relative;
  height: 230px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 28px 40px 28px 230px;
  border-radius: 10px;
  border: 1.105px solid #E6E6E6;
  background: #FFF;
}
.product-eco .sector-review .slide-review .slick-slide .review-box img {
  position: absolute;
  top: 50%;
  left: 44px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 165px;
}
.product-eco .sector-review .slide-review .slick-slide .review-box:after {
  position: absolute;
  right: 29px;
  bottom: 10px;
  content: "”";
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 136%;
  letter-spacing: -4.8px;
  opacity: 0.1;
}
.product-eco .sector-review .slide-review .slick-slide .review {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: left;
}
.product-eco .sector-review .slide-review .slick-slide .review strong {
  color: #444;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.64px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-review .slide-review .slick-slide .review strong .fc-point {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #FF8400;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-review .slide-review .slick-slide .user {
  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;
  margin-top: auto;
  padding-top: 11px;
}
.product-eco .sector-review .slide-review .slick-slide .user p {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.product-eco .sector-review .link-more {
  left: 50%;
  margin-left: 310px;
  bottom: -10px;
  display: inline-block;
  padding: 9px 20px 9px 10px;
  border-radius: 4px;
  border: 1px solid #BBB;
  background: #F1F1F1;
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: -1px;
}
.product-eco .sector-review .link-more {
  position: relative;
  display: inline-block;
}
.product-eco .sector-review .link-more::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .link-more::before {
    width: 5px;
  }
}
.product-eco .sector-review .link-more::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .link-more::before {
    height: 5px;
  }
}
.product-eco .sector-review .link-more::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .link-more::before {
    margin-top: -2.5px;
  }
}
.product-eco .sector-review .link-more::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .link-more::before {
    right: 10px;
  }
}
.product-eco .sector-review .link-more::before {
  border-top-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .link-more::before {
    border-top-width: 1px;
  }
}
.product-eco .sector-review .link-more::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .link-more::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-review .link-more {
  position: absolute;
}
.product-eco .sector-review .link-more:before {
  right: 10px;
}
.product-eco .sector-graph {
  background: -webkit-gradient(linear, left top, right top, from(#FFF7E9), to(#E6DBA9));
  background: linear-gradient(90deg, #FFF7E9 0%, #E6DBA9 100%);
  padding: 100px 0;
}
.product-eco .sector-graph .graph-box {
  width: 844px;
  margin: 60px auto 0;
  padding: 40px 80px;
  text-align: center;
  border-radius: 20px;
  background-color: #fff;
}
.product-eco .sector-graph .graph-box .graph-title {
  font-size: 20px;
  font-weight: 700;
  color: #222;
}
.product-eco .sector-graph .graph-box .graph-num {
  margin-top: 12px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 44px;
  font-weight: 900;
  color: #222;
}
.product-eco .sector-graph .graph-box .graph-num span {
  margin-left: 2px;
  font-size: 44px;
  font-weight: 900;
}
.product-eco .sector-graph .graph-box .graph-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
  margin-top: 20px;
  border-bottom: 1px dashed #ccc;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item .bar-count {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
  z-index: 2;
  font-size: 14px;
  color: #8D8D8D;
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item .bar {
  position: relative;
  width: 72px;
  height: 251px;
  border-radius: 12px 12px 0 0;
  background-color: #E5E5E5;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(2) .bar {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(2) .bar-count {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
  bottom: 60px;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(3) .bar {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item:nth-child(3) .bar-count {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
  bottom: 15px;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item .bar-label {
  position: absolute;
  left: 0;
  bottom: -30px;
  font-size: 16px;
  color: #000;
  font-weight: 800;
  width: 100%;
  text-align: center;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-1 .bar-count {
  position: absolute;
  bottom: auto;
  top: 50px;
  color: #222;
  font-size: 25px;
  font-weight: 900;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-1 .bar {
  width: 120px;
  border-radius: 8px 8px 0 0;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  border-left: 2px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC30C), color-stop(51.44%, #FFD244), to(#FFAE08));
  background: linear-gradient(180deg, #FFC30C 0%, #FFD244 51.44%, #FFAE08 100%);
  -webkit-box-shadow: 4px -4px 4px 0 rgba(161, 161, 161, 0.25);
          box-shadow: 4px -4px 4px 0 rgba(161, 161, 161, 0.25);
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-1 .bar-compare {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -305px;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFEC3D));
  background: linear-gradient(180deg, #FFF 0%, #FFEC3D 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-1 .bar-logo {
  position: absolute;
  left: 50%;
  bottom: 20px;
  width: 45px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-1 .bar-label {
  color: #828614;
  font-size: 18px;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-2 .bar {
  height: 15px;
}
.product-eco .sector-graph .graph-box .graph-chart .bar-item.bar-3 .bar {
  height: 15px;
}
.product-eco .sector-graph .graph-box .graph-chart.on .bar-item.bar-1 .bar {
  position: relative;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.product-eco .sector-graph .graph-box .graph-chart.on .bar-item.bar-1 .bar:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 413px;
  height: 1px;
  border-top: 1px dashed #F9D256;
}
.product-eco .sector-graph .graph-box .graph-chart.on .bar-item.bar-1 .bar:after {
  position: absolute;
  right: -290px;
  top: 10px;
  bottom: 10px;
  content: "";
  width: 80px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/251001/pc/arw_rising.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-graph .graph-box .graph-chart.on .bar-item.bar-1 .bar-logo, .product-eco .sector-graph .graph-box .graph-chart.on .bar-item.bar-1 .bar-compare {
  opacity: 1;
}
.product-eco .sector-graph .graph-box .graph-chart.on .bar-count {
  opacity: 1;
}
.product-eco .sector-graph .graph-box .graph-notice {
  margin-top: 54px;
  color: #4B3800;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.product-eco .sector-search {
  padding: 100px 0;
  background: #FFFCF5;
}
.product-eco .sector-search .img-box {
  position: relative;
}
.product-eco .sector-search .typing {
  position: absolute;
  top: 26px;
  left: 344px;
  line-height: 1;
  color: #000;
  font-weight: 700;
  font-size: 24px;
}
.product-eco .sector-search .typing:after {
  content: "";
  position: relative;
  top: -5px;
  display: inline-block;
  -webkit-animation-name: cursor;
          animation-name: cursor;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  width: 2px;
  height: 40px;
  background-color: #fff;
  vertical-align: middle;
}
@-webkit-keyframes cursor {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #022222;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes cursor {
  0% {
    background-color: #fff;
  }
  50% {
    background-color: #022222;
  }
  100% {
    background-color: #fff;
  }
}
.product-eco .sector-compare {
  padding: 100px 0;
}
.product-eco .sector-compare .action-base {
  position: absolute;
  top: 119px;
  right: 115px;
}
.product-eco .sector-compare .action-base button,
.product-eco .sector-compare .action-base a {
  padding: 1px 17px 1px 9px;
  border: 1px solid currentColor;
  border-radius: 2px;
  color: rgba(54, 54, 54, 0.9);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.48px;
}
.product-eco .sector-compare .action-base button,
.product-eco .sector-compare .action-base a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-compare .action-base button::before,
.product-eco .sector-compare .action-base a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base button::before,
  .product-eco .sector-compare .action-base a::before {
    width: 4px;
  }
}
.product-eco .sector-compare .action-base button::before,
.product-eco .sector-compare .action-base a::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base button::before,
  .product-eco .sector-compare .action-base a::before {
    height: 4px;
  }
}
.product-eco .sector-compare .action-base button::before,
.product-eco .sector-compare .action-base a::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base button::before,
  .product-eco .sector-compare .action-base a::before {
    margin-top: -2px;
  }
}
.product-eco .sector-compare .action-base button::before,
.product-eco .sector-compare .action-base a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base button::before,
  .product-eco .sector-compare .action-base a::before {
    right: 8px;
  }
}
.product-eco .sector-compare .action-base button::before,
.product-eco .sector-compare .action-base a::before {
  border-top-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base button::before,
  .product-eco .sector-compare .action-base a::before {
    border-top-width: 1px;
  }
}
.product-eco .sector-compare .action-base button::before,
.product-eco .sector-compare .action-base a::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .action-base button::before,
  .product-eco .sector-compare .action-base a::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-compare .action-base button,
.product-eco .sector-compare .action-base a {
  opacity: 0.5;
}
.product-eco .sector-compare .action-base button:before,
.product-eco .sector-compare .action-base a:before {
  right: 8px;
}
.product-eco .sector-compare .tbl-box {
  position: relative;
}
.product-eco .sector-compare .compare-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  text-align: left;
}
.product-eco .sector-compare .compare-table .col-other {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 433px;
          flex: 0 0 433px;
  background: #F2F2F2;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.product-eco .sector-compare .compare-table .col-other .cell-title {
  padding: 22px 0;
  background: #DFDFDF;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-other .cell-list li {
  position: relative;
  padding: 26px 30px 26px 64px;
  color: #8A8A8A;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}
.product-eco .sector-compare .compare-table .col-other .cell-list li + li {
  border-top: 1px solid #E0E0E0;
}
.product-eco .sector-compare .compare-table .col-eduwill {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 542px;
          flex: 0 0 542px;
  position: relative;
  z-index: 1;
  background: #fff;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border-radius: 0 10px 10px 0;
  border: 3px solid #ffc80c;
}
.product-eco .sector-compare .compare-table .col-eduwill:before {
  position: absolute;
  top: -3px;
  left: -27px;
  bottom: -3px;
  content: "";
  display: block;
  width: 24px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/B/product/251001/pc/bg_compare_eduwill.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-title {
  padding: 22px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFCC0F), to(#FFB700));
  background: linear-gradient(180deg, #FFCC0F 0%, #FFB700 100%);
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li {
  position: relative;
  padding: 37px 30px 37px 60px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li strong {
  color: #CB8A00;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
.product-eco .sector-compare .compare-table .col-eduwill .cell-list li + li {
  border-top: 1px solid #F0F0F0;
}
.product-eco .sector-compare .compare-table .ico-x,
.product-eco .sector-compare .compare-table .ico-check {
  position: absolute;
  left: 30px;
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}
.product-eco .sector-compare .compare-table .ico-x {
  top: 28px;
  background: #8A8A8A url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 10'%3E%3Cpath d='M1 1L9 9M9 1L1 9' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center/10px;
}
.product-eco .sector-compare .compare-table .ico-check {
  top: 39px;
  background: #FFC414 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath d='M1 5L4.5 8.5L11 1.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center/12px;
}
.product-eco .sector-compare .stamp {
  position: absolute;
  top: 378px;
  right: 52px;
  display: inline-block;
  width: 196px;
  padding: 15px 0;
  border: 3px solid #FF5A2D;
  outline: 6px solid #FF5A2D;
  color: #FF5A2D;
  outline-offset: 5px;
  border-radius: 12px;
  font-size: 42px;
  font-weight: 900;
  letter-spacing: -1px;
  background-color: #fff;
  z-index: 1;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
  opacity: 0;
}
.product-eco .sector-compare .stamp.on {
  -webkit-animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: stampIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@-webkit-keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  66% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
@keyframes stampIn {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-15deg) scale(3);
            transform: rotate(-15deg) scale(3);
  }
  33% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(0.9);
            transform: rotate(-15deg) scale(0.9);
  }
  66% {
    -webkit-transform: rotate(-15deg) scale(1.05);
            transform: rotate(-15deg) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
.product-eco .sector-compare .desc-text {
  margin-top: 60px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.44px;
}
.product-eco .sector-compare .desc-text strong {
  color: #FFC414;
  font-family: inherit;
}
.product-eco .sector-compare .sub-text {
  margin-top: 40px;
  color: #222;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1.44px;
}
.product-eco .sector-compare .sub-text strong {
  color: #FFC414;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-free {
  position: relative;
  padding: 100px 0 80px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_111/product/260812/pc/bg_free.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-free:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E));
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%);
}
.product-eco .sector-free .title-box {
  margin-bottom: 20px;
}
.product-eco .sector-free p.main-title {
  color: #fff;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background: linear-gradient(243deg, #FFF9F8 17.01%, #FFF9F2 66.95%);
}
.product-eco .sector-benefit .fc-point {
  color: #FFA800;
}
.product-eco .sector-benefit .card-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: 20px 10px;
}
.product-eco .sector-benefit .card-list > div {
  position: relative;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 255, 0.5)), to(#FFFDFF));
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  -webkit-box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
          box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
}
.product-eco .sector-benefit .card-list .text-1 {
  position: absolute;
  bottom: 42px;
  left: 20px;
  right: 20px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.8px;
}
.product-eco .sector-benefit .card-list .text-1 strong {
  line-height: inherit;
  letter-spacing: inherit;
  font-size: 20px;
  font-weight: 700;
}
.product-eco .sector-benefit .card-list .action-base {
  position: absolute;
  right: 30px;
  bottom: 19px;
}
.product-eco .sector-special {
  padding: 94px 0;
  background: #FFD32F;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD32F), to(#FFAE00));
  background: linear-gradient(180deg, #FFD32F 0%, #FFAE00 100%);
}
.product-eco .sector-special:after {
  content: "";
  position: absolute;
  top: -55px;
  left: 50%;
  z-index: 1;
  display: block;
  width: 132px;
  height: 132px;
  border-radius: 50%;
  background-color: #FFD32F;
  background-image: url("//img.eduwill.net/eduwill/img/2026/S/product/260813/pc/ico_plus.png");
  background-repeat: no-repeat;
  background-position: center 23px;
  background-size: 40px 41px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-eco .sector-special p.main-title {
  font-weight: 700;
  color: #393939;
}
.product-eco .sector-special .star-text {
  margin: 20px 20px 0;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.product-eco .sector-price {
  padding: 100px 0;
  background-color: #FAFAFA;
}
.product-eco .sector-price .product-item {
  margin: 0 20px;
  padding: 34px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  text-align: left;
}
.product-eco .sector-price .flag-list {
  margin-bottom: 17px;
}
.product-eco .sector-price .flag-list .flag {
  color: #F90;
  font-size: 18px;
  font-weight: 700;
  line-height: 244%;
  letter-spacing: -0.72px;
}
.product-eco .sector-price .product-title {
  color: #000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.39;
  letter-spacing: -1px;
}
.product-eco .sector-price .price-tag-wrap {
  position: absolute;
  top: 96px;
  right: 49px;
  font-size: 0;
}
.product-eco .sector-price .price-tag-wrap [class^=tag-] {
  display: inline-block;
  padding: 2px 15px;
  border-radius: 100px;
  border: 1px solid #000;
  color: #000;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.54px;
  vertical-align: top;
}
.product-eco .sector-price .price-tag-wrap [class^=tag-] + [class^=tag-] {
  margin-left: 5px;
}
.product-eco .sector-price .price-tag-wrap .tag-1 {
  color: #F90;
  border-color: #F90;
}
.product-eco .sector-price .price-box {
  position: absolute;
  top: 127px;
  right: 42px;
}
.product-eco .sector-price .price-after {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 121%;
  letter-spacing: -1px;
}
.product-eco .sector-price .price-after strong {
  font-weight: 900;
}
.product-eco .sector-price .action {
  margin-top: 19px;
  padding-top: 39px;
  border-top: 1px solid #CFCFCF;
}
.product-eco .sector-price .action .btn-product {
  width: 100%;
  padding: 25px 33px;
  border-radius: 6px;
  background: #4A4A4A;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000));
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%);
}
.product-eco .sector-price .action .btn-product {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .action .btn-product::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    width: 10px;
  }
}
.product-eco .sector-price .action .btn-product::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    height: 10px;
  }
}
.product-eco .sector-price .action .btn-product::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    margin-top: -5px;
  }
}
.product-eco .sector-price .action .btn-product::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    right: 20px;
  }
}
.product-eco .sector-price .action .btn-product::before {
  border-top-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    border-top-width: 3px;
  }
}
.product-eco .sector-price .action .btn-product::before {
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .action .btn-product::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-price .action .btn-product:before {
  right: 33px;
}
.product-eco .sector-price .action .btn-product .text {
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
}
.product-eco .sector-item {
  padding: 100px 0;
}
.product-eco .sector-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  margin: 0 20px;
}
.product-eco .sector-item .item-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 34px 34px 19px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  text-align: left;
}
.product-eco .sector-item .flag {
  position: absolute;
  top: 0;
  right: 30px;
}
.product-eco .sector-item .flag img {
  width: 80px;
  -webkit-filter: drop-shadow(3.572px 4.168px 10.717px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(3.572px 4.168px 10.717px rgba(0, 0, 0, 0.25));
}
.product-eco .sector-item .flag .text {
  position: absolute;
  top: 4px;
  left: -4px;
  right: 0;
  height: 55px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-style: italic;
  font-weight: 700;
  line-height: 29.852px;
  letter-spacing: -1.44px;
  text-align: center;
  -webkit-transform: rotate(-8.25deg);
          transform: rotate(-8.25deg);
}
.product-eco .sector-item .item-label {
  margin-bottom: 24px;
  color: #FFAA00;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: -0.8px;
}
.product-eco .sector-item .item-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
}
.product-eco .sector-item .item-title strong {
  font-weight: 900;
}
.product-eco .sector-item .item-title .fc-point {
  color: #FF8100;
}
.product-eco .sector-item .text-list {
  margin-top: 26px;
  padding: 12px 0;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-item .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-eco .sector-item .text-list li .text-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 51px;
}
.product-eco .sector-item .text-list li p {
  color: #000;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -1px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .text-list li .fc-point {
  color: #FF8100;
}
.product-eco .sector-item .text-list li + li {
  margin-top: 6px;
}
.product-eco .sector-item .item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  border-top: 1px solid #DEDEDE;
  padding-top: 24px;
  margin-top: 24px;
  padding-bottom: 24px;
}
.product-eco .sector-item .item-options .option-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-eco .sector-item .item-options .option-item input[type=checkbox] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 24px;
  height: 24px;
  background-color: #111;
  border-radius: 4px;
  position: relative;
  cursor: not-allowed;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-eco .sector-item .item-options .option-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.product-eco .sector-item .item-options .option-item .option-text strong {
  display: block;
  color: #FF5E00;
  line-height: 1.4;
  font-size: 17px;
}
.product-eco .sector-item .item-options .option-item .option-text span {
  color: #4D4D4D;
  font-size: 15px;
}
.product-eco .sector-item .item-options .option-item .option-text span, .product-eco .sector-item .item-options .option-item .option-text strong {
  margin: 0;
  line-height: 1.4;
  letter-spacing: -0.5px;
}
.product-eco .sector-item .info-bottom {
  margin-top: auto;
}
.product-eco .sector-item .benefit-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 52px;
  max-width: 52px;
  color: #000;
}
.product-eco .sector-item .item-price {
  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-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 24px;
  padding-top: 20px;
  border: solid #CFCFCF;
  border-width: 1px 0 0 0;
  min-height: 113px;
}
.product-eco .sector-item .price-before {
  color: #666;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
.product-eco .sector-item .price-before span {
  text-decoration: line-through;
}
.product-eco .sector-item .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.product-eco .sector-item .price-after .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-item .price-after .price span {
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-item .price-after .flag-red {
  margin-left: 10px;
  margin-bottom: 4px;
  padding: 9px 20px;
  border-radius: 999px;
  background: #FF182F;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.64px;
}
.product-eco .sector-item .text-price {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -1px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .item-action {
  margin: 0 -15px;
}
.product-eco .sector-item .item-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    width: 10px;
  }
}
.product-eco .sector-item .item-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    height: 10px;
  }
}
.product-eco .sector-item .item-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-item .item-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    right: 20px;
  }
}
.product-eco .sector-item .item-action a::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-item .item-action a::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-action a::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-item .item-action a {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
  text-align: left;
  padding: 24px 32px;
  border-radius: 6px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .cont-point-wrap {
  padding: 100px 0 85px;
  background-color: #F3F3F3;
}
.product-eco .cont-point-wrap [class^=sector-point] + [class^=sector-point] {
  margin-top: 10px;
}
.product-eco .sector-point4 .star-text {
  color: #999;
}
.product-eco .sector-point4 .box {
  width: 520px;
  padding: 48px 40px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  text-align: left;
}
.product-eco .sector-point4 .box .sup-tit {
  margin-bottom: 23px;
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.64px;
}
.product-eco .sector-point4 .box .tit {
  color: #000;
  font-size: 21px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.63px;
}
.product-eco .sector-point4 .box .tit .fc-point {
  color: #FFA100;
}
.product-eco .sector-point4 .box a {
  display: inline-block;
  margin-top: 23px;
  padding: 4px 22px;
  border-radius: 5px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000)), #3F3F3F;
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%), #3F3F3F;
}
.product-eco .sector-point4 .box a span {
  display: inline-block;
  background: linear-gradient(177deg, #FBDC71 4.34%, #FC0 97.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.72px;
  vertical-align: top;
}
.product-eco .sector-book {
  padding-top: 10px;
}
.product-eco .sector-book .text-book {
  margin-top: 40px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .sector-book .text-book strong {
  font-weight: 700;
}
.product-eco .sector-book ul {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.product-eco .sector-book ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 20px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FAFAFA;
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  letter-spacing: -0.48px;
}
.product-eco .sector-book ul li strong {
  font-weight: 700;
}
.product-eco .sector-book .action {
  margin-top: 10px;
  text-align: right;
}
.product-eco .sector-book .action .btn-base {
  padding-right: 10px;
  margin-right: 30px;
  color: #888;
  font-size: 14px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.56px;
}
.product-eco .sector-book .action .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .sector-book .action .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action .btn-base::before {
    width: 6px;
  }
}
.product-eco .sector-book .action .btn-base::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action .btn-base::before {
    height: 6px;
  }
}
.product-eco .sector-book .action .btn-base::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action .btn-base::before {
    margin-top: -3px;
  }
}
.product-eco .sector-book .action .btn-base::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action .btn-base::before {
    right: 12px;
  }
}
.product-eco .sector-book .action .btn-base::before {
  border-top-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action .btn-base::before {
    border-top-width: 1px;
  }
}
.product-eco .sector-book .action .btn-base::before {
  border-right-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action .btn-base::before {
    border-right-width: 1px;
  }
}
.product-eco .sector-book .action .btn-base:before {
  right: 0;
}
.product-eco .sector-teacher {
  padding-top: 10px;
}
.product-eco .sector-teacher .box-list {
  gap: 10px;
}
.product-eco .sector-teacher .box {
  position: relative;
}
.product-eco .sector-teacher .box.satisfaction:after {
  position: absolute;
  top: -7px;
  right: -27px;
  content: "만족도 97%";
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 79px;
  height: 79px;
  word-break: keep-all;
  border-radius: 50%;
  border: 2px solid #000;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(9.04%, #FFCC31), to(#FFEDAF)), -webkit-gradient(linear, left bottom, left top, color-stop(9.04%, #FFF4AD), color-stop(47.74%, #EEF0C3), to(#BEE6FF)), -webkit-gradient(linear, left top, left bottom, from(#FFEBAD), to(#FFF9E7)), var(--Color-m, #FF5324);
  background: linear-gradient(0deg, #FFCC31 9.04%, #FFEDAF 100%), linear-gradient(0deg, #FFF4AD 9.04%, #EEF0C3 47.74%, #BEE6FF 100%), linear-gradient(180deg, #FFEBAD 0%, #FFF9E7 100%), var(--Color-m, #FF5324);
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.1);
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
  line-height: 1.2;
}
.product-eco .sector-teacher .tab-box {
  margin: 55px 10px 0;
}
.product-eco .sector-teacher .tab-list {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-justify-content: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 6px;
}
.product-eco .sector-teacher .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 17px 0;
  border-radius: 10px;
  border: 1px solid #CFCFCF;
  background: #FFF;
  color: #6D6D6D;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.8px;
  cursor: pointer;
}
.product-eco .sector-teacher .tab-list li.active {
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000)), #222;
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%), #222;
  color: #fff;
}
.product-eco .sector-teacher .tab-view {
  margin-top: 10px;
}
.product-eco .sector-teacher .tab-view:not(.active) {
  display: none;
}
.product-eco .sector-teacher .review-slide {
  margin: 20px -49px 0;
}
.product-eco .sector-teacher .review-slide .slick-slide {
  margin: 0 10px;
}
.product-eco .sector-teacher .star-text {
  margin-top: 35px;
  color: rgba(68, 68, 68, 0.5);
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.product-eco .sector-curriculum {
  padding-top: 10px;
}
.product-eco .sector-curriculum .main-title span {
  color: #000;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.4px;
}
.product-eco .sector-curriculum .img-box {
  position: relative;
}
.product-eco .sector-curriculum .img-box .bubble-1, .product-eco .sector-curriculum .img-box .bubble-2 {
  position: absolute;
  top: 0;
  padding: 10px 16px;
  border-radius: 4px;
  background: #FFD100;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.26px;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.3));
}
.product-eco .sector-curriculum .img-box .bubble-1:after, .product-eco .sector-curriculum .img-box .bubble-2:after {
  content: "";
  position: absolute;
  bottom: 1px;
  left: 50%;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #FFD100;
  border-bottom: 0;
  margin-left: -7px;
  margin-bottom: -7px;
}
.product-eco .sector-curriculum .img-box .bubble-1 {
  left: 374px;
}
.product-eco .sector-curriculum .img-box .bubble-2 {
  left: 682px;
}
.product-eco .sector-exam {
  padding-top: 10px;
}
.product-eco .sector-exam .img-box {
  position: relative;
  width: 940px;
  margin: 0 auto;
}
.product-eco .sector-exam .img-box .blink-badge {
  position: absolute;
  top: 55px;
  left: 59px;
  padding: 5px 16px;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000));
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%);
}
.product-eco .sector-exam .img-box .blink-badge span {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.48px;
  background: var(--Linear, linear-gradient(180deg, #FFD761 0%, #FFBF00 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-band {
  padding: 55px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#4A4A4A), to(#000)), #FFF;
  background: linear-gradient(180deg, #4A4A4A 0%, #000 100%), #FFF;
}
.product-eco .sector-band p {
  color: #FFF;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.9px;
}
.product-eco .sector-band p strong {
  background: linear-gradient(91deg, #FFBF00 0.73%, #FFE500 98.43%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.9px;
}
.product-eco .earlybird-banner {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 99;
}
.product-eco .sector-earlybird {
  background-image: url("//img.eduwill.net/eduwill/img/2026/S/product/260813/pc/bg_earlybird_251117.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-earlybird:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(39.43% 94.35% at 50% 52.49%, rgba(255, 255, 255, 0) 0%, rgba(255, 149, 0, 0.5) 100%), -webkit-gradient(linear, left bottom, left top, from(#FFE73D), color-stop(50%, #FFB42B), color-stop(75%, #ED6700), to(#FF4D00));
  background: radial-gradient(39.43% 94.35% at 50% 52.49%, rgba(255, 255, 255, 0) 0%, rgba(255, 149, 0, 0.5) 100%), linear-gradient(0deg, #FFE73D 0%, #FFB42B 50%, #ED6700 75%, #FF4D00 100%);
}
.product-eco .sector-earlybird:after {
  content: "";
  position: absolute;
  top: -48px;
  left: 50%;
  width: 104px;
  height: 101px;
  background-image: url("//img.eduwill.net/eduwill/img/2022/S/product/220602/pc/earlybird_before_251117.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.product-eco .sector-earlybird .wrap {
  width: 1320px;
}
.product-eco .sector-increase {
  padding: 70px 0;
}
.product-eco .sector-increase p.main-title {
  font-weight: 700;
}
.product-eco .sector-increase .graph-wrap {
  position: relative;
  margin-bottom: 50px;
}
.product-eco .sector-increase .graph-wrap .img-content {
  margin-top: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.product-eco .sector-increase .winner-contents .winner-list {
  margin-top: -30px;
  -webkit-transform: perspective(300px) rotateX(45deg);
          transform: perspective(300px) rotateX(45deg);
  overflow: hidden;
}
.product-eco .sector-increase .winner-contents .winner-list p {
  color: #bdbdbd;
  font-size: 18px;
  margin: 5px 0;
  font-weight: 100;
  text-align: center;
}
.product-eco .sector-increase .star-text {
  margin-top: 28px;
  color: #888;
  font-size: 16px;
  font-weight: 400;
}
.product-eco .sector-winner {
  padding: 100px 0 80px;
  background: #FFD400;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFD400), to(#FFB200));
  background: linear-gradient(180deg, #FFD400 0%, #FFB200 100%);
}/*# sourceMappingURL=web.css.map */