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

.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;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}

.product-eco .wrap {
  width: 1160px;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  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 .notice {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: left;
  margin-top: 20px;
  color: #7B4F20;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.product-eco .title-box {
  margin-top: 100px;
}
.product-eco .title-box + div {
  margin-top: 50px;
}
.product-eco .title-box p {
  color: #000;
}
.product-eco .title-box p.main-title {
  font-size: 36px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.product-eco .title-box p.main-title strong {
  font-weight: 900;
}
.product-eco .title-box p.sub-title {
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .title-box p.sub-title strong {
  font-weight: 700;
}
.product-eco .title-box p.num-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  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 p.num-title + .sub-title {
  margin-top: 20px;
}
.product-eco .title-box .point-1 {
  font-weight: inherit;
  background: linear-gradient(138deg, #F0C777 25.91%, #FFDD9A 37.91%, #F0C777 46.37%, #F0C777 91.34%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .title-box .point-2 {
  font-weight: inherit;
  color: #FF7A00;
}
.product-eco .frame {
  position: relative;
  padding: 50px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .frame + .frame {
  margin-top: 30px;
}
.product-eco .frame .title-box {
  margin-top: 0;
}
.product-eco .frame .title-box .main-title {
  font-size: 30px;
}
.product-eco .frame .title-box .sub-title {
  font-size: 22px;
}
.product-eco .frame .img-box {
  position: relative;
}
.product-eco .frame .img-box + div {
  margin-top: 20px;
}
.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: 8px;
}
.product-eco .frame .slide-box {
  margin-top: 40px;
}
.product-eco .frame .slide-box .slick-slide {
  margin-right: 9px;
}
.product-eco .frame .slide-box + .notice {
  margin-top: 50px;
}
.product-eco .frame .action-base {
  text-align: left;
}
.product-eco .frame .notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #A3A3A3;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.product-eco .slick-dots {
  margin-top: 16px;
}
.product-eco .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  border-radius: 10px;
  background: #000;
  opacity: 0.15;
}
.product-eco .slick-dots li.slick-active {
  opacity: 1;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: -55.5555555556vw;
  background: rgb(255, 255, 255);
  border: 1px solid #E6E6E6;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -400px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #878787;
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  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: -55.5555555556vw;
  background: rgb(255, 255, 255);
  border: 1px solid #E6E6E6;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -400px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #878787;
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_124/product/250814/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(357deg, #FFEDB7 12.58%, #FFDB29 88.2%);
}
.product-eco .sector-intro {
  background-color: #1F1F1F;
}
.product-eco .sector-plus {
  background-color: #FFC43E;
}
.product-eco .sector-price {
  padding-bottom: 100px;
  background-color: #FFC43E;
}
.product-eco .sector-price .box-list {
  position: relative;
  margin-top: 60px;
}
.product-eco .sector-price .box-item {
  position: relative;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #FFC43E;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .box-inner {
  padding: 35px;
}
.product-eco .sector-price .title-list {
  text-align: left;
}
.product-eco .sector-price .title-list .title-1 {
  color: #FFAA00;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}
.product-eco .sector-price .title-list .title-2 {
  position: relative;
  padding-top: 30px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
}
.product-eco .sector-price .title-list .title-2 strong {
  font-weight: 900;
}
.product-eco .sector-price .title-list span {
  font-family: inherit;
}
.product-eco .sector-price .title-list span.point {
  background: #FFF500;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF500), to(#FFC700));
  background: linear-gradient(to bottom, #FFF500, #FFC700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.product-eco .sector-price .title-list span.point2 {
  background: #FFFF04;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFF04), to(#0EE616));
  background: linear-gradient(to bottom, #FFFF04, #0EE616);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-stroke: 2.5px #000;
  paint-order: stroke;
}
.product-eco .sector-price .box-shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.product-eco .sector-price .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #CFCFCF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-price .benefit-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.product-eco .sector-price .benefit-list ul li {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  text-align: left;
  color: #171717;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1px;
}
.product-eco .sector-price .benefit-list ul li + li {
  padding-left: 50px;
}
.product-eco .sector-price .benefit-list ul li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 1px;
  height: 72px;
  margin-top: -36px;
  background: #CFCFCF;
}
.product-eco .sector-price .price-action {
  margin-top: 30px;
}
.product-eco .sector-price .price-action a {
  width: 100%;
  padding: 26px 30px;
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  border-radius: 6px;
  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-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .price-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: currentColor;
  -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-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .price-action a::before {
    right: 20px;
  }
}
.product-eco .sector-price .notice {
  margin-top: 10px;
  text-align: left;
  color: #171717;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.product-eco .sector-price .detail-list {
  position: absolute;
  right: 40px;
  bottom: 290px;
  text-align: right;
}
.product-eco .sector-price .detail-list [class^=price-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.2;
  margin-bottom: 16px;
}
.product-eco .sector-price .detail-list [class^=price-]:last-child {
  margin-bottom: 0;
}
.product-eco .sector-price .detail-list .text {
  position: relative;
  text-align: right;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  padding-right: 32px;
}
.product-eco .sector-price .detail-list .text:after {
  content: "";
  position: absolute;
  right: 0;
  width: 1px;
  height: 96px;
  background: #CFCFCF;
}
.product-eco .sector-price .detail-list .cost {
  min-width: 252px;
  line-height: inherit;
  font-size: inherit;
}
.product-eco .sector-price .detail-list .price-before {
  line-height: 1;
  font-size: 24px;
  color: #7D7D7D;
}
.product-eco .sector-price .detail-list .price-before .cost {
  text-decoration: line-through;
}
.product-eco .sector-price .detail-list .price-before .cost strong {
  font-weight: 400;
}
.product-eco .sector-price .detail-list .price-after {
  line-height: 1;
  font-size: 36px;
  color: #000;
}
.product-eco .sector-price .detail-list .price-after .text:after {
  height: 28px;
}
.product-eco .sector-price .detail-list .price-after strong {
  line-height: inherit;
  font-weight: 900;
}
.product-eco .sector-review {
  padding: 100px 0;
  background-color: #FFFBEB;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_124/product/250814/pc/review_bg.png");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 361px;
}
.product-eco .sector-review .review-slide .slick-slide {
  margin: 0 15px;
}
.product-eco .sector-teacher {
  padding-bottom: 30px;
  background-color: #FFFBEB;
}
.product-eco .sector-teacher .list-box {
  margin-top: 20px;
}
.product-eco .sector-curriculum {
  padding-bottom: 30px;
  background-color: #FFFBEB;
}
.product-eco .sector-book {
  padding-bottom: 30px;
  background-color: #FFFBEB;
}
.product-eco .sector-book .frame {
  padding-right: 0;
  padding-left: 0;
  background: #FAFAFA;
  background: linear-gradient(-25deg, #FAFAFA 50%, #fff 50%);
}
.product-eco .sector-book .slide-box {
  margin: 60px 0 0;
}
.product-eco .sector-book .slide-box .slick-slide {
  margin: 0 -25px;
}
.product-eco .sector-book .notice {
  margin-left: 50px;
}
.product-eco .sector-exam {
  padding-bottom: 30px;
  background-color: #FFFBEB;
}
.product-eco .sector-exam .tab-box {
  margin-top: 40px;
}
.product-eco .sector-exam .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.product-eco .sector-exam .tab-box .tab-list li {
  width: 100%;
  padding: 25px 0;
  color: #6D6D6D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.9px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  cursor: pointer;
}
.product-eco .sector-exam .tab-box .tab-list li.active {
  color: #FFF;
  border-color: #000;
  background: #000;
}
.product-eco .sector-exam .tab-box .tab-view {
  display: none;
}
.product-eco .sector-exam .tab-box .tab-view.active {
  display: block;
}
.product-eco .sector-exam .tab-box .slide-box {
  margin-top: 30px;
}
.product-eco .sector-exam .slick-dots {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  margin: 0;
}
.product-eco .sector-support {
  padding-bottom: 30px;
  background-color: #FFFBEB;
}
.product-eco .sector-support .list-box {
  gap: 0;
}
.product-eco .sector-support .list-box div + div {
  margin-top: -8px;
}
.product-eco .sector-special {
  padding-bottom: 100px;
  background-color: #FFFBEB;
}
.product-eco .sector-branding {
  background-color: #002B7E;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_124/product/250814/pc/branding_bg.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 478px;
}/*# sourceMappingURL=web.css.map */