@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.product-eco .slick-dots, .eduf-layer-notice .slick-dots {
  font-size: 0;
}
.product-eco .slick-dots li, .eduf-layer-notice .slick-dots li {
  display: inline-block;
}
.product-eco .slick-dots button, .eduf-layer-notice .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

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

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@-webkit-keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  -webkit-animation-name: effectBounceDiagonal;
          animation-name: effectBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes effectBounceUpDown {
  0%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.effect-bounce-updown {
  -webkit-animation-name: effectBounceUpDown;
          animation-name: effectBounceUpDown;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
@keyframes effectExtend {
  0%, 100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
}
.effect-extend {
  -webkit-animation-name: effectExtend;
          animation-name: effectExtend;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

@-webkit-keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  -webkit-animation-name: effectBlink;
          animation-name: effectBlink;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: step-end;
          animation-timing-function: step-end;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.promotion,
.product-eco,
.fullservice {
  overflow: hidden;
  text-align: center;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  line-height: normal;
  color: inherit;
}
.promotion a,
.product-eco a,
.fullservice a {
  color: inherit;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 54%;
  right: 0;
  z-index: 1;
  display: block;
  width: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 110px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 14.8611111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 107px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  vertical-align: top;
}
.promotion .slick-list * .slick-slide,
.product-eco .slick-list * .slick-slide,
.fullservice .slick-list * .slick-slide {
  border: none;
}

.eduf-layer-notice .eduf-layer-wrap {
  width: 100vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .eduf-layer-wrap {
    width: 720px;
  }
}
.eduf-layer-notice .eduf-layer-wrap {
  background-color: #fff;
}
@media screen and (min-width: 1100px) {
  .eduf-layer-notice .eduf-layer-wrap {
    width: 1200px;
  }
}
.eduf-layer-notice .eduf-layer-title {
  margin: 5.5555555556vw 0 0 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .eduf-layer-title {
    margin: 40px 0 0 80px;
  }
}
.eduf-layer-notice .eduf-layer-title {
  text-align: left;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .eduf-layer-title {
    font-size: 22px;
  }
}
.eduf-layer-notice .eduf-layer-title {
  font-weight: 500;
  color: #BBB;
  letter-spacing: -0.42px;
}
@media screen and (min-width: 1100px) {
  .eduf-layer-notice .eduf-layer-title {
    margin-left: 130px;
    font-size: 14px;
  }
}
.eduf-layer-notice .eduf-layer-content {
  padding-bottom: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .eduf-layer-content {
    padding-bottom: 50px;
  }
}
.eduf-layer-notice .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-next {
    width: 60px;
  }
}
.eduf-layer-notice .slick-arrow.slick-next {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-next {
    height: 60px;
  }
}
.eduf-layer-notice .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -80.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-next {
    margin-right: -580px;
  }
}
.eduf-layer-notice .slick-arrow.slick-next {
  background: #fff;
}
.eduf-layer-notice .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-next::before {
    width: 15px;
  }
}
.eduf-layer-notice .slick-arrow.slick-next::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.eduf-layer-notice .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.4);
  border-top-width: 2px;
  border-right-width: 2px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.eduf-layer-notice .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-prev {
    width: 60px;
  }
}
.eduf-layer-notice .slick-arrow.slick-prev {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-prev {
    height: 60px;
  }
}
.eduf-layer-notice .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -80.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-prev {
    margin-left: -580px;
  }
}
.eduf-layer-notice .slick-arrow.slick-prev {
  background: #fff;
}
.eduf-layer-notice .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
.eduf-layer-notice .slick-arrow.slick-prev::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.eduf-layer-notice .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.4);
  border-bottom-width: 2px;
  border-left-width: 2px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.eduf-layer-notice .slick-dots {
  margin: 5.5555555556vw auto 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-dots {
    margin: 40px auto 0;
  }
}
.eduf-layer-notice .slick-dots {
  text-align: center;
}
.eduf-layer-notice .slick-dots li {
  width: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-dots li {
    width: 18px;
  }
}
.eduf-layer-notice .slick-dots li {
  height: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-dots li {
    height: 18px;
  }
}
.eduf-layer-notice .slick-dots li {
  margin: 0 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .slick-dots li {
    margin: 0 8px;
  }
}
.eduf-layer-notice .slick-dots li {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.8);
}
.eduf-layer-notice .slick-dots li.slick-active {
  background-color: #FF2A70;
}
.eduf-layer-notice .notice-list {
  width: 77.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list {
    width: 560px;
  }
}
.eduf-layer-notice .notice-list {
  height: 97.2222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list {
    height: 700px;
  }
}
.eduf-layer-notice .notice-list {
  margin: 5.5555555556vw auto 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list {
    margin: 40px auto 0;
  }
}
.eduf-layer-notice .notice-list {
  text-align: left;
}
@media screen and (min-width: 1100px) {
  .eduf-layer-notice .notice-list {
    width: 940px;
    height: 313px;
    margin-top: 20px;
  }
}
.eduf-layer-notice .notice-list .title {
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list .title {
    font-size: 32px;
  }
}
.eduf-layer-notice .notice-list .title {
  font-weight: 500;
  color: #111;
  letter-spacing: -0.66px;
}
@media screen and (min-width: 1100px) {
  .eduf-layer-notice .notice-list .title {
    font-size: 22px;
  }
}
.eduf-layer-notice .notice-list .writer {
  display: inline-block;
  margin: 1.9444444444vw 2.7777777778vw 0 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list .writer {
    margin: 14px 20px 0 0;
  }
}
.eduf-layer-notice .notice-list .writer {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list .writer {
    font-size: 22px;
  }
}
.eduf-layer-notice .notice-list .writer {
  font-weight: 400;
  color: #111;
  letter-spacing: -0.42px;
}
@media screen and (min-width: 1100px) {
  .eduf-layer-notice .notice-list .writer {
    font-size: 14px;
  }
}
.eduf-layer-notice .notice-list .date {
  display: inline-block;
  margin-top: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list .date {
    margin-top: 14px;
  }
}
.eduf-layer-notice .notice-list .date {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list .date {
    font-size: 22px;
  }
}
.eduf-layer-notice .notice-list .date {
  font-weight: 400;
  color: #BBB;
  letter-spacing: -0.42px;
}
@media screen and (min-width: 1100px) {
  .eduf-layer-notice .notice-list .date {
    font-size: 14px;
  }
}
.eduf-layer-notice .notice-list .desc {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list .desc {
    margin-top: 40px;
  }
}
.eduf-layer-notice .notice-list .desc {
  height: 55.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list .desc {
    height: 400px;
  }
}
.eduf-layer-notice .notice-list .desc {
  padding-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list .desc {
    padding-top: 40px;
  }
}
.eduf-layer-notice .notice-list .desc {
  line-height: 1.4;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-notice .notice-list .desc {
    font-size: 24px;
  }
}
.eduf-layer-notice .notice-list .desc {
  font-weight: 400;
  color: #000;
  letter-spacing: -0.56px;
  border-top: 1px solid #EEE;
  white-space: pre-line;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .eduf-layer-notice .notice-list .desc {
    height: 250px;
    margin-top: 20px;
    padding-top: 20px;
    font-size: 14px;
  }
}

