@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-interview .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}

.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: "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 img {
  vertical-align: top;
}
.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) {
  .product-eco .wrap {
    width: 1160px;
    max-width: unset;
  }
}
.product-eco .only-mobile {
  display: block;
}
@media screen and (min-width: 1100px) {
  .product-eco .only-mobile {
    display: none;
  }
}
.product-eco .only-pc {
  display: none;
}
@media screen and (min-width: 1100px) {
  .product-eco .only-pc {
    display: block;
  }
}
.product-eco .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 50px;
  left: 0;
  z-index: 99;
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom {
    border-top-width: 2px;
  }
}
.product-eco .fix-bottom {
  border-top-style: solid;
  border-top-color: #000;
  background: #FC0;
}
@media screen and (min-width: 1100px) {
  .product-eco .fix-bottom {
    bottom: 0;
  }
}
.product-eco .fix-bottom a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  padding: 2.2222222222vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom a {
    padding: 16px 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .fix-bottom a {
    padding: 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .fix-bottom .img {
    margin-top: -10px;
  }
}
.product-eco .fix-bottom .text-1 {
  -webkit-text-stroke-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .text-1 {
    -webkit-text-stroke-width: 2px;
  }
}
.product-eco .fix-bottom .text-1 {
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke fill;
  color: #FFF;
  font-family: "EduwillPassBold", "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-bottom .text-1 {
    font-size: 36px;
  }
}
.product-eco .fix-bottom .text-1 {
  line-height: 1;
  letter-spacing: -0.1777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .text-1 {
    letter-spacing: -1.28px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .fix-bottom .text-1 {
    -webkit-text-stroke-width: 3px;
    -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(0px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(0px 1px 0 #000);
            filter: drop-shadow(0 0 0 #000) drop-shadow(0px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(0px 1px 0 #000);
    font-size: 32px;
  }
}
.product-eco .fix-bottom .text-1 span {
  -webkit-text-stroke-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .text-1 span {
    -webkit-text-stroke-width: 1px;
  }
}
.product-eco .fix-bottom .text-1 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE200), to(#FFB700));
  background: linear-gradient(180deg, #FFE200 0%, #FFB700 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: inherit;
  font-size: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .text-1 span {
    font-size: 38px;
  }
}
.product-eco .fix-bottom .text-1 span {
  line-height: inherit;
  letter-spacing: inherit;
}
@media screen and (min-width: 1100px) {
  .product-eco .fix-bottom .text-1 span {
    font-size: 34px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .fix-bottom .text-2 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.8px;
  }
}
.product-eco .fix-bottom .detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.8055555556vw 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail {
    padding: 13px 50px;
  }
}
.product-eco .fix-bottom .detail {
  border-radius: 6.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail {
    border-radius: 48px;
  }
}
.product-eco .fix-bottom .detail {
  background: #000;
}
@media screen and (min-width: 1100px) {
  .product-eco .fix-bottom .detail {
    padding: 15px 65px;
  }
}
.product-eco .fix-bottom .detail span {
  position: relative;
  display: inline-block;
}
.product-eco .fix-bottom .detail span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    width: 9px;
  }
}
.product-eco .fix-bottom .detail span::before {
  height: 1.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    height: 9px;
  }
}
.product-eco .fix-bottom .detail span::before {
  margin-top: -0.625vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    margin-top: -4.5px;
  }
}
.product-eco .fix-bottom .detail span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    right: 18px;
  }
}
.product-eco .fix-bottom .detail span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .fix-bottom .detail span {
  padding-right: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span {
    padding-right: 15px;
  }
}
.product-eco .fix-bottom .detail span {
  color: #FFF;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span {
    font-size: 22px;
  }
}
.product-eco .fix-bottom .detail span {
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.025vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-bottom .detail span {
    letter-spacing: -0.18px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .fix-bottom .detail span {
    position: relative;
    display: inline-block;
  }
  .product-eco .fix-bottom .detail span::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 1.25vw;
    height: 1.25vw;
    margin-top: -0.625vw;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2.5vw;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .product-eco .fix-bottom .detail span {
    font-size: 18px;
    line-height: 100%;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    width: 9px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    height: 9px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    margin-top: -4.5px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .product-eco .fix-bottom .detail span::before {
    right: 18px;
  }
}
.product-eco .fix-bottom .detail span::before {
  right: 0;
}
@media screen and (min-width: 1100px) {
  .product-eco .title-box + div {
    margin: 60px auto 0;
  }
}
.product-eco .sub-title {
  color: #000;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sub-title {
    font-size: 28px;
  }
}
.product-eco .sub-title {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sub-title {
    letter-spacing: -1.2px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sub-title {
    font-size: 30px;
  }
}
.product-eco .sub-title strong {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .main-title {
  color: #000;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .main-title {
    font-size: 40px;
  }
}
.product-eco .main-title {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .product-eco .main-title {
    letter-spacing: -1.44px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .main-title {
    font-size: 36px;
  }
}
.product-eco .main-title strong {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .base {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .base {
    margin-top: 20px;
  }
}
.product-eco .base {
  color: #6E6E6E;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .base {
    font-size: 20px;
  }
}
.product-eco .base {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.0972222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .base {
    letter-spacing: -0.7px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .base {
    font-size: 14px;
  }
}
.product-eco .point {
  color: #FFD600;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .tab-box {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box {
    width: 640px;
  }
}
.product-eco .tab-box {
  margin: 5.5555555556vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .tab-box {
    width: auto;
    margin: 0;
  }
}
.product-eco .tab-box .tab-select {
  display: block;
  width: 100%;
  height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-select {
    height: 100px;
  }
}
.product-eco .tab-box .tab-select {
  padding: 3.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-select {
    padding: 27px;
  }
}
.product-eco .tab-box .tab-select {
  color: #000;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-select {
    font-size: 30px;
  }
}
.product-eco .tab-box .tab-select {
  font-weight: 700;
  text-align: left;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-select {
    border-radius: 10px;
  }
}
.product-eco .tab-box .tab-select {
  border: 1px solid #000;
  background: #FFF url("//img.eduwill.net/eduwill/img/2026/G/product/260513/mobile/select_arrow.png") no-repeat right 0 center;
  background-size: 13.6111111111vw 13.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-select {
    background-size: 98px 99px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .tab-box .tab-select {
    display: none;
  }
}
.product-eco .tab-box .tab-view {
  display: none;
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .tab-box .tab-view {
    margin-top: 20px;
  }
}
.product-eco .tab-box .tab-view.on {
  display: block;
}
.product-eco .list-box {
  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 .list-box {
    gap: 10px;
  }
}
.product-eco .list-box {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .list-box {
    width: 640px;
  }
}
.product-eco .list-box {
  margin: 5.5555555556vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .list-box {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .list-box {
    -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;
    width: auto;
    margin: 0;
  }
}
.product-eco .list-box + div {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .list-box + div {
    margin-top: 10px;
  }
}
.product-eco .img-box + .title-box {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .img-box + .title-box {
    margin-top: 60px;
  }
}
.product-eco .sector-top {
  padding: 2.6388888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-top {
    padding: 19px 0;
  }
}
.product-eco .sector-top {
  background: #000;
}
.product-eco .sector-top .title-box .sub-title {
  color: #FFF;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-top .title-box .sub-title {
    font-size: 26px;
  }
}
.product-eco .sector-top .title-box .sub-title {
  font-weight: 600;
  letter-spacing: -0.1444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-top .title-box .sub-title {
    letter-spacing: -1.04px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-top .title-box .sub-title {
    color: #FFF;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -1.28px;
  }
}
.product-eco .sector-title {
  background: url("//img.eduwill.net/eduwill/img/2026/G/product/260513/mobile/bg_title.jpg") no-repeat center top, linear-gradient(164deg, #FFE200 11.35%, #FF6F00 92.09%);
  background-size: auto 100%;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-title {
    background: url("//img.eduwill.net/eduwill/img/2026/G/product/260513/pc/bg_title.jpg") no-repeat center top, linear-gradient(164deg, #FFE200 11.35%, #FF6F00 92.09%);
  }
}
.product-eco .sector-title .title-1 {
  margin-top: 17.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-1 {
    margin-top: 124px;
  }
}
.product-eco .sector-title .title-1 {
  color: #000;
  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: 700;
  line-height: 140%;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-1 {
    letter-spacing: -1.44px;
  }
}
.product-eco .sector-title .title-1 + .title-2 {
  margin-top: 0;
}
.product-eco .sector-title .title-2 {
  margin-top: 17.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 {
    margin-top: 124px;
  }
}
.product-eco .sector-title .title-2 {
  -webkit-text-stroke-width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 {
    -webkit-text-stroke-width: 4px;
  }
}
.product-eco .sector-title .title-2 {
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(0px 2px 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(0px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(0px 2px 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(0px 1px 0 #000);
  paint-order: stroke fill;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 12.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 {
    font-size: 92px;
  }
}
.product-eco .sector-title .title-2 {
  letter-spacing: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 {
    letter-spacing: -4px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-title .title-2 {
    font-size: 100px;
  }
}
.product-eco .sector-title .title-2 span {
  display: block;
  -webkit-text-stroke-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 span {
    -webkit-text-stroke-width: 2px;
  }
}
.product-eco .sector-title .title-2 span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE200), to(#FFB700));
  background: linear-gradient(180deg, #FFE200 0%, #FFB700 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: inherit;
  font-size: 13.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-2 span {
    font-size: 94px;
  }
}
.product-eco .sector-title .title-2 span {
  line-height: inherit;
  letter-spacing: inherit;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-title .title-2 span {
    display: inline;
    font-size: 102px;
  }
}
.product-eco .sector-title .title-3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 {
    gap: 10px;
  }
}
.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 {
  padding: 0.4166666667vw 1.8055555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 {
    padding: 3px 13px;
  }
}
.product-eco .sector-title .title-3 {
  color: #FFF;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 {
    font-size: 22px;
  }
}
.product-eco .sector-title .title-3 {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.1222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 {
    letter-spacing: -0.88px;
  }
}
.product-eco .sector-title .title-3 {
  border-radius: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 {
    border-radius: 4px;
  }
}
.product-eco .sector-title .title-3 {
  background: #222;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-title .title-3 {
    margin-left: 600px;
  }
}
.product-eco .sector-title .title-3 strong {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFE200), to(#FFB700));
  background: linear-gradient(180deg, #FFE200 0%, #FFB700 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 strong {
    font-size: 32px;
  }
}
.product-eco .sector-title .title-3 strong {
  font-weight: 900;
  letter-spacing: -0.1777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-3 strong {
    letter-spacing: -1.28px;
  }
}
.product-eco .sector-title .title-star {
  margin-top: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-star {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-title .title-star {
    margin-top: -10px;
  }
}
.product-eco .sector-winner {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner {
    padding: 100px 0;
  }
}
.product-eco .sector-winner .title-box .main-title::before {
  content: "";
  display: block;
  width: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title::before {
    width: 38px;
  }
}
.product-eco .sector-winner .title-box .main-title::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title::before {
    height: 10px;
  }
}
.product-eco .sector-winner .title-box .main-title::before {
  margin: 0 auto 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .title-box .main-title::before {
    margin: 0 auto 20px;
  }
}
.product-eco .sector-winner .title-box .main-title::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260513/pc/bg_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-winner .winner-box {
  position: relative;
  width: 100vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .winner-box {
    width: 720px;
  }
}
.product-eco .sector-winner .winner-box {
  margin: -2.7777777778vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .winner-box {
    margin: -20px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-winner .winner-box {
    width: 1200px;
  }
}
.product-eco .sector-winner .winner-box .winner-list {
  position: relative;
  -webkit-transform: perspective(400px) rotateX(40deg);
  transform: perspective(400px) rotateX(40deg);
}
.product-eco .sector-winner .winner-box .winner-list .slick-track {
  -webkit-transform: translate(0) !important;
  transform: translate(0) !important;
}
.product-eco .sector-winner .winner-box .winner-list .slick-slide {
  opacity: 0.5;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.product-eco .sector-winner .winner-box .winner-list .slick-slide.slick-active {
  opacity: 1;
}
.product-eco .sector-winner .winner-box p {
  text-align: center;
  line-height: 2;
  font-weight: 400;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-winner .winner-box p {
    font-size: 20px;
  }
}
.product-eco .sector-winner .winner-box p {
  color: #000;
}
.product-eco .sector-flow {
  padding: 11.1111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-flow {
    padding: 80px 0;
  }
}
.product-eco .sector-flow {
  background: linear-gradient(127deg, #1A1A1A 21.58%, #3E3E3E 141.81%);
}
.product-eco .sector-flow .main-title {
  color: #FFF;
}
.product-eco .sector-flow .img-box {
  margin: 8.3333333333vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-flow .img-box {
    margin: 60px 40px 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-flow .img-box {
    margin: 60px 0 0;
  }
}
.product-eco .sector-flow .sub-title {
  color: #FFF;
}
.product-eco .sector-flow .sub-title + .sub-title {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-flow .sub-title + .sub-title {
    margin-top: 20px;
  }
}
.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: linear-gradient(127deg, #1A1A1A 21.58%, #3E3E3E 141.81%), #2F271D;
}
.product-eco .sector-reason .main-title {
  color: #FFF;
}
.product-eco .sector-reason .reason-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box {
    gap: 20px;
  }
}
.product-eco .sector-reason .reason-box {
  margin: 6.9444444444vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box {
    margin: 50px 40px 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-reason .reason-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    margin: 50px auto 0;
  }
}
.product-eco .sector-reason .reason-box .box-item {
  display: grid;
  grid-template-columns: 70% 30%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 4.8611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-item {
    padding: 35px;
  }
}
.product-eco .sector-reason .reason-box .box-item {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-item {
    border-radius: 20px;
  }
}
.product-eco .sector-reason .reason-box .box-item {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-item {
    border-width: 3px;
  }
}
.product-eco .sector-reason .reason-box .box-item {
  border-style: solid;
  border-color: #F7FAC1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEE8C), to(#FFF));
  background: linear-gradient(180deg, #FFEE8C 0%, #FFF 100%);
  -webkit-box-shadow: 0 0 23.903px 0 rgba(209, 208, 134, 0.25);
          box-shadow: 0 0 23.903px 0 rgba(209, 208, 134, 0.25);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-reason .reason-box .box-item {
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 370px;
    padding: 32px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.product-eco .sector-reason .reason-box .box-title {
  display: block;
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  text-align: left;
  color: #222;
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-title {
    font-size: 28px;
  }
}
.product-eco .sector-reason .reason-box .box-title {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.1944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-title {
    letter-spacing: -1.4px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-reason .reason-box .box-title {
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.9px;
  }
}
.product-eco .sector-reason .reason-box .box-title strong {
  color: #A85500;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.product-eco .sector-reason .reason-box .box-icon {
  grid-column: 2;
  grid-row: 1/span 2;
  width: 100%;
  height: 100%;
  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;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-reason .reason-box .box-icon {
    height: 100px;
  }
}
.product-eco .sector-reason .reason-box .box-icon img {
  max-height: 100%;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-eco .sector-reason .reason-box .box-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-column: 1;
  grid-row: 2;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-reason .reason-box .box-desc {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.product-eco .sector-reason .reason-box .box-desc .btn-shortcut {
  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: 22.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-desc .btn-shortcut {
    width: 160px;
  }
}
.product-eco .sector-reason .reason-box .box-desc .btn-shortcut {
  padding: 1.1111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-desc .btn-shortcut {
    padding: 8px 0;
  }
}
.product-eco .sector-reason .reason-box .box-desc .btn-shortcut {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-desc .btn-shortcut {
    font-size: 28px;
  }
}
.product-eco .sector-reason .reason-box .box-desc .btn-shortcut {
  font-weight: 700;
  border-radius: 5.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-desc .btn-shortcut {
    border-radius: 37px;
  }
}
.product-eco .sector-reason .reason-box .box-desc .btn-shortcut {
  background-color: #371706;
  color: #FFF;
}
.product-eco .sector-reason .reason-box .box-desc .card-desc {
  color: #222;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-desc .card-desc {
    font-size: 22px;
  }
}
.product-eco .sector-reason .reason-box .box-desc .card-desc {
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.1527777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-desc .card-desc {
    letter-spacing: -1.1px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-reason .reason-box .box-desc .card-desc {
    font-size: 14px;
    letter-spacing: -0.7px;
  }
}
.product-eco .sector-reason .reason-box .box-desc .card-desc .notice {
  display: block;
  margin-top: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-desc .card-desc .notice {
    margin-top: 5px;
  }
}
.product-eco .sector-reason .reason-box .box-desc .card-desc .notice {
  color: rgba(80, 38, 3, 0.6);
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-reason .reason-box .box-desc .card-desc .notice {
    font-size: 20px;
  }
}
.product-eco .sector-reason .reason-box .box-desc .card-desc .notice {
  font-weight: 400;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-reason .reason-box .box-desc .card-desc .notice {
    font-size: 12px;
  }
}
.product-eco .sector-compare {
  padding: 11.1111111111vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare {
    padding: 80px 0;
  }
}
.product-eco .sector-compare {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFDE5), to(#FFF9A6)), #FFF;
  background: linear-gradient(180deg, #FFFDE5 0%, #FFF9A6 100%), #FFF;
}
.product-eco .sector-compare .compare-table {
  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;
  gap: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table {
    gap: 20px;
  }
}
.product-eco .sector-compare .compare-table {
  margin-right: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table {
    margin-right: 40px;
  }
}
.product-eco .sector-compare .compare-table {
  margin-left: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .compare-table {
    margin-left: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-compare .compare-table {
    margin-right: 0;
    margin-left: 0;
  }
}
.product-eco .sector-compare [class^=col-] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 71.8055555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare [class^=col-] {
    width: 517px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-title,
.product-eco .sector-compare [class^=col-] .cell-footer {
  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;
  padding: 0 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare [class^=col-] .cell-title,
  .product-eco .sector-compare [class^=col-] .cell-footer {
    padding: 0 10px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-title,
.product-eco .sector-compare [class^=col-] .cell-footer {
  text-align: center;
  word-break: keep-all;
}
.product-eco .sector-compare [class^=col-] .cell-title {
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare [class^=col-] .cell-title {
    height: 70px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-title {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare [class^=col-] .cell-title {
    font-size: 22px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-title {
  font-weight: 700;
  line-height: 135%;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-compare [class^=col-] .cell-title {
    height: 62px;
    font-size: 17px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-list li {
  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: 17.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare [class^=col-] .cell-list li {
    min-height: 128px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-list li {
  padding: 0 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare [class^=col-] .cell-list li {
    padding: 0 16px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-list li {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare [class^=col-] .cell-list li {
    font-size: 22px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-list li {
  font-weight: 700;
  line-height: 135%;
  white-space: nowrap;
  border-bottom: 1px dashed #E2E2E2;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-compare [class^=col-] .cell-list li {
    min-height: 62px;
    padding: 12px 16px;
    font-size: 18px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-list li:last-child {
  border-bottom: none;
}
.product-eco .sector-compare [class^=col-] .cell-footer {
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare [class^=col-] .cell-footer {
    height: 80px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-footer {
  color: #292929;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare [class^=col-] .cell-footer {
    font-size: 22px;
  }
}
.product-eco .sector-compare [class^=col-] .cell-footer {
  font-weight: 700;
  line-height: 135%;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-compare [class^=col-] .cell-footer {
    height: 62px;
    font-size: 18px;
  }
}
.product-eco .sector-compare .col-other,
.product-eco .sector-compare .col-eduwill {
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-other,
  .product-eco .sector-compare .col-eduwill {
    border-radius: 10px;
  }
}
.product-eco .sector-compare .col-other,
.product-eco .sector-compare .col-eduwill {
  overflow: hidden;
  background-color: #FFF;
}
.product-eco .sector-compare .col-other {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-other {
    border-width: 3px;
  }
}
.product-eco .sector-compare .col-other {
  border-style: solid;
  border-color: #D4D4D4;
}
.product-eco .sector-compare .col-other .cell-title {
  color: #646464;
  background-color: #D4D4D4;
}
.product-eco .sector-compare .col-other .cell-list li {
  color: #A6A6A6;
}
.product-eco .sector-compare .col-other .cell-list li strong {
  color: #222;
  font-weight: 800;
}
.product-eco .sector-compare .col-other .cell-footer {
  color: #222;
  background-color: #D4D4D4;
}
.product-eco .sector-compare .col-eduwill {
  position: relative;
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-eduwill {
    border-width: 3px;
  }
}
.product-eco .sector-compare .col-eduwill {
  border-style: solid;
  border-color: #FFBF00;
  -webkit-box-shadow: 0 0 20px 0 #FD7;
          box-shadow: 0 0 20px 0 #FD7;
}
.product-eco .sector-compare .col-eduwill .cell-title {
  color: #FFF;
  text-shadow: 3px 3px 0 #000;
  -webkit-text-stroke-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-eduwill .cell-title {
    -webkit-text-stroke-width: 3px;
  }
}
.product-eco .sector-compare .col-eduwill .cell-title {
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  font-family: "EduwillPassBold", "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-compare .col-eduwill .cell-title {
    font-size: 20px;
  }
}
.product-eco .sector-compare .col-eduwill .cell-title {
  background-color: #FFBF00;
}
.product-eco .sector-compare .col-eduwill .cell-list li {
  color: #111;
}
.product-eco .sector-compare .col-eduwill .cell-list li strong {
  color: #F90;
}
.product-eco .sector-compare .col-eduwill .cell-footer {
  color: #222;
  background-color: #FFBF00;
}
.product-eco .sector-compare .col-center {
  width: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-center {
    width: 80px;
  }
}
.product-eco .sector-compare .col-center {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-compare .col-center {
    width: 140px;
  }
}
.product-eco .sector-compare .col-center .vs-mark {
  position: relative;
  display: inline-block;
  color: #FFBF00;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-center .vs-mark {
    font-size: 30px;
  }
}
.product-eco .sector-compare .col-center .vs-mark {
  font-weight: 900;
  line-height: 135%;
}
.product-eco .sector-compare .col-center .cell-list li {
  color: #111;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .col-center .cell-list li {
    font-size: 16px;
  }
}
.product-eco .sector-compare .col-center .cell-list li {
  font-weight: 700;
  line-height: 135%;
  border-bottom: none;
}
.product-eco .sector-compare .stamp-box {
  position: absolute;
  top: 18.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    top: 130px;
  }
}
.product-eco .sector-compare .stamp-box {
  left: 84.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    left: 610px;
  }
}
.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: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    width: 110px;
  }
}
.product-eco .sector-compare .stamp-box {
  height: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    height: 110px;
  }
}
.product-eco .sector-compare .stamp-box {
  background: #FFF;
  border-width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box {
    border-width: 4px;
  }
}
.product-eco .sector-compare .stamp-box {
  border-style: solid;
  border-color: #FF5A2D;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-compare .stamp-box {
    left: 1020px;
    top: 25px;
    width: 168px;
    height: 78px;
    border-width: 6px;
    border-radius: 21px;
  }
}
.product-eco .sector-compare .stamp-box::before {
  content: "";
  position: absolute;
  inset: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box::before {
    inset: 3px;
  }
}
.product-eco .sector-compare .stamp-box::before {
  border-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box::before {
    border-width: 2px;
  }
}
.product-eco .sector-compare .stamp-box::before {
  border-style: solid;
  border-color: #FF5A2D;
  border-radius: 50%;
}
@media screen and (min-width: 1100px) {
  .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: 2.5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box .stamp-text {
    font-size: 18px;
  }
}
.product-eco .sector-compare .stamp-box .stamp-text {
  font-weight: 500;
  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 {
  line-height: 1;
  white-space: pre;
}
.product-eco .sector-compare .stamp-box .stamp-text strong {
  font-weight: 900;
  line-height: 1.2;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-compare .stamp-box .stamp-text strong {
    font-size: 20px;
  }
}
.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-tab {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-tab {
    padding: 100px 0;
  }
}
.product-eco .sector-tab {
  background-color: #FAFAFA;
}
.product-eco .sector-tab .tab-list {
  display: none;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-tab .tab-list {
    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: 2px;
  }
}
.product-eco .sector-tab .tab-list li {
  width: 100%;
  padding: 13px 0;
  border-radius: 4px;
  background: #DEDEDE;
  cursor: pointer;
}
.product-eco .sector-tab .tab-list li.on {
  font-weight: 700;
  background: #000;
}
.product-eco .sector-tab .tab-list li.on .tooltip-box .btn-tooltip {
  color: #000;
}
.product-eco .sector-tab .tab-list li .text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.64px;
}
.product-eco .sector-tab .tab-list li .tooltip-box {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.product-eco .sector-tab .tab-list li .tooltip-box .btn-tooltip {
  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: 16px;
  height: 16px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
  color: #DEDEDE;
  border-radius: 50%;
  background: #FFF;
}
.product-eco .sector-tab .tab-list li .tooltip-box .tooltip {
  position: absolute;
  right: -11px;
  bottom: 100%;
  min-width: 390px;
  margin-bottom: 10px;
  padding: 10px 15px;
  color: #212121;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.7px;
  border: 2px solid currentColor;
  border-radius: 3px;
  background: #FFF;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.25));
}
.product-eco .sector-tab .tab-list li .tooltip-box .tooltip::before {
  content: "";
  position: absolute;
  bottom: -6px;
  right: 12px;
  width: 10px;
  height: 10px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.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: -webkit-gradient(linear, left top, left bottom, from(#FFE200), color-stop(175.44%, #A0FCFF));
  background: linear-gradient(180deg, #FFE200 0%, #A0FCFF 175.44%);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item {
    background: url("//img.eduwill.net/eduwill/img/2026/G/product/260513/pc/bg_item.png") no-repeat center bottom, -webkit-gradient(linear, left top, left bottom, from(#FFE200), color-stop(175.44%, #A0FCFF));
    background: url("//img.eduwill.net/eduwill/img/2026/G/product/260513/pc/bg_item.png") no-repeat center bottom, linear-gradient(180deg, #FFE200 0%, #A0FCFF 175.44%);
  }
  .product-eco .sector-item .tab-list {
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(5, 1fr);
    gap: 6px;
  }
  .product-eco .sector-item .tab-list li {
    width: 100%;
    padding: 10px 0;
    color: #555;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.187px;
    border-radius: 6px;
    border: 1px solid #D5D5D5;
    background: #FFF;
    cursor: pointer;
  }
  .product-eco .sector-item .tab-list li:last-child {
    grid-column: span 2;
  }
  .product-eco .sector-item .tab-list li.on {
    color: #FFF;
    font-weight: 700;
    border-color: #222;
    background: #222;
  }
}
.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;
  gap: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list {
    gap: 22px;
  }
}
.product-eco .sector-item .box-list {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list {
    width: 640px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-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: 6px;
    width: auto;
  }
}
.product-eco .sector-item .box-list .box-price {
  position: relative;
  width: 100%;
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .box-price {
    padding: 30px;
  }
}
.product-eco .sector-item .box-list .box-price {
  text-align: left;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .box-price {
    border-radius: 10px;
  }
}
.product-eco .sector-item .box-list .box-price {
  border: 1px solid #828282;
  background: #FFF;
}
.product-eco .sector-item .box-list .box-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-item .box-list .flag {
  position: absolute;
  top: 0;
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .flag {
    right: 20px;
  }
}
.product-eco .sector-item .box-list .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;
  width: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .flag {
    width: 110px;
  }
}
.product-eco .sector-item .box-list .flag {
  height: 12.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .flag {
    height: 92px;
  }
}
.product-eco .sector-item .box-list .flag {
  background-image: url("//img.eduwill.net/eduwill/img/common/icon/flag_red.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-filter: drop-shadow(2.833px 3.305px 8.499px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(2.833px 3.305px 8.499px rgba(0, 0, 0, 0.25));
  will-change: filter;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .flag {
    width: 75px;
    height: 62px;
  }
}
.product-eco .sector-item .box-list .flag span {
  display: block;
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .flag span {
    margin-top: -5px;
  }
}
.product-eco .sector-item .box-list .flag span {
  color: #FFF;
  font-family: "EduwillPassBold", "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-item .box-list .flag span {
    font-size: 30px;
  }
}
.product-eco .sector-item .box-list .flag span {
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.2vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .flag span {
    letter-spacing: -1.44px;
  }
}
.product-eco .sector-item .box-list .flag span {
  -webkit-transform: rotate(-8deg) skew(-10deg);
          transform: rotate(-8deg) skew(-10deg);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .flag span {
    font-size: 20px;
  }
}
.product-eco .sector-item .box-list .title-list {
  position: relative;
  text-align: left;
}
.product-eco .sector-item .box-list .title-list p {
  color: #000;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .title-list p {
    font-size: 40px;
  }
}
.product-eco .sector-item .box-list .title-list p {
  line-height: 1.4;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .title-list p {
    font-size: 28px;
  }
}
.product-eco .sector-item .box-list .title-list p.title-1 {
  font-weight: 400;
}
.product-eco .sector-item .box-list .title-list p.title-2 span {
  color: #FF7A00;
}
.product-eco .sector-item .box-list .title-list p.title-2 strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .box-detail {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .box-detail {
    margin-top: 30px;
  }
}
.product-eco .sector-item .box-list .text-list {
  padding: 1.3888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .text-list {
    padding: 10px 0;
  }
}
.product-eco .sector-item .box-list .text-list {
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .text-list {
    min-height: 120px;
  }
}
.product-eco .sector-item .box-list .text-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .text-list li {
    gap: 6px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .text-list li {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.product-eco .sector-item .box-list .text-list li + li {
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .text-list li + li {
    margin-top: 12px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .text-list li + li {
    margin-top: 2px;
  }
}
.product-eco .sector-item .box-list .text-list li .red {
  color: #FF0000;
}
.product-eco .sector-item .box-list .text-list p {
  color: #000;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .text-list p {
    font-size: 24px;
  }
}
.product-eco .sector-item .box-list .text-list p {
  font-weight: 400;
  line-height: 160%;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .text-list p {
    font-size: 15px;
  }
}
.product-eco .sector-item .box-list .text-list p.text-title {
  font-weight: 700;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .text-list p.text-title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 60px;
    font-weight: 500;
  }
}
.product-eco .sector-item .box-list .text-list p.text-title:has(span) {
  display: inline-grid;
  grid-template-columns: 3fr 1fr;
}
.product-eco .sector-item .box-list .text-list p.text-desc {
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-item .box-list .price-list {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-list {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .price-list {
    margin-top: 20px;
  }
}
.product-eco .sector-item .box-list .price-list strong {
  line-height: inherit;
  font-weight: inherit;
}
.product-eco .sector-item .box-list .price-list .price-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-column-gap: 0.6944444444vw;
     -moz-column-gap: 0.6944444444vw;
          column-gap: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-list .price-before {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
.product-eco .sector-item .box-list .price-list .price-before {
  line-height: 100%;
}
.product-eco .sector-item .box-list .price-list .price-before + .price-after {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-list .price-before + .price-after {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .price-list .price-before + .price-after {
    margin-top: 10px;
  }
}
.product-eco .sector-item .box-list .price-list .price-before p {
  line-height: 1;
  color: #000;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-list .price-before p {
    font-size: 24px;
  }
}
.product-eco .sector-item .box-list .price-list .price-before p {
  font-weight: 400;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .price-list .price-before p {
    font-size: 15px;
  }
}
.product-eco .sector-item .box-list .price-list .price-before p.cost {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-item .box-list .price-list .price-before p.cost::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  width: 100%;
  height: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-list .price-before p.cost::before {
    height: 1px;
  }
}
.product-eco .sector-item .box-list .price-list .price-before p.cost::before {
  background: currentColor;
}
.product-eco .sector-item .box-list .price-list .price-after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-list .price-after {
    gap: 10px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .price-list .price-after {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
  .product-eco .sector-item .box-list .price-list .price-after:only-child {
    margin-top: 25px;
  }
}
.product-eco .sector-item .box-list .price-list .price-after p {
  color: #FF0000;
  line-height: 1;
}
.product-eco .sector-item .box-list .price-list .price-after p.text {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-list .price-after p.text {
    font-size: 24px;
  }
}
.product-eco .sector-item .box-list .price-list .price-after p.text {
  font-weight: 400;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .price-list .price-after p.text {
    font-size: 15px;
  }
}
.product-eco .sector-item .box-list .price-list .price-after p.cost {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-list .price-after p.cost {
    margin-top: 10px;
  }
}
.product-eco .sector-item .box-list .price-list .price-after p.cost {
  font-size: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-list .price-after p.cost {
    font-size: 42px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .price-list .price-after p.cost {
    margin-top: 0;
    margin-left: 10px;
    font-size: 32px;
  }
}
.product-eco .sector-item .box-list .price-list .price-after p.cost strong {
  font-weight: 900;
}
.product-eco .sector-item .box-list .price-action {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .price-action {
    margin-top: 20px;
  }
}
.product-eco .sector-item .box-list .price-action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-item .box-list .price-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 2.3611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    width: 17px;
  }
}
.product-eco .sector-item .box-list .price-action a::before {
  height: 2.3611111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    height: 17px;
  }
}
.product-eco .sector-item .box-list .price-action a::before {
  margin-top: -1.1805555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    margin-top: -8.5px;
  }
}
.product-eco .sector-item .box-list .price-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    right: 34px;
  }
}
.product-eco .sector-item .box-list .price-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-item .box-list .price-action a {
  width: 100%;
  padding: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a {
    padding: 22px;
  }
}
.product-eco .sector-item .box-list .price-action a {
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a {
    font-size: 26px;
  }
}
.product-eco .sector-item .box-list .price-action a {
  font-weight: 900;
  line-height: normal;
  border-radius: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a {
    border-radius: 6px;
  }
}
.product-eco .sector-item .box-list .price-action a {
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-item .box-list .price-action a {
    position: relative;
    display: inline-block;
  }
  .product-eco .sector-item .box-list .price-action a::before {
    content: "";
    position: absolute;
    top: 50%;
    display: block;
    width: 1.3888888889vw;
    height: 1.3888888889vw;
    margin-top: -0.6944444444vw;
    border-width: 0;
    border-style: solid;
    border-color: currentColor;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 2.7777777778vw;
    border-top-width: 2px;
    border-right-width: 2px;
  }
  .product-eco .sector-item .box-list .price-action a {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 1100px) and (min-width: 720px) {
  .product-eco .sector-item .box-list .price-action a::before {
    right: 20px;
  }
}
.product-eco .sector-banner {
  background: linear-gradient(127deg, #1A1A1A 21.58%, #3E3E3E 141.81%);
}
.product-eco .sector-banner img {
  margin-top: -2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-banner img {
    margin-top: -20px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-banner img {
    margin-top: -30px;
  }
}
.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-color: #FAFAFA;
}
.product-eco .sector-teacher .title-box .main-title::before {
  content: "";
  display: block;
  width: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .title-box .main-title::before {
    width: 38px;
  }
}
.product-eco .sector-teacher .title-box .main-title::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .title-box .main-title::before {
    height: 10px;
  }
}
.product-eco .sector-teacher .title-box .main-title::before {
  margin: 0 auto 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .title-box .main-title::before {
    margin: 0 auto 20px;
  }
}
.product-eco .sector-teacher .title-box .main-title::before {
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260513/pc/bg_line.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-teacher .teacher-box {
  width: 84.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .teacher-box {
    width: 610px;
  }
}
.product-eco .sector-teacher .teacher-box {
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-teacher .teacher-box {
    width: auto;
    margin: 0;
  }
}
.product-eco .sector-teacher .sub-title {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .sub-title {
    margin-top: 60px;
  }
}
.product-eco .sector-teacher .sub-title {
  padding: 0.9722222222vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .sub-title {
    padding: 7px 0;
  }
}
.product-eco .sector-teacher .sub-title {
  color: #FFF;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .sub-title {
    font-size: 26px;
  }
}
.product-eco .sector-teacher .sub-title {
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.0555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .sub-title {
    letter-spacing: -0.4px;
  }
}
.product-eco .sector-teacher .sub-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E)), rgba(0, 0, 0, 0.3);
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%), rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3.9625749588px);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-teacher .sub-title {
    margin: 60px 74px 0;
    font-size: 20px;
  }
}
.product-eco .sector-teacher .list-box {
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box {
    gap: 10px;
  }
}
.product-eco .sector-teacher .list-box {
  margin: 2.7777777778vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-teacher .list-box {
    width: 1013px;
    gap: 8px;
  }
}
.product-eco .sector-teacher .list-box > div {
  width: 27.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-teacher .list-box > div {
    width: 196px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-teacher .list-box > div {
    width: auto;
  }
}
.product-eco .sector-curriculum {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum {
    padding: 100px 0;
  }
}
.product-eco .sector-curriculum {
  background: radial-gradient(751.94% 117.49% at -6.38% 99.02%, #2B2107 0%, #211A06 46.96%, #000 100%), #222;
}
.product-eco .sector-curriculum .title-box .main-title {
  color: #FFF;
}
.product-eco .sector-curriculum .title-box .sub-title {
  color: #FFF;
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .title-box .sub-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-curriculum .title-box .sub-title {
    font-size: 24px;
  }
}
.product-eco .sector-curriculum .curriculum-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;
  gap: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list {
    gap: 12px;
  }
}
.product-eco .sector-curriculum .curriculum-list {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list {
    width: 640px;
  }
}
.product-eco .sector-curriculum .curriculum-list {
  margin: 6.9444444444vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list {
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-curriculum .curriculum-list {
    width: 800px;
  }
}
.product-eco .sector-curriculum .curriculum-list + .title-box {
  margin-top: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list + .title-box {
    margin-top: 80px;
  }
}
.product-eco .sector-curriculum .curriculum-list + .title-box .main-title {
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list + .title-box .main-title {
    font-size: 36px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-curriculum .curriculum-list + .title-box .main-title {
    font-size: 24px;
  }
}
.product-eco .sector-curriculum .curriculum-list + .title-box .main-title + .main-title {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list + .title-box .main-title + .main-title {
    margin-top: 20px;
  }
}
.product-eco .sector-curriculum .curriculum-list + .title-box .main-title + .main-title {
  color: #FFE374;
}
.product-eco .sector-curriculum .curriculum-list::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list::before {
    bottom: -50px;
  }
}
.product-eco .sector-curriculum .curriculum-list::before {
  left: 0;
  width: 39.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list::before {
    width: 282px;
  }
}
.product-eco .sector-curriculum .curriculum-list::before {
  height: 83.75vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list::before {
    height: 603px;
  }
}
.product-eco .sector-curriculum .curriculum-list::before {
  margin: 0 auto;
  background-image: url("//img.eduwill.net/eduwill/img/2026/G/product/260622/pc/curriculum_arrow.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-curriculum .curriculum-list::before {
    bottom: -60px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item {
    gap: 12px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item {
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
    width: 150px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
    padding: 20px 0;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
  color: #53380E;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
    font-size: 24px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
  font-weight: 900;
  line-height: 140%;
  word-break: keep-all;
  overflow-wrap: break-word;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
    border-radius: 10px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
    border-width: 3px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
  border-style: solid;
  border-color: #FFF;
  -webkit-box-shadow: 0 2px 24px 0 rgba(209, 208, 134, 0.44);
          box-shadow: 0 2px 24px 0 rgba(209, 208, 134, 0.44);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-label {
    height: 80px;
    font-size: 20px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
  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: 100%;
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
    padding: 20px 0;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
  color: #53380E;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
    font-size: 24px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
  font-weight: 500;
  line-height: 140%;
  word-break: keep-all;
  overflow-wrap: break-word;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
    border-radius: 10px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
  border-width: 0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
    border-width: 3px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
  border-style: solid;
  border-color: #FFF;
  -webkit-box-shadow: 0 2px 24px 0 rgba(209, 208, 134, 0.44);
          box-shadow: 0 2px 24px 0 rgba(209, 208, 134, 0.44);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-curriculum .curriculum-list .curriculum-item .step-desc {
    height: 80px;
    font-size: 20px;
  }
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item.type-theory .step-label,
.product-eco .sector-curriculum .curriculum-list .curriculum-item.type-theory .step-desc {
  background: -webkit-gradient(linear, left top, left bottom, from(#F5FFCA), to(rgba(255, 252, 238, 0.9)));
  background: linear-gradient(180deg, #F5FFCA 0%, rgba(255, 252, 238, 0.9) 100%);
}
.product-eco .sector-curriculum .curriculum-list .curriculum-item.type-practice .step-label,
.product-eco .sector-curriculum .curriculum-list .curriculum-item.type-practice .step-desc {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFDBAC), to(rgba(255, 252, 238, 0.9)));
  background: linear-gradient(180deg, #FFDBAC 0%, rgba(255, 252, 238, 0.9) 100%);
}
.product-eco .sector-interview {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview {
    padding: 100px 0;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev {
    width: 100px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev {
    height: 100px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  background: none;
}
.product-eco .sector-interview .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev::before {
    width: 25px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev::before {
  height: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev::before {
    height: 25px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #222;
  border-bottom-width: 4px;
  border-left-width: 4px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .sector-interview .slick-arrow.slick-prev {
  left: -13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-prev {
    left: -100px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next {
    width: 100px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next {
  height: 13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next {
    height: 100px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  background: none;
}
.product-eco .sector-interview .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next::before {
    width: 25px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next::before {
  height: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next::before {
    height: 25px;
  }
}
.product-eco .sector-interview .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #222;
  border-top-width: 4px;
  border-right-width: 4px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .sector-interview .slick-arrow.slick-next {
  right: -13.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .slick-arrow.slick-next {
    right: -100px;
  }
}
.product-eco .sector-interview .interview-group {
  position: relative;
  margin: 5.5555555556vw 5.5555555556vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group {
    margin: 40px 40px 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-interview .interview-group {
    margin: 40px 30px 0;
    padding-top: 80px;
    -webkit-box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, 0.08);
            box-shadow: 4px 6px 20px 0 rgba(0, 0, 0, 0.08);
    background-image: url("//img.eduwill.net//eduwill/img/2021/G/VictoryStory/pc/bg_interview_group.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
  }
}
.product-eco .sector-interview .interview-group + .base {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group + .base {
    margin-top: 30px;
  }
}
.product-eco .sector-interview .interview-group .video-slider {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .video-slider {
    width: 640px;
  }
}
.product-eco .sector-interview .interview-group .video-slider {
  margin: 0 auto;
  padding-top: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .video-slider {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-interview .interview-group .video-slider {
    width: 820px;
  }
}
.product-eco .sector-interview .interview-group .video-box {
  margin: 0 auto;
  position: relative;
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .video-box {
    width: 640px;
  }
}
.product-eco .sector-interview .interview-group .video-box {
  height: 47.9166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .video-box {
    height: 345px;
  }
}
.product-eco .sector-interview .interview-group .video-box {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .video-box {
    margin-bottom: 20px;
  }
}
.product-eco .sector-interview .interview-group .video-box {
  overflow: hidden;
  background-color: #000;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-interview .interview-group .video-box {
    width: 820px;
    height: 441px;
  }
}
.product-eco .sector-interview .interview-group .video-box video,
.product-eco .sector-interview .interview-group .video-box iframe {
  width: 100%;
  height: 100%;
}
.product-eco .sector-interview .interview-group .video-box .btn-video {
  position: absolute;
  left: 0;
  top: 0;
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .video-box .btn-video {
    width: 640px;
  }
}
.product-eco .sector-interview .interview-group .video-box .btn-video {
  height: 47.9166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .video-box .btn-video {
    height: 345px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-interview .interview-group .video-box .btn-video {
    width: 820px;
    height: 460px;
  }
}
.product-eco .sector-interview .interview-group .video-box .btn-video img {
  width: 100%;
}
.product-eco .sector-interview .interview-group .interview-list {
  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: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .interview-list {
    gap: 15px;
  }
}
.product-eco .sector-interview .interview-group .interview-list {
  width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .interview-list {
    width: 640px;
  }
}
.product-eco .sector-interview .interview-group .interview-list {
  margin: 0 auto;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-interview .interview-group .interview-list {
    width: 820px;
  }
}
.product-eco .sector-interview .interview-group .interview-list .slick-slide {
  margin: 0 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .interview-list .slick-slide {
    margin: 0 6px;
  }
}
.product-eco .sector-interview .interview-group .interview-list .slide-item {
  position: relative;
  display: block;
  width: 20.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .interview-list .slide-item {
    width: 150px;
  }
}
.product-eco .sector-interview .interview-group .interview-list .slide-item {
  height: 11.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .interview-list .slide-item {
    height: 84px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-interview .interview-group .interview-list .slide-item {
    width: 196px;
    height: 110px;
  }
}
.product-eco .sector-interview .interview-group .interview-list .slide-item:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.product-eco .sector-interview .interview-group .interview-list .slide-item.on:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: transparent;
}
.product-eco .sector-interview .interview-group .interview-list .slide-item img {
  width: 100%;
}
.product-eco .sector-interview .interview-group .review-img {
  margin-top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .review-img {
    margin-top: 50px;
  }
}
.product-eco .sector-interview .interview-group .review-img {
  -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-interview .interview-group .review-img {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.product-eco .sector-interview .interview-group .review-text {
  position: absolute;
  left: 0;
  right: 0;
  top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .review-text {
    top: 50px;
  }
}
.product-eco .sector-interview .interview-group .review-text {
  color: #000;
  font-weight: 900;
  font-size: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .review-text {
    font-size: 30px;
  }
}
.product-eco .sector-interview .interview-group .review-text strong {
  font-weight: 900;
}
.product-eco .sector-interview .interview-group .review-text .text {
  display: block;
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .interview-group .review-text .text {
    font-size: 14px;
  }
}
.product-eco .sector-interview .interview-group .review-text .text {
  color: rgba(0, 0, 0, 0.6);
  font-weight: 400;
}
.product-eco .sector-interview .action {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action {
    margin-top: 30px;
  }
}
.product-eco .sector-interview .action .btn-more {
  position: relative;
  display: inline-block;
}
.product-eco .sector-interview .action .btn-more::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more::before {
    width: 6px;
  }
}
.product-eco .sector-interview .action .btn-more::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more::before {
    height: 6px;
  }
}
.product-eco .sector-interview .action .btn-more::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more::before {
    margin-top: -3px;
  }
}
.product-eco .sector-interview .action .btn-more::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more::before {
    right: 12px;
  }
}
.product-eco .sector-interview .action .btn-more::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-interview .action .btn-more {
  min-width: 88.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more {
    min-width: 640px;
  }
}
.product-eco .sector-interview .action .btn-more {
  padding: 3.1944444444vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more {
    padding: 23px 0;
  }
}
.product-eco .sector-interview .action .btn-more {
  color: #FFF;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more {
    font-size: 24px;
  }
}
.product-eco .sector-interview .action .btn-more {
  font-weight: 700;
  line-height: 149.813%;
  border-radius: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more {
    border-radius: 10px;
  }
}
.product-eco .sector-interview .action .btn-more {
  border: 1px solid #555;
  background: -webkit-gradient(linear, left top, left bottom, from(#445), to(#000));
  background: linear-gradient(180deg, #445 0%, #000 100%);
  -webkit-box-shadow: 0 5.993px 14.981px -2.996px rgba(0, 0, 0, 0.4), 0 -4.794px 0 1px rgba(255, 255, 255, 0.05) inset, 0 2.397px 3.596px 0.599px rgba(255, 255, 255, 0.1) inset;
          box-shadow: 0 5.993px 14.981px -2.996px rgba(0, 0, 0, 0.4), 0 -4.794px 0 1px rgba(255, 255, 255, 0.05) inset, 0 2.397px 3.596px 0.599px rgba(255, 255, 255, 0.1) inset;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-interview .action .btn-more {
    min-width: 520px;
    font-size: 16px;
  }
}
.product-eco .sector-interview .action .btn-more::before {
  right: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more::before {
    right: 30px;
  }
}
.product-eco .sector-interview .action .btn-more::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-interview .action .btn-more::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-interview .action .btn-more::before {
    border-right-width: 2px;
  }
}
.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: radial-gradient(751.94% 117.49% at -6.38% 99.02%, #2B2107 0%, #211A06 46.96%, #000 100%), #FFF;
}
.product-eco .sector-book .title-box p {
  color: #FFF;
}
.product-eco .sector-book .title-box .sub-title {
  position: relative;
  margin: 0 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .title-box .sub-title {
    margin: 0 40px;
  }
}
.product-eco .sector-book .title-box .sub-title {
  padding: 3.1944444444vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .title-box .sub-title {
    padding: 23px 0;
  }
}
.product-eco .sector-book .title-box .sub-title {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .title-box .sub-title {
    font-size: 24px;
  }
}
.product-eco .sector-book .title-box .sub-title {
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(19.29%, rgba(255, 255, 255, 0.08)), color-stop(50%, rgba(255, 255, 255, 0.1)), color-stop(88.02%, rgba(255, 255, 255, 0.07)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.08) 19.29%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0.07) 88.02%, rgba(255, 255, 255, 0) 100%);
}
.product-eco .sector-book .title-box .sub-title::before, .product-eco .sector-book .title-box .sub-title:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  width: 100%;
  height: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .title-box .sub-title::before, .product-eco .sector-book .title-box .sub-title:after {
    height: 1px;
  }
}
.product-eco .sector-book .title-box .sub-title::before, .product-eco .sector-book .title-box .sub-title:after {
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(50%, #CFCFCF), to(transparent));
  background: linear-gradient(to right, transparent 0%, #CFCFCF 50%, transparent 100%);
}
.product-eco .sector-book .title-box .sub-title::before {
  top: 0;
}
.product-eco .sector-book .title-box .sub-title:after {
  bottom: 0;
}
.product-eco .sector-book .img-box {
  width: 90.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .img-box {
    width: 650px;
  }
}
.product-eco .sector-book .img-box {
  margin: 5.5555555556vw auto 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-book .img-box {
    margin: 40px auto 0;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-book .img-box {
    width: auto;
  }
}
.product-eco .sector-helper {
  padding: 13.8888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper {
    padding: 100px 0;
  }
}
.product-eco .sector-helper {
  background: -webkit-gradient(linear, left top, left bottom, from(#1A1A1A), to(#3E3E3E));
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%);
}
.product-eco .sector-helper .sub-title {
  color: #FFF;
  font-size: 5vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .sub-title {
    font-size: 36px;
  }
}
.product-eco .sector-helper .sub-title {
  font-weight: 700;
}
.product-eco .sector-helper .main-title {
  -webkit-text-stroke-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .main-title {
    -webkit-text-stroke-width: 2px;
  }
}
.product-eco .sector-helper .main-title {
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(1px 2px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke fill;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .main-title {
    font-size: 50px;
  }
}
.product-eco .sector-helper .main-title {
  font-weight: 700;
  line-height: 140%;
}
.product-eco .sector-helper .list-box + .title-box {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .list-box + .title-box {
    margin-top: 60px;
  }
}
.product-eco .sector-helper .list-box + .title-box .sub-title {
  font-size: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .list-box + .title-box .sub-title {
    font-size: 28px;
  }
}
.product-eco .sector-helper .list-box + .title-box .sub-title {
  line-height: 150%;
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-helper .list-box + .title-box .sub-title {
    line-height: 140%;
  }
}
.product-eco .sector-helper .list-box + .title-box .sub-title:nth-child(2) {
  font-weight: 300;
  letter-spacing: -0.0666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .list-box + .title-box .sub-title:nth-child(2) {
    letter-spacing: -0.48px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-helper .list-box + .title-box .sub-title:nth-child(2) {
    font-size: 24px;
    line-height: 150%;
  }
}
.product-eco .sector-helper .list-box + .title-box .sub-title:last-child {
  color: #FFD600;
}
.product-eco .sector-helper .list-box > a {
  position: relative;
  display: block;
}
.product-eco .sector-helper .eco-1413 {
  position: absolute;
  top: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .eco-1413 {
    top: 50px;
  }
}
.product-eco .sector-helper .eco-1413 {
  left: 50%;
  margin-left: 1.25vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .eco-1413 {
    margin-left: 9px;
  }
}
.product-eco .sector-helper .eco-1413 {
  color: #FFF;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .eco-1413 {
    font-size: 24px;
  }
}
.product-eco .sector-helper .eco-1413 {
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.0888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-helper .eco-1413 {
    letter-spacing: -0.64px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-helper .eco-1413 {
    top: 58px;
    left: 100px;
    margin-left: 0;
    font-size: 16px;
  }
}
.product-eco .sector-band {
  padding: 6.3888888889vw 0;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band {
    padding: 46px 0;
  }
}
.product-eco .sector-band {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band {
    border-top-width: 4px;
  }
}
.product-eco .sector-band {
  border-bottom-width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band {
    border-bottom-width: 4px;
  }
}
.product-eco .sector-band {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-27.78%, #FFD453), color-stop(94.44%, #FFBF00));
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-band {
    padding: 34px 0;
  }
}
.product-eco .sector-band .sub-title {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 5.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .sub-title {
    font-size: 42px;
  }
}
.product-eco .sector-band .sub-title {
  font-weight: 700;
  letter-spacing: -0.1166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .sub-title {
    letter-spacing: -0.84px;
  }
}
.product-eco .sector-band .sub-title + .main-title {
  margin-top: 0;
}
.product-eco .sector-band .main-title {
  -webkit-text-stroke-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .main-title {
    -webkit-text-stroke-width: 2px;
  }
}
.product-eco .sector-band .main-title {
  -webkit-text-stroke-color: #000;
  -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(0 0 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
  paint-order: stroke fill;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .main-title {
    font-size: 40px;
  }
}
.product-eco .sector-band .main-title {
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-band .main-title {
    letter-spacing: -0.8px;
  }
}
@media screen and (min-width: 1100px) {
  .product-eco .sector-band .main-title {
    -webkit-filter: drop-shadow(0 0 0 #000) drop-shadow(0px 2px 0 #000) drop-shadow(0px 1px 0 #000) drop-shadow(0px 1px 0 #000);
            filter: drop-shadow(0 0 0 #000) drop-shadow(0px 2px 0 #000) drop-shadow(0px 1px 0 #000) drop-shadow(0px 1px 0 #000);
  }
}
.product-eco .sector-band .main-title span {
  color: #FFD600;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}/*# sourceMappingURL=eco_7400.css.map */