@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 .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 .only-mobile {
  display: block;
}
.product-eco .only-pc {
  display: none;
}
.product-eco .wrap {
  max-width: 100vw;
}
@media screen and (min-width: 720px) {
  .product-eco .wrap {
    max-width: 720px;
  }
}
.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;
}
.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;
  }
}
.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;
  }
}
.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;
}
.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;
}
.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;
  }
}
.product-eco .fix-bottom .detail span::before {
  right: 0;
}
.product-eco .title-box + div {
  margin: 8.3333333333vw auto 0;
}
@media screen and (min-width: 720px) {
  .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;
  }
}
.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;
  }
}
.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;
  }
}
.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: 0 auto;
}
.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;
  }
}
.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: 0 auto;
}
.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-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%;
}
.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-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;
  }
}
.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;
}
.product-eco .sector-title .title-star {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .title-star {
    margin-top: 10px;
  }
}
.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;
  }
}
.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-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-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%);
}
.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;
  }
}
.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 .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;
}
.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;
}
.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;
  }
}
.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;
  }
}
.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%;
}
.product-eco .sector-item .box-list .text-list p.text-title {
  font-weight: 700;
}
.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;
  }
}
.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;
  }
}
.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;
}
.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;
  }
}
.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;
}
.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;
  }
}
.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;
  }
}
.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%);
}
.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;
  }
}
.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;
}
.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);
}
.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;
  }
}
.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;
  }
}
.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%;
}
.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;
  }
}
.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;
  }
}
.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%);
}
.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;
  }
}
.product-eco .sector-band .main-title span {
  color: #FFD600;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}/*# sourceMappingURL=mobile.css.map */