@charset "UTF-8";
.product-eco .wrap,
.product-eco .wrap-full, .grid {
  *zoom: 1;
}
.product-eco .wrap::before,
.product-eco .wrap-full::before, .grid::before, .product-eco .wrap::after,
.product-eco .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.product-eco .wrap::after,
.product-eco .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;
}

.product-eco .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;
}

.product-eco {
  text-align: center;
  overflow: hidden;
}
.product-eco * {
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco * {
    letter-spacing: -1px;
  }
}
.product-eco * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco [class^=sector-] {
  position: relative;
}
.product-eco button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.product-eco p {
  margin: 0;
  padding: 0;
}
.product-eco .wrap,
.product-eco .wrap-full {
  position: relative;
  margin: 0 auto;
}
.product-eco .wrap-full {
  width: 100%;
}
.product-eco .icon-pointer {
  position: relative;
  display: inline-block;
}
.product-eco .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer::after {
    width: 55px;
  }
}
.product-eco .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .icon-pointer::after {
    height: 56px;
  }
}
.product-eco .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);
  }
}
.product-eco .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: 100vw;
}
@media screen and (min-width: 720px) {
  .product-eco .wrap {
    max-width: 720px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .wrap {
    width: 1160px;
    max-width: unset;
  }
}
.product-eco .only-mobile {
  display: block;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .only-mobile {
    display: none;
  }
}
.product-eco .only-pc {
  display: none;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .only-pc {
    display: block;
  }
}
.product-eco .fix-timer-banner {
  position: fixed;
  bottom: 50px;
  right: 0;
  left: 0;
  z-index: 99;
  background: #000;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .fix-timer-banner {
    bottom: 0;
  }
}
.product-eco .fix-timer-banner a {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner a {
    gap: 10px;
  }
}
.product-eco .fix-timer-banner a {
  padding: 2.0833333333vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner a {
    padding: 15px 0;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .fix-timer-banner a {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 20px;
    padding: 15px 100px;
  }
}
.product-eco .fix-timer-banner .timer-title {
  display: none !important;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .fix-timer-banner .timer-title {
    display: block !important;
    margin-right: auto;
    color: #FFF;
    font-size: 22px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -2px;
  }
}
.product-eco .fix-timer-banner .timer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #FFF;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-text {
    font-size: 24px;
  }
}
.product-eco .fix-timer-banner .timer-text {
  font-weight: 700;
  line-height: 120%;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .fix-timer-banner .timer-text {
    display: block;
    width: auto;
  }
}
.product-eco .fix-timer-banner .timer-box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-box {
    gap: 5px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .fix-timer-banner .timer-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-eco .fix-timer-banner .timer-box em {
  color: #FFF;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-box em {
    font-size: 24px;
  }
}
.product-eco .fix-timer-banner .timer-box em {
  font-weight: 700;
  line-height: 120%;
}
.product-eco .fix-timer-banner .timer-box span {
  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: 5.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-box span {
    width: 41px;
  }
}
.product-eco .fix-timer-banner .timer-box span {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-box span {
    height: 60px;
  }
}
.product-eco .fix-timer-banner .timer-box span {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-box span {
    font-size: 36px;
  }
}
.product-eco .fix-timer-banner .timer-box span {
  font-weight: 900;
  color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250701/pc/bg_timer.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .fix-timer-banner .timer-action {
  position: relative;
  display: inline-block;
}
.product-eco .fix-timer-banner .timer-action::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-action::before {
    width: 10px;
  }
}
.product-eco .fix-timer-banner .timer-action::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-action::before {
    height: 10px;
  }
}
.product-eco .fix-timer-banner .timer-action::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-action::before {
    margin-top: -5px;
  }
}
.product-eco .fix-timer-banner .timer-action::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-action::before {
    right: 20px;
  }
}
.product-eco .fix-timer-banner .timer-action::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-timer-banner .timer-action {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 2.3611111111vw 6.25vw 2.3611111111vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-action {
    padding: 17px 45px 17px 30px;
  }
}
.product-eco .fix-timer-banner .timer-action {
  color: #000;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-action {
    font-size: 22px;
  }
}
.product-eco .fix-timer-banner .timer-action {
  font-weight: 700;
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-action {
    letter-spacing: -0.8px;
  }
}
.product-eco .fix-timer-banner .timer-action {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-timer-banner .timer-action {
    border-radius: 10px;
  }
}
.product-eco .fix-timer-banner .timer-action {
  background: #FFBF00;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .fix-timer-banner .timer-action {
    display: block;
    padding: 13px 45px 13px 30px;
    margin-left: auto;
    font-size: 20px;
  }
}
.product-eco .title-box {
  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;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box {
    gap: 10px;
  }
}
.product-eco .title-box + div {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box + div {
    margin-top: 40px;
  }
}
.product-eco .title-box .bg-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .bg-title {
    width: 144px;
  }
}
.product-eco .title-box .bg-title {
  padding: 1.5277777778vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .bg-title {
    padding: 11px 20px;
  }
}
.product-eco .title-box .bg-title {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #97761A;
  font-family: "Montserrat", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .bg-title {
    font-size: 20px;
  }
}
.product-eco .title-box .bg-title {
  font-weight: 900;
  line-height: 120%;
  text-transform: uppercase;
  border-radius: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .bg-title {
    border-radius: 8px;
  }
}
.product-eco .title-box .bg-title {
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.product-eco .title-box .main-title {
  color: #000;
  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: 140%;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .main-title {
    letter-spacing: -1.44px;
  }
}
.product-eco .title-box .sub-title {
  color: #000;
  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 {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.1555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .title-box .sub-title {
    letter-spacing: -1.12px;
  }
}
.product-eco .title-box .point {
  color: #97761A;
}
.product-eco .list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .list-box {
    gap: 16px;
  }
}
.product-eco .list-box {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .list-box {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .list-box {
    gap: 20px;
    margin: 0;
  }
}
.product-eco .list-box > div {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .list-box > div {
    border-radius: 20px;
  }
}
.product-eco .list-box > div {
  -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 .img-box {
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .img-box {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .img-box {
    margin: 0;
  }
}
.product-eco .base {
  margin: 5.5555555556vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .base {
    margin: 40px 40px 0;
  }
}
.product-eco .base {
  color: #666;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .base {
    font-size: 18px;
  }
}
.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;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .base {
    margin: 20px 0 0;
    font-size: 16px;
  }
}
.product-eco .sector-title {
  padding-bottom: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title {
    padding-bottom: 80px;
  }
}
.product-eco .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/mobile/bg_title_260818.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title {
    background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_title_260818.jpg");
  }
}
.product-eco .sector-title::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(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%);
  background-blend-mode: plus-darker, normal;
}
.product-eco .sector-title .laurel-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-list {
    gap: 16px;
  }
}
.product-eco .sector-title .laurel-list {
  margin: 8.3333333333vw 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-list {
    margin: 60px 100px 0;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .laurel-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 24px;
    margin: 52px auto 0;
  }
}
.product-eco .sector-title .laurel-list li {
  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;
  width: 29.0277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-list li {
    width: 209px;
  }
}
.product-eco .sector-title .laurel-list li {
  min-height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-list li {
    min-height: 64px;
  }
}
.product-eco .sector-title .laurel-list li {
  padding: 0 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-list li {
    padding: 0 30px;
  }
}
.product-eco .sector-title .laurel-list li {
  color: #77560E;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-list li {
    font-size: 24px;
  }
}
.product-eco .sector-title .laurel-list li {
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -0.1413888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-list li {
    letter-spacing: -1.018px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .laurel-list li {
    width: auto;
    min-height: 63px;
    padding: 0 40px;
    color: #624300;
    font-size: 19px;
    font-weight: 400;
    letter-spacing: -1.14px;
  }
}
.product-eco .sector-title .laurel-list li:before, .product-eco .sector-title .laurel-list li:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-list li:before, .product-eco .sector-title .laurel-list li:after {
    width: 28px;
  }
}
.product-eco .sector-title .laurel-list li:before, .product-eco .sector-title .laurel-list li:after {
  height: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .laurel-list li:before, .product-eco .sector-title .laurel-list li:after {
    height: 64px;
  }
}
.product-eco .sector-title .laurel-list li:before, .product-eco .sector-title .laurel-list li:after {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/exam/260112/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-title .laurel-list li:before {
  left: 0;
}
.product-eco .sector-title .laurel-list li:after {
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-eco .sector-title .laurel-list li p,
.product-eco .sector-title .laurel-list li span {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-title .laurel-list li strong {
  color: currentColor;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .laurel-list li strong {
    display: block;
  }
}
.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 {
  left: 50%;
  margin-left: 31.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base {
    margin-left: 230px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .action-base {
    top: 83px;
    margin-left: 399px;
  }
}
.product-eco .sector-title .action-base button {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-base button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before {
    width: 7px;
  }
}
.product-eco .sector-title .action-base button::before {
  height: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before {
    height: 7px;
  }
}
.product-eco .sector-title .action-base button::before {
  margin-top: -0.4861111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before {
    margin-top: -3.5px;
  }
}
.product-eco .sector-title .action-base button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button::before {
    right: 14px;
  }
}
.product-eco .sector-title .action-base button::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-title .action-base button {
  padding: 0.9722222222vw 3.75vw 0.9722222222vw 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button {
    padding: 7px 27px 7px 10px;
  }
}
.product-eco .sector-title .action-base button {
  color: #000;
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button {
    font-size: 14px;
  }
}
.product-eco .sector-title .action-base button {
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.0388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button {
    letter-spacing: -0.28px;
  }
}
.product-eco .sector-title .action-base button {
  border-radius: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button {
    border-radius: 2px;
  }
}
.product-eco .sector-title .action-base button {
  border: 1px solid #000;
  opacity: 0.5;
}
.product-eco .sector-title .title-1 {
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-1 {
    margin-top: 50px;
  }
}
.product-eco .sector-title .title-1 {
  color: #736C37;
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-1 {
    font-size: 36px;
  }
}
.product-eco .sector-title .title-1 {
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.3vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-1 {
    letter-spacing: -2.16px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .title-1 {
    margin: 100px 0 0 50px;
    text-align: left;
    letter-spacing: -1.08px;
  }
}
.product-eco .sector-title .title-2 {
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 {
    margin-top: 50px;
  }
}
.product-eco .sector-title .title-2 {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 13.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 {
    font-size: 94px;
  }
}
.product-eco .sector-title .title-2 {
  font-weight: 700;
  letter-spacing: -0.5222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 {
    letter-spacing: -3.76px;
  }
}
.product-eco .sector-title .title-2 {
  line-height: 1;
  -webkit-text-stroke-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 {
    -webkit-text-stroke-width: 2px;
  }
}
.product-eco .sector-title .title-2 {
  -webkit-text-stroke-color: #2B1305;
  paint-order: stroke fill;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFE642));
  background: linear-gradient(180deg, #FFF 0%, #FFE642 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-filter: drop-shadow(0px 1px #2B1305) drop-shadow(0px 1px #2B1305) drop-shadow(0px 1px #2B1305) drop-shadow(1px 1px #2B1305);
          filter: drop-shadow(0px 1px #2B1305) drop-shadow(0px 1px #2B1305) drop-shadow(0px 1px #2B1305) drop-shadow(1px 1px #2B1305);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .title-2 {
    margin-top: 56px;
  }
}
.product-eco .sector-title .title-2 span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  -webkit-text-fill-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE23C), color-stop(110.61%, #FFBF00));
  background: linear-gradient(180deg, #FFE23C 0%, #FFBF00 110.61%);
  -webkit-background-clip: text;
  background-clip: text;
}
.product-eco .sector-title .title-3 {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 {
    margin-top: 20px;
  }
}
.product-eco .sector-title .title-3 {
  color: #775712;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 {
    font-size: 28px;
  }
}
.product-eco .sector-title .title-3 {
  font-weight: 400;
  letter-spacing: -0.2333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 {
    letter-spacing: -1.68px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .title-3 {
    margin-top: 10px;
    font-size: 26px;
    letter-spacing: -0.78px;
  }
}
.product-eco .sector-title .title-teacher {
  margin-top: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-teacher {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .title-teacher {
    margin-top: 12px;
  }
}
.product-eco .sector-title .benefit-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: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .benefit-list {
    gap: 10px;
  }
}
.product-eco .sector-title .benefit-list {
  margin: -16.9444444444vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .benefit-list {
    margin: -122px 40px 0;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .benefit-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 6px;
    height: 140px;
    margin: -30px auto 0;
  }
}
.product-eco .sector-title .benefit-list li {
  position: relative;
  height: 22.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .benefit-list li {
    height: 164px;
  }
}
.product-eco .sector-title .benefit-list li {
  padding: 5.5555555556vw 0 0 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .benefit-list li {
    padding: 40px 0 0 30px;
  }
}
.product-eco .sector-title .benefit-list li {
  text-align: left;
  color: #7B4F20;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .benefit-list li {
    font-size: 28px;
  }
}
.product-eco .sector-title .benefit-list li {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.2722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .benefit-list li {
    letter-spacing: -1.96px;
  }
}
.product-eco .sector-title .benefit-list li {
  border-radius: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .benefit-list li {
    border-radius: 12px;
  }
}
.product-eco .sector-title .benefit-list li {
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .benefit-list li {
    border-width: 2px;
  }
}
.product-eco .sector-title .benefit-list li {
  border-style: solid;
  border-color: #93693C;
  backdrop-filter: blur(3px);
  background: linear-gradient(157.36deg, #FFF 22.013%, rgba(255, 246, 217, 0.75) 72.436%);
}
.product-eco .sector-title .benefit-list li strong {
  display: block;
  font-weight: 900;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .benefit-list li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    width: auto;
    height: 100%;
    padding: 40px 0 0 28px;
    font-size: 22px;
    letter-spacing: -1.54px;
    border-radius: 12px;
    backdrop-filter: blur(1px);
    background: linear-gradient(149.23deg, rgba(255, 255, 255, 0.75) 22.013%, #FFF6D9 72.436%);
    -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
    box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  }
}
.product-eco .sector-title .flag {
  position: absolute;
  top: 0;
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .flag {
    right: 20px;
  }
}
.product-eco .sector-title .flag {
  width: 11.8055555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .flag {
    width: 85px;
  }
}
.product-eco .sector-title .flag {
  height: 14.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .flag {
    height: 102px;
  }
}
.product-eco .sector-title .flag {
  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;
  text-align: center;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/mobile/bg_flag.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100%;
  -webkit-filter: drop-shadow(2.695px 3.593px 7.186px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(2.695px 3.593px 7.186px rgba(0, 0, 0, 0.26));
  will-change: filter;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .flag {
    right: 25px;
    width: 61px;
    height: 61px;
  }
}
.product-eco .sector-title .flag strong {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  line-height: 1.04;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .flag strong {
    font-size: 26px;
  }
}
.product-eco .sector-title .flag strong {
  letter-spacing: -0.1083333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .flag strong {
    letter-spacing: -0.78px;
  }
}
.product-eco .sector-title .flag strong {
  -webkit-transform: rotate(-7.67deg) skewX(-7.67deg) scaleY(0.99);
  transform: rotate(-7.67deg) skewX(-7.67deg) scaleY(0.99);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .flag strong {
    font-size: 16px;
    letter-spacing: -0.48px;
    text-shadow: 0 0.733px 1.467px rgba(0, 0, 0, 0.25);
    -webkit-transform: rotate(-7.03deg) skewX(-7.03deg) scaleY(0.99);
            transform: rotate(-7.03deg) skewX(-7.03deg) scaleY(0.99);
  }
}
.product-eco .sector-title .flag strong:has(span) {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .flag strong:has(span) {
    font-size: 22px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .flag strong:has(span) {
    font-size: 14px;
  }
}
.product-eco .sector-title .flag span {
  display: block;
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .flag span {
    font-size: 14px;
  }
}
.product-eco .sector-title .flag span {
  letter-spacing: -0.0569444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .flag span {
    letter-spacing: -0.41px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .flag span {
    font-size: 9px;
    letter-spacing: -0.26px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .title-dugong {
    position: absolute;
    top: 171px;
    left: 50%;
    margin-left: 122px;
  }
}
.product-eco .sector-title .action {
  position: relative;
  z-index: 1;
  margin-top: -16.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action {
    margin-top: -120px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .action {
    margin-top: 80px;
  }
}
.product-eco .sector-title .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a {
    width: 640px;
  }
}
.product-eco .sector-title .action a {
  padding: 5.4166666667vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a {
    padding: 39px 0;
  }
}
.product-eco .sector-title .action a {
  color: #FFF;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a {
    font-size: 32px;
  }
}
.product-eco .sector-title .action a {
  font-weight: 500;
  letter-spacing: -0.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a {
    letter-spacing: -1.6px;
  }
}
.product-eco .sector-title .action a {
  border-radius: 11.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a {
    border-radius: 82px;
  }
}
.product-eco .sector-title .action a {
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a {
    border-width: 2px;
  }
}
.product-eco .sector-title .action a {
  border-style: solid;
  border-color: #89790D;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(7.61%, #282828), color-stop(114.67%, #000));
  background: linear-gradient(180deg, #282828 7.61%, #000 114.67%);
  -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);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-title .action a {
    padding: 23px 0;
    font-size: 22px;
    letter-spacing: -1.1px;
  }
}
.product-eco .sector-winner {
  padding: 11.1111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner {
    padding: 80px 0;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-winner {
    padding: 100px 0;
  }
}
.product-eco .sector-winner:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}
.product-eco .sector-winner .wrap {
  z-index: 3;
}
.product-eco .sector-winner .bg-video {
  position: absolute;
  top: 0;
  right: 0;
  left: 50%;
  z-index: 1;
  width: auto;
  height: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-winner .bg-video {
    top: 50%;
    right: auto;
    width: 100%;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.product-eco .sector-winner .title-box .sub-title {
  color: #FFF;
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .sub-title {
    font-size: 36px;
  }
}
.product-eco .sector-winner .title-box .sub-title {
  font-weight: 400;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .sub-title {
    letter-spacing: -1.5px;
  }
}
.product-eco .sector-winner .title-box .sub-title strong {
  color: #FFDB4B;
  font-size: inherit;
  font-weight: 900;
  letter-spacing: inherit;
}
.product-eco .sector-winner .title-box .main-title {
  margin-top: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title {
    margin-top: 8px;
  }
}
.product-eco .sector-winner .title-box .main-title {
  color: #FFDB4B;
  font-size: 7.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title {
    font-size: 54px;
  }
}
.product-eco .sector-winner .title-box .main-title {
  font-weight: 700;
  letter-spacing: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title {
    letter-spacing: -5px;
  }
}
.product-eco .sector-winner .title-box .main-title + .main-title {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title + .main-title {
    margin-top: 30px;
  }
}
.product-eco .sector-winner .title-box .main-title + .main-title {
  padding: 0 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title + .main-title {
    padding: 0 80px;
  }
}
.product-eco .sector-winner .title-box .main-title + .main-title {
  color: #FFF;
  font-size: 6.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title + .main-title {
    font-size: 48px;
  }
}
.product-eco .sector-winner .title-box .main-title + .main-title:before, .product-eco .sector-winner .title-box .main-title + .main-title:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title + .main-title:before, .product-eco .sector-winner .title-box .main-title + .main-title:after {
    width: 66px;
  }
}
.product-eco .sector-winner .title-box .main-title + .main-title:before, .product-eco .sector-winner .title-box .main-title + .main-title:after {
  height: 8.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title + .main-title:before, .product-eco .sector-winner .title-box .main-title + .main-title:after {
    height: 58px;
  }
}
.product-eco .sector-winner .title-box .main-title + .main-title:before, .product-eco .sector-winner .title-box .main-title + .main-title:after {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/mobile/bg_winner_title.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-winner .title-box .main-title + .main-title:before {
  left: 0;
}
.product-eco .sector-winner .title-box .main-title + .main-title:after {
  right: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
.product-eco .sector-winner .winner-list {
  overflow: hidden;
  -webkit-transform: perspective(300px) rotateX(30deg);
          transform: perspective(300px) rotateX(30deg);
  overflow: hidden;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-winner .winner-list {
    margin-top: -20px;
  }
}
.product-eco .sector-winner .winner-list p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .winner-list p {
    font-size: 24px;
  }
}
.product-eco .sector-winner .winner-list p {
  font-weight: 500;
  line-height: 2;
  margin: 0;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-winner .winner-list p {
    font-size: 18px;
    letter-spacing: -1px;
  }
}
.product-eco .sector-winner .base {
  margin: 8.3333333333vw 0 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .base {
    margin: 60px 0 0;
  }
}
.product-eco .sector-winner .base {
  color: rgba(255, 255, 255, 0.6);
}
.product-eco .sector-refund {
  background-color: #FFC100;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/event/251002/mobile/bg_content4_260313.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund {
    background-image: url("//img.eduwill.net/eduwill/img/2025/L/event/251002/pc/bg_content4_260313.jpg");
  }
}
.product-eco .sector-refund .wrap {
  height: 134.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .wrap {
    height: 970px;
  }
}
.product-eco .sector-refund .wrap {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .wrap {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .wrap {
    height: 1000px;
    padding: 100px 0 30px;
  }
}
.product-eco .sector-refund .title-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .title-box {
    margin: 0 40px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .title-box {
    margin: 0;
  }
}
.product-eco .sector-refund .title-box .sub-title {
  color: #222;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .title-box .sub-title {
    font-size: 40px;
  }
}
.product-eco .sector-refund .title-box .sub-title {
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .title-box .sub-title {
    letter-spacing: -1.2px;
  }
}
.product-eco .sector-refund .title-box .main-title {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .title-box .main-title {
    margin-top: 20px;
  }
}
.product-eco .sector-refund .title-box .main-title {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .title-box .main-title {
    font-size: 60px;
  }
}
.product-eco .sector-refund .title-box .main-title {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .title-box .main-title {
    letter-spacing: -1.8px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .title-box .main-title {
    margin-top: 30px;
  }
}
.product-eco .sector-refund .title-box .main-title + .sub-title {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .title-box .main-title + .sub-title {
    margin-top: 30px;
  }
}
.product-eco .sector-refund .title-box .main-title + .sub-title {
  color: #000;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .title-box .main-title + .sub-title {
    font-size: 24px;
  }
}
.product-eco .sector-refund .title-box .main-title + .sub-title {
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.1vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .title-box .main-title + .sub-title {
    letter-spacing: -0.72px;
  }
}
.product-eco .sector-refund .title-box .main-title + .sub-title strong {
  font-weight: 900;
}
.product-eco .sector-refund .refund-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box {
    margin-top: 180px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .refund-box {
    top: 352px;
    right: auto;
    width: 100%;
    margin: 205px auto 0;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box #refundCounter2 {
    gap: 2px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .refund-box #refundCounter2 {
    gap: 6px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span {
  display: block;
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box #refundCounter2 span {
    height: 70px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span {
  line-height: 1;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .refund-box #refundCounter2 span {
    height: 117px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span:not(.comma) {
  width: 7.3611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box #refundCounter2 span:not(.comma) {
    width: 53px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span:not(.comma) {
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/onlive/251010/pc/bg_refund_count.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .refund-box #refundCounter2 span:not(.comma) {
    width: 88px;
    background-image: url("//img.eduwill.net/eduwill/img/2025/L/onlive/251010/pc/bg_refund_count.png");
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span:not(.comma) em {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .sector-refund .refund-box #refundCounter2 span.comma {
  position: relative;
  width: auto;
  margin-right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box #refundCounter2 span.comma {
    margin-right: 10px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span.comma em {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 1;
  font-family: "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-refund .refund-box #refundCounter2 span.comma em {
    font-size: 30px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span.comma em {
  color: #000;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .refund-box #refundCounter2 span.comma em {
    font-size: 60px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span em {
  color: #fff;
  font-size: 7.9166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box #refundCounter2 span em {
    font-size: 57px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span em {
  line-height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box #refundCounter2 span em {
    line-height: 70px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span em {
  letter-spacing: -0.3948611111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box #refundCounter2 span em {
    letter-spacing: -2.843px;
  }
}
.product-eco .sector-refund .refund-box #refundCounter2 span em {
  font-weight: 900;
  text-align: center;
  vertical-align: top;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .refund-box #refundCounter2 span em {
    font-size: 96px;
    font-weight: 900;
    line-height: 117px;
    letter-spacing: -4.8px;
  }
}
.product-eco .sector-refund .refund-box .unit {
  margin: 0 0 1.8055555556vw 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box .unit {
    margin: 0 0 13px 2px;
  }
}
.product-eco .sector-refund .refund-box .unit {
  color: #000;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box .unit {
    font-size: 30px;
  }
}
.product-eco .sector-refund .refund-box .unit {
  font-weight: 900;
  letter-spacing: -0.2055555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .refund-box .unit {
    letter-spacing: -1.48px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .refund-box .unit {
    margin-left: 6px;
    font-size: 50px;
    letter-spacing: -2.5px;
  }
}
.product-eco .sector-refund .base {
  position: absolute;
  right: 0;
  bottom: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .base {
    bottom: 50px;
  }
}
.product-eco .sector-refund .base {
  left: 0;
  color: #4B3800;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .base {
    font-size: 18px;
  }
}
.product-eco .sector-refund .base {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.05vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-refund .base {
    letter-spacing: -0.36px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-refund .base {
    right: auto;
    bottom: 30px;
    left: 0;
    font-size: 14px;
  }
}
.product-eco .sector-reason {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason {
    padding: 100px 0;
  }
}
.product-eco .sector-reason {
  background: -webkit-gradient(linear, left top, right top, from(#FFF7E9), to(#E6DBA9));
  background: linear-gradient(90deg, #FFF7E9 0%, #E6DBA9 100%);
}
.product-eco .sector-reason .graph-box {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box {
    width: 640px;
  }
}
.product-eco .sector-reason .graph-box {
  margin: 5.5555555556vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box {
    margin: 40px auto 0;
  }
}
.product-eco .sector-reason .graph-box {
  padding: 5.5555555556vw 6.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box {
    padding: 40px 45px;
  }
}
.product-eco .sector-reason .graph-box {
  text-align: center;
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box {
    border-radius: 20px;
  }
}
.product-eco .sector-reason .graph-box {
  background-color: #fff;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box {
    width: 844px;
    padding: 40px 80px;
  }
}
.product-eco .sector-reason .graph-box .graph-title {
  color: #222;
  font-size: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-title {
    font-size: 23px;
  }
}
.product-eco .sector-reason .graph-box .graph-title {
  font-weight: 700;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-title {
    font-size: 20px;
  }
}
.product-eco .sector-reason .graph-box .graph-num {
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-num {
    margin-top: 12px;
  }
}
.product-eco .sector-reason .graph-box .graph-num {
  color: #000;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-num {
    font-size: 64px;
  }
}
.product-eco .sector-reason .graph-box .graph-num {
  font-weight: 900;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-num {
    font-size: 44px;
    color: #222;
  }
}
.product-eco .sector-reason .graph-box .graph-num span {
  margin-left: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-num span {
    margin-left: 2px;
  }
}
.product-eco .sector-reason .graph-box .graph-num span {
  font-size: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-num span {
    font-size: 64px;
  }
}
.product-eco .sector-reason .graph-box .graph-num span {
  font-weight: 900;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-num span {
    font-size: 44px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart {
    gap: 50px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart {
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart {
    margin-top: 50px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart {
  border-bottom: 1px dashed #ccc;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart {
    gap: 90px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-count {
  bottom: auto;
  top: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-count {
    top: 70px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-count {
  color: #222;
  font-size: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-count {
    font-size: 34px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-count {
  font-weight: 900;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-count {
    top: 50px;
    font-size: 25px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar {
  width: 21.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar {
    width: 154px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar {
  border-radius: 1.1111111111vw 1.1111111111vw 0 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar {
    border-radius: 8px 8px 0 0;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar {
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar {
    border-width: 2px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar {
  border-bottom-width: 0;
  border-style: solid;
  border-color: #000;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC30C), color-stop(51.44%, #FFD244), to(#FFAE08));
  background: linear-gradient(180deg, #FFC30C 0%, #FFD244 51.44%, #FFAE08 100%);
  -webkit-box-shadow: 4px -4px 4px 0 rgba(161, 161, 161, 0.25);
          box-shadow: 4px -4px 4px 0 rgba(161, 161, 161, 0.25);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar {
    width: 120px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-logo {
  position: absolute;
  left: 50%;
  bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-logo {
    bottom: 20px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-logo {
  width: 9.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-logo {
    width: 66px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-logo {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-logo {
    width: 45px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-label {
  color: #828614;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-label {
    font-size: 30px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-1 .bar-label {
    font-size: 18px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-2 .bar {
  height: 13.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-2 .bar {
    height: 98px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-2 .bar {
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-2 .bar {
    height: 63px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-2 .bar-count {
  -webkit-transition-delay: 1.35s;
          transition-delay: 1.35s;
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-3 .bar {
  height: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-3 .bar {
    height: 42px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-3 .bar {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-3 .bar {
    height: 21px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item.bar-3 .bar-count {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-count {
  position: absolute;
  left: 0;
  bottom: 110%;
  width: 100%;
  text-align: center;
  z-index: 2;
  color: #8D8D8D;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-count {
    font-size: 20px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-count {
  font-weight: 400;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-count {
    font-size: 14px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item .bar {
  position: relative;
  width: 14.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item .bar {
    width: 106px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item .bar {
  height: 51.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item .bar {
    height: 369px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item .bar {
  border-radius: 1.6666666667vw 1.6666666667vw 0 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item .bar {
    border-radius: 12px 12px 0 0;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item .bar {
  background-color: #E5E5E5;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item .bar {
    width: 72px;
    height: 251px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-label {
  position: absolute;
  left: 0;
  bottom: -6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-label {
    bottom: -50px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-label {
  font-size: 3.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-label {
    font-size: 23px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-label {
  color: #000;
  font-weight: 800;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .graph-chart .bar-item .bar-label {
    bottom: -30px;
    font-size: 16px;
  }
}
.product-eco .sector-reason .graph-box .graph-chart.on .bar {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.product-eco .sector-reason .graph-box .graph-chart.on .bar-count {
  opacity: 1;
}
.product-eco .sector-reason .graph-box .graph-chart.on .bar-item.bar-1 .bar-logo {
  opacity: 1;
}
.product-eco .sector-reason .graph-box .base {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .base {
    margin-top: 80px;
  }
}
.product-eco .sector-reason .graph-box .base {
  color: #4B3800;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .graph-box .base {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-reason .graph-box .base {
    margin-top: 54px;
    font-size: 14px;
  }
}
.product-eco .sector-compare {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare {
    padding: 100px 0;
  }
}
.product-eco .sector-compare {
  background: #FFFCF5;
}
.product-eco .sector-compare .compare-box {
  position: relative;
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-box {
    width: 640px;
  }
}
.product-eco .sector-compare .compare-box {
  margin: 5.5555555556vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-box {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .compare-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 1000px;
  }
}
.product-eco .sector-compare .compare-box + .title-box {
  margin-bottom: 0;
}
.product-eco .sector-compare .box-item {
  position: relative;
  overflow: hidden;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .box-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.product-eco .sector-compare .box-item .box-title {
  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;
}
.product-eco .sector-compare .box-item .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-eco .sector-compare .box-item .box-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item .box-list li {
    gap: 10px;
  }
}
.product-eco .sector-compare .box-item .box-list li {
  padding: 0 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item .box-list li {
    padding: 0 30px;
  }
}
.product-eco .sector-compare .box-item .box-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #E6E6E6;
}
.product-eco .sector-compare .box-item .ico {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item .ico {
    width: 24px;
  }
}
.product-eco .sector-compare .box-item .ico {
  height: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item .ico {
    height: 24px;
  }
}
.product-eco .sector-compare .box-item .ico {
  border-radius: 50%;
}
.product-eco .sector-compare .box-item .ico::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  color: #FFF;
  font-weight: 900;
  line-height: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-eco .sector-compare .box-item .ico.ico-no {
  background: #8A8A8A;
}
.product-eco .sector-compare .box-item .ico.ico-no::before {
  content: "✕";
  font-size: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item .ico.ico-no::before {
    font-size: 12px;
  }
}
.product-eco .sector-compare .box-item .ico.ico-yes {
  background: #FFC414;
}
.product-eco .sector-compare .box-item .ico.ico-yes::before {
  content: "✓";
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item .ico.ico-yes::before {
    font-size: 14px;
  }
}
.product-eco .sector-compare .box-item.type-other {
  width: 70.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-other {
    width: 509px;
  }
}
.product-eco .sector-compare .box-item.type-other {
  margin: 0 auto;
  background: #EDEDED;
  border: 1px solid #DFDFDF;
  border-radius: 1.3888888889vw 1.3888888889vw 0 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-other {
    border-radius: 10px 10px 0 0;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .box-item.type-other {
    width: 434px;
    margin: 55px 0 0;
    border-radius: 10px 0 0 10px;
  }
}
.product-eco .sector-compare .box-item.type-other .box-title {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-other .box-title {
    height: 60px;
  }
}
.product-eco .sector-compare .box-item.type-other .box-title {
  color: #FFF;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-other .box-title {
    font-size: 26px;
  }
}
.product-eco .sector-compare .box-item.type-other .box-title {
  font-weight: 700;
  letter-spacing: -0.1805555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-other .box-title {
    letter-spacing: -1.3px;
  }
}
.product-eco .sector-compare .box-item.type-other .box-title {
  background: #DFDFDF;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .box-item.type-other .box-title {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.product-eco .sector-compare .box-item.type-other .box-list li {
  height: 13.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-other .box-list li {
    height: 98px;
  }
}
.product-eco .sector-compare .box-item.type-other .box-list li {
  color: #8A8A8A;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-other .box-list li {
    font-size: 24px;
  }
}
.product-eco .sector-compare .box-item.type-other .box-list li {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-other .box-list li {
    letter-spacing: -1.2px;
  }
}
.product-eco .sector-compare .box-item.type-other .box-list li strong {
  color: #59400B;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .box-item.type-other .box-list li {
    height: 72px;
    font-size: 18px;
    letter-spacing: -0.9px;
  }
}
.product-eco .sector-compare .box-item.type-eduwill {
  z-index: 1;
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-eduwill {
    width: 640px;
  }
}
.product-eco .sector-compare .box-item.type-eduwill {
  background: #FFF;
  border: 4px solid #FFC414;
  border-radius: 0 0 1.3888888889vw 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-eduwill {
    border-radius: 0 0 10px 10px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .box-item.type-eduwill {
    width: 542px;
    border-radius: 0 10px 10px 0;
  }
}
.product-eco .sector-compare .box-item.type-eduwill .box-title {
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-eduwill .box-title {
    height: 70px;
  }
}
.product-eco .sector-compare .box-item.type-eduwill .box-title {
  color: #FFF;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-eduwill .box-title {
    font-size: 28px;
  }
}
.product-eco .sector-compare .box-item.type-eduwill .box-title {
  font-weight: 900;
  letter-spacing: -0.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-eduwill .box-title {
    letter-spacing: -1.4px;
  }
}
.product-eco .sector-compare .box-item.type-eduwill .box-title {
  background: #FFC414;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .box-item.type-eduwill .box-title {
    font-size: 26px;
    letter-spacing: -1.3px;
  }
}
.product-eco .sector-compare .box-item.type-eduwill .box-list li {
  height: 15vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-eduwill .box-list li {
    height: 108px;
  }
}
.product-eco .sector-compare .box-item.type-eduwill .box-list li {
  color: #000;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-eduwill .box-list li {
    font-size: 24px;
  }
}
.product-eco .sector-compare .box-item.type-eduwill .box-list li {
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-item.type-eduwill .box-list li {
    letter-spacing: -1.2px;
  }
}
.product-eco .sector-compare .box-item.type-eduwill .box-list li strong {
  color: #CB8A00;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .box-item.type-eduwill .box-list li {
    height: 92px;
    font-size: 18px;
    letter-spacing: -0.9px;
  }
}
.product-eco .sector-compare .box-connector {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-connector {
    width: 640px;
  }
}
.product-eco .sector-compare .box-connector {
  height: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .box-connector {
    height: 25px;
  }
}
.product-eco .sector-compare .box-connector {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFC414), to(#E1AC0E));
  background: linear-gradient(180deg, #FFC414 0%, #E1AC0E 100%);
  clip-path: polygon(89.46% 0%, 100% 100%, 0% 100%, 10.07% 0%);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .box-connector {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 25px;
    height: 534px;
    background: -webkit-gradient(linear, left top, right top, from(#FFC414), to(#E1AC0E));
    background: linear-gradient(90deg, #FFC414 0%, #E1AC0E 100%);
    clip-path: polygon(0% 10.3%, 100% 0%, 98.84% 100%, 0% 89.68%);
  }
}
.product-eco .sector-compare .stamp-box {
  position: absolute;
  left: 55.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    left: 400px;
  }
}
.product-eco .sector-compare .stamp-box {
  top: 133.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    top: 960px;
  }
}
.product-eco .sector-compare .stamp-box {
  z-index: 2;
  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: 32.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    width: 236px;
  }
}
.product-eco .sector-compare .stamp-box {
  height: 17.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    height: 126px;
  }
}
.product-eco .sector-compare .stamp-box {
  background: #FFF;
  border-width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    border-width: 8px;
  }
}
.product-eco .sector-compare .stamp-box {
  border-style: solid;
  border-color: #FF5A2D;
  border-radius: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    border-radius: 22px;
  }
}
.product-eco .sector-compare .stamp-box {
  opacity: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .stamp-box {
    left: 820px;
    top: 396px;
    width: 276px;
    height: 102px;
    border-width: 6px;
    border-radius: 21px;
  }
}
.product-eco .sector-compare .stamp-box::before {
  content: "";
  position: absolute;
  inset: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box::before {
    inset: 12px;
  }
}
.product-eco .sector-compare .stamp-box::before {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box::before {
    border-width: 3px;
  }
}
.product-eco .sector-compare .stamp-box::before {
  border-style: solid;
  border-color: #FF5A2D;
  border-radius: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box::before {
    border-radius: 12px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .stamp-box::before {
    inset: 4px;
    border-width: 2px;
    border-radius: 10px;
  }
}
.product-eco .sector-compare .stamp-box .stamp-text {
  position: relative;
  color: #FF5A2D;
  font-size: 7.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box .stamp-text {
    font-size: 52px;
  }
}
.product-eco .sector-compare .stamp-box .stamp-text {
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.2930555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box .stamp-text {
    letter-spacing: -2.11px;
  }
}
.product-eco .sector-compare .stamp-box .stamp-text {
  white-space: pre;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-compare .stamp-box .stamp-text {
    font-size: 43px;
    letter-spacing: -1.71px;
  }
}
.product-eco .sector-compare .stamp-box.on {
  -webkit-animation: stampPress 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
          animation: stampPress 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}
@-webkit-keyframes stampPress {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-4deg) scale(2);
            transform: rotate(-4deg) scale(2);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(-18deg) scale(0.92);
            transform: rotate(-18deg) scale(0.92);
  }
  80% {
    -webkit-transform: rotate(-13deg) scale(1.06);
            transform: rotate(-13deg) scale(1.06);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
@keyframes stampPress {
  0% {
    opacity: 0;
    -webkit-transform: rotate(-4deg) scale(2);
            transform: rotate(-4deg) scale(2);
  }
  60% {
    opacity: 1;
    -webkit-transform: rotate(-18deg) scale(0.92);
            transform: rotate(-18deg) scale(0.92);
  }
  80% {
    -webkit-transform: rotate(-13deg) scale(1.06);
            transform: rotate(-13deg) scale(1.06);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(-15deg) scale(1);
            transform: rotate(-15deg) scale(1);
  }
}
.product-eco .sector-free {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-free {
    padding: 100px 0;
  }
}
.product-eco .sector-free {
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E));
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-free::after {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    width: 1876px;
    height: 587px;
    background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260622/pc/bg_eduwill.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    opacity: 0.5;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.product-eco .sector-free .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-free .img-box > img {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-free .img-box > img {
    border-radius: 20px;
  }
}
.product-eco .sector-free .img-box > img {
  -webkit-box-shadow: 0 0 24px 0 rgba(209, 208, 134, 0.33);
          box-shadow: 0 0 24px 0 rgba(209, 208, 134, 0.33);
}
.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-color: #FFFBE3;
}
.product-eco .sector-benefit .list-box > div {
  width: 43.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-benefit .list-box > div {
    width: 312px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-benefit .list-box > div {
    width: auto;
  }
}
.product-eco .sector-item {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item {
    padding: 100px 0;
  }
}
.product-eco .sector-item {
  background: radial-gradient(ellipse at center, #FFEEAB 0%, #FDFCF5 60%);
}
.product-eco .sector-item .box-list {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list {
    gap: 40px;
  }
}
.product-eco .sector-item .box-list {
  margin-right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list {
    margin-right: 40px;
  }
}
.product-eco .sector-item .box-list {
  margin-left: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 20px;
    margin-right: 0;
    margin-left: 0;
  }
}
.product-eco .sector-item .box-list .box-price {
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 6.9444444444vw 4.1666666667vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .box-price {
    padding: 50px 30px 40px;
  }
}
.product-eco .sector-item .box-list .box-price {
  text-align: left;
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .box-price {
    border-radius: 20px;
  }
}
.product-eco .sector-item .box-list .box-price {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .box-price {
    border-width: 3px;
  }
}
.product-eco .sector-item .box-list .box-price {
  border-style: solid;
  border-color: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(#FEFCF5), to(#FEFCF5));
  background: linear-gradient(180deg, #FEFCF5 0%, #FEFCF5 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-item .box-list .box-price.box-main {
  border-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FEFCF5), to(#FEFCF5)), -webkit-gradient(linear, left top, left bottom, from(#FFD00E), to(#997D08));
  background-image: linear-gradient(180deg, #FEFCF5 0%, #FEFCF5 100%), linear-gradient(to bottom, #FFD00E, #997D08);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .box-price.box-main {
    min-width: 630px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .box-price {
    padding: 40px;
  }
}
.product-eco .sector-item .box-list .item-label {
  position: absolute;
  top: 0;
  right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-label {
    right: 40px;
  }
}
.product-eco .sector-item .box-list .item-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 12.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-label {
    width: 90px;
  }
}
.product-eco .sector-item .box-list .item-label {
  height: 11.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-label {
    height: 84px;
  }
}
.product-eco .sector-item .box-list .item-label {
  background-image: url("//img.eduwill.net/eduwill/img/common/icon/flag_yellow.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-filter: drop-shadow(2.695px 3.593px 7.186px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(2.695px 3.593px 7.186px rgba(0, 0, 0, 0.26));
  will-change: filter;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-label {
    width: 98px;
    height: 82px;
  }
}
.product-eco .sector-item .box-list .item-label strong {
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-label strong {
    margin-bottom: 10px;
  }
}
.product-eco .sector-item .box-list .item-label strong {
  color: #301D03;
  text-shadow: 0.2px 0.2px 0.6px rgba(0, 0, 0, 0.6);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-label strong {
    font-size: 24px;
  }
}
.product-eco .sector-item .box-list .item-label strong {
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-label strong {
    letter-spacing: -1.44px;
  }
}
.product-eco .sector-item .box-list .item-label strong {
  -webkit-transform: rotate(-7.67deg) skewX(-7.67deg);
  transform: rotate(-7.67deg) skewX(-7.67deg);
}
.product-eco .sector-item .box-list .item-title {
  color: #222;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-title {
    font-size: 40px;
  }
}
.product-eco .sector-item .box-list .item-title {
  font-weight: 800;
  letter-spacing: -0.0777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-title {
    letter-spacing: -0.56px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-title {
    font-size: 28px;
  }
}
.product-eco .sector-item .box-list .item-title strong {
  color: #957800;
}
.product-eco .sector-item .box-list .item-price {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-price {
    margin-top: 30px;
  }
}
.product-eco .sector-item .box-list .item-price {
  padding-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-price {
    padding-top: 30px;
  }
}
.product-eco .sector-item .box-list .item-price {
  border-top: 1px solid #E6E6E6;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-price {
    margin-top: 20px;
    padding-top: 20px;
  }
}
.product-eco .sector-item .box-list .item-price .price-before {
  color: rgba(34, 34, 34, 0.5);
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-price .price-before {
    font-size: 20px;
  }
}
.product-eco .sector-item .box-list .item-price .price-before {
  font-weight: 400;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-price .price-before {
    font-size: 16px;
  }
}
.product-eco .sector-item .box-list .item-price .price-before strong {
  font-weight: inherit;
  text-decoration: line-through;
}
.product-eco .sector-item .box-list .item-price .price-after {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-price .price-after {
    margin-top: 10px;
  }
}
.product-eco .sector-item .box-list .item-price .price-after {
  color: #222;
  font-size: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-price .price-after {
    font-size: 60px;
  }
}
.product-eco .sector-item .box-list .item-price .price-after {
  font-weight: 700;
  letter-spacing: -0.175vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-price .price-after {
    letter-spacing: -1.26px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-price .price-after {
    font-size: 42px;
  }
}
.product-eco .sector-item .box-list .item-price .price-base {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-price .price-base {
    margin-top: 10px;
  }
}
.product-eco .sector-item .box-list .item-price .price-base {
  color: #999;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-price .price-base {
    font-size: 18px;
  }
}
.product-eco .sector-item .box-list .item-price .price-base {
  font-weight: 400;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-price .price-base {
    letter-spacing: -0.16px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-price .price-base {
    font-size: 12px;
  }
}
.product-eco .sector-item .box-list .item-benefit {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit {
    margin-top: 30px;
  }
}
.product-eco .sector-item .box-list .item-benefit {
  padding-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit {
    padding-top: 40px;
  }
}
.product-eco .sector-item .box-list .item-benefit {
  border-top: 1px solid #E6E6E6;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-benefit {
    margin-top: 20px;
  }
}
.product-eco .sector-item .box-list .item-benefit li {
  position: relative;
  padding-left: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li {
    padding-left: 34px;
  }
}
.product-eco .sector-item .box-list .item-benefit li {
  color: #222;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li {
    font-size: 24px;
  }
}
.product-eco .sector-item .box-list .item-benefit li {
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li {
    letter-spacing: -0.16px;
  }
}
.product-eco .sector-item .box-list .item-benefit li {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-benefit li {
    padding-left: 30px;
    font-size: 15px;
  }
}
.product-eco .sector-item .box-list .item-benefit li:has(.indent)::before, .product-eco .sector-item .box-list .item-benefit li:has(.indent)::after {
  display: none;
}
.product-eco .sector-item .box-list .item-benefit li + li {
  margin-top: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li + li {
    margin-top: 14px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::before, .product-eco .sector-item .box-list .item-benefit li::after {
  content: "";
  position: absolute;
}
.product-eco .sector-item .box-list .item-benefit li::before {
  top: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li::before {
    top: 6px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::before {
  left: 0;
  width: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li::before {
    width: 24px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::before {
  height: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li::before {
    height: 24px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::before {
  border-radius: 50%;
  background-color: #FFD525;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-benefit li::before {
    top: 0;
    width: 20px;
    height: 20px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::after {
  content: "";
  position: absolute;
  top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li::after {
    top: 12px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::after {
  left: 0.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li::after {
    left: 7px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::after {
  color: currentColor;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li::after {
    width: 10px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::after {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li::after {
    height: 6px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::after {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  border-bottom-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li::after {
    border-bottom-width: 2px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::after {
  border-left-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit li::after {
    border-left-width: 2px;
  }
}
.product-eco .sector-item .box-list .item-benefit li::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-benefit li::after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 4px;
  }
}
.product-eco .sector-item .box-list .item-benefit .flag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit .flag {
    margin-left: 4px;
  }
}
.product-eco .sector-item .box-list .item-benefit .flag {
  padding: 0.5555555556vw 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit .flag {
    padding: 4px 10px;
  }
}
.product-eco .sector-item .box-list .item-benefit .flag {
  color: #856B00;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit .flag {
    font-size: 20px;
  }
}
.product-eco .sector-item .box-list .item-benefit .flag {
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit .flag {
    letter-spacing: -0.16px;
  }
}
.product-eco .sector-item .box-list .item-benefit .flag {
  border-radius: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .item-benefit .flag {
    border-radius: 6px;
  }
}
.product-eco .sector-item .box-list .item-benefit .flag {
  background: rgba(255, 213, 37, 0.5);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .item-benefit .flag {
    padding: 5px 9px;
    font-size: 12px;
  }
}
.product-eco .sector-item .box-list .price-action {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .price-action {
    margin-top: auto;
  }
}
.product-eco .sector-item .box-list .price-action a {
  display: block;
  padding: 3.6111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a {
    padding: 26px 0;
  }
}
.product-eco .sector-item .box-list .price-action a {
  text-align: center;
  border-radius: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a {
    border-radius: 14px;
  }
}
.product-eco .sector-item .box-list .price-action a {
  background: -webkit-gradient(linear, left top, right top, from(#FFEC72), to(#FC0));
  background: linear-gradient(90deg, #FFEC72 0%, #FC0 100%);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .price-action a {
    margin-top: 20px;
    padding: 20px 0;
  }
}
.product-eco .sector-item .box-list .price-action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-list .price-action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span::before {
    width: 8px;
  }
}
.product-eco .sector-item .box-list .price-action a span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span::before {
    height: 8px;
  }
}
.product-eco .sector-item .box-list .price-action a span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-item .box-list .price-action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span::before {
    right: 16px;
  }
}
.product-eco .sector-item .box-list .price-action a span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .box-list .price-action a span {
  padding: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span {
    padding: 0 40px;
  }
}
.product-eco .sector-item .box-list .price-action a span {
  color: #121212;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span {
    font-size: 26px;
  }
}
.product-eco .sector-item .box-list .price-action a span {
  font-weight: 800;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a span {
    letter-spacing: -0.16px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .box-list .price-action a span {
    font-size: 16px;
  }
}
.product-eco .sector-item .banner-box {
  margin: 5.5555555556vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .banner-box {
    margin: 40px 40px 0;
  }
}
.product-eco .sector-item .banner-box {
  padding: 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .banner-box {
    padding: 40px 0;
  }
}
.product-eco .sector-item .banner-box {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .banner-box {
    border-radius: 20px;
  }
}
.product-eco .sector-item .banner-box {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .banner-box {
    border-width: 3px;
  }
}
.product-eco .sector-item .banner-box {
  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%);
  -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);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .banner-box {
    margin: 20px 0 0;
    padding: 40px;
  }
}
.product-eco .sector-item .banner-box .banner-title {
  color: #957800;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .banner-box .banner-title {
    font-size: 28px;
  }
}
.product-eco .sector-item .banner-box .banner-title {
  font-weight: 800;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .banner-box .banner-title {
    font-size: 28px;
  }
}
.product-eco .sector-item .banner-box .banner-desc {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .banner-box .banner-desc {
    margin-top: 10px;
  }
}
.product-eco .sector-item .banner-box .banner-desc {
  color: #444;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .banner-box .banner-desc {
    font-size: 24px;
  }
}
.product-eco .sector-item .banner-box .banner-desc {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.0222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .banner-box .banner-desc {
    letter-spacing: -0.16px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .banner-box .banner-desc {
    font-size: 18px;
  }
}
.product-eco .sector-item .banner-box .banner-desc strong {
  font-weight: 800;
}
.product-eco .sector-item .banner-box .banner-desc strong.point {
  color: #957800;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-item .banner-box .banner-desc strong.point {
    font-size: inherit;
  }
}
.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: linear-gradient(282deg, #756853 -35.38%, #2C200E 99.05%), linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%), #FFF;
}
.product-eco .sector-teacher::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 122.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher::before {
    height: 882px;
  }
}
.product-eco .sector-teacher::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/lecture/260803/pc/bg_line.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-teacher .wrap {
  z-index: 1;
}
.product-eco .sector-teacher .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-teacher .list-box {
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box {
    gap: 10px;
  }
}
.product-eco .sector-teacher .list-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-teacher .list-box {
    gap: 7px;
  }
}
.product-eco .sector-teacher .list-box > div {
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-teacher .list-box > div {
    border-radius: 16px;
    border: 1px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#7C7871), to(#141416)), -webkit-gradient(linear, left top, left bottom, from(#FFF5D9), to(#7B6C1C));
    background: linear-gradient(180deg, #7C7871 0%, #141416 100%), linear-gradient(to bottom, #FFF5D9 0%, #7B6C1C 100%);
    background-origin: border-box;
    background-clip: padding-box, border-box;
  }
}
.product-eco .sector-teacher .list-box .teacher-img {
  position: relative;
  width: 28.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-img {
    width: 206px;
  }
}
.product-eco .sector-teacher .list-box .teacher-img {
  height: 32.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-img {
    height: 232px;
  }
}
.product-eco .sector-teacher .list-box .teacher-img {
  overflow: hidden;
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-img {
    border-radius: 20px;
  }
}
.product-eco .sector-teacher .list-box .teacher-img {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-img {
    border-width: 1px;
  }
}
.product-eco .sector-teacher .list-box .teacher-img {
  border-style: solid;
  border-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#7C7871), to(#141416)), -webkit-gradient(linear, left top, left bottom, from(#FFF5D9), to(#7B6C1C));
  background: linear-gradient(180deg, #7C7871 0%, #141416 100%), linear-gradient(to bottom, #FFF5D9 0%, #7B6C1C 100%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-teacher .list-box .teacher-img {
    width: 224px;
    height: 278px;
    border: none;
    border-radius: 16px 16px 0 0;
    background: none;
  }
}
.product-eco .sector-teacher .list-box .teacher-img::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-img::before {
    height: 100px;
  }
}
.product-eco .sector-teacher .list-box .teacher-img::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(#000));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}
.product-eco .sector-teacher .list-box .teacher-img img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
.product-eco .sector-teacher .list-box .teacher-info {
  position: absolute;
  top: 18.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-info {
    top: 130px;
  }
}
.product-eco .sector-teacher .list-box .teacher-info {
  left: 0;
  z-index: 2;
  padding: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-info {
    padding: 15px;
  }
}
.product-eco .sector-teacher .list-box .teacher-info {
  text-align: left;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-teacher .list-box .teacher-info {
    position: static;
  }
}
.product-eco .sector-teacher .list-box .teacher-info .name {
  color: #F5F5F6;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-info .name {
    font-size: 24px;
  }
}
.product-eco .sector-teacher .list-box .teacher-info .name {
  font-weight: 700;
  letter-spacing: -0.0208333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-info .name {
    letter-spacing: -0.15px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-teacher .list-box .teacher-info .name {
    font-size: 15px;
  }
}
.product-eco .sector-teacher .list-box .teacher-info .subject {
  margin-top: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-info .subject {
    margin-top: 5px;
  }
}
.product-eco .sector-teacher .list-box .teacher-info .subject {
  color: rgba(245, 245, 246, 0.5);
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-info .subject {
    font-size: 18px;
  }
}
.product-eco .sector-teacher .list-box .teacher-info .subject {
  font-weight: 400;
  letter-spacing: -0.0201388889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .teacher-info .subject {
    letter-spacing: -0.145px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-teacher .list-box .teacher-info .subject {
    font-size: 12px;
  }
}
.product-eco .sector-teacher .list-box .text {
  margin-top: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .text {
    margin-top: 11px;
  }
}
.product-eco .sector-teacher .list-box .text {
  color: #FFF;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .text {
    font-size: 20px;
  }
}
.product-eco .sector-teacher .list-box .text {
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.0201388889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box .text {
    letter-spacing: -0.145px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-teacher .list-box .text {
    position: absolute;
    bottom: 85px;
    left: 16px;
    margin-top: 0;
    text-align: left;
    font-size: 16px;
  }
}
.product-eco .sector-ox {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox {
    padding: 100px 0;
  }
}
.product-eco .sector-ox {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDE5), to(#FFFEEF));
  background: linear-gradient(180deg, #FFFDE5 0%, #FFFEEF 100%);
}
.product-eco .sector-ox .box {
  padding: 8.3333333333vw 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .box {
    padding: 60px 40px;
  }
}
.product-eco .sector-ox .box {
  margin-right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .box {
    margin-right: 40px;
  }
}
.product-eco .sector-ox .box {
  margin-left: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .box {
    margin-left: 40px;
  }
}
.product-eco .sector-ox .box {
  border: 1px solid #E6E6E6;
  background: #FFF;
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .box {
    border-radius: 20px;
  }
}
.product-eco .sector-ox .box {
  -webkit-box-shadow: 0 0 24px 0 rgba(209, 208, 134, 0.33);
  box-shadow: 0 0 24px 0 rgba(209, 208, 134, 0.33);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .box {
    width: 1118px;
    padding: 70px 60px;
    border-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.product-eco .sector-ox .ox-list {
  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;
  gap: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ox-list {
    gap: 60px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .ox-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 65px;
  }
}
.product-eco .sector-ox .ico-o,
.product-eco .sector-ox .ico-x {
  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;
}
.product-eco .sector-ox .ico-o .tit {
  color: #DDA500;
  font-weight: 900;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-o .tit {
    font-size: 32px;
  }
}
.product-eco .sector-ox .ico-o .tit {
  letter-spacing: -0.1777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-o .tit {
    letter-spacing: -1.28px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .ico-o .tit {
    font-size: 36px;
    letter-spacing: -1.44px;
  }
}
.product-eco .sector-ox .ico-o .graph {
  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;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-o .graph {
    margin-top: 20px;
  }
}
.product-eco .sector-ox .ico-o .graph {
  width: 36.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-o .graph {
    width: 261px;
  }
}
.product-eco .sector-ox .ico-o .graph {
  height: 36.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-o .graph {
    height: 261px;
  }
}
.product-eco .sector-ox .ico-o .graph {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/img_o.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .ico-o .graph {
    width: 306px;
    height: 306px;
  }
}
.product-eco .sector-ox .ico-o .graph strong {
  text-align: center;
  -webkit-text-stroke-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-o .graph strong {
    -webkit-text-stroke-width: 1px;
  }
}
.product-eco .sector-ox .ico-o .graph strong {
  -webkit-text-stroke-color: #27201B;
  -webkit-filter: drop-shadow(0 -1px 0 #27201B) drop-shadow(2px 2px 0 #27201B);
          filter: drop-shadow(0 -1px 0 #27201B) drop-shadow(2px 2px 0 #27201B);
  paint-order: stroke;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFBF00));
  background: linear-gradient(180deg, #FFF 0%, #FFBF00 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-o .graph strong {
    font-size: 40px;
  }
}
.product-eco .sector-ox .ico-o .graph strong {
  line-height: 1.3;
  letter-spacing: -0.35vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-o .graph strong {
    letter-spacing: -2.52px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .ico-o .graph strong {
    -webkit-filter: drop-shadow(0 -1px 0 #27201B) drop-shadow(2px 3px 0 #27201B);
            filter: drop-shadow(0 -1px 0 #27201B) drop-shadow(2px 3px 0 #27201B);
    font-size: 45px;
    letter-spacing: -1.79px;
  }
}
.product-eco .sector-ox .ico-x .tit {
  color: #888;
  font-weight: 700;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .tit {
    font-size: 28px;
  }
}
.product-eco .sector-ox .ico-x .tit {
  letter-spacing: -0.1555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .tit {
    letter-spacing: -1.12px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .ico-x .tit {
    font-size: 26px;
    letter-spacing: -1.04px;
  }
}
.product-eco .sector-ox .ico-x .graph {
  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;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph {
    margin-top: 10px;
  }
}
.product-eco .sector-ox .ico-x .graph {
  width: 30vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph {
    width: 216px;
  }
}
.product-eco .sector-ox .ico-x .graph {
  height: 30vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph {
    height: 216px;
  }
}
.product-eco .sector-ox .ico-x .graph {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/img_x.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-ox .ico-x .graph span {
  color: #FFF;
  font-weight: 900;
  text-align: center;
  -webkit-text-stroke-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph span {
    -webkit-text-stroke-width: 3px;
  }
}
.product-eco .sector-ox .ico-x .graph span {
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke;
  font-size: 2.9166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph span {
    font-size: 21px;
  }
}
.product-eco .sector-ox .ico-x .graph span {
  line-height: 1.3;
  letter-spacing: -0.1180555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph span {
    letter-spacing: -0.85px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .ico-x .graph span {
    font-size: 20px;
    letter-spacing: -0.79px;
  }
}
.product-eco .sector-ox .ico-x .graph strong {
  display: block;
  -webkit-text-stroke-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph strong {
    -webkit-text-stroke-width: 3px;
  }
}
.product-eco .sector-ox .ico-x .graph strong {
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke;
  color: #FFF;
  font-weight: 900;
  font-size: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph strong {
    font-size: 42px;
  }
}
.product-eco .sector-ox .ico-x .graph strong {
  letter-spacing: -0.2319444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph strong {
    letter-spacing: -1.67px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .ico-x .graph strong {
    font-size: 39px;
    letter-spacing: -1.56px;
  }
}
.product-eco .sector-ox .ico-x .graph strong em {
  font-style: normal;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .ico-x .graph strong em {
    font-size: 32px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .ico-x .graph strong em {
    font-size: 30px;
  }
}
.product-eco .sector-ox .base {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .base {
    margin-top: 60px;
  }
}
.product-eco .sector-ox .base {
  color: #999;
  font-weight: 400;
  text-align: center;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-ox .base {
    font-size: 18px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-ox .base {
    color: #666;
    font-weight: 300;
    font-size: 16px;
  }
}
.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/260508/mobile/bg_book.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-book {
    background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_book.jpg");
  }
}
.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 {
  gap: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .list-box {
    gap: 12px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-book .list-box {
    gap: 20px;
  }
}
.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: 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%);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-book .list-box > div {
    width: 400px;
    padding: 25px 0;
    font-size: 18px;
  }
}
.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 img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-book .slide-box .swiper-slide img {
    width: auto;
    height: auto;
  }
}
.product-eco .sector-book .flag-list {
  position: absolute;
  top: -2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list {
    top: -20px;
  }
}
.product-eco .sector-book .flag-list {
  left: 50%;
  z-index: 1;
  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;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list {
    gap: 10px;
  }
}
.product-eco .sector-book .flag-list {
  margin-left: 8.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list {
    margin-left: 64px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-book .flag-list {
    margin-left: 460px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] {
  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: 17.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list [class^=flag-] {
    width: 124px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] {
  height: 21.5277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list [class^=flag-] {
    height: 155px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% 100%;
  -webkit-filter: drop-shadow(2.695px 3.593px 7.186px rgba(0, 0, 0, 0.26));
          filter: drop-shadow(2.695px 3.593px 7.186px rgba(0, 0, 0, 0.26));
  will-change: filter;
}
.product-eco .sector-book .flag-list [class^=flag-].flag-author {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_flag2.png");
}
.product-eco .sector-book .flag-list [class^=flag-].flag-best {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/pc/bg_flag1.png");
}
.product-eco .sector-book .flag-list [class^=flag-] strong {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
  line-height: 110%;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list [class^=flag-] strong {
    font-size: 40px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] strong {
  letter-spacing: -0.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list [class^=flag-] strong {
    letter-spacing: -2.4px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] strong {
  -webkit-transform: rotate(-7.67deg) skewX(-7.67deg) scaleY(0.99);
  transform: rotate(-7.67deg) skewX(-7.67deg) scaleY(0.99);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-book .flag-list [class^=flag-] strong {
    font-size: 36px;
    letter-spacing: -2.16px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] strong:has(span) {
  font-size: 6.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list [class^=flag-] strong:has(span) {
    font-size: 46px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] span {
  display: block;
  margin-bottom: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list [class^=flag-] span {
    margin-bottom: 5px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] span {
  font-family: "lato", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list [class^=flag-] span {
    font-size: 20px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] span {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .flag-list [class^=flag-] span {
    letter-spacing: -1.44px;
  }
}
.product-eco .sector-book .flag-list [class^=flag-] span {
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-book .flag-list [class^=flag-] span {
    font-size: 18px;
    letter-spacing: -0.5px;
  }
}
.product-eco .sector-check {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check {
    padding: 100px 0;
  }
}
.product-eco .sector-check {
  background-color: #F5F5F5;
}
.product-eco .sector-check .tab-box {
  margin-right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .tab-box {
    margin-right: 40px;
  }
}
.product-eco .sector-check .tab-box {
  margin-left: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .tab-box {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-check .tab-box {
    margin-right: 60px;
    margin-left: 60px;
  }
}
.product-eco .sector-check .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.2222222222vw 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .tab-list {
    gap: 16px 4px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-check .tab-list {
    gap: 4px;
  }
}
.product-eco .sector-check .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  min-width: 26.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .tab-list li {
    min-width: 190px;
  }
}
.product-eco .sector-check .tab-list li {
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .tab-list li {
    padding: 20px 0;
  }
}
.product-eco .sector-check .tab-list li {
  color: rgba(0, 0, 0, 0.6);
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .tab-list li {
    font-size: 20px;
  }
}
.product-eco .sector-check .tab-list li {
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.1vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .tab-list li {
    letter-spacing: -0.72px;
  }
}
.product-eco .sector-check .tab-list li {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0 1.3888888889vw 0 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .tab-list li {
    border-radius: 0 10px 0 0;
  }
}
.product-eco .sector-check .tab-list li {
  background-color: #FFF;
  cursor: pointer;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-check .tab-list li {
    min-width: auto;
  }
}
.product-eco .sector-check .tab-list li.on {
  color: #fff;
  font-weight: 900;
  background-color: #000;
}
.product-eco .sector-check .tab-view {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .tab-view {
    margin-top: 16px;
  }
}
.product-eco .sector-check .tab-view:not(.on) {
  display: none;
}
.product-eco .sector-check .action {
  margin: 8.3333333333vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .action {
    margin: 60px 40px 0;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-check .action {
    width: 595px;
    margin: 50px auto 0;
  }
}
.product-eco .sector-check .action a {
  display: block;
  width: 100%;
  padding: 4.3055555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .action a {
    padding: 31px 0;
  }
}
.product-eco .sector-check .action a {
  color: #FFF;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .action a {
    font-size: 28px;
  }
}
.product-eco .sector-check .action a {
  font-weight: 900;
  line-height: 150%;
  letter-spacing: -0.1333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .action a {
    letter-spacing: -0.96px;
  }
}
.product-eco .sector-check .action a {
  border-radius: 14.5833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-check .action a {
    border-radius: 105px;
  }
}
.product-eco .sector-check .action a {
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000)), #000;
  background: linear-gradient(180deg, #646464 0%, #000 100%), #000;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-check .action a {
    padding: 24px 0;
    font-size: 24px;
    border-radius: 86px;
  }
}
.product-eco .sector-guide {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide {
    padding: 100px 0;
  }
}
.product-eco .sector-guide {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFBF00), to(#FFEEBC));
  background: linear-gradient(180deg, #FFBF00 0%, #FFEEBC 100%);
}
.product-eco .sector-guide .tab-box {
  position: relative;
  z-index: 1;
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .tab-box {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .tab-box {
    width: 900px;
    margin: 40px auto 0;
  }
}
.product-eco .sector-guide .guide-tab {
  display: grid;
  width: 100%;
  padding: 9.7222222222vw 5.5555555556vw 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab {
    padding: 70px 40px 5px;
  }
}
.product-eco .sector-guide .guide-tab {
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab {
    gap: 10px;
  }
}
.product-eco .sector-guide .guide-tab {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 721px) {
  .product-eco .sector-guide .guide-tab {
    grid-template-columns: repeat(7, 140px);
  }
}
@media screen and (max-width: 720px) {
  .product-eco .sector-guide .guide-tab {
    grid-template-columns: repeat(7, 19.4444vw);
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-tab {
    position: relative;
    z-index: 1;
    padding: 40px 0 0;
    gap: 10px;
    grid-template-columns: repeat(7, 1fr);
    overflow-x: visible;
  }
}
.product-eco .sector-guide .guide-tab::-webkit-scrollbar {
  display: none;
}
.product-eco .sector-guide .guide-tab::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab::after {
    top: 20px;
  }
}
.product-eco .sector-guide .guide-tab::after {
  left: 50%;
  width: 100vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab::after {
    width: 720px;
  }
}
.product-eco .sector-guide .guide-tab::after {
  height: 35.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab::after {
    height: 254px;
  }
}
.product-eco .sector-guide .guide-tab::after {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/event/260528/mobile/bg_guide.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-tab::after {
    top: 20px;
    width: 934px;
    height: 234px;
    background-image: url("//img.eduwill.net/eduwill/img/2026/L/event/260528/pc/bg_guide.png");
  }
}
.product-eco .sector-guide .guide-tab .tab-item {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item {
    gap: 4px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item {
  cursor: pointer;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-tab .tab-item {
    gap: 6px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item.on p {
  color: #FFF;
  background: linear-gradient(108deg, #535353 0%, #000 102.42%);
}
.product-eco .sector-guide .guide-tab .tab-item.on p.badge {
  color: #FFBF00;
  background: linear-gradient(144deg, #535353 0%, #000 102.42%);
}
.product-eco .sector-guide .guide-tab .tab-item.highlight p {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item.highlight p {
    border-width: 1px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item.highlight p {
  border-style: solid;
  border-color: #332E0A;
}
.product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
  content: "";
  position: absolute;
  top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
    top: -4px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
  right: -21.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
    right: -154px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
  bottom: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
    bottom: -4px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
  left: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
    left: -4px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
  z-index: -1;
  display: block;
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
    border-radius: 4px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
  border: 1px solid #A57806;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-tab .tab-item:has(.badge)::before {
    top: -4px;
    right: -134px;
    bottom: -4px;
    left: -4px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item .badge {
  position: absolute;
  z-index: 2;
  top: -8.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item .badge {
    top: -62px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item .badge {
  left: 0;
  padding: 0;
  line-height: 1;
  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: 40.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item .badge {
    width: 292px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item .badge {
  height: 7.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item .badge {
    height: 54px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item .badge {
  border-width: 0.2268055556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item .badge {
    border-width: 1.633px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item .badge {
  border-style: solid;
  border-color: #000;
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item .badge {
    border-radius: 4px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item .badge {
  background: linear-gradient(144deg, #535353 0%, #000 102.42%);
  color: #FFBF00;
  font-weight: 700;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item .badge {
    font-size: 22px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item .badge {
  letter-spacing: -0.0916666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item .badge {
    letter-spacing: -0.66px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-tab .tab-item .badge {
    top: -55px;
    width: 248px;
    height: 46px;
    border-width: 1px;
    border-color: #332E0A;
    border-radius: 6px;
    font-size: 14px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p {
  padding: 2.2222222222vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item p {
    padding: 16px 0;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p {
  color: #18191F;
  font-weight: 700;
  line-height: 130%;
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item p {
    border-radius: 4px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p {
  background: linear-gradient(118deg, #FFE69C 0%, #FFD65A 43.44%);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-tab .tab-item p {
    padding: 19px 0;
    line-height: 160%;
    letter-spacing: -0.8px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p.month {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item p.month {
    font-size: 24px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p.month {
  letter-spacing: -0.1333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item p.month {
    letter-spacing: -0.96px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-tab .tab-item p.month {
    font-size: 20px;
    letter-spacing: -0.8px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p.sort {
  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;
  min-height: 11.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item p.sort {
    min-height: 82px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p.sort {
  padding: 1.3888888889vw 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item p.sort {
    padding: 10px 5px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p.sort {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item p.sort {
    font-size: 20px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p.sort {
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-tab .tab-item p.sort {
    letter-spacing: -0.8px;
  }
}
.product-eco .sector-guide .guide-tab .tab-item p.sort {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-tab .tab-item p.sort {
    min-height: 60px;
    font-size: 14px;
    line-height: 130%;
  }
}
.product-eco .sector-guide .guide-view {
  position: relative;
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view {
    width: 640px;
  }
}
.product-eco .sector-guide .guide-view {
  margin: 4.1666666667vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view {
    margin: 30px auto 0;
  }
}
.product-eco .sector-guide .guide-view {
  overflow: visible;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-view {
    width: auto;
  }
}
.product-eco .sector-guide .guide-view .swiper-wrapper {
  overflow: hidden;
}
.product-eco .sector-guide .guide-view:not(.swiper-container-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.product-eco .sector-guide .guide-view .swiper-button-prev,
.product-eco .sector-guide .guide-view .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-prev,
  .product-eco .sector-guide .guide-view .swiper-button-next {
    width: 60px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-prev,
.product-eco .sector-guide .guide-view .swiper-button-next {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-prev,
  .product-eco .sector-guide .guide-view .swiper-button-next {
    height: 60px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-prev,
.product-eco .sector-guide .guide-view .swiper-button-next {
  margin: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
}
.product-eco .sector-guide .guide-view .swiper-button-prev::after,
.product-eco .sector-guide .guide-view .swiper-button-next::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-prev::after,
  .product-eco .sector-guide .guide-view .swiper-button-next::after {
    width: 10px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-prev::after,
.product-eco .sector-guide .guide-view .swiper-button-next::after {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-prev::after,
  .product-eco .sector-guide .guide-view .swiper-button-next::after {
    height: 10px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-prev::after,
.product-eco .sector-guide .guide-view .swiper-button-next::after {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-prev::after,
  .product-eco .sector-guide .guide-view .swiper-button-next::after {
    margin-top: -5px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-prev::after,
.product-eco .sector-guide .guide-view .swiper-button-next::after {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-eco .sector-guide .guide-view .swiper-button-prev {
  left: -4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-prev {
    left: -30px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-view .swiper-button-prev {
    left: -80px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-prev::after {
  margin-left: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-prev::after {
    margin-left: -4px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-prev::after {
  border-bottom-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-prev::after {
    border-bottom-width: 2px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-prev::after {
  border-left-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-prev::after {
    border-left-width: 2px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-next {
  right: -4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-next {
    right: -30px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .guide-view .swiper-button-next {
    right: -80px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-next::after {
  margin-left: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-next::after {
    margin-left: -6px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-next::after {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-next::after {
    border-top-width: 2px;
  }
}
.product-eco .sector-guide .guide-view .swiper-button-next::after {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .guide-view .swiper-button-next::after {
    border-right-width: 2px;
  }
}
.product-eco .sector-guide .card-box {
  padding: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box {
    padding: 40px;
  }
}
.product-eco .sector-guide .card-box {
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box {
    border-radius: 4px;
  }
}
.product-eco .sector-guide .card-box {
  border: 1px solid #E5E5E5;
  background: #FFF;
  -webkit-box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 44px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .card-box {
    padding: 40px 115px;
  }
}
.product-eco .sector-guide .card-box + .card-box {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box + .card-box {
    margin-top: 10px;
  }
}
.product-eco .sector-guide .card-box .course {
  display: inline-block;
  min-width: 34.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .course {
    min-width: 250px;
  }
}
.product-eco .sector-guide .card-box .course {
  padding: 0.8333333333vw 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .course {
    padding: 6px 20px;
  }
}
.product-eco .sector-guide .card-box .course {
  color: #FFF;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .course {
    font-size: 26px;
  }
}
.product-eco .sector-guide .card-box .course {
  font-weight: 700;
  line-height: 152.381%;
  letter-spacing: -0.1166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .course {
    letter-spacing: -0.84px;
  }
}
.product-eco .sector-guide .card-box .course {
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .course {
    border-radius: 4px;
  }
}
.product-eco .sector-guide .card-box .course {
  background: #000;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .card-box .course {
    min-width: 188px;
    font-size: 21px;
  }
}
.product-eco .sector-guide .card-box .title {
  margin-top: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .title {
    margin-top: 22px;
  }
}
.product-eco .sector-guide .card-box .title {
  color: #18191F;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .title {
    font-size: 24px;
  }
}
.product-eco .sector-guide .card-box .title {
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.1333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .title {
    letter-spacing: -0.96px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .card-box .title {
    margin-top: 24px;
    line-height: 137.5%;
  }
}
.product-eco .sector-guide .card-box .title .point {
  color: #FF5900;
}
.product-eco .sector-guide .card-box .tip-box {
  min-height: 44.5833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box {
    min-height: 321px;
  }
}
.product-eco .sector-guide .card-box .tip-box {
  margin-top: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box {
    margin-top: 22px;
  }
}
.product-eco .sector-guide .card-box .tip-box {
  padding: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box {
    padding: 24px;
  }
}
.product-eco .sector-guide .card-box .tip-box {
  text-align: left;
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box {
    border-radius: 4px;
  }
}
.product-eco .sector-guide .card-box .tip-box {
  background: #F8F8F8;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .card-box .tip-box {
    min-height: 140px;
    margin-top: 24px;
    padding: 16px 18px 24px;
  }
}
.product-eco .sector-guide .card-box .tip-box .label {
  display: inline-block;
  padding: 0.8333333333vw 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box .label {
    padding: 6px 14px;
  }
}
.product-eco .sector-guide .card-box .tip-box .label {
  color: #FFBF00;
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box .label {
    font-size: 14px;
  }
}
.product-eco .sector-guide .card-box .tip-box .label {
  font-weight: 700;
  line-height: 1;
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box .label {
    border-radius: 4px;
  }
}
.product-eco .sector-guide .card-box .tip-box .label {
  background: #000;
}
.product-eco .sector-guide .card-box .tip-box .desc {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box .desc {
    margin-top: 10px;
  }
}
.product-eco .sector-guide .card-box .tip-box .desc {
  color: #000;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box .desc {
    font-size: 22px;
  }
}
.product-eco .sector-guide .card-box .tip-box .desc {
  font-weight: 400;
  line-height: 157.143%;
  letter-spacing: -0.1222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-guide .card-box .tip-box .desc {
    letter-spacing: -0.88px;
  }
}
.product-eco .sector-guide .card-box .tip-box .desc {
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-guide .card-box .tip-box .desc {
    margin-top: 11px;
    font-size: 14px;
    letter-spacing: -0.28px;
  }
}
.product-eco .sector-us {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us {
    padding: 100px 0;
  }
}
.product-eco .sector-us {
  background: -webkit-gradient(linear, right top, left top, from(#FFE901), to(#FAF002));
  background: linear-gradient(270deg, #FFE901 0%, #FAF002 100%);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-us {
    background-color: #ffc801;
    background-image: url("//img.eduwill.net/eduwill/img/2024/L/product/240215/pc/bg_us.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
.product-eco .sector-us .title-box p {
  font-weight: 700;
}
.product-eco .sector-us .title-box .main-title + .main-title {
  color: #000;
  font-size: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .title-box .main-title + .main-title {
    font-size: 42px;
  }
}
.product-eco .sector-us .title-box .main-title + .main-title {
  font-weight: 900;
  line-height: 124%;
  letter-spacing: -0.2916666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .title-box .main-title + .main-title {
    letter-spacing: -2.1px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-us .title-box .main-title + .main-title {
    margin-top: 30px;
  }
}
.product-eco .sector-us .title-box .sub-title {
  color: #F1A208;
  font-size: 2.9166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .title-box .sub-title {
    font-size: 21px;
  }
}
.product-eco .sector-us .title-box .sub-title {
  font-weight: 900;
  line-height: 122%;
  letter-spacing: -0.0875vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .title-box .sub-title {
    letter-spacing: -0.63px;
  }
}
.product-eco .sector-us .laurel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 88.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list {
    width: 639px;
  }
}
.product-eco .sector-us .laurel-list {
  margin: 6.6666666667vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list {
    margin: 48px auto 0;
  }
}
.product-eco .sector-us .laurel-list > div {
  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;
  gap: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list > div {
    gap: 5px;
  }
}
.product-eco .sector-us .laurel-list > div {
  width: 25.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list > div {
    width: 186px;
  }
}
.product-eco .sector-us .laurel-list > div {
  height: 23.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list > div {
    height: 167px;
  }
}
.product-eco .sector-us .laurel-list > div {
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/product/260508/mobile/bg_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-us .laurel-list > div .txt {
  color: #000;
  font-weight: 700;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list > div .txt {
    font-size: 20px;
  }
}
.product-eco .sector-us .laurel-list > div .txt {
  line-height: 1.2;
  letter-spacing: -0.1055555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list > div .txt {
    letter-spacing: -0.76px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-us .laurel-list > div .txt {
    font-size: 19px;
  }
}
.product-eco .sector-us .laurel-list > div .num {
  color: #000;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list > div .num {
    font-size: 30px;
  }
}
.product-eco .sector-us .laurel-list > div .num {
  line-height: 1;
  letter-spacing: -0.1777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list > div .num {
    letter-spacing: -1.28px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-us .laurel-list > div .num {
    font-size: 32px;
  }
}
.product-eco .sector-us .laurel-list > div .num em {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-style: normal;
  font-weight: 900;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list > div .num em {
    font-size: 30px;
  }
}
.product-eco .sector-us .laurel-list > div .num em {
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .laurel-list > div .num em {
    letter-spacing: -1.2px;
  }
}
.product-eco .sector-us .list-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 88.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box {
    width: 639px;
  }
}
.product-eco .sector-us .list-box {
  gap: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box {
    gap: 11px;
  }
}
.product-eco .sector-us .list-box {
  margin: 3.8888888889vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box {
    margin: 28px auto 0;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-us .list-box {
    grid-template-columns: repeat(4, 1fr);
    width: 1112px;
    gap: 11px;
    margin: 44px auto 0;
  }
}
.product-eco .sector-us .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;
  height: 54.8611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box > div {
    height: 395px;
  }
}
.product-eco .sector-us .list-box > div {
  padding-top: 4.0277777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box > div {
    padding-top: 29px;
  }
}
.product-eco .sector-us .list-box > div {
  border-radius: 1.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box > div {
    border-radius: 11.6px;
  }
}
.product-eco .sector-us .list-box > div {
  background: #FFF;
  -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-us .list-box > div {
    height: 340px;
    padding-top: 25px;
    border-radius: 10px;
  }
}
.product-eco .sector-us .list-box > div .tit {
  color: #000;
  font-weight: 700;
  font-size: 3.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box > div .tit {
    font-size: 25.6px;
  }
}
.product-eco .sector-us .list-box > div .tit {
  line-height: 1.32;
  letter-spacing: -0.1777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box > div .tit {
    letter-spacing: -1.28px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-us .list-box > div .tit {
    font-size: 22px;
    letter-spacing: -1.1px;
  }
}
.product-eco .sector-us .list-box > div .img {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box > div .img {
    margin-top: 20px;
  }
}
.product-eco .sector-us .list-box > div .img {
  width: 43.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-us .list-box > div .img {
    width: 314px;
  }
}
.product-eco .sector-us .list-box > div .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-us .list-box > div .img {
    width: 272px;
    margin-top: 20px;
  }
}
.product-eco .sector-lecture {
  position: relative;
  overflow: hidden;
  padding: 11.1111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecture {
    padding: 80px 0;
  }
}
.product-eco .sector-lecture {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFBC2), to(#FFFEEF));
  background: linear-gradient(180deg, #FFFBC2 0%, #FFFEEF 100%);
}
.product-eco .sector-lecture::before {
  content: "BENEFIT";
  position: absolute;
  z-index: 0;
  top: -6.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecture::before {
    top: -46px;
  }
}
.product-eco .sector-lecture::before {
  left: 50%;
  display: block;
  width: 100%;
  text-align: center;
  color: transparent;
  background: linear-gradient(182deg, #FFE491 5.4%, rgba(255, 228, 145, 0.1) 166.68%);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
  font-size: 27.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecture::before {
    font-size: 200px;
  }
}
.product-eco .sector-lecture::before {
  line-height: 1;
  letter-spacing: -1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecture::before {
    letter-spacing: -8px;
  }
}
.product-eco .sector-lecture::before {
  opacity: 0.3;
  white-space: nowrap;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-lecture::before {
    top: -60px;
    font-size: 240px;
    letter-spacing: 2.4px;
    opacity: 0.5;
  }
}
.product-eco .sector-lecture .wrap {
  position: relative;
  z-index: 1;
}
.product-eco .sector-lecture .title-box .bg-title {
  min-width: 25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecture .title-box .bg-title {
    min-width: 180px;
  }
}
.product-eco .sector-lecture .title-box .bg-title {
  border: none;
  color: #320707;
  font-family: "EduwillPassBold", "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-lecture .title-box .bg-title {
    font-size: 22px;
  }
}
.product-eco .sector-lecture .title-box .bg-title {
  line-height: 1;
  letter-spacing: -0.1527777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecture .title-box .bg-title {
    letter-spacing: -1.1px;
  }
}
.product-eco .sector-lecture .title-box .bg-title {
  border-radius: 5.9722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecture .title-box .bg-title {
    border-radius: 43px;
  }
}
.product-eco .sector-lecture .title-box .bg-title {
  background: -webkit-gradient(linear, left top, right top, from(#FCDA00), to(#FBEE3A));
  background: linear-gradient(to right, #FCDA00, #FBEE3A);
}
.product-eco .sector-lecture .title-box .main-title strong {
  font-weight: 800;
}
.product-eco .sector-lecture .list-box {
  margin-right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecture .list-box {
    margin-right: 40px;
  }
}
.product-eco .sector-lecture .list-box {
  margin-left: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-lecture .list-box {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-lecture .list-box {
    margin-right: 0;
    margin-left: 0;
  }
}
.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;
}
@media screen and (min-width: 1100px) and (pointer: fine) {
  .product-eco .sector-review .slide-box .slick-slide {
    width: 776px;
  }
}
.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;
  }
}/*# sourceMappingURL=eco_7432.css.map */