@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 .sector-review .slide-box .slick-dots {
  font-size: 0;
}
.product-eco .sector-review .slide-box .slick-dots li {
  display: inline-block;
}
.product-eco .sector-review .slide-box .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 {
  -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 .wrap {
  max-width: 720px;
}
.product-eco .only-pc {
  display: none;
}
.product-eco .only-mobile {
  display: block;
}
@media screen and (min-width: 1200px) {
  .product-eco .wrap {
    width: 1200px;
    max-width: unset;
  }
  .product-eco .only-pc {
    display: block;
  }
  .product-eco .only-mobile {
    display: none;
  }
}
.product-eco .num-title {
  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;
  border-radius: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .num-title {
    border-radius: 8px;
  }
}
.product-eco .num-title {
  border: 1px solid #E6E6E6;
  background: #FFF;
  width: 20vw;
}
@media screen and (min-width: 720px) {
  .product-eco .num-title {
    width: 144px;
  }
}
.product-eco .num-title {
  height: 6.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .num-title {
    height: 48px;
  }
}
.product-eco .num-title {
  color: #222;
  text-align: center;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .num-title {
    font-size: 20px;
  }
}
.product-eco .num-title {
  font-style: normal;
  font-weight: 900;
  line-height: 1;
  margin: 0 auto 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .num-title {
    margin: 0 auto 30px;
  }
}
.product-eco .title-box {
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box {
    margin-bottom: 40px;
  }
}
.product-eco .title-box .sup-title {
  margin-bottom: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sup-title {
    margin-bottom: 4px;
  }
}
.product-eco .title-box .sup-title {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sup-title {
    font-size: 28px;
  }
}
.product-eco .title-box .sup-title {
  line-height: 1.4;
  letter-spacing: -0.1555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sup-title {
    letter-spacing: -1.12px;
  }
}
.product-eco .title-box .sup-title strong {
  font-family: inherit;
}
.product-eco .title-box .main-title {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #222;
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .main-title {
    font-size: 36px;
  }
}
.product-eco .title-box .main-title {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .main-title {
    letter-spacing: -1.44px;
  }
}
.product-eco .title-box .main-title {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .title-box .main-title strong {
  font-weight: 800;
  font-family: inherit;
}
.product-eco .title-box .main-title .fc-point {
  color: #FFBF00;
}
.product-eco .title-box .main-title.white {
  color: #fff;
}
.product-eco .title-box .sub-title {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sub-title {
    margin-top: 10px;
  }
}
.product-eco .title-box .sub-title {
  color: #222;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sub-title {
    font-size: 28px;
  }
}
.product-eco .title-box .sub-title {
  line-height: 1.4;
  letter-spacing: -0.1555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sub-title {
    letter-spacing: -1.12px;
  }
}
.product-eco .title-box .sub-title {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (min-width: 1200px) {
  .product-eco .title-box .sup-title {
    font-size: 24px;
  }
  .product-eco .title-box .sub-title {
    font-size: 24px;
  }
}
.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: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .box-list {
    gap: 30px;
  }
}
.product-eco .box-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-eco .tab-box .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  gap: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-list {
    gap: 16px;
  }
}
.product-eco .tab-box .tab-list {
  margin: 0 3.3333333333vw 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-list {
    margin: 0 24px 56px;
  }
}
.product-eco .tab-box .tab-list .tab-item button {
  padding: 2.2222222222vw 6.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-list .tab-item button {
    padding: 16px 48px;
  }
}
.product-eco .tab-box .tab-list .tab-item button {
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-list .tab-item button {
    border-radius: 16px;
  }
}
.product-eco .tab-box .tab-list .tab-item button {
  background: rgba(255, 255, 255, 0.05);
  color: #6B7280;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-list .tab-item button {
    font-size: 24px;
  }
}
.product-eco .tab-box .tab-list .tab-item button {
  font-weight: 800;
  line-height: 1.2;
}
.product-eco .tab-box .tab-list .tab-item.active button {
  background-color: #FFD600;
  color: #1A1A1A;
  font-weight: 800;
}
@media screen and (min-width: 1200px) {
  .product-eco .tab-box .tab-list {
    margin-bottom: 40px;
  }
  .product-eco .tab-box .tab-list .tab-item button {
    font-size: 16px;
  }
}
.product-eco .tab-box .tab-view {
  display: none;
}
.product-eco .tab-box .tab-view.active {
  display: block;
}
.product-eco .text-notice {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .text-notice {
    margin-top: 20px;
  }
}
.product-eco .text-notice {
  color: #D1D1D1;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .text-notice {
    font-size: 16px;
  }
}
.product-eco .text-notice {
  line-height: 1.2;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .text-notice {
    letter-spacing: -0.16px;
  }
}
.product-eco .text-notice {
  font-weight: 300;
}
.product-eco .sector-correctanswer .wrap, .product-eco .sector-curriculum .wrap, .product-eco .sector-lecturetime .wrap {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-correctanswer .wrap, .product-eco .sector-curriculum .wrap, .product-eco .sector-lecturetime .wrap {
    width: 640px;
  }
}
.product-eco .sector-correctanswer .wrap, .product-eco .sector-curriculum .wrap, .product-eco .sector-lecturetime .wrap {
  margin: 0 auto;
  padding: 5.5555555556vw 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-correctanswer .wrap, .product-eco .sector-curriculum .wrap, .product-eco .sector-lecturetime .wrap {
    padding: 40px 38px;
  }
}
.product-eco .sector-correctanswer .wrap, .product-eco .sector-curriculum .wrap, .product-eco .sector-lecturetime .wrap {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-correctanswer .wrap, .product-eco .sector-curriculum .wrap, .product-eco .sector-lecturetime .wrap {
    border-radius: 10px;
  }
}
.product-eco .sector-correctanswer .wrap, .product-eco .sector-curriculum .wrap, .product-eco .sector-lecturetime .wrap {
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .sector-correctanswer .wrap .title-box .main-title, .product-eco .sector-curriculum .wrap .title-box .main-title, .product-eco .sector-lecturetime .wrap .title-box .main-title {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-correctanswer .wrap .title-box .main-title, .product-eco .sector-curriculum .wrap .title-box .main-title, .product-eco .sector-lecturetime .wrap .title-box .main-title {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-correctanswer .wrap, .product-eco .sector-curriculum .wrap, .product-eco .sector-lecturetime .wrap {
    width: 1160px;
  }
}
.product-eco .base {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .base {
    margin-top: 30px;
  }
}
.product-eco .base {
  color: #666;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .base {
    font-size: 16px;
  }
}
.product-eco .base {
  font-weight: 300;
  line-height: 130%;
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .base {
    letter-spacing: -0.8px;
  }
}
.product-eco .sector-title {
  background: #011336;
  background: -webkit-gradient(linear, left top, left bottom, from(#011336), color-stop(91%, #001d54), color-stop(91%, #001d58), to(#00205c));
  background: linear-gradient(to bottom, #011336 0%, #001d54 91%, #001d58 91%, #00205c 100%);
}
.product-eco .sector-title .slide-container {
  display: none;
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-title .img {
    position: relative;
    z-index: 1;
  }
  .product-eco .sector-title .slide-container {
    display: block;
    position: absolute;
    top: 764px;
    right: 0;
    left: 0;
  }
  .product-eco .sector-title .slide-container .slide-list {
    margin: 0 16px;
    font-size: 20px;
    font-weight: 900;
    color: rgba(255, 244, 207, 0.35);
    letter-spacing: -0.36px;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .product-eco .sector-title .slide-container + .slide-container {
    top: 814px;
  }
  .product-eco .sector-title .slide-container + .slide-container .slide-list {
    font-size: 14px;
    color: rgba(255, 244, 207, 0.2);
    letter-spacing: -0.26px;
  }
}
.product-eco .sector-newmember {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.84%, #FFBF00), color-stop(90.52%, #FFA800)), -webkit-gradient(linear, left top, left bottom, from(#FFFBC2), to(#FFFEEF));
  background: linear-gradient(180deg, #FFBF00 28.84%, #FFA800 90.52%), linear-gradient(180deg, #FFFBC2 0%, #FFFEEF 100%);
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-newmember {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-newmember {
    background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260625/pc/newmember_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
.product-eco .sector-newmember .title-box {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-newmember .title-box {
    margin-bottom: 20px;
  }
}
.product-eco .sector-newmember .img-box {
  padding: 0 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-newmember .img-box {
    padding: 0 15px;
  }
}
.product-eco .sector-newmember .action {
  background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000)), #000;
  background: linear-gradient(180deg, #444 0%, #000 100%), #000;
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-newmember .action {
    width: 640px;
  }
}
.product-eco .sector-newmember .action {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-newmember .action {
    width: 844px;
  }
}
.product-eco .sector-newmember .action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 11.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-newmember .action a {
    height: 84px;
  }
}
.product-eco .sector-newmember .action a {
  -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: #fff;
  text-align: center;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-newmember .action a {
    font-size: 26px;
  }
}
.product-eco .sector-newmember .action a {
  font-weight: 700;
  letter-spacing: -1px;
}
.product-eco .sector-reason {
  padding: 13.8888888889vw 0 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason {
    padding: 100px 0 0;
  }
}
.product-eco .sector-reason {
  background: rgba(207, 205, 255, 0.2);
}
.product-eco .sector-lecturetime {
  padding-bottom: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecturetime {
    padding-bottom: 60px;
  }
}
.product-eco .sector-lecturetime {
  background: rgba(207, 205, 255, 0.2);
}
.product-eco .sector-curriculum {
  padding-bottom: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum {
    padding-bottom: 60px;
  }
}
.product-eco .sector-curriculum {
  background: rgba(207, 205, 255, 0.2);
}
.product-eco .sector-correctanswer {
  padding-bottom: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-correctanswer {
    padding-bottom: 100px;
  }
}
.product-eco .sector-correctanswer {
  background: rgba(207, 205, 255, 0.2);
}
.product-eco .sector-book {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book {
    padding: 100px 0;
  }
}
.product-eco .sector-book {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260625/mobile/book_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-book {
    background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260625/pc/book_bg.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
}
.product-eco .sector-book .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box {
    gap: 12px;
  }
}
.product-eco .sector-book .list-box > div {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div {
    padding: 30px;
  }
}
.product-eco .sector-book .list-box > div {
  gap: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div {
    gap: 5px;
  }
}
.product-eco .sector-book .list-box > div {
  color: #444;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div {
    font-size: 18px;
  }
}
.product-eco .sector-book .list-box > div {
  font-weight: 400;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div {
    letter-spacing: -0.16px;
  }
}
.product-eco .sector-book .list-box > div {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div {
    border-width: 3px;
  }
}
.product-eco .sector-book .list-box > div {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div {
    border-radius: 20px;
  }
}
.product-eco .sector-book .list-box > div {
  border-style: solid;
  border-color: #FFF;
  background: linear-gradient(140deg, #FFF 48.58%, #CFCDFF 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-book .list-box > div strong {
  color: #000;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div strong {
    font-size: 26px;
  }
}
.product-eco .sector-book .list-box > div strong {
  font-weight: 800;
  letter-spacing: -0.0611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div strong {
    letter-spacing: -0.44px;
  }
}
.product-eco .sector-book .slide-box {
  position: relative;
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .slide-box {
    margin-top: 60px;
  }
}
.product-eco .sector-book .slide-box .swiper-wrapper {
  position: relative;
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important;
}
.product-eco .sector-book .slide-box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 43.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .slide-box .swiper-slide {
    height: 311px;
  }
}
.product-eco .sector-book .slide-box .swiper-slide {
  margin: 0 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .slide-box .swiper-slide {
    margin: 0 6px;
  }
}
.product-eco .sector-book .slide-box .swiper-slide img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.product-eco .sector-book .flag {
  position: absolute;
  top: -2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag {
    top: -20px;
  }
}
.product-eco .sector-book .flag {
  left: 50%;
  z-index: 1;
  width: 26.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag {
    width: 188px;
  }
}
.product-eco .sector-book .flag {
  margin-left: 23.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag {
    margin-left: 170px;
  }
}
.product-eco .sector-book .text-notice {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .text-notice {
    margin-top: 30px;
  }
}
.product-eco .sector-system {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-system {
    padding: 100px 0;
  }
}
.product-eco .sector-system {
  background: linear-gradient(159deg, rgba(255, 255, 255, 0.2) 14%, rgba(207, 205, 255, 0.2) 51.44%), #FFF;
}
.product-eco .sector-system .title-box {
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-system .title-box {
    margin-bottom: 40px;
  }
}
.product-eco .sector-system .img-box {
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-system .img-box {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-system .img-box {
    padding: 0;
  }
}
.product-eco .sector-teacher {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher {
    padding: 100px 0;
  }
}
.product-eco .sector-teacher {
  background: #fff;
}
.product-eco .sector-teacher .box-list {
  gap: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list {
    gap: 7px;
  }
}
.product-eco .sector-teacher .box-list > div {
  position: relative;
  width: 28.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list > div {
    width: 206px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-teacher .box-list > div {
    width: 224px;
  }
}
.product-eco .sector-teacher .box-list > div .teacher-motto {
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list > div .teacher-motto {
    margin-top: 12px;
  }
}
.product-eco .sector-teacher .box-list > div .teacher-motto {
  color: #460805;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list > div .teacher-motto {
    font-size: 18px;
  }
}
.product-eco .sector-teacher .box-list > div .teacher-motto {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list > div .teacher-motto {
    letter-spacing: -0.5px;
  }
}
.product-eco .sector-teacher .box-list > div .teacher-motto {
  white-space: pre-line;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-teacher .box-list > div .teacher-motto {
    position: absolute;
    left: 15px;
    top: 209px;
    text-align: left;
    color: #F5F5F6;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.45;
    letter-spacing: -0.14px;
    white-space: pre-line;
  }
}
.product-eco .sector-teacher .box-list .teacher-img {
  position: relative;
  height: 32.3611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list .teacher-img {
    height: 233px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-teacher .box-list .teacher-img {
    height: 342px;
  }
}
.product-eco .sector-teacher .box-list .teacher-img {
  overflow: hidden;
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list .teacher-img {
    border-radius: 16px;
  }
}
.product-eco .sector-teacher .box-list .teacher-img {
  border: 1px solid #FFF5D9;
  background: -webkit-gradient(linear, left top, left bottom, from(#7C7871), to(#141416));
  background: linear-gradient(180deg, #7C7871 0%, #141416 100%);
}
.product-eco .sector-teacher .box-list .teacher-img::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 14.5833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list .teacher-img::after {
    height: 105px;
  }
}
.product-eco .sector-teacher .box-list .teacher-img::after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(86.36%, #000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 86.36%);
}
.product-eco .sector-teacher .box-list .teacher-img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.product-eco .sector-teacher .box-list .teacher-info {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list .teacher-info {
    padding: 15px;
  }
}
.product-eco .sector-teacher .box-list .teacher-info {
  text-align: left;
}
.product-eco .sector-teacher .box-list .teacher-info .name {
  color: #F5F5F6;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list .teacher-info .name {
    font-size: 24px;
  }
}
.product-eco .sector-teacher .box-list .teacher-info .name {
  font-weight: 700;
  letter-spacing: -0.0208333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list .teacher-info .name {
    letter-spacing: -0.15px;
  }
}
.product-eco .sector-teacher .box-list .teacher-info .subject {
  margin-top: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list .teacher-info .subject {
    margin-top: 5px;
  }
}
.product-eco .sector-teacher .box-list .teacher-info .subject {
  color: rgba(245, 245, 246, 0.5);
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list .teacher-info .subject {
    font-size: 18px;
  }
}
.product-eco .sector-teacher .box-list .teacher-info .subject {
  font-weight: 400;
  letter-spacing: -0.0201388889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list .teacher-info .subject {
    letter-spacing: -0.145px;
  }
}
.product-eco .sector-orientation {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation {
    padding: 100px 0;
  }
}
.product-eco .sector-orientation {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260625/pc/orientation_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-orientation::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: #FFBF00;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(28.84%, #FFBF00), color-stop(90.52%, #FFA800));
  background: linear-gradient(180deg, #FFBF00 28.84%, #FFA800 90.52%);
}
.product-eco .sector-orientation .video-slide {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .video-slide {
    width: 640px;
  }
}
.product-eco .sector-orientation .video-slide {
  height: 50vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .video-slide {
    height: 360px;
  }
}
.product-eco .sector-orientation .video-slide {
  margin: 0 auto;
}
.product-eco .sector-orientation .video-slide div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .video-slide div {
    border-radius: 20px;
  }
}
.product-eco .sector-orientation .video-slide iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-orientation .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev {
    width: 64px;
  }
}
.product-eco .sector-orientation .slick-arrow.slick-prev {
  height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev {
    height: 64px;
  }
}
.product-eco .sector-orientation .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: -47.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev {
    margin-left: -340px;
  }
}
.product-eco .sector-orientation .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-orientation .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev::before {
    width: 16px;
  }
}
.product-eco .sector-orientation .slick-arrow.slick-prev::before {
  height: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev::before {
    height: 16px;
  }
}
.product-eco .sector-orientation .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.88);
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .sector-orientation .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next {
    width: 64px;
  }
}
.product-eco .sector-orientation .slick-arrow.slick-next {
  height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next {
    height: 64px;
  }
}
.product-eco .sector-orientation .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: -47.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next {
    margin-right: -340px;
  }
}
.product-eco .sector-orientation .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.6);
}
.product-eco .sector-orientation .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next::before {
    width: 16px;
  }
}
.product-eco .sector-orientation .slick-arrow.slick-next::before {
  height: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next::before {
    height: 16px;
  }
}
.product-eco .sector-orientation .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.88);
  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: 1200px) {
  .product-eco .sector-orientation .video-slide {
    width: 845px;
    height: 472px;
  }
  .product-eco .sector-orientation .video-slide .slick-slide {
    width: 117.3611111111vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .video-slide .slick-slide {
    width: 845px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 8.8888888889vw;
    height: 8.8888888889vw;
    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: -72.2222222222vw;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev {
    width: 64px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev {
    height: 64px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev {
    margin-left: -520px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.88);
    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: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev::before {
    width: 16px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-prev::before {
    height: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-orientation .slick-arrow.slick-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    display: block;
    width: 8.8888888889vw;
    height: 8.8888888889vw;
    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: -72.2222222222vw;
    background: rgba(0, 0, 0, 0.6);
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next {
    width: 64px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next {
    height: 64px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next {
    margin-right: -520px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-orientation .slick-arrow.slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2.2222222222vw;
    height: 2.2222222222vw;
    border-width: 0;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.88);
    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: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next::before {
    width: 16px;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-orientation .slick-arrow.slick-next::before {
    height: 16px;
  }
}
.product-eco .sector-review {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review {
    padding: 100px 0;
  }
}
.product-eco .sector-review .slide-box {
  overflow: hidden;
}
.product-eco .sector-review .slide-box + .title-box {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-box + .title-box {
    margin-top: 40px;
  }
}
.product-eco .sector-review .slide-box .review-slide {
  width: 100%;
  margin: 0 auto;
}
.product-eco .sector-review .slide-box .slick-slide {
  width: 91.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-box .slick-slide {
    width: 660px;
  }
}
.product-eco .sector-review .slide-box .slick-slide {
  margin: 0 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-box .slick-slide {
    margin: 0 10px;
  }
}
.product-eco .sector-review .slide-box .slick-slide {
  opacity: 0.5;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  -webkit-transition: opacity 0.6s ease, -webkit-filter 0.6s ease;
  transition: opacity 0.6s ease, -webkit-filter 0.6s ease;
  transition: filter 0.6s ease, opacity 0.6s ease;
  transition: filter 0.6s ease, opacity 0.6s ease, -webkit-filter 0.6s ease;
}
.product-eco .sector-review .slide-box .slick-slide img {
  width: 100%;
  display: block;
}
.product-eco .sector-review .slide-box .slick-slide.slick-current {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.product-eco .sector-review .slide-box .slick-dots {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-box .slick-dots {
    margin-top: 20px;
  }
}
.product-eco .sector-review .slide-box .slick-dots li {
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-box .slick-dots li {
    width: 12px;
  }
}
.product-eco .sector-review .slide-box .slick-dots li {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-box .slick-dots li {
    height: 12px;
  }
}
.product-eco .sector-review .slide-box .slick-dots li {
  margin: 0 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-box .slick-dots li {
    margin: 0 6px;
  }
}
.product-eco .sector-review .slide-box .slick-dots li {
  border-radius: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-box .slick-dots li {
    border-radius: 12px;
  }
}
.product-eco .sector-review .slide-box .slick-dots li {
  background-color: #000;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.product-eco .sector-review .slide-box .slick-dots li.slick-active {
  opacity: 1;
  width: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .slide-box .slick-dots li.slick-active {
    width: 36px;
  }
}
.product-eco .sector-item {
  padding: 13.8888888889vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item {
    padding: 100px 40px;
  }
}
.product-eco .sector-item {
  background: #FFF3C8;
}
.product-eco .sector-item .item {
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item {
    padding: 30px;
  }
}
.product-eco .sector-item .item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item {
    border-radius: 12px;
  }
}
.product-eco .sector-item .item {
  border-style: solid;
  border-color: #fff;
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item {
    border-width: 3px;
  }
}
.product-eco .sector-item .item {
  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%);
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-item .item {
    padding: 5.8333333333vw 6.25vw 4.1666666667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-item .item {
    padding: 42px 45px 30px;
  }
}
.product-eco .sector-item .item .subject {
  text-align: left;
}
.product-eco .sector-item .item .subject .label {
  padding: 0.4166666667vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .subject .label {
    padding: 3px 30px;
  }
}
.product-eco .sector-item .item .subject .label {
  line-height: 1;
  margin-bottom: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .subject .label {
    margin-bottom: 8px;
  }
}
.product-eco .sector-item .item .subject .label {
  color: #121212;
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .subject .label {
    font-size: 14px;
  }
}
.product-eco .sector-item .item .subject .label {
  font-weight: 700;
  letter-spacing: 0.96px;
  border-radius: 999px;
  background: #FFD525;
  display: inline-block;
}
.product-eco .sector-item .item .subject .title {
  font-size: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .subject .title {
    font-size: 42px;
  }
}
.product-eco .sector-item .item .subject .title {
  font-weight: 900;
  color: #1A1A1A;
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-item .item .subject .title {
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-item .item .subject .title {
    font-size: 28px;
  }
}
.product-eco .sector-item .item .notice {
  width: 100%;
  text-align: left;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .notice {
    margin-top: 10px;
  }
}
.product-eco .sector-item .item .notice {
  color: #999;
  word-break: keep-all;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .notice {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-item .item .notice {
    font-size: 1.6666666667vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-item .item .notice {
    font-size: 12px;
  }
}
.product-eco .sector-item .item .price {
  text-align: left;
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-item .item .price {
    margin-top: 2.7777777778vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: right;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-item .item .price {
    margin-top: 20px;
  }
}
.product-eco .sector-item .item .price .before {
  color: rgba(34, 34, 34, 0.4);
  text-decoration: line-through;
  margin-right: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .price .before {
    margin-right: 5px;
  }
}
.product-eco .sector-item .item .price .before {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .price .before {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-item .item .price .before {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-item .item .price .before {
    font-size: 16px;
  }
}
.product-eco .sector-item .item .price .after {
  color: #222;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .price .after {
    font-size: 18px;
  }
}
.product-eco .sector-item .item .price .after strong {
  font-weight: 900;
  font-size: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .price .after strong {
    font-size: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-item .item .price .after strong {
    font-size: 5.2777777778vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-item .item .price .after strong {
    font-size: 38px;
  }
}
.product-eco .sector-item .item .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #E6E6E6;
  padding-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .list {
    padding-top: 10px;
  }
}
.product-eco .sector-item .item .list {
  margin-top: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .list {
    margin-top: 24px;
  }
}
.product-eco .sector-item .item .list {
  margin-bottom: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .list {
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-item .item .list {
    padding-top: 3.3333333333vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-item .item .list {
    padding-top: 24px;
  }
}
.product-eco .sector-item .item .list li {
  position: relative;
  width: 100%;
  padding-left: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .list li {
    padding-left: 30px;
  }
}
.product-eco .sector-item .item .list li {
  text-align: left;
  margin-top: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .list li {
    margin-top: 18px;
  }
}
.product-eco .sector-item .item .list li {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .list li {
    font-size: 24px;
  }
}
.product-eco .sector-item .item .list li {
  line-height: 1.5;
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-item .item .list li {
    width: 33.333%;
  }
  .product-eco .sector-item .item .list li:nth-child(-n+3) {
    margin-top: 0;
  }
  .product-eco .sector-item .item .list li {
    font-size: 2.0833333333vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-item .item .list li {
    font-size: 15px;
  }
}
.product-eco .sector-item .item .list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .list li:before {
    top: 2px;
  }
}
.product-eco .sector-item .item .list li:before {
  width: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .list li:before {
    width: 20px;
  }
}
.product-eco .sector-item .item .list li:before {
  height: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .list li:before {
    height: 20px;
  }
}
.product-eco .sector-item .item .list li:before {
  background: url("//img.eduwill.net/eduwill/img/2026/L/product/260625/mobile/ico_check.png") no-repeat 0 0;
  background-size: cover;
}
.product-eco .sector-item .item .action {
  width: 100%;
}
.product-eco .sector-item .item .action .btn-apply {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#FFEC72), to(#FC0));
  background: linear-gradient(90deg, #FFEC72 0%, #FC0 100%);
  padding: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .action .btn-apply {
    padding: 18px;
  }
}
.product-eco .sector-item .item .action .btn-apply {
  font-weight: 700;
  border-radius: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .action .btn-apply {
    border-radius: 12px;
  }
}
.product-eco .sector-item .item .action .btn-apply span {
  padding-right: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .action .btn-apply span {
    padding-right: 30px;
  }
}
.product-eco .sector-item .item .action .btn-apply span {
  color: #121212;
}
.product-eco .sector-item .item .action .btn-apply span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item .action .btn-apply span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .action .btn-apply span::before {
    width: 6px;
  }
}
.product-eco .sector-item .item .action .btn-apply span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .action .btn-apply span::before {
    height: 6px;
  }
}
.product-eco .sector-item .item .action .btn-apply span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .action .btn-apply span::before {
    margin-top: -3px;
  }
}
.product-eco .sector-item .item .action .btn-apply span::before {
  border-width: 0;
  border-style: solid;
  border-color: #121212;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .action .btn-apply span::before {
    right: 12px;
  }
}
.product-eco .sector-item .item .action .btn-apply span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .item .action .btn-apply span {
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item .action .btn-apply span {
    font-size: 26px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-item .item .action .btn-apply span {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 720px) {
  .product-eco .sector-item .item .action .btn-apply span {
    font-size: 18px;
  }
}
.product-eco .sector-benefit {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit {
    padding: 100px 0;
  }
}
.product-eco .sector-benefit {
  background: linear-gradient(159deg, rgba(255, 255, 255, 0.2) 14%, rgba(207, 205, 255, 0.2) 51.44%), #FFF;
}
.product-eco .sector-benefit .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list {
    gap: 20px;
  }
}
.product-eco .sector-benefit .box-list {
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list {
    padding: 0 40px;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .sector-benefit .box-list {
    padding: 0;
  }
}/*# sourceMappingURL=eco_7435.css.map */