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

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

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

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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "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;
  padding: 0;
  line-height: 1;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@-webkit-keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  -webkit-animation-name: pointerBounceDiagonal;
          animation-name: pointerBounceDiagonal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-direction: normal;
          animation-direction: normal;
}

.motion-1 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-1 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-1 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-1 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-1 {
  opacity: 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;
}

.motion-up-1 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-1 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-1 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-1 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-1 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-1 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-1 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-1 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-2 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-2 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-2 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-2 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-2 {
  opacity: 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;
}

.motion-up-2 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-2 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-2 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-2 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-2 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-2 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-2 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-2 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-3 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-3 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-3 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-3 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-3 {
  opacity: 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;
}

.motion-up-3 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-3 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-3 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-3 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-3 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-3 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-3 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-3 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-4 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-4 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-4 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-4 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-4 {
  opacity: 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;
}

.motion-up-4 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-4 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-4 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-4 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-4 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-4 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-4 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-4 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-5 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-5 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-5 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-5 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-5 {
  opacity: 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;
}

.motion-up-5 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-5 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-5 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-5 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-5 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-5 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-5 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-5 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-6 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-6 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-6 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-6 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-6 {
  opacity: 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;
}

.motion-up-6 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-6 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-6 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-6 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-6 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-6 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-6 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-6 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-7 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-7 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-7 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-7 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-7 {
  opacity: 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;
}

.motion-up-7 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-7 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-7 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-7 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-7 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-7 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-7 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-7 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-8 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-8 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-8 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-8 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-8 {
  opacity: 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;
}

.motion-up-8 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-8 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-8 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-8 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-8 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-8 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-8 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-8 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-9 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-9 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-9 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-9 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-9 {
  opacity: 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;
}

.motion-up-9 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-9 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-9 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-9 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-9 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-9 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-9 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-9 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-10 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-x-10 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-scale-y-10 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.motion-scale-x-10 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-clear-10 {
  opacity: 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;
}

.motion-up-10 {
  opacity: 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: translateY(50px);
  transform: translateY(50px);
}

.motion-down-10 {
  opacity: 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: translateY(-50px);
  transform: translateY(-50px);
}

.motion-left-10 {
  opacity: 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: translateX(-50px);
  transform: translateX(-50px);
}

.motion-right-10 {
  opacity: 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: translateX(50px);
  transform: translateX(50px);
}

.motion-extend-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: scale(0.1, 0.1);
  transform: scale(0.1, 0.1);
}

.motion-extend-rt-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, -50%) scale(0.1, 0.1);
  transform: translate(50%, -50%) scale(0.1, 0.1);
}

.motion-extend-lt-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, -50%) scale(0.1, 0.1);
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}

.motion-extend-rb-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(50%, 50%) scale(0.1, 0.1);
  transform: translate(50%, 50%) scale(0.1, 0.1);
}

.motion-extend-lb-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  -webkit-transform: translate(-50%, 50%) scale(0.1, 0.1);
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}

.motion-reduce-10 {
  opacity: 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: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.motion-width-10 {
  opacity: 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: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
}

.motion-height-top-10 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
}

