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

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

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

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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.product-eco .only-pc {
  display: block;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .label-title {
  display: inline-block;
  padding: 12px 43px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.product-eco .title-box .label-title + .main-title {
  margin-top: 20px;
}
.product-eco .title-box .main-title {
  font-size: 36px;
  line-height: 130%;
  letter-spacing: -1.8px;
  color: #000;
}
.product-eco .title-box .notice {
  font-size: 16px;
  line-height: 140%;
  color: #888;
  margin-top: 10px;
}
.product-eco .frame {
  margin: 0 20px;
  padding: 39px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .frame .main-title {
  font-size: 26px;
}
.product-eco .tab-box {
  margin: 0 20px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  margin-bottom: 10px;
}
.product-eco .tab-box .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .tab-box .tab-list li button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -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;
  width: 100%;
  height: 100%;
  min-height: 93px;
  padding: 0 75px;
  border-radius: 10px;
  border: 1px solid #000;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1px;
}
.product-eco .tab-box .tab-list li button span {
  color: #353535;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.product-eco .tab-box .tab-list li.active button {
  background-color: #000;
  color: #fff;
  font-weight: 500;
}
.product-eco .tab-box .tab-list li.active button span {
  color: rgba(255, 255, 255, 0.8);
}
.product-eco .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .box-list {
  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: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-eco .text-notice {
  color: #A3A3A3;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.48px;
}
.product-eco .fc-point {
  color: #FF8000 !important;
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2026/B/product/260223/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  overflow: hidden;
}
.product-eco .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFEDB7;
  background: linear-gradient(357deg, #FFEDB7 12.58%, #FFDB29 88.2%);
}
.product-eco .sector-title .wrap {
  width: 1300px;
}
.product-eco .sector-title .date {
  position: absolute;
  top: 701px;
  left: 139px;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.26px;
}
.product-eco .sector-compare {
  background: #F8F8F8;
  padding-top: 100px;
}
.product-eco .sector-pass {
  padding: 51px 0 100px;
}
.product-eco .sector-pass .main-title {
  margin-top: 9px;
}
.product-eco .sector-price {
  background-color: #F8F8F8;
}
.product-eco .sector-price .wrap {
  padding: 100px 0;
}
.product-eco .sector-price .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-price .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-price .flag {
  position: absolute;
  top: 0;
  right: 30px;
}
.product-eco .sector-price .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-price .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-price .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-price .item-title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
}
.product-eco .sector-price .item-title strong {
  font-weight: 900;
}
.product-eco .sector-price .item-title .fc-point {
  color: #FF8100;
}
.product-eco .sector-price .text-list {
  margin-top: 26px;
  padding: 12px 0;
  border-top: 1px solid #DEDEDE;
}
.product-eco .sector-price .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.product-eco .sector-price .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-price .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-price .text-list li .fc-point {
  color: #FF8100;
}
.product-eco .sector-price .text-list li + li {
  margin-top: 6px;
}
.product-eco .sector-price .info-bottom {
  margin-top: auto;
}
.product-eco .sector-price .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-price .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: 50px;
  border: solid #CFCFCF;
  border-width: 1px 0 0 0;
  min-height: 113px;
}
.product-eco .sector-price .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-price .price-before p {
  font-size: 18px;
  line-height: 121%;
  color: #959595;
}
.product-eco .sector-price .price-before .price {
  text-decoration: line-through;
}
.product-eco .sector-price .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-price .price-after .price {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 36px;
  line-height: 120%;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-price .price-after .price span {
  font-weight: 900;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-price .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-price .item-action {
  margin: 0 -15px;
}
.product-eco .sector-price .item-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-price .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    width: 10px;
  }
}
.product-eco .sector-price .item-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    height: 10px;
  }
}
.product-eco .sector-price .item-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-price .item-action a::before {
    margin-top: -5px;
  }
}
.product-eco .sector-price .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-price .item-action a::before {
    right: 20px;
  }
}
.product-eco .sector-price .item-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-price .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 .sector-benefit .wrap {
  padding: 100px 0;
}
.product-eco .sector-benefit .flag-benefit {
  position: absolute;
  top: 0;
  right: 35px;
}
.product-eco .sector-prove {
  background: #FFF7E1;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF7E1), to(#FFF7E1));
  background: linear-gradient(0deg, #FFF7E1 0%, #FFF7E1 100%);
}
.product-eco .sector-prove .wrap {
  padding-top: 100px;
}
.product-eco .sector-curriculum {
  padding-top: 50px;
  background: #FAFAFA;
}
.product-eco .sector-curriculum .text-notice {
  margin: 10px 59px 0;
  text-align: left;
}
.product-eco .sector-teacher {
  padding-top: 30px;
  background: #FAFAFA;
}
.product-eco .sector-teacher .tab-box {
  margin: 0 59px;
}
.product-eco .sector-teacher .tab-list li button {
  min-height: 73px;
  padding: 0;
  color: #6D6D6D;
  border-color: #CFCFCF;
}
.product-eco .sector-teacher .tab-view {
  position: relative;
}
.product-eco .sector-teacher .tab-view .btn-video-pop-open {
  position: absolute;
  top: 150px;
  right: 162px;
}
.product-eco .sector-book {
  padding: 30px 0 100px;
  background: #FAFAFA;
}
.product-eco .sector-book .eco-5302 .num {
  position: static;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.product-eco .sector-book .frame {
  background: #FAFAFA;
  background: linear-gradient(-25deg, #FAFAFA 40%, #fff 40%);
}
.product-eco .sector-book .title-box .review-text {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-book .title-box .review-user {
  color: #838383;
  font-size: 12px;
  font-style: normal;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.product-eco .sector-book .flag-best-seller {
  position: absolute;
  top: 92px;
  right: 310px;
}
.product-eco .sector-book .book-slide {
  -webkit-filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(10px 10px 10px rgba(0, 0, 0, 0.2));
  will-change: filter;
}
.product-eco .sector-book .book-slide .slick-slide {
  margin: 0 12px;
  font-size: 0;
}
.product-eco .sector-book .book-slide .slick-slide img {
  height: 190px;
}
.product-eco .sector-book .action-base {
  margin: 50px 33px 0;
  text-align: left;
}
.product-eco .sector-book .action-base button {
  padding-right: 10px;
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.42px;
}
.product-eco .sector-book .action-base button {
  position: relative;
  display: inline-block;
}
.product-eco .sector-book .action-base button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action-base button::before {
    width: 4px;
  }
}
.product-eco .sector-book .action-base button::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action-base button::before {
    height: 4px;
  }
}
.product-eco .sector-book .action-base button::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .action-base button::before {
    margin-top: -2px;
  }
}
.product-eco .sector-book .action-base button::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-book .action-base button::before {
    right: 8px;
  }
}
.product-eco .sector-book .action-base button::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-book .action-base button:before {
  right: 0;
}
.product-eco .sector-brand {
  background-color: #002B7E;
  background-image: url("//img.eduwill.net/eduwill/img/2026/B/product/260223/pc/bg_branding.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-band {
  padding: 42px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-band p {
  color: #FFF;
  font-size: 34px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.36px;
}
.product-eco .sector-band p strong {
  font-weight: 700;
  color: #FFD900;
}
.product-eco .sector-band small {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: -0.56px;
}/*# sourceMappingURL=web.css.map */