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

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

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

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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@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 .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 p,
.product-eco p,
.fullservice p {
  margin: 0;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}

.product-eco .wrap {
  width: 1200px;
}
.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .icon-pointer {
  position: relative;
  display: inline-block;
}
.product-eco .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_23.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) {
  .product-eco .icon-pointer::after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer::after {
    height: 65px;
  }
}
@-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 .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: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.product-eco .star-text {
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.product-eco .sub-text {
  margin-top: 37px;
  color: #000;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -1.2px;
}
.product-eco .sub-text strong {
  font-weight: 700;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box p.main-title {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1.44px;
  color: #000;
}
.product-eco .title-box p.main-title strong {
  font-weight: 700;
}
.product-eco .title-box p.num-title {
  display: inline-block;
  width: 140px;
  padding: 12px 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .title-box p.num-title + .main-title {
  font-size: 22px;
  letter-spacing: -0.88px;
}
.product-eco .title-box .star-text {
  margin-top: 10px;
}
.product-eco .frame {
  margin: 0 20px;
  padding: 39px 59px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #fff;
}
.product-eco .frame .title-box {
  margin-bottom: 40px;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-eco .tab-box .tab-list li {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .tab-box .tab-list li img {
  position: absolute;
}
.product-eco .tab-box .tab-list li:not(.active) {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.product-eco .tab-box .tab-view {
  position: relative;
}
.product-eco .tab-box .tab-view:not(.active) {
  display: none;
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  border-top: 5px solid #FFC801;
  background: -webkit-gradient(linear, left top, left bottom, from(#2F2F2F), to(#000));
  background: linear-gradient(180deg, #2F2F2F 0%, #000 100%);
}
.product-eco .fix-bottom .icon-pointer:after {
  right: 120px;
}
.product-eco .sector-title {
  position: relative;
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_131/product/250908_2/pc/bg_title.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto 100%;
  border-top: 6px solid #FFBF01;
  padding-bottom: 103px;
}
.product-eco .sector-title .title-1 {
  margin-top: 43px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.6px;
}
.product-eco .sector-title .text-base {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.84px;
}
.product-eco .sector-title .title-2 {
  margin-top: 48px;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.88px;
}
.product-eco .sector-title .title-3 {
  margin-top: 33px;
  color: #FFF;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 108px;
  font-weight: 700;
  letter-spacing: -4.32px;
  line-height: 1.2;
}
.product-eco .sector-title .title-3 .fc-point {
  color: #FFBF00;
  font-family: inherit;
}
.product-eco .sector-title .action {
  margin-top: 48px;
}
.product-eco .sector-title .action a {
  position: relative;
  display: inline-block;
  border-radius: 100px;
  overflow: hidden;
}
.product-eco .sector-title .action a img {
  position: relative;
  z-index: 1;
}
.product-eco .sector-title .action a:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  border-radius: 100px;
  background: #A0E91B;
  background: linear-gradient(281deg, #A0E91B 37.29%, #FCD101 66.01%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.product-eco .sector-title .action a:hover:before {
  left: 0;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background-color: #fff;
}
.product-eco .sector-item {
  padding: 100px 0;
  background-color: #F1F1F1;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_131/product/250908_2/pc/bg_item.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-item .box-item {
  position: relative;
  padding: 33px 26px;
  margin: 0 20px;
  text-align: left;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-item .box-item + .box-item {
  margin-top: 20px;
}
.product-eco .sector-item .info-top-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product-eco .sector-item .info-top-area .title-1 {
  margin-bottom: 24px;
  color: #6A6A6A;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 220%;
  letter-spacing: -0.72px;
}
.product-eco .sector-item .info-top-area .title-2 {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-top-area .title-2 strong {
  font-weight: 700;
}
.product-eco .sector-item .info-top-area .price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: -30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: right;
}
.product-eco .sector-item .info-top-area .price-list .price-before {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -9px;
  position: relative;
  font-size: 0;
}
.product-eco .sector-item .info-top-area .price-list .price-before .price {
  color: #AAA;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -1px;
  text-decoration-line: line-through;
}
.product-eco .sector-item .info-top-area .price-list .price-after {
  line-height: 52px;
  color: #171923;
}
.product-eco .sector-item .info-top-area .price-list .price-after .price {
  font-family: inherit;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #000;
  vertical-align: top;
}
.product-eco .sector-item .info-top-area .price-list .price-after .price strong {
  display: inline-block;
  font-weight: 900;
  color: #000;
  vertical-align: top;
}
.product-eco .sector-item .info-bottom-area {
  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: 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;
  margin-top: 50px;
  border-top: 1px solid #DEDEDE;
  padding: 32px 39px;
}
.product-eco .sector-item .info-bottom-area .info {
  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: 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: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.72px;
}
.product-eco .sector-item .info-bottom-area .info:not(:last-child, :first-child) {
  -webkit-box-flex: 225px;
      -ms-flex: 225px 0 0px;
          flex: 225px 0 0;
}
.product-eco .sector-item .info-bottom-area .info:first-child {
  width: 195px;
}
.product-eco .sector-item .info-bottom-area .info p {
  color: #171717;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.842px;
}
.product-eco .sector-item .info-bottom-area .info ul li {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -1px;
}
.product-eco .sector-item .info-bottom-area .info + .info {
  border-left: 1px solid #CFCFCF;
  padding-left: 29px;
}
.product-eco .sector-item .action a {
  display: inline-block;
  width: 100%;
  padding: 26px 35px;
  border-radius: 8px;
  background: #646464;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: normal;
  vertical-align: top;
}
.product-eco .sector-item .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  margin-top: -0.8333333333vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3.3333333333vw;
  border-top-width: 0.4166666667vw;
  border-right-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    height: 12px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    margin-top: -6px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    right: 24px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    border-top-width: 3px;
  }
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .action a::before {
    border-right-width: 3px;
  }
}
.product-eco .sector-item .action a:before {
  right: 35px;
}
.product-eco .sector-item .star-text {
  margin: 10px 20px 0;
  color: rgba(0, 0, 0, 0.5);
  text-align: left;
}
.product-eco .sector-why {
  padding: 100px 0;
  background-color: #F8F8F8;
}
.product-eco .sector-why p.main-title {
  font-weight: 700;
}
.product-eco .sector-target {
  padding: 100px 0;
  background: #FFDB70;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDB70), to(#FFBF00));
  background: linear-gradient(180deg, #FFDB70 0%, #FFBF00 100%);
}
.product-eco .sector-target p.main-title {
  font-weight: 700;
}
.product-eco .sector-target p.sub-text strong {
  color: #473434;
}
.product-eco .sector-target .box-list {
  gap: 23px;
}
.product-eco .sector-band {
  padding: 48px 0;
  background: #444;
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
  background: linear-gradient(180deg, #444 0%, #000 100%);
}
.product-eco .sector-band p {
  color: #EBEBEB;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.56px;
}
.product-eco .sector-band strong {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.2px;
}
.product-eco .sector-band strong.fc-point, .product-eco .sector-band strong .fc-point {
  color: #FFD800;
}
.product-eco .sector-band strong .fc-point {
  font-family: inherit;
  font-weight: inherit;
}
.product-eco .cont-reason-wrap {
  padding: 100px 0;
  background-color: #F8F8F8;
}
.product-eco .cont-reason-wrap [class^=sector-reason] + [class^=sector-reason] {
  margin-top: 24px;
}
.product-eco .sector-reason1 .curriculum-step-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: 44px;
}
.product-eco .sector-reason1 .curriculum-step-list li {
  display: -ms-inline-flex;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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: 194px;
  height: 194px;
  border-radius: 97px;
  background-color: #FFFAE7;
  border: 1px solid #FA0;
  color: #B68266;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.32px;
}
.product-eco .sector-reason1 .curriculum-step-list li.on {
  background: #FFC44D;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC44D), to(rgba(255, 110, 0, 0.8)));
  background: linear-gradient(180deg, #FFC44D 0%, rgba(255, 110, 0, 0.8) 100%);
  border: 2px solid #000;
  color: #000;
  font-weight: 900;
}
.product-eco .sector-reason1 .curriculum-step-list li + li {
  position: relative;
}
.product-eco .sector-reason1 .curriculum-step-list li + li:before {
  position: absolute;
  left: -34px;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_131/product/250908_2/mobile/ico_step_arw.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-reason1 .box-list {
  margin-top: 50px;
}
.product-eco .sector-reason1 .box-list .box {
  padding: 34px 0;
  -webkit-box-flex: 515px;
      -ms-flex: 515px 0 0px;
          flex: 515px 0 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
}
.product-eco .sector-reason1 .box-list .box p {
  color: #000;
  font-size: 18px;
  font-weight: 350;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.product-eco .sector-reason1 .box-list .box p strong {
  font-weight: 700;
}
.product-eco .sector-reason2 .frame, .product-eco .sector-reason4 .frame {
  padding-right: 0;
  padding-left: 0;
}
.product-eco .sector-reason3 .frame {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.product-eco .sector-brand {
  padding: 90px 0 60px;
  background: #FFF9EB;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF9EB), to(#FFF));
  background: linear-gradient(180deg, #FFF9EB 0%, #FFF 100%);
}/*# sourceMappingURL=web.css.map */