.motion-height-bottom-10 {
  opacity: 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: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.active .motion-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-x-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-scale-y-1 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-scale-x-1 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-clear-1 {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-up-1,
.active .motion-down-1 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-left-1,
.active .motion-right-1 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-extend-1,
.active .motion-reduce-1 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-extend-rt-1,
.active .motion-extend-lt-1,
.active .motion-extend-rb-1,
.active .motion-extend-lb-1 {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-1 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-height-top-1,
.active .motion-height-bottom-1 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.active .motion-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-x-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-scale-y-2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-scale-x-2 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-clear-2 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-up-2,
.active .motion-down-2 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-left-2,
.active .motion-right-2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-extend-2,
.active .motion-reduce-2 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-extend-rt-2,
.active .motion-extend-lt-2,
.active .motion-extend-rb-2,
.active .motion-extend-lb-2 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-2 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-height-top-2,
.active .motion-height-bottom-2 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.active .motion-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-x-3 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-scale-y-3 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-scale-x-3 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-clear-3 {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-up-3,
.active .motion-down-3 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-left-3,
.active .motion-right-3 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-extend-3,
.active .motion-reduce-3 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-extend-rt-3,
.active .motion-extend-lt-3,
.active .motion-extend-rb-3,
.active .motion-extend-lb-3 {
  opacity: 1;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-3 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-height-top-3,
.active .motion-height-bottom-3 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.active .motion-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-x-4 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-scale-y-4 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-scale-x-4 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-clear-4 {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-up-4,
.active .motion-down-4 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-left-4,
.active .motion-right-4 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-extend-4,
.active .motion-reduce-4 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-extend-rt-4,
.active .motion-extend-lt-4,
.active .motion-extend-rb-4,
.active .motion-extend-lb-4 {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-4 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-height-top-4,
.active .motion-height-bottom-4 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.active .motion-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-x-5 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-scale-y-5 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-scale-x-5 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-clear-5 {
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-up-5,
.active .motion-down-5 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-left-5,
.active .motion-right-5 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-extend-5,
.active .motion-reduce-5 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-extend-rt-5,
.active .motion-extend-lt-5,
.active .motion-extend-rb-5,
.active .motion-extend-lb-5 {
  opacity: 1;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-5 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-height-top-5,
.active .motion-height-bottom-5 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.active .motion-6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-x-6 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-scale-y-6 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-scale-x-6 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-clear-6 {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-up-6,
.active .motion-down-6 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-left-6,
.active .motion-right-6 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-extend-6,
.active .motion-reduce-6 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-extend-rt-6,
.active .motion-extend-lt-6,
.active .motion-extend-rb-6,
.active .motion-extend-lb-6 {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-6 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-height-top-6,
.active .motion-height-bottom-6 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.active .motion-7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-x-7 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-scale-y-7 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-scale-x-7 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-clear-7 {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-up-7,
.active .motion-down-7 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-left-7,
.active .motion-right-7 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-extend-7,
.active .motion-reduce-7 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-extend-rt-7,
.active .motion-extend-lt-7,
.active .motion-extend-rb-7,
.active .motion-extend-lb-7 {
  opacity: 1;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-7 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-height-top-7,
.active .motion-height-bottom-7 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.active .motion-8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-x-8 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-scale-y-8 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-scale-x-8 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-clear-8 {
  opacity: 1;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-up-8,
.active .motion-down-8 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-left-8,
.active .motion-right-8 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-extend-8,
.active .motion-reduce-8 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-extend-rt-8,
.active .motion-extend-lt-8,
.active .motion-extend-rb-8,
.active .motion-extend-lb-8 {
  opacity: 1;
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-8 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-height-top-8,
.active .motion-height-bottom-8 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.active .motion-9 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-x-9 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-scale-y-9 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-scale-x-9 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-clear-9 {
  opacity: 1;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-up-9,
.active .motion-down-9 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-left-9,
.active .motion-right-9 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-extend-9,
.active .motion-reduce-9 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-extend-rt-9,
.active .motion-extend-lt-9,
.active .motion-extend-rb-9,
.active .motion-extend-lb-9 {
  opacity: 1;
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-9 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-height-top-9,
.active .motion-height-bottom-9 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.active .motion-10 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-x-10 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-scale-y-10 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-scale-x-10 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-clear-10 {
  opacity: 1;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-up-10,
.active .motion-down-10 {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-left-10,
.active .motion-right-10 {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-extend-10,
.active .motion-reduce-10 {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-extend-rt-10,
.active .motion-extend-lt-10,
.active .motion-extend-rb-10,
.active .motion-extend-lb-10 {
  opacity: 1;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
  -webkit-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
}
.active .motion-width-10 {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.active .motion-height-top-10,
.active .motion-height-bottom-10 {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.img-popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.img-popup-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  max-width: 90%;
  max-height: 90vh;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.img-popup-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px;
}

.img-popup-close {
  background: none;
  border: none;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.img-popup-close:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* 하단 이미지 영역 (스크롤 발생 영역) */
.img-popup-body {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 남은 공간을 모두 차지함 */
  overflow-y: auto; /* 세로 높이가 넘치면 스크롤 생성 (핵심!) */
  overflow-x: hidden; /* 가로 스크롤 방지 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; /* 이미지가 너비보다 작을 때 가운데 정렬 */
  /* 스크롤바 스타일링 (웹킷 기반 브라우저용 - 선택사항) */
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

/* 웹킷 브라우저 스크롤바 디자인 (선택사항) */
.img-popup-body::-webkit-scrollbar {
  width: 8px;
}

.img-popup-body::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}

/* 확대된 이미지 스타일 (핵심!) */
.img-popup-body img {
  width: auto; /* 비율 유지 (찌그러짐 방지) */
  height: auto; /* 비율 유지 */
  max-width: 100%; /* 부모 너비에 맞춤 */
  max-height: none; /* 높이 제한은 부모(..img-popup-wrap)가 하므로 무시 */
  display: block; /* 하단 여백 제거 */
  -o-object-fit: contain;
     object-fit: contain; /* 비율 유지하며 영역 안에 맞춤 (IE 미지원 브라우저 대응) */
}

/* 모바일(MO) 대응 반응형 */
@media screen and (max-width: 768px) {
  .img-popup-overlay {
    padding: 15px; /* 모바일은 화면 여백을 줄임 */
  }
  .img-popup-wrap {
    max-width: 100%; /* 모바일에서는 최대 너비를 100%로 설정 */
  }
  .img-popup-close {
    font-size: 28px; /* 모바일에서는 닫기 버튼 크기 살짝 축소 */
  }
}
.product-eco .wrap {
  width: 1200px;
}
.product-eco .slick-list * {
  font-size: 0;
}
.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: 20px;
}
.product-eco .step-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
  margin: 0 20px;
}
.product-eco .step-list .step {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 29px 0;
  border-radius: 12px;
  border: 1px solid #50476E;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.14)), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
}
.product-eco .step-list .step + .step {
  position: relative;
}
.product-eco .step-list .step + .step:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -27px;
  content: "";
  display: block;
  width: 34px;
  height: 34px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260727/pc/ico_arw_right.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.product-eco .step-list .step .step-num {
  display: inline-block;
  padding: 3px 19px;
  border-radius: 734.07px;
  background: linear-gradient(0deg, #2A1863 0%, #2A1863 100%), linear-gradient(96deg, #666 10.44%, #000 81.75%);
  -webkit-box-shadow: 7.165px 5.971px 11.941px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 7.165px 5.971px 11.941px 0 rgba(0, 0, 0, 0.21);
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 135%;
  letter-spacing: -0.36px;
}
.product-eco .step-list .step .step-title {
  margin-top: 10px;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.119px;
}
.product-eco .step-list .step .step-desc {
  margin-top: 4px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .title-box {
  position: relative;
  margin-bottom: 60px;
  text-align: center;
}
.product-eco .title-box.has-icon {
  padding-top: 36px;
}
.product-eco .title-box.has-icon:before {
  content: "";
  display: block;
  width: 57px;
  height: 16px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFBF00;
  background-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 38px 10px;
  -webkit-mask-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  mask-image: url(//img.eduwill.net/eduwill/img/2025/_116/product/251118/pc/deco_title.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  background-image: none;
}
.product-eco .title-box .point-title {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.product-eco .title-box .point-title + .main-title {
  margin-top: 15px;
}
.product-eco .title-box .label-title {
  display: inline-block;
  padding: 7px 38px;
  margin-bottom: 34px;
  vertical-align: top;
  border-radius: 5px;
  border: 2px solid #FB0;
  background-color: #000;
}
.product-eco .title-box .label-title span {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.88px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.product-eco .title-box .main-title {
  color: #222;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -1.44px;
}
.product-eco .title-box .main-title strong {
  color: #FFC421;
  font-weight: 700;
}
.product-eco .title-box .sub-title {
  margin-top: 20px;
  color: #222;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.96px;
}
.product-eco .title-box .sub-title strong {
  font-weight: 700;
}
.product-eco .text-notice {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 148%;
  letter-spacing: -1px;
}
.product-eco .sub-text {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.12px;
}
.product-eco .sub-text strong {
  color: #FFC421;
  font-weight: inherit;
}
.product-eco .sector-title {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260727/pc/bg_hero_gradient.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 80px;
}
.product-eco .sector-title .bg-video {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  overflow: hidden;
  z-index: -1;
}
.product-eco .sector-title .bg-video video {
  display: block;
  width: calc(100% + 6px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-eco .sector-title .img-prof {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.product-eco .sector-title .title-1 {
  margin-top: 94px;
  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: 13px;
}
.product-eco .sector-title .title-1 .review {
  color: #BAA9EF;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.85);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.product-eco .sector-title .title-1 .user {
  color: #6F6198;
  text-shadow: 0 0 14px rgba(0, 0, 0, 0.85);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.product-eco .sector-title .title-wrap {
  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: 300px;
  margin-top: 98px;
  margin-left: -40px;
}
.product-eco .sector-title .title-wrap .title-2 {
  -webkit-filter: drop-shadow(-1px -1px 0 rgb(255, 255, 255)) drop-shadow(-1px -1px 0 rgb(255, 255, 255)) drop-shadow(5px 5px 18px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(-1px -1px 0 rgb(255, 255, 255)) drop-shadow(-1px -1px 0 rgb(255, 255, 255)) drop-shadow(5px 5px 18px rgba(0, 0, 0, 0.55));
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 106.634px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -4.265px;
  background: -webkit-gradient(linear, left top, right top, from(#FFF9E8), color-stop(1.03%, #FECF4E), color-stop(50%, #FFC943), to(#FFC338));
  background: linear-gradient(90deg, #FFF9E8 0%, #FECF4E 1.03%, #FFC943 50%, #FFC338 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-wrap .title-2 strong {
  display: inline-block;
  vertical-align: top;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 164.469px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#FFF9E8), color-stop(1.03%, #FECF4E), color-stop(50%, #FFC943), to(#FFC338));
  background: linear-gradient(90deg, #FFF9E8 0%, #FECF4E 1.03%, #FFC943 50%, #FFC338 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-wrap .title-3 {
  -webkit-filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.55));
          filter: drop-shadow(3px 3px 12px rgba(0, 0, 0, 0.55));
}
.product-eco .sector-title .title-wrap .title-3 span {
  display: inline-block;
  vertical-align: top;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 106.634px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -4.265px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(208.41%, #FFE222));
  background: linear-gradient(180deg, #FFF 0%, #FFE222 208.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-wrap .title-3 strong {
  display: inline-block;
  vertical-align: top;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 126.514px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -5.061px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(208.41%, #FFE222));
  background: linear-gradient(180deg, #FFF 0%, #FFE222 208.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-title .title-4 {
  position: relative;
  z-index: 1;
  margin-top: 42px;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.product-eco .sector-title .title-4 strong {
  color: #FFC421;
  font-weight: 600;
}
.product-eco .sector-title .box-list {
  margin: 20px auto 0;
  width: 1060px;
}
.product-eco .sector-title .box-list .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 25px 0;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  background: linear-gradient(122deg, rgba(0, 0, 0, 0.7) -7.92%, rgba(0, 0, 0, 0.2) 103.81%);
  -webkit-box-shadow: 0 0 34px 0 rgba(193, 135, 244, 0.22);
          box-shadow: 0 0 34px 0 rgba(193, 135, 244, 0.22);
  backdrop-filter: blur(2px);
}
.product-eco .sector-title .box-list .box .title {
  color: #FFC421;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.product-eco .sector-title .box-list .box .desc {
  margin-top: 8px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-title .box-list .box .desc strong {
  font-weight: 700;
}
.product-eco .sector-title .action-box {
  position: relative;
  margin: 70px auto 0;
  width: 930px;
}
.product-eco .sector-title .action-box .bubble {
  position: absolute;
  top: -46px;
  right: 0;
  display: inline-block;
  padding: 8px 30px;
  background-color: #fff;
  border-radius: 8px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.8px;
  border: 2px solid #000;
}
.product-eco .sector-title .action-box .bubble:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 10px solid #000;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.product-eco .sector-title .action-box .bubble:before {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 1;
}
.product-eco .sector-title .action-box .btn {
  display: block;
  width: 100%;
  padding: 24px 0;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.64%, #646464), color-stop(82.39%, #0F0523)), -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 -13.64%, #0F0523 82.39%), linear-gradient(180deg, #646464 0%, #000 100%);
  color: #fff;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 8px;
  letter-spacing: -1.2px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
.product-eco .sector-title .action-box .btn span {
  padding-right: 40px;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.product-eco .sector-title .action-box .btn span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-title .action-box .btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-box .btn span::before {
    width: 8px;
  }
}
.product-eco .sector-title .action-box .btn span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-box .btn span::before {
    height: 8px;
  }
}
.product-eco .sector-title .action-box .btn span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-box .btn span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-title .action-box .btn 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-box .btn span::before {
    right: 16px;
  }
}
.product-eco .sector-title .action-box .btn span::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-box .btn span::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-title .action-box .btn span::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-title .action-box .btn span::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-title .action-box .btn span:before {
  right: 0;
}
.product-eco .sector-intro {
  padding: 80px 0;
}
.product-eco .sector-intro .worry-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 70px;
  gap: 16px;
}
.product-eco .sector-intro .worry-list div {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  border-radius: 12px;
  border: 1px solid #E6DCC7;
  background: -webkit-gradient(linear, left top, left bottom, from(#AEC6D5), to(#BCDDF2));
  background: linear-gradient(180deg, #AEC6D5 0%, #BCDDF2 100%);
  overflow: hidden;
}
.product-eco .sector-intro .worry-list div .chat-box {
  padding: 35px 14px;
}
.product-eco .sector-intro .worry-list div .chat-box .chat-1, .product-eco .sector-intro .worry-list div .chat-box .chat-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9px;
}
.product-eco .sector-intro .worry-list div .chat-box .chat-1 img, .product-eco .sector-intro .worry-list div .chat-box .chat-2 img {
  width: 60px;
  height: 60px;
}
.product-eco .sector-intro .worry-list div .chat-box .chat-1 {
  text-align: left;
}
.product-eco .sector-intro .worry-list div .chat-box .chat-1 .bubble {
  background: #fff;
}
.product-eco .sector-intro .worry-list div .chat-box .chat-2 {
  text-align: right;
  margin-top: 19px;
}
.product-eco .sector-intro .worry-list div .chat-box .chat-2 .bubble {
  background: #FFF7CD;
}
.product-eco .sector-intro .worry-list div .chat-box .chat {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.product-eco .sector-intro .worry-list div .chat-box .chat .person {
  display: block;
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
}
.product-eco .sector-intro .worry-list div .chat-box .chat .bubble {
  margin-top: 4px;
  display: block;
  padding: 9px 13px;
  border-radius: 6px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.product-eco .sector-intro .worry-list div .chat-box .chat .bubble strong {
  font-weight: 700;
}
.product-eco .sector-intro .worry-list div .answer {
  padding: 22px 0;
  background: #222;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-intro svg {
  margin-top: 35px;
}
.product-eco .sector-band1 {
  position: relative;
  padding: 45px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9D00), color-stop(80.16%, #FC0), color-stop(143.92%, #FFF5BC));
  background: linear-gradient(180deg, #FF9D00 0%, #FC0 80.16%, #FFF5BC 143.92%);
}
.product-eco .sector-band1:after {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  content: "";
  width: 148px;
  height: 74px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260727/pc/bg_band1_tail.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  z-index: 1;
}
.product-eco .sector-band1 p {
  paint-order: stroke;
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2.66px;
  -webkit-filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.product-eco .sector-band1 p strong {
  -webkit-text-stroke-width: 0;
  -webkit-filter: drop-shadow(-1px -1px 0 #000) drop-shadow(-1px 0px 0 #000) drop-shadow(1px 1px 0 #000);
          filter: drop-shadow(-1px -1px 0 #000) drop-shadow(-1px 0px 0 #000) drop-shadow(1px 1px 0 #000);
  font-family: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-band1.no-tail:after {
  display: none;
}
.product-eco .sector-point1 {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#292929)), -webkit-gradient(linear, left top, left bottom, from(#0B012B), to(#0A002B));
  background: linear-gradient(180deg, #111 0%, #292929 100%), linear-gradient(180deg, #0B012B 0%, #0A002B 100%);
}
.product-eco .sector-point1 .point-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-point1 .main-title {
  color: #fff;
}
.product-eco .sector-point1 .roadmap {
  position: relative;
  margin: 0 75px 0;
}
.product-eco .sector-point1 .roadmap .roadmap-line {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  overflow: visible;
  pointer-events: none;
}
.product-eco .sector-point1 .roadmap .roadmap-line path {
  fill: none;
  stroke: #FFC421;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  -webkit-transition: stroke-dashoffset 0.2s linear;
  transition: stroke-dashoffset 0.2s linear;
}
.product-eco .sector-point1 .roadmap .roadmap-row {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}
.product-eco .sector-point1 .roadmap .roadmap-row.is-reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-eco .sector-point1 .roadmap .roadmap-row + .roadmap-gap {
  margin-top: 30px;
}
.product-eco .sector-point1 .roadmap .roadmap-gap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 216px;
}
.product-eco .sector-point1 .roadmap .roadmap-gap ~ .roadmap-gap {
  margin-left: 45px;
}
.product-eco .sector-point1 .roadmap .roadmap-gap.align-left {
  -webkit-box-pack: start;
  -ms-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.product-eco .sector-point1 .roadmap .roadmap-gap.align-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-right: 45px;
}
.product-eco .sector-point1 .roadmap .roadmap-gap + .roadmap-row {
  margin: 107px 45px 0 57px;
}
.product-eco .sector-point1 .roadmap .roadmap-gap .preview-thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.product-eco .sector-point1 .roadmap .roadmap-step {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.product-eco .sector-point1 .roadmap .roadmap-step .step-num {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-radius: 4px;
  background: #454545;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-point1 .roadmap .roadmap-step .step-num span {
  margin-right: 8px;
  color: #FFC421;
}
.product-eco .sector-point1 .roadmap .roadmap-step .roadmap-node {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-top: 20px;
  border-radius: 50%;
  background: #FFC421;
  -webkit-box-shadow: 0 0 0 4px rgba(255, 196, 33, 0.25);
  box-shadow: 0 0 0 4px rgba(255, 196, 33, 0.25);
}
.product-eco .sector-point1 .roadmap .roadmap-step .roadmap-node em {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 21px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFC421;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  white-space: nowrap;
  paint-order: stroke;
}
.product-eco .sector-point1 .roadmap .roadmap-step .roadmap-node em span {
  font-family: inherit;
}
.product-eco .sector-point1 .roadmap .roadmap-step .roadmap-node.finish em {
  left: auto;
  right: 60px;
}
.product-eco .sector-point1 .roadmap .roadmap-step .roadmap-node.finish em span {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 76px;
}
.product-eco .sector-point1 .roadmap .roadmap-step .roadmap-node.finish em:before {
  content: "";
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 10px 6px 0;
  border-color: transparent #FFC421 transparent transparent;
}
.product-eco .sector-point1 .roadmap .roadmap-step .step-desc {
  margin-top: 25px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-step {
  padding: 100px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#060019), to(#07001F)), -webkit-gradient(linear, left top, left bottom, from(#111), to(#272727));
  background: linear-gradient(180deg, #060019 0%, #07001F 100%), linear-gradient(180deg, #111 0%, #272727 100%);
}
.product-eco .sector-step .main-title, .product-eco .sector-step .sub-title {
  color: #fff;
}
.product-eco .sector-step .main-title strong, .product-eco .sector-step .sub-title strong {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-point2 {
  padding: 100px 0;
}
.product-eco .sector-point2 .sub-text {
  margin-top: 60px;
}
.product-eco .sector-point2 .box-list {
  margin: 0 20px;
}
.product-eco .sector-point2 .box-list .box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 39px 26px 22px;
  border-radius: 12px;
  border: 1px solid #FFC421;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#FFF8D2)), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.14)), to(rgba(255, 255, 255, 0.08))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(180deg, #FFF 0%, #FFF8D2 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.product-eco .sector-point2 .box-list .box .category {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.119px;
}
.product-eco .sector-point2 .box-list .box .detail {
  margin-top: 4px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-point2 .box-list .box img {
  margin-top: 19px;
}
.product-eco .sector-point3 {
  position: relative;
  padding: 100px 0;
  background-color: #07001D;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260727/pc/bg_point3.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-point3 .point-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-point3 .main-title {
  color: #fff;
}
.product-eco .sector-point3 .main-title strong {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-point3 .step-list .step {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0.45)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.45) 100%);
}
.product-eco .sector-point3 .step-list .step .step-num {
  color: #FFF893;
}
.product-eco .sector-point3 .ment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 65px;
}
.product-eco .sector-point3 .ment-list li {
  padding: 19px 40px;
  border-radius: 12px;
  border: 0.742px solid #9994A9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.14)), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
  -webkit-box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.119px;
}
.product-eco .sector-point3 .ment-list li strong {
  color: #AFA5E7;
  font-weight: 700;
}
.product-eco .sector-point3 .ment-list li:first-child {
  margin-left: -70px;
}
.product-eco .sector-point3 .ment-list li:nth-child(2) {
  margin-left: 319px;
}
.product-eco .sector-point3 .ment-list li:nth-child(3) {
  margin-left: -375px;
}
.product-eco .sector-point3 .ment-list li:last-child {
  margin-left: 160px;
}
.product-eco .sector-point3 .text-notice {
  color: rgba(255, 255, 255, 0.5);
}
.product-eco .sector-point3 .sub-text {
  margin-top: 50px;
  color: #fff;
}
.product-eco .sector-point4 {
  padding: 100px 0;
  background-color: #07001D;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260727/pc/bg_point4.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.product-eco .sector-point4 .point-title {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-point4 .main-title {
  color: #fff;
}
.product-eco .sector-point4 .main-title strong {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF782), to(#FFCA59));
  background: linear-gradient(180deg, #FFF782 0%, #FFCA59 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-point4 .ment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 65px;
}
.product-eco .sector-point4 .ment-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 19px 40px;
  border-radius: 12px;
  border: 0.742px solid #9994A9;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.14)), to(rgba(255, 255, 255, 0.08)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.08) 100%);
  -webkit-box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.119px;
}
.product-eco .sector-point4 .ment-list li strong {
  background: -webkit-gradient(linear, left top, left bottom, from(#FF9D00), color-stop(50%, #FFCC00), to(#FFF5BC));
  background: linear-gradient(180deg, #FF9D00 0%, #FFCC00 50%, #FFF5BC 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.product-eco .sector-point4 .ment-list li span {
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.119px;
}
.product-eco .sector-point4 .ment-list li:first-child {
  margin-left: -70px;
}
.product-eco .sector-point4 .ment-list li:nth-child(2) {
  margin-left: 319px;
}
.product-eco .sector-point4 .ment-list li:nth-child(3) {
  margin-left: -75px;
}
.product-eco .sector-point4 .ment-list li:last-child {
  margin-left: 270px;
}
.product-eco .sector-point4 .sub-text {
  margin-top: 50px;
  color: #fff;
}
.product-eco .sector-professor {
  padding: 100px 0;
}
.product-eco .sector-professor .card-header {
  height: 36px;
  background-color: #EAEAEA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 17px;
  border-radius: 12px 12px 0 0;
}
.product-eco .sector-professor .card-header span {
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}
.product-eco .sector-professor .card-header span.ico-red {
  background-color: #F05D5D;
}
.product-eco .sector-professor .card-header span.ico-yellow {
  background-color: #FFC812;
}
.product-eco .sector-professor .card-header span.ico-green {
  background-color: #80BB7C;
}
.product-eco .sector-professor .profile-card {
  position: relative;
  width: 1042px;
  margin: 0 auto;
  padding: 35px 60px;
  border-radius: 6px;
  border-radius: 6.029px;
  border: 2px solid #505050;
  background: #FFF;
}
.product-eco .sector-professor .profile-card:before, .product-eco .sector-professor .profile-card:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: -1;
  border: 2px solid #505050;
  background-color: #FFA600;
}
.product-eco .sector-professor .profile-card:before {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}
.product-eco .sector-professor .profile-card:after {
  -webkit-transform: translate(16px, 16px);
          transform: translate(16px, 16px);
  z-index: -2;
}
.product-eco .sector-professor .profile-card .card-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #000;
}
.product-eco .sector-professor .profile-card .card-top .thumb {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background-color: #FFF68C;
  border: 1px solid #000;
  overflow: hidden;
}
.product-eco .sector-professor .profile-card .card-top .thumb img {
  width: 100%;
  margin-right: -10px;
  object-fit: cover;
  -o-object-fit: cover;
}
.product-eco .sector-professor .profile-card .card-top .info {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: left;
}
.product-eco .sector-professor .profile-card .card-top .info .name {
  color: #000;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
}
.product-eco .sector-professor .profile-card .card-top .info .desc {
  margin-top: 9px;
  color: #050505;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.6px;
}
.product-eco .sector-professor .profile-card .card-top .sns-list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.product-eco .sector-professor .profile-card .card-top .sns-list .btn-sns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 7px 9px;
  border-radius: 4px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.product-eco .sector-professor .profile-card .card-top .sns-list .btn-sns img {
  width: 23px;
  height: 23px;
}
.product-eco .sector-professor .profile-card .card-top .sns-list .btn-sns.youtube {
  background-color: #FD0000;
}
.product-eco .sector-professor .profile-card .card-top .sns-list .btn-sns.linkedin {
  background-color: #2E78B6;
}
.product-eco .sector-professor .profile-card .card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  padding-top: 22px;
  text-align: left;
}
.product-eco .sector-professor .profile-card .card-bottom .history-col:first-child {
  width: 515px;
}
.product-eco .sector-professor .profile-card .card-bottom .history-col .col-title {
  color: #222;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
}
.product-eco .sector-professor .profile-card .card-bottom .history-col li {
  position: relative;
  padding-left: 10px;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: -0.84px;
}
.product-eco .sector-professor .profile-card .card-bottom .history-col li:before {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
}
.product-eco .sector-professor .profile-greeting {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 40px;
  width: 1042px;
  margin: 60px auto 0;
  border-radius: 6.029px;
  border: 2px solid #505050;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFA), to(#FFDB59)), #FFF;
  background: linear-gradient(180deg, #FFFFFA 0%, #FFDB59 100%), #FFF;
}
.product-eco .sector-professor .profile-greeting:before, .product-eco .sector-professor .profile-greeting:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: -1;
  border: 2px solid #505050;
  background-color: #FFA600;
}
.product-eco .sector-professor .profile-greeting:before {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
}
.product-eco .sector-professor .profile-greeting:after {
  -webkit-transform: translate(16px, 16px);
          transform: translate(16px, 16px);
  z-index: -2;
}
.product-eco .sector-professor .profile-greeting .greeting-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 43px 0;
}
.product-eco .sector-professor .profile-greeting .greeting-text p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.84px;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-professor .profile-greeting .greeting-text p + p {
  margin-top: 10px;
}
.product-eco .sector-professor .profile-greeting .greeting-text p.prof-name {
  color: #222;
}
.product-eco .sector-review {
  padding: 100px 0;
  background: #F3F3F3;
}
.product-eco .sector-review .slide-review {
  margin-top: 60px;
}
.product-eco .sector-review .slide-review .swiper {
  font-size: 0;
  position: relative;
}
.product-eco .sector-review .swiper-slide {
  width: 670px;
  margin: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  border-radius: 16px;
  border: 1.105px solid #E6E6E6;
  background: #FFF;
  padding: 28px 20px;
  text-align: left;
}
.product-eco .sector-review .swiper-slide .rating-area {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-eco .sector-review .swiper-slide .star-rating {
  color: #FFBF00;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.product-eco .sector-review .swiper-slide .user {
  color: #5A5A5A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.product-eco .sector-review .swiper-slide .review-txt {
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.88px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.product-eco .sector-review .swiper-slide:not(.swiper-slide-active) {
  -webkit-filter: blur(2.5px);
          filter: blur(2.5px);
  opacity: 0.3;
}
.product-eco .sector-review .swiper-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 730px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}
.product-eco .sector-review .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .swiper-button-next {
    width: 60px;
  }
}
.product-eco .sector-review .swiper-button-next {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .swiper-button-next {
    height: 60px;
  }
}
.product-eco .sector-review .swiper-button-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.product-eco .sector-review .swiper-button-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .swiper-button-next::before {
    width: 15px;
  }
}
.product-eco .sector-review .swiper-button-next::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .swiper-button-next::before {
    height: 15px;
  }
}
.product-eco .sector-review .swiper-button-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #878787;
  border-top-width: 1px;
  border-right-width: 1px;
  -webkit-transform: translate(-75%, -50%) rotate(45deg);
  transform: translate(-75%, -50%) rotate(45deg);
}
.product-eco .sector-review .swiper-button-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .swiper-button-prev {
    width: 60px;
  }
}
.product-eco .sector-review .swiper-button-prev {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .swiper-button-prev {
    height: 60px;
  }
}
.product-eco .sector-review .swiper-button-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 50%;
  background: rgba(255, 255, 255, 0.8);
}
.product-eco .sector-review .swiper-button-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .swiper-button-prev::before {
    width: 15px;
  }
}
.product-eco .sector-review .swiper-button-prev::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-review .swiper-button-prev::before {
    height: 15px;
  }
}
.product-eco .sector-review .swiper-button-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #878787;
  border-bottom-width: 1px;
  border-left-width: 1px;
  -webkit-transform: translate(-25%, -50%) rotate(45deg);
  transform: translate(-25%, -50%) rotate(45deg);
}
.product-eco .sector-review .swiper-button-next, .product-eco .sector-review .swiper-button-prev {
  position: relative;
  left: unset;
  right: unset;
  margin-top: 0;
  border-radius: 60px;
  border: 1px solid #E6E6E6;
  -webkit-transform: none;
          transform: none;
}
.product-eco .sector-apply {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/_141/product/260727/pc/bg_apply.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.product-eco .sector-apply .wrap {
  z-index: 1;
}
.product-eco .sector-apply .title-box:before {
  background-color: #fff;
}
.product-eco .sector-apply .deadline-box {
  position: relative;
  width: 1042px;
  padding: 40px 0;
  margin: 0 70px 50px;
  border-radius: 6.029px;
  border: 2px solid #505050;
  background: #FFF;
}
.product-eco .sector-apply .deadline-box:before, .product-eco .sector-apply .deadline-box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  z-index: -1;
  border: 2px solid #505050;
  background-color: #FFA600;
}
.product-eco .sector-apply .deadline-box:before {
  -webkit-transform: translate(8px, 8px);
          transform: translate(8px, 8px);
  z-index: -1;
}
.product-eco .sector-apply .deadline-box:after {
  -webkit-transform: translate(16px, 16px);
          transform: translate(16px, 16px);
  z-index: -2;
}
.product-eco .sector-apply .deadline-box .title {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.84px;
  margin-bottom: 30px;
}
.product-eco .sector-apply .deadline-box .timer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
}
.product-eco .sector-apply .deadline-box .timer-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-eco .sector-apply .deadline-box .flip-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.product-eco .sector-apply .deadline-box .digit-card {
  position: relative;
  width: 74px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(49%, #FFF), color-stop(51%, #E8E8E8), to(#EBEBEB));
  background: linear-gradient(180deg, #FFF 0%, #FFF 49%, #E8E8E8 51%, #EBEBEB 100%);
  -webkit-box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12), inset 0 0 0 1px #DCDCDC;
          box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12), inset 0 0 0 1px #DCDCDC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-eco .sector-apply .deadline-box .digit-card span {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  color: #1A1A1A;
}
.product-eco .sector-apply .deadline-box .digit-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(50% - 1px);
  height: 2px;
  background: rgba(0, 0, 0, 0.15);
  z-index: 2;
}
.product-eco .sector-apply .deadline-box .digit-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.08)), color-stop(60%, transparent));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.08), transparent 60%);
  z-index: 1;
}
.product-eco .sector-apply .deadline-box .unit-label {
  margin-top: 14px;
  color: #6B6B6B;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.product-eco .sector-apply .action {
  margin: 0 90px;
}
.product-eco .sector-apply .action a {
  display: block;
  width: 100%;
  padding: 26px 0;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-13.64%, #646464), color-stop(82.39%, #000)), -webkit-gradient(linear, left top, left bottom, from(#646464), to(#000));
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%), linear-gradient(180deg, #646464 0%, #000 100%);
}
.product-eco .sector-apply .action a span {
  padding-right: 20px;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.product-eco .sector-apply .action a span {
  position: relative;
  display: inline-block;
}
.product-eco .sector-apply .action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-apply .action a span::before {
    width: 8px;
  }
}
.product-eco .sector-apply .action a span::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-apply .action a span::before {
    height: 8px;
  }
}
.product-eco .sector-apply .action a span::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-apply .action a span::before {
    margin-top: -4px;
  }
}
.product-eco .sector-apply .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-apply .action a span::before {
    right: 16px;
  }
}
.product-eco .sector-apply .action a span::before {
  border-top-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-apply .action a span::before {
    border-top-width: 2px;
  }
}
.product-eco .sector-apply .action a span::before {
  border-right-width: 0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .product-eco .sector-apply .action a span::before {
    border-right-width: 2px;
  }
}
.product-eco .sector-apply .action a span:before {
  right: 0;
}
.product-eco .sector-band2 {
  background-color: #000;
  padding: 24px 0;
}
.product-eco .sector-band2 p span {
  color: #FFF;
  text-shadow: 1px 3px 0 #000;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.66px;
  paint-order: stroke;
}
.product-eco .sector-band2 p strong {
  color: #FFF782;
  text-shadow: 1px 3px 0 #000;
  -webkit-text-stroke-width: 2px;
  paint-order: stroke;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2.66px;
}/*# sourceMappingURL=web.css.map */