@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 .wrap {
  max-width: 720px;
}
.product-eco .only-pc {
  display: none;
}
.product-eco .title-box {
  margin-bottom: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box {
    margin-bottom: 60px;
  }
}
.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: 600;
  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 .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;
}
.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;
}
.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: #999;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .text-notice {
    font-size: 18px;
  }
}
.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 .sector-title {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 219, 41, 0.18)), to(rgba(255, 219, 41, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(30.81%, #FFF99F), color-stop(99.78%, #F9CF00));
  background: linear-gradient(180deg, rgba(255, 219, 41, 0.18) 0%, rgba(255, 219, 41, 0) 100%), linear-gradient(180deg, #FFF99F 30.81%, #F9CF00 99.78%);
}
.product-eco .sector-title .wrap {
  padding: 8.3333333333vw 5.5555555556vw 10vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .wrap {
    padding: 60px 40px 72px;
  }
}
.product-eco .sector-title .wrap {
  background-color: #FFF99F;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260521/mobile/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-title .laurel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-wrap {
    gap: 16px;
  }
}
.product-eco .sector-title .laurel-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-title .laurel-wrap .laurel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 22.6388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-wrap .laurel {
    min-width: 163px;
  }
}
.product-eco .sector-title .laurel-wrap .laurel {
  min-height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-wrap .laurel {
    min-height: 64px;
  }
}
.product-eco .sector-title .laurel-wrap .laurel {
  padding: 0 5.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-wrap .laurel {
    padding: 0 41px;
  }
}
.product-eco .sector-title .laurel-wrap .laurel {
  color: #77560E;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-wrap .laurel {
    font-size: 22px;
  }
}
.product-eco .sector-title .laurel-wrap .laurel {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.1833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-wrap .laurel {
    letter-spacing: -1.32px;
  }
}
.product-eco .sector-title .laurel-wrap .laurel strong {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-wrap .laurel strong {
    font-size: 24px;
  }
}
.product-eco .sector-title .laurel-wrap .laurel strong {
  font-weight: 700;
}
.product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 3.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
    width: 27px;
  }
}
.product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
  height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
    height: 64px;
  }
}
.product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/event/260211/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-title .laurel-wrap .laurel:before {
  left: 0;
}
.product-eco .sector-title .laurel-wrap .laurel:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-eco .sector-title .title-1 {
  margin-top: 7.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-1 {
    margin-top: 51px;
  }
}
.product-eco .sector-title .title-1 {
  color: #736C37;
  font-size: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-1 {
    font-size: 34px;
  }
}
.product-eco .sector-title .title-1 {
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.2833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-1 {
    letter-spacing: -2.04px;
  }
}
.product-eco .sector-title .title-2 {
  margin-top: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 {
    margin-top: 36px;
  }
}
.product-eco .sector-title .title-3 {
  margin-top: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 {
    margin-top: 35px;
  }
}
.product-eco .sector-title .title-3 {
  font-size: 0;
}
.product-eco .sector-title .title-3 span {
  display: inline-block;
  padding: 1.25vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 span {
    padding: 9px 20px;
  }
}
.product-eco .sector-title .title-3 span {
  margin: 0 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 span {
    margin: 0 4px;
  }
}
.product-eco .sector-title .title-3 span {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 span {
    border-radius: 10px;
  }
}
.product-eco .sector-title .title-3 span {
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 span {
    border-width: 2px;
  }
}
.product-eco .sector-title .title-3 span {
  border-color: #D1BB56;
  border-style: solid;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(252, 214, 75, 0.5)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(252, 214, 75, 0.5) 100%);
  color: #624300;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 span {
    font-size: 22px;
  }
}
.product-eco .sector-title .title-3 span {
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: -0.1833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 span {
    letter-spacing: -1.32px;
  }
}
.product-eco .sector-title .title-3 span {
  vertical-align: top;
}
.product-eco .sector-title .title-3 span.highlight {
  color: #967100;
  font-weight: 800;
}
.product-eco .sector-title .action {
  margin-top: 54.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action {
    margin-top: 390px;
  }
}
.product-eco .sector-title .action a, .product-eco .sector-title .action button {
  display: block;
  padding: 5.8333333333vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a, .product-eco .sector-title .action button {
    padding: 42px 20px;
  }
}
.product-eco .sector-title .action a, .product-eco .sector-title .action button {
  border-radius: 138.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a, .product-eco .sector-title .action button {
    border-radius: 999px;
  }
}
.product-eco .sector-title .action a, .product-eco .sector-title .action button {
  border: 2px solid #000;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.61%, #282828), color-stop(114.67%, #000)), -webkit-gradient(linear, left top, left bottom, from(#FFD502), to(#FB0));
  background: linear-gradient(180deg, #282828 7.61%, #000 114.67%), linear-gradient(180deg, #FFD502 0%, #FB0 100%);
  -webkit-box-shadow: 4px 8px 20px 0 rgba(37, 6, 6, 0.44);
          box-shadow: 4px 8px 20px 0 rgba(37, 6, 6, 0.44);
  color: #FFF;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a, .product-eco .sector-title .action button {
    font-size: 32px;
  }
}
.product-eco .sector-title .action a, .product-eco .sector-title .action button {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a, .product-eco .sector-title .action button {
    letter-spacing: -1.6px;
  }
}
.product-eco .sector-title .action-base {
  position: absolute;
  top: 24.0277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base {
    top: 173px;
  }
}
.product-eco .sector-title .action-base {
  right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base {
    right: 40px;
  }
}
.product-eco .sector-title .action-base .btn-base {
  display: block;
  padding: 0.1388888889vw 2.3611111111vw 0.1388888889vw 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base .btn-base {
    padding: 1px 17px 1px 5px;
  }
}
.product-eco .sector-title .action-base .btn-base {
  border-radius: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base .btn-base {
    border-radius: 2px;
  }
}
.product-eco .sector-title .action-base .btn-base {
  border: 1px solid #000;
  color: #000;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base .btn-base {
    font-size: 18px;
  }
}
.product-eco .sector-title .action-base .btn-base {
  letter-spacing: -0.05vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base .btn-base {
    letter-spacing: -0.36px;
  }
}
.product-eco .sector-title .action-base .btn-base {
  opacity: 0.5;
}
.product-eco .sector-title .action-base .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-base .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base .btn-base::before {
    width: 4px;
  }
}
.product-eco .sector-title .action-base .btn-base::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base .btn-base::before {
    height: 4px;
  }
}
.product-eco .sector-title .action-base .btn-base::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base .btn-base::before {
    margin-top: -2px;
  }
}
.product-eco .sector-title .action-base .btn-base::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base .btn-base::before {
    right: 8px;
  }
}
.product-eco .sector-title .action-base .btn-base::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-title .action-base .btn-base:before {
  right: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base .btn-base:before {
    right: 5px;
  }
}
.product-eco .sector-item {
  padding: 11.1111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item {
    padding: 80px 0;
  }
}
.product-eco .sector-item {
  background: #FDFCF5;
}
.product-eco .sector-item .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list {
    gap: 40px;
  }
}
.product-eco .sector-item .item-list {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list {
    margin: 0 40px;
  }
}
.product-eco .sector-item .item-list .item {
  position: relative;
  width: 100%;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 6.25vw 5vw 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item {
    padding: 45px 36px 36px;
  }
}
.product-eco .sector-item .item-list .item {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item {
    border-radius: 20px;
  }
}
.product-eco .sector-item .item-list .item {
  background: #fff;
  -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);
  text-align: left;
}
.product-eco .sector-item .item-list .item .label {
  position: absolute;
  top: -1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .label {
    top: -11px;
  }
}
.product-eco .sector-item .item-list .item .label {
  left: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .label {
    left: 36px;
  }
}
.product-eco .sector-item .item-list .item .label {
  display: inline-block;
  min-width: 16.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .label {
    min-width: 116px;
  }
}
.product-eco .sector-item .item-list .item .label {
  padding: 0.8333333333vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .label {
    padding: 6px 30px;
  }
}
.product-eco .sector-item .item-list .item .label {
  border-radius: 138.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .label {
    border-radius: 999px;
  }
}
.product-eco .sector-item .item-list .item .label {
  background: #FFD525;
  color: #121212;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .label {
    font-size: 18px;
  }
}
.product-eco .sector-item .item-list .item .label {
  font-weight: 700;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .item-list .item .title {
  margin-bottom: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .title {
    margin-bottom: 25px;
  }
}
.product-eco .sector-item .item-list .item .title {
  color: #1A1A1A;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .title {
    font-size: 40px;
  }
}
.product-eco .sector-item .item-list .item .title {
  font-weight: 800;
  line-height: 1.2;
}
.product-eco .sector-item .item-list .item .title strong {
  font-weight: 800;
  color: #957800;
}
.product-eco .sector-item .item-list .item .price {
  width: 100%;
  padding: 3.6111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price {
    padding: 26px 0;
  }
}
.product-eco .sector-item .item-list .item .price {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price {
    margin-bottom: 30px;
  }
}
.product-eco .sector-item .item-list .item .price .before {
  color: rgba(34, 34, 34, 0.5);
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .before {
    font-size: 20px;
  }
}
.product-eco .sector-item .item-list .item .price .before {
  text-decoration: line-through;
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .before {
    margin-bottom: 20px;
  }
}
.product-eco .sector-item .item-list .item .price .after {
  color: #999;
  font-size: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .after {
    font-size: 23px;
  }
}
.product-eco .sector-item .item-list .item .price .after {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-item .item-list .item .price .after strong {
  font-size: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .after strong {
    font-size: 60px;
  }
}
.product-eco .sector-item .item-list .item .price .after strong {
  font-weight: 800;
  color: #222;
  font-family: inherit;
}
.product-eco .sector-item .item-list .item .price .text-price {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .text-price {
    margin-bottom: 20px;
  }
}
.product-eco .sector-item .item-list .item .price .text-price {
  color: rgba(34, 34, 34, 0.5);
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .text-price {
    font-size: 25px;
  }
}
.product-eco .sector-item .item-list .item .price .text-price {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  letter-spacing: -0.0277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .text-price {
    letter-spacing: -0.2px;
  }
}
.product-eco .sector-item .item-list .item .price .notice {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .notice {
    margin-top: 15px;
  }
}
.product-eco .sector-item .item-list .item .price .notice {
  color: #999;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .notice {
    font-size: 18px;
  }
}
.product-eco .sector-item .item-list .item .price .notice {
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .price .notice {
    letter-spacing: -0.16px;
  }
}
.product-eco .sector-item .item-list .item .list {
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list {
    margin-bottom: 40px;
  }
}
.product-eco .sector-item .item-list .item .list li {
  position: relative;
  padding-left: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li {
    padding-left: 34px;
  }
}
.product-eco .sector-item .item-list .item .list li {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li {
    margin-top: 15px;
  }
}
.product-eco .sector-item .item-list .item .list li {
  color: #222;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li {
    font-size: 24px;
  }
}
.product-eco .sector-item .item-list .item .list li {
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li {
    letter-spacing: -1px;
  }
}
.product-eco .sector-item .item-list .item .list li {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .item-list .item .list li:first-child {
  margin-top: 0;
}
.product-eco .sector-item .item-list .item .list li:before {
  position: absolute;
  top: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li:before {
    top: 6px;
  }
}
.product-eco .sector-item .item-list .item .list li:before {
  left: 0;
  content: "";
  display: inline-block;
  width: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li:before {
    width: 24px;
  }
}
.product-eco .sector-item .item-list .item .list li:before {
  height: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li:before {
    height: 24px;
  }
}
.product-eco .sector-item .item-list .item .list li:before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260521/mobile/ico_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-item .item-list .item .list li .badge-yellow {
  display: inline-block;
  padding: 0.5555555556vw 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li .badge-yellow {
    padding: 4px 12px;
  }
}
.product-eco .sector-item .item-list .item .list li .badge-yellow {
  margin-left: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li .badge-yellow {
    margin-left: 5px;
  }
}
.product-eco .sector-item .item-list .item .list li .badge-yellow {
  background: rgba(255, 213, 37, 0.5);
  color: #856B00;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li .badge-yellow {
    font-size: 20px;
  }
}
.product-eco .sector-item .item-list .item .list li .badge-yellow {
  font-weight: 600;
  border-radius: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .list li .badge-yellow {
    border-radius: 6px;
  }
}
.product-eco .sector-item .item-list .item .list li .badge-yellow {
  vertical-align: middle;
}
.product-eco .sector-item .item-list .item .action {
  margin-top: auto;
  width: 100%;
}
.product-eco .sector-item .item-list .item .action .btn-apply {
  display: block;
  width: 100%;
  padding: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply {
    padding: 24px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply {
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply {
    border-radius: 16px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply {
  background: -webkit-gradient(linear, left top, right top, from(#FFEC72), to(#FC0));
  background: linear-gradient(90deg, #FFEC72 0%, #FC0 100%);
  text-align: center;
  font-size: 0;
}
.product-eco .sector-item .item-list .item .action .btn-apply span {
  padding-right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply span {
    padding-right: 20px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply span {
  color: #121212;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply span {
    font-size: 26px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply span {
  font-weight: 700;
}
.product-eco .sector-item .item-list .item .action .btn-apply span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .item-list .item .action .btn-apply span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply span::before {
    width: 8px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply span::before {
    height: 8px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply span::before {
  border-width: 0;
  border-style: solid;
  border-color: #1A1A1A;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item .action .btn-apply span::before {
    right: 16px;
  }
}
.product-eco .sector-item .item-list .item .action .btn-apply span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .item-list .item .action .btn-apply span:before {
  right: 0;
}
.product-eco .sector-item .item-list .item-benefit {
  padding: 5.9722222222vw 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-benefit {
    padding: 43px 36px;
  }
}
.product-eco .sector-item .item-list .item-benefit {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-benefit {
    border-radius: 20px;
  }
}
.product-eco .sector-item .item-list .item-benefit {
  background: #fff;
  text-align: center;
  -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-item .item-list .item-benefit .title {
  color: #957800;
  font-size: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-benefit .title {
    font-size: 34px;
  }
}
.product-eco .sector-item .item-list .item-benefit .title {
  font-weight: 800;
  letter-spacing: -0.0611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-benefit .title {
    letter-spacing: -0.44px;
  }
}
.product-eco .sector-item .item-list .item-benefit .title {
  margin-bottom: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-benefit .title {
    margin-bottom: 15px;
  }
}
.product-eco .sector-item .item-list .item-benefit .desc {
  color: #444;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-benefit .desc {
    font-size: 24px;
  }
}
.product-eco .sector-item .item-list .item-benefit .desc {
  line-height: 1.5;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .item-list .item-benefit .desc {
    letter-spacing: -0.16px;
  }
}
.product-eco .sector-item .item-list .item-benefit .desc strong {
  font-weight: 800;
}
.product-eco .sector-item .item-list .item-benefit .desc .highlight {
  color: #957800;
  font-weight: 800;
}
.product-eco .sector-target {
  background: linear-gradient(286deg, #343434 0.74%, #D3BBA1 145.39%);
}
.product-eco .sector-target .wrap {
  padding: 11.1111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .wrap {
    padding: 80px 0;
  }
}
.product-eco .sector-target .wrap {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260521/mobile/bg_target.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-target p.main-title, .product-eco .sector-target p.sup-title {
  color: #fff;
}
.product-eco .sector-target .target-list {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list {
    margin: 0 40px;
  }
}
.product-eco .sector-target .target-list .target {
  position: relative;
  min-height: 42.6388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target {
    min-height: 307px;
  }
}
.product-eco .sector-target .target-list .target {
  padding: 5.5555555556vw 31.9444444444vw 5.5555555556vw 6.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target {
    padding: 40px 230px 40px 46px;
  }
}
.product-eco .sector-target .target-list .target {
  border-radius: 1.9527777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target {
    border-radius: 14.06px;
  }
}
.product-eco .sector-target .target-list .target {
  border: 2px solid #E6E6E6;
  background: #F0F0F0;
  text-align: left;
}
.product-eco .sector-target .target-list .target .title-target {
  color: #957800;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target .title-target {
    font-size: 32px;
  }
}
.product-eco .sector-target .target-list .target .title-target {
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: -0.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target .title-target {
    letter-spacing: -1.6px;
  }
}
.product-eco .sector-target .target-list .target p {
  position: relative;
  z-index: 1;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-target .target-list .target img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.product-eco .sector-target .target-list .target .text-worry {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target .text-worry {
    margin-top: 20px;
  }
}
.product-eco .sector-target .target-list .target .text-worry {
  color: #222;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target .text-worry {
    font-size: 24px;
  }
}
.product-eco .sector-target .target-list .target .text-worry {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target .text-worry {
    letter-spacing: -1.2px;
  }
}
.product-eco .sector-target .target-list .target .text-worry {
  word-break: keep-all;
}
.product-eco .sector-target .target-list .target .text-solution {
  color: #8C825A;
  margin-top: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target .text-solution {
    margin-top: 23px;
  }
}
.product-eco .sector-target .target-list .target .text-solution {
  color: #8C825A;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target .text-solution {
    font-size: 24px;
  }
}
.product-eco .sector-target .target-list .target .text-solution {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target .text-solution {
    letter-spacing: -1.2px;
  }
}
.product-eco .sector-target .target-list .target .text-solution {
  word-break: keep-all;
}
.product-eco .sector-target .target-list .target + .target {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-target .target-list .target + .target {
    margin-top: 16px;
  }
}
.product-eco .sector-target .text-notice {
  color: #CACACA;
}
.product-eco .sector-benefit {
  padding: 11.1111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit {
    padding: 80px 0;
  }
}
.product-eco .sector-benefit {
  background-color: #FFFBE3;
}
.product-eco .sector-benefit .box-list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list {
    gap: 16px;
  }
}
.product-eco .sector-benefit .box-list .box {
  position: relative;
  width: 43.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box {
    width: 312px;
  }
}
.product-eco .sector-benefit .box-list .box {
  padding: 5.5555555556vw 1.3888888889vw 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box {
    padding: 40px 10px 11px;
  }
}
.product-eco .sector-benefit .box-list .box {
  border: 3px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 255, 0.5)), to(#FFFDFF));
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  -webkit-box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
          box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box {
    border-radius: 20px;
  }
}
.product-eco .sector-benefit .box-list .box {
  text-align: center;
}
.product-eco .sector-benefit .box-list .box .text strong {
  display: block;
  color: #957800;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .text strong {
    font-size: 30px;
  }
}
.product-eco .sector-benefit .box-list .box .text strong {
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .text strong {
    letter-spacing: -1.5px;
  }
}
.product-eco .sector-benefit .box-list .box .text span {
  display: block;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .text span {
    margin-top: 10px;
  }
}
.product-eco .sector-benefit .box-list .box .text span {
  color: #222;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .text span {
    font-size: 23px;
  }
}
.product-eco .sector-benefit .box-list .box .text span {
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.1597222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .text span {
    letter-spacing: -1.15px;
  }
}
.product-eco .sector-benefit .box-list .box .thumb {
  margin-top: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .thumb {
    margin-top: 11px;
  }
}
.product-eco .sector-benefit .box-list .box .thumb img {
  width: 100%;
}
.product-eco .sector-benefit .box-list .box .notice {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .notice {
    margin-top: 20px;
  }
}
.product-eco .sector-benefit .box-list .box .notice {
  color: #999;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .notice {
    font-size: 18px;
  }
}
.product-eco .sector-benefit .box-list .box .notice {
  line-height: 1.4;
  text-align: center;
}
.product-eco .sector-benefit .box-list .box .badge {
  position: absolute;
  bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .badge {
    bottom: 40px;
  }
}
.product-eco .sector-benefit .box-list .box .badge {
  right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .badge {
    right: 40px;
  }
}
.product-eco .sector-benefit .box-list .box .badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .badge {
    width: 100px;
  }
}
.product-eco .sector-benefit .box-list .box .badge {
  height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .badge {
    height: 100px;
  }
}
.product-eco .sector-benefit .box-list .box .badge {
  border-radius: 50%;
  background: #1A1A1A;
  color: #fff;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .box-list .box .badge {
    font-size: 20px;
  }
}
.product-eco .sector-benefit .box-list .box .badge {
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}
.product-eco .sector-benefit .box-list .box .badge.badge-black {
  background: #333;
}
.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/260521/mobile/bg_book.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-book::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(19.98%, #FFF1C7), color-stop(69.49%, #FFE084), color-stop(127.51%, #FFBF00));
  background: linear-gradient(180deg, #FFF1C7 19.98%, #FFE084 69.49%, #FFBF00 127.51%);
}
.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: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div {
    font-size: 24px;
  }
}
.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: -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%);
}
.product-eco .sector-book .list-box > div strong {
  color: #957800;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box > div strong {
    font-size: 28px;
  }
}
.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: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .text-notice {
    margin-top: 50px;
  }
}
.product-eco .sector-book .text-notice {
  color: #666;
}
.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-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260521/mobile/bg_teacher.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-teacher::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDE5), to(#FFFEEF));
  background: linear-gradient(180deg, #FFFDE5 0%, #FFFEEF 100%);
}
.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.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list > div {
    width: 204px;
  }
}
.product-eco .sector-teacher .box-list > div {
  height: 32.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list > div {
    height: 232px;
  }
}
.product-eco .sector-teacher .box-list > div {
  overflow: hidden;
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .box-list > div {
    border-radius: 16px;
  }
}
.product-eco .sector-teacher .box-list > div {
  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 > div::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 > div::after {
    height: 105px;
  }
}
.product-eco .sector-teacher .box-list > div::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;
  }
}
@media screen and (min-width: 1200px) {
  .product-eco .only-pc {
    display: block;
  }
  .product-eco .only-mobile {
    display: none;
  }
  .product-eco .wrap {
    width: 1200px;
    max-width: unset;
  }
  .product-eco .title-box .sup-title {
    color: #444;
    font-size: 24px;
  }
  .product-eco .title-box .sub-title {
    font-size: 24px;
    color: #444;
  }
  .product-eco .text-notice {
    margin-top: 24px;
    font-size: 16px;
  }
  .product-eco .tab-box .tab-list {
    margin-bottom: 40px;
  }
  .product-eco .tab-box .tab-list .tab-item button {
    font-size: 16px;
  }
  .product-eco .sector-title {
    position: relative;
    background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260521/pc/bg_title.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
  .product-eco .sector-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 173, 255, 0.12)), to(rgba(41, 255, 216, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(30.81%, #FFF99F), color-stop(111.95%, #FFDD36));
    background: linear-gradient(180deg, rgba(41, 173, 255, 0.12) 0%, rgba(41, 255, 216, 0) 100%), linear-gradient(180deg, #FFF99F 30.81%, #FFDD36 111.95%);
  }
  .product-eco .sector-title .wrap {
    padding: 51px 67px 36px;
    background: none;
  }
  .product-eco .sector-title .laurel-wrap {
    gap: 24px;
  }
  .product-eco .sector-title .laurel-wrap .laurel {
    font-size: 17px;
  }
  .product-eco .sector-title .laurel-wrap .laurel strong {
    font-size: 19px;
  }
  .product-eco .sector-title .title-1 {
    margin-top: 67px;
    font-size: 28px;
    text-align: left;
  }
  .product-eco .sector-title .title-2 {
    margin-top: 35px;
    text-align: left;
  }
  .product-eco .sector-title .title-3 {
    text-align: left;
  }
  .product-eco .sector-title .title-3 span {
    font-size: 18px;
  }
  .product-eco .sector-title .action {
    margin-top: 48px;
  }
  .product-eco .sector-title .action a, .product-eco .sector-title .action button {
    width: 640px;
    padding: 27px 0;
    margin: 0 auto;
    font-size: 22px;
  }
  .product-eco .sector-title .action-base {
    top: 83px;
    right: 11px;
  }
  .product-eco .sector-title .action-base .btn-base {
    font-size: 14px;
  }
  .product-eco .sector-item {
    position: relative;
  }
  .product-eco .sector-item::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    content: "";
    display: block;
    width: 1700px;
    height: 480px;
    border-radius: 1700px;
    background: rgba(255, 238, 171, 0.77);
    -webkit-filter: blur(200px);
            filter: blur(200px);
  }
  .product-eco .sector-item .item-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 0 20px;
  }
  .product-eco .sector-item .item-list .item {
    width: 570px;
    padding: 42px 36px 35px;
  }
  .product-eco .sector-item .item-list .item .title {
    font-size: 28px;
  }
  .product-eco .sector-item .item-list .item .label {
    text-align: center;
  }
  .product-eco .sector-item .item-list .item .price .before {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .product-eco .sector-item .item-list .item .price .after {
    font-size: 18px;
  }
  .product-eco .sector-item .item-list .item .price .after strong {
    font-size: 42px;
  }
  .product-eco .sector-item .item-list .item .price .text-price {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-eco .sector-item .item-list .item .price .notice {
    font-size: 12px;
  }
  .product-eco .sector-item .item-list .item .list {
    margin-bottom: 25px;
  }
  .product-eco .sector-item .item-list .item .list li {
    padding-left: 28px;
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
  }
  .product-eco .sector-item .item-list .item .list li:before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
  .product-eco .sector-item .item-list .item .list li .badge-yellow {
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 6px;
  }
  .product-eco .sector-item .item-list .item .action .btn-apply {
    padding: 18px;
    border-radius: 14px;
  }
  .product-eco .sector-item .item-list .item .action .btn-apply span {
    font-size: 16px;
  }
  .product-eco .sector-item .item-list .item-benefit {
    width: 100%;
    padding: 40px;
  }
  .product-eco .sector-item .item-list .item-benefit .title {
    font-size: 28px;
  }
  .product-eco .sector-item .item-list .item-benefit .desc {
    font-size: 18px;
  }
  .product-eco .sector-item .item-list .notice {
    width: 100%;
    font-size: 14px;
  }
  .product-eco .sector-target {
    position: relative;
    background-image: url("https://img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_recommend.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
  .product-eco .sector-target:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    background: linear-gradient(286deg, #343434 0.74%, #D3BBA1 145.39%);
  }
  .product-eco .sector-target .wrap {
    background: none;
  }
  .product-eco .sector-target .target-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
    margin: 0 20px;
  }
  .product-eco .sector-target .target-list .target {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    padding: 35px 0;
    text-align: center;
  }
  .product-eco .sector-target .target-list .target .title-target {
    font-size: 20px;
  }
  .product-eco .sector-target .target-list .target .text-worry {
    margin-top: 10px;
    font-size: 16px;
  }
  .product-eco .sector-target .target-list .target .text-solution {
    font-size: 18px;
  }
  .product-eco .sector-target .target-list .target img {
    position: static;
  }
  .product-eco .sector-target .target-list .target + .target {
    margin-top: 0;
  }
  .product-eco .sector-benefit {
    padding: 100px 0;
  }
  .product-eco .sector-benefit .box-list {
    margin: 0;
    gap: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-eco .sector-benefit .box-list .box {
    width: 373px;
    padding: 35px 20px 18px;
  }
  .product-eco .sector-benefit .box-list .box .text strong {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .product-eco .sector-benefit .box-list .box .text span {
    font-size: 16px;
  }
  .product-eco .sector-benefit .box-list .box .thumb {
    margin-top: 11px;
  }
  .product-eco .sector-benefit .box-list .box .thumb img {
    width: unset;
  }
  .product-eco .sector-benefit .box-list .box .notice {
    margin-top: 12px;
    font-size: 14px;
  }
  .product-eco .sector-benefit .box-list .box .badge {
    bottom: 40px;
    right: 40px;
    width: 100px;
    height: 100px;
    font-size: 18px;
  }
  .product-eco .sector-book {
    background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260521/pc/bg_book.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
  .product-eco .sector-book::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(19.98%, #FFF1C7), color-stop(69.49%, #FFE084), color-stop(127.51%, #FFBF00));
    background: linear-gradient(180deg, #FFF1C7 19.98%, #FFE084 69.49%, #FFBF00 127.51%);
  }
  .product-eco .sector-book .wrap {
    background: none;
  }
  .product-eco .sector-book .title-box {
    margin-bottom: 40px;
  }
  .product-eco .sector-book .list-box > div {
    width: 400px;
    padding: 25px 0;
    font-size: 18px;
  }
  .product-eco .sector-book .list-box > div strong {
    font-size: 28px;
  }
  .product-eco .sector-book .flag {
    position: absolute;
    top: -23px;
    margin-left: 460px;
  }
  .product-eco .sector-teacher {
    background-image: url("https://img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_teacher.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto 100%;
  }
  .product-eco .sector-teacher .title-box {
    margin-bottom: 32px;
  }
  .product-eco .sector-teacher .box-list {
    gap: 10px;
  }
  .product-eco .sector-teacher .box-list > div {
    width: 224px;
    height: 342px;
  }
  .product-eco .sector-teacher .box-list .teacher-info {
    padding: 15px;
    text-align: left;
  }
  .product-eco .sector-teacher .box-list .teacher-info .name {
    color: #F5F5F6;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.15px;
  }
  .product-eco .sector-teacher .box-list .teacher-info .subject {
    margin-top: 5px;
    color: rgba(245, 245, 246, 0.5);
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.145px;
  }
}/*# sourceMappingURL=eco_7405.css.map */