.promotion .motion-1,
.product-eco .motion-1 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-2,
.product-eco .motion-2 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-3,
.product-eco .motion-3 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-4,
.product-eco .motion-4 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-5,
.product-eco .motion-5 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-6,
.product-eco .motion-6 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-7,
.product-eco .motion-7 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-8,
.product-eco .motion-8 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-9,
.product-eco .motion-9 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-10,
.product-eco .motion-10 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-11,
.product-eco .motion-11 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-12,
.product-eco .motion-12 {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-1,
.product-eco .motion-y-rivers-1 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-2,
.product-eco .motion-y-rivers-2 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-3,
.product-eco .motion-y-rivers-3 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-4,
.product-eco .motion-y-rivers-4 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-5,
.product-eco .motion-y-rivers-5 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-6,
.product-eco .motion-y-rivers-6 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-7,
.product-eco .motion-y-rivers-7 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-8,
.product-eco .motion-y-rivers-8 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-9,
.product-eco .motion-y-rivers-9 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-10,
.product-eco .motion-y-rivers-10 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-11,
.product-eco .motion-y-rivers-11 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-y-rivers-12,
.product-eco .motion-y-rivers-12 {
  opacity: 0;
  -webkit-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-1,
.product-eco .motion-x-1 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-2,
.product-eco .motion-x-2 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-3,
.product-eco .motion-x-3 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-4,
.product-eco .motion-x-4 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-5,
.product-eco .motion-x-5 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-6,
.product-eco .motion-x-6 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-7,
.product-eco .motion-x-7 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-8,
.product-eco .motion-x-8 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-9,
.product-eco .motion-x-9 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-10,
.product-eco .motion-x-10 {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-1,
.product-eco .motion-x-r-1 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-2,
.product-eco .motion-x-r-2 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-3,
.product-eco .motion-x-r-3 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-4,
.product-eco .motion-x-r-4 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-5,
.product-eco .motion-x-r-5 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-6,
.product-eco .motion-x-r-6 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-7,
.product-eco .motion-x-r-7 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-8,
.product-eco .motion-x-r-8 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-9,
.product-eco .motion-x-r-9 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-x-r-10,
.product-eco .motion-x-r-10 {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-1,
.product-eco .motion-box-1 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-2,
.product-eco .motion-box-2 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-3,
.product-eco .motion-box-3 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-4,
.product-eco .motion-box-4 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-5,
.product-eco .motion-box-5 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-6,
.product-eco .motion-box-6 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-7,
.product-eco .motion-box-7 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-8,
.product-eco .motion-box-8 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-9,
.product-eco .motion-box-9 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-box-10,
.product-eco .motion-box-10 {
  opacity: 0;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
}
.promotion .motion-scale-y-1,
.product-eco .motion-scale-y-1 {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.promotion .motion-scale-y-2,
.product-eco .motion-scale-y-2 {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.promotion .motion-scale-y-3,
.product-eco .motion-scale-y-3 {
  opacity: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.promotion .motion-graph-end,
.product-eco .motion-graph-end {
  opacity: 0;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.promotion .motion-stamp-1,
.product-eco .motion-stamp-1 {
  opacity: 0;
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.promotion .active .motion-1,
.product-eco .active .motion-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.promotion .active .motion-2,
.product-eco .active .motion-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.promotion .active .motion-3,
.product-eco .active .motion-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.promotion .active .motion-4,
.product-eco .active .motion-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.promotion .active .motion-5,
.product-eco .active .motion-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.promotion .active .motion-6,
.product-eco .active .motion-6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.promotion .active .motion-7,
.product-eco .active .motion-7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.promotion .active .motion-8,
.product-eco .active .motion-8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.promotion .active .motion-9,
.product-eco .active .motion-9 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.promotion .active .motion-10,
.product-eco .active .motion-10 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.promotion .active .motion-11,
.product-eco .active .motion-11 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.promotion .active .motion-12,
.product-eco .active .motion-12 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.promotion .active .motion-y-rivers-1,
.product-eco .active .motion-y-rivers-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.promotion .active .motion-y-rivers-2,
.product-eco .active .motion-y-rivers-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.promotion .active .motion-y-rivers-3,
.product-eco .active .motion-y-rivers-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.promotion .active .motion-y-rivers-4,
.product-eco .active .motion-y-rivers-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.promotion .active .motion-y-rivers-5,
.product-eco .active .motion-y-rivers-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.promotion .active .motion-y-rivers-6,
.product-eco .active .motion-y-rivers-6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.promotion .active .motion-y-rivers-7,
.product-eco .active .motion-y-rivers-7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.promotion .active .motion-y-rivers-8,
.product-eco .active .motion-y-rivers-8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.promotion .active .motion-y-rivers-9,
.product-eco .active .motion-y-rivers-9 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.promotion .active .motion-y-rivers-10,
.product-eco .active .motion-y-rivers-10 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.promotion .active .motion-y-rivers-11,
.product-eco .active .motion-y-rivers-11 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.promotion .active .motion-y-rivers-12,
.product-eco .active .motion-y-rivers-12 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.promotion .active .motion-x-1,
.product-eco .active .motion-x-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: unset;
          transition-delay: unset;
}
.promotion .active .motion-x-2,
.product-eco .active .motion-x-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.promotion .active .motion-x-3,
.product-eco .active .motion-x-3 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.promotion .active .motion-x-4,
.product-eco .active .motion-x-4 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.promotion .active .motion-x-5,
.product-eco .active .motion-x-5 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.promotion .active .motion-x-6,
.product-eco .active .motion-x-6 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.promotion .active .motion-x-7,
.product-eco .active .motion-x-7 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.promotion .active .motion-x-8,
.product-eco .active .motion-x-8 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.promotion .active .motion-x-9,
.product-eco .active .motion-x-9 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.promotion .active .motion-x-10,
.product-eco .active .motion-x-10 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.promotion .active .motion-x-r-1,
.product-eco .active .motion-x-r-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: unset;
          transition-delay: unset;
}
.promotion .active .motion-x-r-2,
.product-eco .active .motion-x-r-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.promotion .active .motion-x-r-3,
.product-eco .active .motion-x-r-3 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.promotion .active .motion-x-r-4,
.product-eco .active .motion-x-r-4 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.promotion .active .motion-x-r-5,
.product-eco .active .motion-x-r-5 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.promotion .active .motion-x-r-6,
.product-eco .active .motion-x-r-6 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.promotion .active .motion-x-r-7,
.product-eco .active .motion-x-r-7 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.promotion .active .motion-x-r-8,
.product-eco .active .motion-x-r-8 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.promotion .active .motion-x-r-9,
.product-eco .active .motion-x-r-9 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.promotion .active .motion-x-r-10,
.product-eco .active .motion-x-r-10 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.promotion .active .motion-box-1,
.product-eco .active .motion-box-1 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.promotion .active .motion-box-2,
.product-eco .active .motion-box-2 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.promotion .active .motion-box-3,
.product-eco .active .motion-box-3 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.promotion .active .motion-box-4,
.product-eco .active .motion-box-4 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.promotion .active .motion-box-5,
.product-eco .active .motion-box-5 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.promotion .active .motion-box-6,
.product-eco .active .motion-box-6 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.promotion .active .motion-box-7,
.product-eco .active .motion-box-7 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.promotion .active .motion-box-8,
.product-eco .active .motion-box-8 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.promotion .active .motion-box-9,
.product-eco .active .motion-box-9 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.promotion .active .motion-box-10,
.product-eco .active .motion-box-10 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.promotion .active .motion-scale-y-1,
.product-eco .active .motion-scale-y-1 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.promotion .active .motion-scale-y-2,
.product-eco .active .motion-scale-y-2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.promotion .active .motion-scale-y-3,
.product-eco .active .motion-scale-y-3 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.promotion .active .motion-graph-end,
.product-eco .active .motion-graph-end {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.promotion .active .motion-stamp-1,
.product-eco .active .motion-stamp-1 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

#fixApply {
  display: none !important;
}

.product-eco .only-mobile {
  display: none;
}
.product-eco .only-pc {
  display: block;
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .fc-point {
  color: #FFA800;
}
.product-eco .text-notice {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #6E6E6E;
  letter-spacing: -0.42px;
}
.product-eco .frame {
  position: relative;
  margin: 0 20px;
  padding: 41px 0;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FAFAFA;
}
.product-eco .compare-title {
  margin-bottom: 60px;
}
.product-eco .compare-title img {
  display: block;
  margin: 0 auto;
  margin-bottom: 8px;
}
.product-eco .compare-title .small-title {
  font-size: 28px;
  color: #FFF;
  line-height: 140%;
  letter-spacing: -1.68px;
}
.product-eco .compare-title .main-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 42px;
  font-weight: 700;
  color: #FFF;
  letter-spacing: -0.84px;
  line-height: 140%;
}
.product-eco .compare-title .main-title .fc-point {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.product-eco .title-box {
  margin-bottom: 60px;
}
.product-eco .title-box .text-point {
  font-size: 70px;
  font-weight: 900;
  line-height: 120%;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #E89900;
  opacity: 0.8;
  background: linear-gradient(94deg, #FFC801 35.48%, #FFE0B7 60.39%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .title-box .sup-title {
  color: #222;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
.product-eco .title-box .sup-title + .main-title {
  margin-top: 5px;
}
.product-eco .title-box .main-title {
  font-size: 40px;
  line-height: 140%;
  color: #111;
  letter-spacing: -1.4px;
}
.product-eco .title-box .main-title strong {
  font-weight: 700;
}
.product-eco .title-box .main-title small {
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: rgba(68, 68, 68, 0.5);
  letter-spacing: -0.56px;
  margin-top: 10px;
}
.product-eco .title-box .sub-title {
  color: #000;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.12px;
}
.product-eco .title-box .num-title {
  width: 140px;
  font-size: 12px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.48px;
  margin: 0 auto 20px;
  padding: 16px 0;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  background: #FFF;
}
.product-eco .title-box .num-title + .sup-title {
  margin-top: 20px;
}
.product-eco .title-box ~ .title-box {
  margin-top: 40px;
}
.product-eco .book-list {
  padding: 0 105px;
}
.product-eco .book-list .book-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 0 90px;
  padding: 40px 64px;
  border-bottom: 1px solid #D9D9D9;
}
.product-eco .book-list .book-item:first-child {
  padding-top: 0;
}
.product-eco .book-list .book-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.product-eco .book-list .text-box {
  text-align: left;
}
.product-eco .book-list .text-box strong {
  display: block;
  font-size: 22px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.88px;
  color: #000;
  margin-bottom: 20px;
}
.product-eco .book-list .text-box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  width: 520px;
  margin-bottom: 10px;
  padding: 18px 30px;
  border: 1px solid #E6E6E6;
  border-radius: 10px;
  background: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .book-list .text-box li:last-child {
  margin-bottom: 0;
}
.product-eco .book-list .text-box li .ico-check {
  width: 30px;
  height: 30px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%23FFC414'/><path d='M7.5 12.5L10.5 15.5L16.5 9' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") no-repeat center/contain;
}
.product-eco .book-list .text-box li span {
  font-size: 18px;
  letter-spacing: -0.9px;
  color: #222;
}
.product-eco .box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 14px;
}
.product-eco .slick-dots {
  margin-top: 20px;
}
.product-eco .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 500px;
  background-color: #fff;
  opacity: 0.2;
}
.product-eco .slick-dots li.slick-active {
  opacity: 1;
}
.product-eco .slick-arrow {
  border-radius: 50%;
}
.product-eco .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    width: 70px;
  }
}
.product-eco .slick-arrow.slick-prev {
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    height: 70px;
  }
}
.product-eco .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  margin-left: -78.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev {
    margin-left: -566px;
  }
}
.product-eco .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    width: 17.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  height: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-prev::before {
    height: 17.5px;
  }
}
.product-eco .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 3px;
  border-left-width: 3px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    width: 70px;
  }
}
.product-eco .slick-arrow.slick-next {
  height: 9.7222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    height: 70px;
  }
}
.product-eco .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  margin-right: -78.6111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next {
    margin-right: -566px;
  }
}
.product-eco .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.2);
}
.product-eco .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    width: 17.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  height: 2.4305555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .slick-arrow.slick-next::before {
    height: 17.5px;
  }
}
.product-eco .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 3px;
  border-right-width: 3px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .btn-base {
  padding: 8px 24px 8px 16px;
  border: 1px solid rgba(0, 18, 14, 0.5);
  color: rgba(0, 18, 14, 0.5);
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.7px;
  border-radius: 2px;
}
.product-eco .btn-base {
  position: relative;
  display: inline-block;
}
.product-eco .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    width: 5px;
  }
}
.product-eco .btn-base::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    height: 5px;
  }
}
.product-eco .btn-base::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    margin-top: -2.5px;
  }
}
.product-eco .btn-base::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .btn-base::before {
    right: 10px;
  }
}
.product-eco .btn-base::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .btn-base:before {
  right: 12px;
}
.product-eco .fix-wing {
  position: fixed;
  right: 10px;
  bottom: 300px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.product-eco .fix-wing a {
  width: 180px;
  padding: 24px 20px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #E5EFFF 84.49%, #FFF);
  -webkit-box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 6px 18px 0px rgba(0, 0, 0, 0.14);
}
.product-eco .fix-wing a {
  position: relative;
  display: inline-block;
}
.product-eco .fix-wing a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    width: 8px;
  }
}
.product-eco .fix-wing a::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    height: 8px;
  }
}
.product-eco .fix-wing a::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    margin-top: -4px;
  }
}
.product-eco .fix-wing a::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .fix-wing a::before {
    right: 16px;
  }
}
.product-eco .fix-wing a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .fix-wing a {
  text-align: left;
}
.product-eco .fix-wing a:before {
  margin-top: 0;
  top: unset;
  right: 19px;
  bottom: 32px;
}
.product-eco .fix-wing a .label-wrap {
  font-size: 0;
}
.product-eco .fix-wing a .label-wrap .label-course + .label-course {
  margin-left: 4px;
}
.product-eco .fix-wing a .label-course {
  display: inline-block;
  width: 50px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid #444;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: -0.28px;
  vertical-align: top;
  text-align: center;
}
.product-eco .fix-wing a .text {
  display: block;
  margin-top: 8px;
  color: #444;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: -0.36px;
}
.product-eco .fix-wing a .text strong {
  display: block;
  font-weight: 700;
}
.product-eco .fix-wing a:first-child {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #FFF2E5 84.49%, #FFF);
}
.product-eco .fix-wing a:nth-child(2) {
  background: #FFF;
  background: linear-gradient(124deg, #FFF 9.96%, #FFF1F1 84.49%, #FFF);
}
.product-eco .fix-wing a + a {
  margin-top: 10px;
}
.product-eco .sector-title {
  position: relative;
  padding-bottom: 100px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260812/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEC5C), color-stop(108.72%, #009B88));
  background: linear-gradient(180deg, #FFEC5C 0%, #009B88 108.72%);
}
.product-eco .sector-title .laurel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-top: 73px;
}
.product-eco .sector-title .laurel-wrap .laurel {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 40px;
  min-height: 63px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00120E;
  font-size: 19px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.36px;
}
.product-eco .sector-title .laurel-wrap .laurel:before, .product-eco .sector-title .laurel-wrap .laurel:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 26px;
  height: 63px;
}
.product-eco .sector-title .laurel-wrap .laurel:before {
  left: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260812/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .sector-title .laurel-wrap .laurel:after {
  right: 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260812/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.product-eco .sector-title .laurel-wrap .laurel strong {
  color: currentColor;
  font-size: 19px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.52px;
}
.product-eco .sector-title .laurel-wrap .laurel strong.fs-large {
  font-size: 26px;
}
.product-eco .sector-title .title-1 {
  font-size: 24px;
  line-height: 130%;
  color: rgba(0, 18, 14, 0.7);
  letter-spacing: -0.96px;
  margin-top: 54px;
  -webkit-transform: skew(-15deg);
          transform: skew(-15deg);
}
.product-eco .sector-title .title-1 strong {
  color: #5E0000;
}
.product-eco .sector-title .title-1 small {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 4px;
}
.product-eco .sector-title .title-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;
  gap: 23px;
  margin-top: 20px;
}
.product-eco .sector-title .title-2 strong {
  display: block;
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 110px;
  font-weight: 900;
  line-height: 130%;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  letter-spacing: -4.4px;
}
.product-eco .sector-title .title-2 strong.highlight {
  -webkit-text-stroke-width: 4px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(255, 214, 101)), to(rgb(255, 227, 101)));
  background: linear-gradient(90deg, rgb(255, 214, 101) 50%, rgb(255, 227, 101) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.product-eco .sector-title .title-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 20px 0;
  gap: 20px;
}
.product-eco .sector-title .title-3 .box {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 2px solid #93693C;
  background: linear-gradient(122deg, rgba(255, 255, 255, 0.75) 22.01%, #FFF6D9 72.44%);
  -webkit-box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
          box-shadow: 3px 4px 14px 0 rgba(33, 33, 33, 0.18);
  backdrop-filter: blur(1px);
  text-align: left;
  width: 285px;
  height: 164px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 40px 20px;
}
.product-eco .sector-title .title-3 .box p {
  margin: 0;
  padding: 0;
  letter-spacing: -1.12px;
}
.product-eco .sector-title .title-3 .box p.text-1 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .box p.text-2 {
  margin-top: 5px;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
  color: rgb(123, 79, 32);
}
.product-eco .sector-title .title-3 .title-tag {
  position: absolute;
  top: 0;
  right: 10px;
  background: url(//img.eduwill.net/eduwill/img/2026/_106/product/260812/pc/tag_bg.png) no-repeat 0 0;
  background-size: cover;
  padding: 7px 10px 7px;
  text-align: center;
  line-height: 1;
  border-radius: 0 0 3.139px 3.139px;
}
.product-eco .sector-title .title-3 .title-tag span {
  color: #000;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 11.302px */
  letter-spacing: -0.188px;
  text-transform: uppercase;
  padding: 5px 0px;
  line-height: 1;
}
.product-eco .sector-title .title-3 .title-flag {
  position: absolute;
  top: 0;
  right: 5px;
}
.product-eco .sector-title .title-benefit {
  margin-top: 30px;
}
.product-eco .sector-title .action {
  margin-top: 40px;
}
.product-eco .sector-title .action a {
  width: 1020px;
  padding: 35px 0;
  border-radius: 8px;
  margin: 0 auto;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-title .action a span {
  color: #fff;
  font-size: 26px;
  letter-spacing: -1.3px;
  font-weight: 600;
}
.product-eco .sector-title .action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before {
    width: 8px;
  }
}
.product-eco .sector-title .action a span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before {
    height: 8px;
  }
}
.product-eco .sector-title .action a span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-title .action a span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action a span::before {
    right: 16px;
  }
}
.product-eco .sector-title .action a span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-title .action a span {
  padding-right: 30px;
}
.product-eco .sector-title .action a span:before {
  right: 0;
}
.product-eco .sector-title .action-base {
  position: absolute;
  top: 107px;
  left: 50%;
  margin-left: 310px;
}
.product-eco .sector-title .action-base button,
.product-eco .sector-title .action-base a {
  color: #000;
  border: 1px solid currentColor;
  opacity: 0.5;
}
.product-eco .sector-title .action-base button span,
.product-eco .sector-title .action-base a span {
  padding: 3px 20px 3px 10px;
}
.product-eco .sector-title .action-base button span,
.product-eco .sector-title .action-base a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-base button span::before,
.product-eco .sector-title .action-base a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button span::before,
  .product-eco .sector-title .action-base a span::before {
    width: 5px;
  }
}
.product-eco .sector-title .action-base button span::before,
.product-eco .sector-title .action-base a span::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button span::before,
  .product-eco .sector-title .action-base a span::before {
    height: 5px;
  }
}
.product-eco .sector-title .action-base button span::before,
.product-eco .sector-title .action-base a span::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button span::before,
  .product-eco .sector-title .action-base a span::before {
    margin-top: -2.5px;
  }
}
.product-eco .sector-title .action-base button span::before,
.product-eco .sector-title .action-base a span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-base button span::before,
  .product-eco .sector-title .action-base a span::before {
    right: 10px;
  }
}
.product-eco .sector-title .action-base button span::before,
.product-eco .sector-title .action-base a span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.product-eco .sector-winner {
  height: 700px;
  padding-top: 89px;
  overflow: hidden;
}
.product-eco .sector-winner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
}
.product-eco .sector-winner .wrap {
  z-index: 5;
}
.product-eco .sector-winner .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.product-eco .sector-winner .slide-box {
  margin-top: -20px;
}
.product-eco .sector-winner .title-box {
  margin-bottom: 0;
}
.product-eco .sector-winner .main-title {
  font-size: 54px;
  font-weight: 700;
  letter-spacing: -5px;
  color: #FFF;
  line-height: 130%;
}
.product-eco .sector-winner .eduf-winner-list {
  -webkit-transform: perspective(300px) rotateX(30deg);
  transform: perspective(300px) rotateX(30deg);
  overflow: hidden;
}
.product-eco .sector-winner .eduf-winner-list p {
  font-size: 18px;
  font-weight: 500;
  color: #FFF;
  line-height: 2;
  margin: 0;
}
.product-eco .sector-winner .text-notice {
  margin-top: 80px;
  color: #AEAEAE;
}
.product-eco .sector-interview {
  padding: 100px 0;
  background: #F8F8F8;
}
.product-eco .sector-interview .slide-winner .slick-arrow {
  width: 38px;
  height: 38px;
  background: rgba(0, 0, 0, 0.5);
}
.product-eco .sector-interview .slide-winner .slick-arrow:before {
  width: 11px;
  height: 11px;
}
.product-eco .sector-interview .slide-winner .slick-arrow.slick-prev {
  margin-left: -406px;
}
.product-eco .sector-interview .slide-winner .slick-arrow.slick-next {
  margin-right: -406px;
}
.product-eco .sector-interview .slide-winner .slick-dots li {
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
}
.product-eco .sector-interview .slide-winner .slick-dots li.slick-active {
  width: 36px;
  background-color: #000;
}
.product-eco .sector-interview .slide-winner .slick-slide {
  width: 776px;
  margin: 0 20px;
}
.product-eco .sector-interview .slide-winner .slick-slide:not(.slick-current) {
  opacity: 0.5;
  -webkit-filter: blur(2px);
          filter: blur(2px);
}
.product-eco .sector-interview .text-notice {
  margin-top: 20px;
}
.product-eco .sector-graph {
  padding-top: 100px;
  background: #F3F3F3;
}
.product-eco .sector-graph .main-title {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  line-height: 100%;
  letter-spacing: -1.6px;
  margin-bottom: 40px;
}
.product-eco .sector-graph .chart-box {
  position: relative;
}
.product-eco .sector-graph .chart-box .bubble-1, .product-eco .sector-graph .chart-box .bubble-2 {
  position: absolute;
  right: 184px;
}
@-webkit-keyframes effectBounceBubble {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
@keyframes effectBounceBubble {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
}
.product-eco .sector-graph .chart-box .bubble-1, .product-eco .sector-graph .chart-box .bubble-2 {
  -webkit-animation-name: effectBounceBubble;
          animation-name: effectBounceBubble;
  -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 .sector-graph .chart-box .bubble-1 {
  top: -10px;
}
.product-eco .sector-graph .chart-box .bubble-2 {
  bottom: -6px;
}
.product-eco .sector-graph .sup-desc {
  margin-top: 20px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.48px;
}
.product-eco .sector-graph .desc {
  margin-top: 12px;
  color: #000;
  font-size: 24.489px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.735px;
}
.product-eco .sector-graph .desc strong {
  color: #FFA800;
  font-weight: inherit;
}
.product-eco .sector-graph .chart-desc {
  text-align: center;
  margin-top: 40px;
}
.product-eco .sector-graph .chart-desc .sub {
  font-size: 18px;
  color: #666;
  margin-bottom: 12px;
}
.product-eco .sector-graph .chart-desc .main {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #111;
}
.product-eco .sector-compare {
  background-color: #F3F3F3;
  padding: 100px 0;
}
.product-eco .sector-compare .main-title {
  font-size: 30px;
  color: #222;
  letter-spacing: -1.2px;
}
.product-eco .sector-compare .main-title strong {
  font-size: 40px;
  font-weight: 700;
}
.product-eco .sector-compare .action-base {
  position: absolute;
  top: 80px;
  left: 50%;
  margin-left: 400px;
}
.product-eco .sector-compare .action-base button {
  opacity: 0.5;
  color: rgba(54, 54, 54, 0.9);
  border-color: rgba(91, 91, 91, 0.3);
}
.product-eco .sector-compare .compare-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.product-eco .sector-compare .compare-box .compare-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--other {
  width: 433px;
  height: 424px;
  -ms-flex-item-align: center;
      align-self: center;
  background-color: #ededed;
  border: 1px solid #dfdfdf;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--other .compare-tit {
  background-color: #dfdfdf;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--other li {
  color: #8a8a8a;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill {
  position: relative;
  z-index: 1;
  width: 542px;
  height: 534px;
  background-color: #fff;
  border: 4px solid #ffc414;
  border-radius: 0 10px 10px 0;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill:before {
  content: "";
  position: absolute;
  top: 0;
  left: -27px;
  width: 25px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#FFC414), to(#E1AC0E));
  background: linear-gradient(90deg, #FFC414 0%, #E1AC0E 100%);
  clip-path: polygon(0 55px, 100% 0, 100% 100%, 0 479px);
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill .compare-tit {
  background-color: #ffc414;
  font-size: 26px;
  font-weight: 900;
}
.product-eco .sector-compare .compare-box .compare-item.compare-item--eduwill li {
  color: #000;
}
.product-eco .sector-compare .compare-box .compare-tit {
  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;
  height: 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}
.product-eco .sector-compare .compare-box .compare-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-eco .sector-compare .compare-box .compare-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 0 30px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.9px;
  line-height: 1.55;
  text-align: left;
}
.product-eco .sector-compare .compare-box .compare-list li:last-child {
  border-bottom: 0;
}
.product-eco .sector-compare .compare-box .compare-list li strong {
  font-weight: 900;
  line-height: 1.8;
}
.product-eco .sector-compare .compare-box .compare-list .ico-check,
.product-eco .sector-compare .compare-box .compare-list .ico-close {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
}
.product-eco .sector-compare .compare-box .compare-list .ico-check {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%23FFC414'/><path d='M7.5 12.5L10.5 15.5L16.5 9' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/></svg>") no-repeat center/contain;
}
.product-eco .sector-compare .compare-box .compare-list .ico-close {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'><circle cx='12' cy='12' r='12' fill='%23C4C4C4'/><path d='M8.5 8.5L15.5 15.5M15.5 8.5L8.5 15.5' stroke='%23fff' stroke-width='2' stroke-linecap='round'/></svg>") no-repeat center/contain;
}
.product-eco .sector-compare .compare-box .compare-item--other .fc-point3 {
  color: #59400b;
}
.product-eco .sector-compare .compare-box .compare-item--eduwill .fc-point3 {
  color: #CB8A00;
  font-weight: 700;
}
.product-eco .sector-compare .compare-box .compare-stamp {
  position: absolute;
  right: -91px;
  bottom: 24px;
  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: 230px;
  height: 100px;
  border: 5px solid #ff5a2d;
  border-radius: 18px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  -webkit-transform: scale(2.4) rotate(-15deg);
          transform: scale(2.4) rotate(-15deg);
  -webkit-transition: opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1);
  transition: opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1);
  transition: transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1), opacity 0.3s ease-out;
  transition: transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1), opacity 0.3s ease-out, -webkit-transform 0.5s cubic-bezier(0.36, 1.75, 0.3, 1);
}
.product-eco .sector-compare .compare-box .compare-stamp.on {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-15deg);
          transform: scale(1) rotate(-15deg);
}
.product-eco .sector-compare .compare-box .compare-stamp:before {
  content: "";
  position: absolute;
  inset: 10px;
  border: 2px solid #ff5a2d;
  border-radius: 9px;
}
.product-eco .sector-compare .compare-box .compare-stamp span {
  color: #ff5a2d;
  font-size: 36px;
  font-weight: 900;
  letter-spacing: 6px;
}
.product-eco .sector-compare .desc-text {
  margin-top: 30px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.44px;
}
.product-eco .sector-compare .desc-text .fc-point {
  color: #FFBF00;
}
.product-eco .sector-compare .text-notice {
  color: #4B3800;
  margin-top: 30px;
}
.product-eco .sector-benefit {
  padding: 100px 0;
  background: #FFF9F8;
  background: linear-gradient(243deg, #FFF9F8 17.01%, #FFF9F2 66.95%);
}
.product-eco .sector-benefit .main-title {
  font-size: 40px;
  font-weight: 700;
  color: #222;
  line-height: 140%;
  letter-spacing: -1.6px;
}
.product-eco .sector-benefit .benefit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 10px;
  margin: 40px 0 20px;
}
.product-eco .sector-benefit .benefit-item {
  width: 380px;
  height: 280px;
  padding-top: 42px;
  border-radius: 20px;
  border: 2px solid #FFF;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 253, 255, 0.5)), to(#FFFDFF));
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  -webkit-box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
          box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
}
.product-eco .sector-benefit .benefit-tit {
  margin-top: 12px;
}
.product-eco .sector-benefit .benefit-tit p {
  font-size: 16px;
  color: #222;
  letter-spacing: -0.8px;
  margin-bottom: 4px;
}
.product-eco .sector-benefit .benefit-tit strong {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  letter-spacing: -1px;
}
.product-eco .sector-item {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260812/pc/bg_compare.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-discount {
  padding-top: 100px;
  padding-bottom: 100px;
}
.product-eco .sector-discount .title-box .text-wait {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 20px;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -2.8px;
  color: #ADAAAA;
  -webkit-transform: skew(-15deg);
  transform: skew(-15deg);
}
.product-eco .sector-discount .title-box .main-title {
  font-weight: 700;
}
.product-eco .sector-discount .title-box .main-title strong {
  color: #93693C;
}
.product-eco .sector-discount .box-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0 20px;
}
.product-eco .sector-discount .box-list .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 41px 29px 26px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
}
.product-eco .sector-discount .box-list .box:not(.w-full) {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-discount .box-list .box.w-full {
  width: 100%;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 41px;
  background-color: #fff;
}
.product-eco .sector-discount .box-list .box.w-full .side-text {
  padding-right: 108px;
  margin-right: 40px;
  border-right: 2px solid rgba(212, 212, 212, 0.6);
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.84px;
}
.product-eco .sector-discount .box-list .box.w-full .side-text strong {
  font-weight: 900;
}
.product-eco .sector-discount .box-list .box.w-full .text-info .discount-value {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-eco .sector-discount .box-list .box.w-full .action {
  margin: 0 0 0 auto;
}
.product-eco .sector-discount .box-list .box.w-full .action a {
  width: 290px;
  padding: 46px 0;
}
.product-eco .sector-discount .box-list .box.w-full .action a:before {
  right: 90px;
}
.product-eco .sector-discount .box-list .box .title-discount {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.27;
  letter-spacing: -0.56px;
}
.product-eco .sector-discount .box-list .box .title-discount strong {
  font-weight: 700;
}
.product-eco .sector-discount .box-list .box .discount-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-eco .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.product-eco .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.product-eco .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.product-eco .sector-discount .box-list .box .action a {
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#FFF), to(#FFF)), #000;
  background: linear-gradient(180deg, #646464 0%, #000 100%), linear-gradient(0deg, #000 0%, #000 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #000;
  text-align: center;
}
.product-eco .sector-discount .box-list .box .action a {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    width: 6px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    height: 6px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    margin-top: -3px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box .action a::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-discount .box-list .box .action a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.product-eco .sector-discount .box-list .box .action a:before {
  right: 110px;
}
.product-eco .sector-discount .box-list .box .action a .text {
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.product-eco .sector-discount .box-list .box-full {
  position: relative;
  width: 100%;
}
.product-eco .sector-discount .box-list .box-full .action {
  position: absolute;
  top: 61px;
  right: 54px;
  bottom: 51px;
}
.product-eco .sector-discount .box-list .box-full .action a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 290px;
  height: 122px;
  border-radius: 8px;
  background-color: #000;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.88px;
  vertical-align: top;
}
.product-eco .sector-discount .box-list .box-full .action a .text {
  position: relative;
  display: inline-block;
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    width: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    height: 6px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-discount .box-list .box-full .action a .text::before {
    margin-top: -3px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::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-discount .box-list .box-full .action a .text::before {
    right: 12px;
  }
}
.product-eco .sector-discount .box-list .box-full .action a .text::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.product-eco .sector-discount .box-list .box-full .action a .text:before {
  right: 0;
}
.product-eco .sector-bar {
  z-index: 5;
  position: relative;
  padding: 70px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260812/pc/bg_band.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-bar:after {
  z-index: 5;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -90px;
  width: 145px;
  height: 91px;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  background-image: url("//img.eduwill.net/eduwill/img/2026/_106/product/260812/pc/bg_band_tail.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.product-eco .sector-bar p {
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.5px;
  background: -webkit-gradient(linear, left top, right top, color-stop(0.07%, #FFCC0F), color-stop(69.21%, #FFF));
  background: linear-gradient(90deg, #FFCC0F 0.07%, #FFF 69.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .cont-point-wrap {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .cont-point-wrap .main-title {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.04px;
  color: #000;
}
.product-eco .cont-point-wrap [class^=sector-point] {
  margin-top: 10px;
}
.product-eco .sector-point1 {
  margin-top: 0;
}
.product-eco .sector-point1 .frame {
  padding-bottom: 20px;
}
.product-eco .sector-point1 img {
  display: block;
  margin-top: -48px;
}
.product-eco .sector-point1 [class^=deco-] {
  position: absolute;
  bottom: 40px;
}
.product-eco .sector-point1 [class^=face-] {
  position: absolute;
}
.product-eco .sector-point1 .deco-1 {
  left: 38px;
}
.product-eco .sector-point1 .deco-1 .face-1 {
  left: 19px;
  bottom: 109px;
}
.product-eco .sector-point1 .deco-1 .face-2 {
  right: 30px;
  bottom: 109px;
}
.product-eco .sector-point1 .deco-2 {
  right: 38px;
}
.product-eco .sector-point1 .deco-2 .face-1 {
  left: 32px;
  bottom: 109px;
}
.product-eco .sector-point1 .deco-2 .face-2 {
  right: 34px;
  bottom: 109px;
}
@-webkit-keyframes shakeFace2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes shakeFace2 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  75% {
    -webkit-transform: rotate(3deg);
            transform: rotate(3deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.product-eco .sector-point1 .face-1, .product-eco .sector-point1 .face-2 {
  -webkit-animation-name: shakeFace2;
          animation-name: shakeFace2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.product-eco .sector-point3 .action-base {
  position: absolute;
  top: 186px;
  right: 52px;
}
.product-eco .sector-point3 .frame {
  background: #FFF;
}
.product-eco .sector-point3 .frame .title-box ~ .title-box {
  margin: 40px 0 32px;
}
.product-eco .sector-point3 .tbl-review-wrap {
  position: relative;
  width: 950px;
  margin: 0 auto;
}
.product-eco .sector-point3 .tbl-review-wrap .review-slide {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
}
.product-eco .sector-point3 .review-slide {
  width: 948px;
  height: 230px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
}
.product-eco .sector-point3 .review-slide:after {
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  content: "";
  width: 948x;
  height: 275px;
  display: block;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(64.73%, rgba(255, 255, 255, 0)), to(#FFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 64.73%, #FFF 100%);
}
.product-eco .sector-point3 .review-slide .slick-slide .review-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #DADADA;
}
.product-eco .sector-point3 .review-slide .slick-slide .review-item .star-rating {
  width: 160px;
  padding: 4px 21px;
  font-size: 0;
}
.product-eco .sector-point3 .review-slide .slick-slide .review-item .star-rating .star {
  display: inline-block;
  padding: 6px 18px;
  border-radius: 999px;
  background-color: #F8F8F8;
  color: #000;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  vertical-align: top;
}
.product-eco .sector-point3 .review-slide .slick-slide .review-item .text-review {
  width: 674px;
  border-left: 1px solid #DADADA;
  border-right: 1px solid #DADADA;
  padding: 10px 20px;
  color: #454545;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-point3 .review-slide .slick-slide .review-item .user-name {
  width: 114px;
  padding: 10px 20px;
  color: #888;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 350;
  line-height: 1.4;
  letter-spacing: -0.64px;
}
.product-eco .sector-point3 .text-notice {
  margin-top: 10px;
}
.product-eco .sector-point4 .btn-base {
  position: absolute;
  top: 145px;
  right: 105px;
}
.product-eco .sector-band {
  padding: 30px 0;
  border: solid #000;
  border-width: 4px 0;
  background: #FFD453;
  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 p {
  font-size: 42px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #000;
}
.product-eco .sector-band strong {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
  color: #FFF;
  letter-spacing: -0.8px;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  -webkit-filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
          filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}/*# sourceMappingURL=web.css.map */