@charset "UTF-8";
.grid {
  *zoom: 1;
}
.grid::before, .grid::after {
  content: "";
  display: table;
}
.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;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

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

.promotion .slick-arrow,
.product .slick-arrow,
.product-eco .slick-arrow,
.fullservice .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  margin: 0;
  padding: 0;
  text-indent: -9999px;
  border: none;
  background: none;
  outline: none;
  transform: rotate(45deg) translateY(-50%);
}

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

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

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

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

.promotion,
.product,
.product-eco,
.fullservice {
  text-align: center;
}
.promotion [class^=sector-],
.product [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion .wrap,
.product .wrap,
.product-eco .wrap,
.fullservice .wrap {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
  width: 100%;
}
.promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
  color: #ccc !important;
  font-weight: 700;
  font-size: 4.1666666667vw;
  letter-spacing: -0.1388888889vw;
}
.promotion ::placeholder,
.product ::placeholder,
.product-eco ::placeholder,
.fullservice ::placeholder {
  color: #ccc !important;
  font-weight: 700;
  font-size: 4.1666666667vw;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    font-size: 30px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    font-size: 30px;
  }
}
@media screen and (min-width: 720px) {
  .promotion ::-moz-placeholder, .product ::-moz-placeholder, .product-eco ::-moz-placeholder, .fullservice ::-moz-placeholder {
    letter-spacing: -1px;
  }
  .promotion ::placeholder,
  .product ::placeholder,
  .product-eco ::placeholder,
  .fullservice ::placeholder {
    letter-spacing: -1px;
  }
}
.promotion .slick-arrow,
.product .slick-arrow,
.product-eco .slick-arrow,
.fullservice .slick-arrow {
  border-radius: 100%;
}
.promotion .slick-arrow.slick-prev,
.product .slick-arrow.slick-prev,
.product-eco .slick-arrow.slick-prev,
.fullservice .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -47.9166666667vw;
  background: #fff;
  border: 1px solid #888;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev,
  .product .slick-arrow.slick-prev,
  .product-eco .slick-arrow.slick-prev,
  .fullservice .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev,
  .product .slick-arrow.slick-prev,
  .product-eco .slick-arrow.slick-prev,
  .fullservice .slick-arrow.slick-prev {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev,
  .product .slick-arrow.slick-prev,
  .product-eco .slick-arrow.slick-prev,
  .fullservice .slick-arrow.slick-prev {
    margin-left: -345px;
  }
}
.promotion .slick-arrow.slick-prev::before,
.product .slick-arrow.slick-prev::before,
.product-eco .slick-arrow.slick-prev::before,
.fullservice .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #888;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before,
  .product .slick-arrow.slick-prev::before,
  .product-eco .slick-arrow.slick-prev::before,
  .fullservice .slick-arrow.slick-prev::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before,
  .product .slick-arrow.slick-prev::before,
  .product-eco .slick-arrow.slick-prev::before,
  .fullservice .slick-arrow.slick-prev::before {
    height: 10px;
  }
}
.promotion .slick-arrow.slick-next,
.product .slick-arrow.slick-next,
.product-eco .slick-arrow.slick-next,
.fullservice .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -47.9166666667vw;
  background: #fff;
  border: 1px solid #888;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next,
  .product .slick-arrow.slick-next,
  .product-eco .slick-arrow.slick-next,
  .fullservice .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next,
  .product .slick-arrow.slick-next,
  .product-eco .slick-arrow.slick-next,
  .fullservice .slick-arrow.slick-next {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next,
  .product .slick-arrow.slick-next,
  .product-eco .slick-arrow.slick-next,
  .fullservice .slick-arrow.slick-next {
    margin-right: -345px;
  }
}
.promotion .slick-arrow.slick-next::before,
.product .slick-arrow.slick-next::before,
.product-eco .slick-arrow.slick-next::before,
.fullservice .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: #888;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before,
  .product .slick-arrow.slick-next::before,
  .product-eco .slick-arrow.slick-next::before,
  .fullservice .slick-arrow.slick-next::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before,
  .product .slick-arrow.slick-next::before,
  .product-eco .slick-arrow.slick-next::before,
  .fullservice .slick-arrow.slick-next::before {
    height: 10px;
  }
}
.promotion .slick-dots,
.product .slick-dots,
.product-eco .slick-dots,
.fullservice .slick-dots {
  text-align: center;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots,
  .product .slick-dots,
  .product-eco .slick-dots,
  .fullservice .slick-dots {
    margin-top: 10px;
  }
}
.promotion .slick-dots li,
.product .slick-dots li,
.product-eco .slick-dots li,
.fullservice .slick-dots li {
  display: inline-block;
  margin-left: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li,
  .product .slick-dots li,
  .product-eco .slick-dots li,
  .fullservice .slick-dots li {
    margin-left: 6px;
  }
}
.promotion .slick-dots li button,
.product .slick-dots li button,
.product-eco .slick-dots li button,
.fullservice .slick-dots li button {
  cursor: pointer;
  text-indent: -10000em;
  border: 0;
  padding: 0;
  border-radius: 2.5vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  background: #bbbbbb;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button,
  .product .slick-dots li button,
  .product-eco .slick-dots li button,
  .fullservice .slick-dots li button {
    border-radius: 18px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button,
  .product .slick-dots li button,
  .product-eco .slick-dots li button,
  .fullservice .slick-dots li button {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button,
  .product .slick-dots li button,
  .product-eco .slick-dots li button,
  .fullservice .slick-dots li button {
    height: 12px;
  }
}
.promotion .slick-dots li.slick-active button,
.product .slick-dots li.slick-active button,
.product-eco .slick-dots li.slick-active button,
.fullservice .slick-dots li.slick-active button {
  width: 5vw;
  background: #000;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li.slick-active button,
  .product .slick-dots li.slick-active button,
  .product-eco .slick-dots li.slick-active button,
  .fullservice .slick-dots li.slick-active button {
    width: 36px;
  }
}
.promotion .icon-pointer,
.product .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.9166666667vw;
  height: 9.0277777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_12.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 57px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 65px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

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

#edufLayerApply .eduf-layer-wrap .eduf-layer-title {
  position: relative;
  padding: 20px 30px;
  background-color: #041e82;
  text-align: center;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title .subject {
  color: #fff;
  font-size: 3.3333333333vw;
  font-weight: 700;
  letter-spacing: -1px;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title .subject {
    font-size: 24px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title .subject strong {
  display: block;
  margin-top: 0.8333333333vw;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #ffc20e;
  font-size: 5.5555555556vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title .subject strong {
    margin-top: 6px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title .subject strong {
    font-size: 40px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-title .desc {
  margin-top: 1.3888888889vw;
  color: #fff;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title .desc {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title .desc {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title .desc {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-title .desc {
    font-size: 14px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content {
  padding-bottom: 6.9444444444vw;
  max-height: 83.3333333333vw;
  overflow: hidden;
  overflow-y: scroll;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content {
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content {
    max-height: 600px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-title {
  margin-top: 5vw;
  font-size: 2.7777777778vw;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-title {
    margin-top: 36px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-title {
    font-size: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-title .highlight {
  color: #f20000;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-box {
  margin-top: 2.5vw;
  padding: 2.7777777778vw 2.7777777778vw;
  background-color: #f1f1f1;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-box {
    margin-top: 18px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-box {
    padding: 20px 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-box p {
  color: #666;
  font-size: 2.7777777778vw;
  line-height: 1.4;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-box p {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-box p {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .agree-box p {
    font-size: 14px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-action {
  margin-top: 4.1666666667vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-action {
    margin-top: 30px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-action button {
  display: inline-block;
  background-color: #FFCA36;
  color: #000;
  box-sizing: border-box;
  height: 8.3333333333vw;
  padding: 0 8.0555555556vw;
  border-radius: 1.1111111111vw;
  font-size: 3.0555555556vw;
  font-weight: 700;
  line-height: 8.3333333333vw;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-action button {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-action button {
    padding: 0 58px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-action button {
    border-radius: 8px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-action button {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-action button {
    line-height: 60px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-info {
  text-align: center;
  margin-top: 2.7777777778vw;
  color: #666;
  font-size: 2.7777777778vw;
  line-height: 1.4;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-info {
    margin-top: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-info {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-info {
    font-size: 1.9444444444vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-info {
    font-size: 14px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-title {
    font-size: 20px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control {
  justify-content: flex-start;
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control .form-radio {
  margin-left: 0;
  margin-right: 2.7777777778vw;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control .form-radio {
    margin-right: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control .form-radio {
    margin-top: 10px;
  }
}
#edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control .form-radio input[type=radio] + label {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control .form-radio input[type=radio] + label {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control .form-radio input[type=radio] + label {
    font-size: 2.2222222222vw;
  }
}
@media screen and (min-width: 720px) and (min-width: 720px) {
  #edufLayerApply .eduf-layer-wrap .eduf-layer-content .form-group .form-control .form-radio input[type=radio] + label {
    font-size: 16px;
  }
}

.promotion * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.5px;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wing-banner {
  position: fixed;
  bottom: 110px;
  right: 10px;
  z-index: 102;
}
.promotion .wing-banner a {
  display: block;
}
.promotion .wing-banner a + a {
  margin-top: 10px;
}
.promotion .fixed-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 102;
  background-color: #1B1B1B;
  height: 80px;
}
.promotion .fixed-banner a {
  display: block;
  position: relative;
  top: -20px;
}
.promotion .btn-base {
  position: absolute;
  right: 71px;
  top: 151px;
  display: inline-block;
  color: #4F4000;
  font-size: 14px;
}
.promotion .btn-base span {
  padding-right: 10px;
}
.promotion .btn-base span {
  position: relative;
  display: inline-block;
}
.promotion .btn-base span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  margin-top: -0.2777777778vw;
  border-width: 0;
  border-style: solid;
  border-color: #4F4000;
  transform: rotate(45deg);
  right: 1.1111111111vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base span::before {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base span::before {
    height: 4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base span::before {
    margin-top: -2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base span::before {
    right: 8px;
  }
}
.promotion .btn-base span:before {
  right: 0;
}
.promotion .grounds-text {
  margin-top: 20px;
  font-size: 16px;
  letter-spacing: -1px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}
.promotion .title-box .main-title {
  color: #222;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -1.6px;
}
.promotion .title-box .main-title strong {
  font-weight: 700;
  font-size: 40px;
}
.promotion .title-box .main-title .highlight {
  color: #FA0;
}
.promotion .sector-title {
  background-color: #FFC118;
  background-image: url("https://img.eduwill.net/eduwill/img/2026/B/victoryStory/260106/pc/title_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding-bottom: 100px;
}
.promotion .sector-title .title-1 {
  padding-top: 75px;
  display: flex;
  justify-content: center;
}
.promotion .sector-title .title-1 dl {
  margin-left: 67px;
}
.promotion .sector-title .title-1 dl:first-child {
  margin-left: 0;
}
.promotion .sector-title .title-1 dl dt, .promotion .sector-title .title-1 dl dd {
  color: #4F4000;
  font-weight: 400;
  line-height: 1.4;
}
.promotion .sector-title .title-1 dl dt {
  font-size: 20px;
}
.promotion .sector-title .title-1 dl dd {
  font-size: 28px;
  font-weight: 900;
}
.promotion .sector-title .title-2 {
  margin-top: 67px;
  color: #644700;
  text-align: center;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.96px;
}
.promotion .sector-title .title-3 {
  margin-top: 24px;
}
.promotion .sector-title .title-4 {
  margin-top: 27px;
  /* 애니메이션 */
}
.promotion .sector-title .title-4 .update-wrap {
  filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.05));
  width: 406px;
  margin: 0 auto;
  /* 외곽 바 */
  /* 채워지는 영역 */
  /* 텍스트 */
}
.promotion .sector-title .title-4 .update-wrap .update-bar {
  position: relative;
  height: 42px;
  border-radius: 150px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2) inset;
  border: 2px solid rgb(202, 176, 98);
  overflow: hidden;
  box-sizing: border-box;
}
.promotion .sector-title .title-4 .update-wrap .update-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #5b3a00, #7a4a00);
  animation: fillMove 2.5s ease-in-out infinite;
}
.promotion .sector-title .title-4 .update-wrap .update-text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-weight: 700;
  color: #ffd84d;
  letter-spacing: -0.3px;
  font-size: 20px;
}
@keyframes fillMove {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.promotion .sector-title .review-slide {
  margin-top: 84px;
}
.promotion .sector-title .review-slide .slick-slide {
  margin: 0 10px;
  opacity: 0.5;
}
.promotion .sector-title .review-slide .slick-slide.slick-active {
  opacity: 1;
}
.promotion .sector-intro {
  padding: 100px 0;
}
.promotion .sector-intro .title-box .main-title {
  font-size: 40px;
}
.promotion .sector-intro .title-box .main-title strong {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-intro .title-box .main-title strong .highlight {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-intro .talk-list {
  position: relative;
  background-color: #fff;
  background-image: url("https://img.eduwill.net/eduwill/img/2026/B/victoryStory/260106/pc/intro_bg.png");
  background-repeat: no-repeat;
  background-position: center 0;
  background-size: auto;
  height: 812px;
}
.promotion .sector-intro .talk-list > div {
  position: absolute;
}
.promotion .sector-intro .talk-list > div.talk-1 {
  top: 363px;
  left: 68px;
}
.promotion .sector-intro .talk-list > div.talk-2 {
  top: 610px;
  left: 170px;
}
.promotion .sector-intro .talk-list > div.talk-3 {
  top: 235px;
  left: 350px;
}
.promotion .sector-intro .talk-list > div.talk-4 {
  top: 508px;
  left: 540px;
}
.promotion .sector-intro .talk-list > div.talk-5 {
  top: 100px;
  left: 633px;
}
.promotion .sector-intro .talk-list > div.talk-6 {
  top: 357px;
  left: 820px;
}
.promotion .sector-video {
  background-color: #FAFAFA;
  background-image: url("https://img.eduwill.net/eduwill/img/2026/B/victoryStory/260106/pc/video_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  padding: 100px 0;
}
.promotion .sector-video .video-box {
  margin-top: 50px;
}
.promotion .sector-video .video-box .video {
  position: relative;
  width: 950px;
  height: 530px;
  margin: 0 auto;
}
.promotion .sector-video .video-box .video video,
.promotion .sector-video .video-box .video iframe {
  width: 100%;
  height: 100%;
}
.promotion .sector-video .video-box .video .btn-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.promotion .sector-video .winner-contents {
  position: relative;
  top: -20px;
  margin: 0;
  width: 100%;
  transform: translateX(40px);
  z-index: 100;
}
.promotion .sector-video .winner-contents .winner-list {
  transform: perspective(400px) rotateX(40deg);
}
.promotion .sector-video .winner-contents .winner-list .slick-track {
  transform: translate(0) !important;
}
.promotion .sector-video .winner-contents .winner-list a {
  display: block;
}
.promotion .sector-video .winner-contents .winner-list p {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-align: left;
  line-height: 2;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: -1px;
  color: #222;
}
.promotion .sector-tab {
  padding: 100px 0;
  background-color: #FFCD00;
}
.promotion .sector-tab .tab-box {
  margin-top: 60px;
}
.promotion .sector-tab .tab-menu {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.promotion .sector-tab .tab-menu li {
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.5);
  width: 57px;
  padding: 36px 0px;
  border-radius: 10px;
  line-height: 1;
  border: 1px solid #E6E6E6;
  width: 575px;
  background-color: #fff;
}
.promotion .sector-tab .tab-menu li .highlight {
  color: rgba(0, 0, 0, 0.5);
}
.promotion .sector-tab .tab-menu li.active {
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%);
  color: #fff;
}
.promotion .sector-tab .tab-menu li.active .highlight {
  color: rgb(254, 204, 1);
}
.promotion .sector-tab .tab-view {
  display: none;
  margin-top: 10px;
}
.promotion .sector-tab .tab-menu + .tab-view {
  display: block;
}
.promotion .sector-board {
  background: #FFFDF6;
  padding-top: 100px;
  padding-bottom: 100px;
}
.promotion .sector-board .board-wrap {
  margin-top: 55px;
}
.promotion .sector-board .wrap {
  width: 1160px;
}
.promotion .sector-board .board-wrap .tab-list li a {
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.promotion .sector-board .board-wrap .tab-list li a span {
  font-weight: 500;
  color: #B3B3B3;
  font-size: 22px;
}
.promotion .sector-board .board-wrap .tab-list li.in a {
  background: #FFBE00;
}
.promotion .sector-board .board-wrap .tab-list li.in a span {
  font-weight: 700;
  color: #000;
}
.promotion .sector-board .board-wrap .tab-contents {
  margin-top: 10px;
}
.promotion .sector-board .board-wrap .tab-contents .item {
  border: 1px solid #E6E6E6;
  padding: 50px 114px;
}
.promotion .sector-board .board-wrap .tab-contents .item .board-table table.viewrite tbody td select {
  margin-right: 10px;
}
.promotion .sector-board .board-wrap .tab-contents .item .ico-best {
  background: #FFBF00;
}
.promotion .sector-board .board-wrap .hashCss {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  background: none;
  border: none;
  padding: 0;
  margin-bottom: 30px;
}
.promotion .sector-board .board-wrap .hashCss a {
  display: inline-block;
  padding: 14px 16px;
  border-radius: 999px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.promotion .sector-board .board-wrap .hashCss a span {
  border: none;
  padding: 0;
  color: #666;
  font-weight: 700;
}
.promotion .sector-board .board-wrap .button {
  border-radius: 100px;
  width: 400px;
  background: #F0F0F0;
  font-size: 22px;
}
.promotion .sector-board .board-wrap .button span {
  letter-spacing: -2px;
  color: #000;
}
.promotion .sector-board .board-wrap .button:after {
  display: none;
}
.promotion .sector-board .board-wrap .button.write-apply {
  background-color: #FFCA36;
  width: 600px;
  height: 70px;
  line-height: 70px;
}
.promotion .sector-board .board-wrap .button.write, .promotion .sector-board .board-wrap .button.ok {
  background-color: #FFCA36;
  width: 500px;
}
.promotion .sector-giftcard {
  background: linear-gradient(180deg, #FFFAE2 -1.97%, #FFF 72.11%);
}
.promotion .sector-giftcard:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 318px;
  background: linear-gradient(180deg, #F3F3F3 0%, #FFF 58.73%);
}
.promotion .sector-giftcard .giftcard-content {
  position: relative;
  z-index: 1;
}
.promotion .sector-giftcard .btn-giftcard {
  position: absolute;
  display: inline-block;
  bottom: 119px;
  left: 50%;
  transform: translate(-50%);
}
.promotion .sector-trophy {
  background-color: #002B7E;
  background-image: url("https://img.eduwill.net/eduwill/img/2026/B/victoryStory/260106/pc/trophy_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-trophy .grounds-text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  color: #6E6E6E;
  font-size: 13px;
  width: 982px;
  margin: 0 auto;
  text-align: left;
}/*# sourceMappingURL=web.css.map */