@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;
  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-dots {
  font-size: 0;
}
.promotion .slick-dots li {
  display: inline-block;
}
.promotion .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-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-eco,
.fullservice {
  overflow: hidden;
  text-align: center;
  color: #000;
}
.promotion *,
.product-eco *,
.fullservice * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  line-height: normal;
  color: inherit;
}
.promotion a,
.product-eco a,
.fullservice a {
  color: inherit;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2%;
  z-index: 1;
  display: block;
  width: 9.7222222222vw;
  height: 8.3333333333vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.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-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 70px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 60px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .slick-list *,
.product-eco .slick-list *,
.fullservice .slick-list * {
  vertical-align: top;
}
.promotion .slick-list * .slick-slide,
.product-eco .slick-list * .slick-slide,
.fullservice .slick-list * .slick-slide {
  border: none;
}

.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: translateY(50px);
}
.promotion .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;
  transform: translateY(-50px);
}
.promotion .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;
  transform: translateX(-50px);
}
.promotion .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;
  transform: translateX(50px);
}
.promotion .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;
  transform: scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .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;
  transform: scale(1.5, 1.5);
}
.promotion .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;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .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;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-scale-x-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-up-1,
.promotion .active .motion-down-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-left-1,
.promotion .active .motion-right-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-extend-1,
.promotion .active .motion-reduce-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.promotion .active .motion-extend-rt-1,
.promotion .active .motion-extend-lt-1,
.promotion .active .motion-extend-rb-1,
.promotion .active .motion-extend-lb-1 {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-height-top-1,
.promotion .active .motion-height-bottom-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-scale-x-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-up-2,
.promotion .active .motion-down-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-left-2,
.promotion .active .motion-right-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-extend-2,
.promotion .active .motion-reduce-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.promotion .active .motion-extend-rt-2,
.promotion .active .motion-extend-lt-2,
.promotion .active .motion-extend-rb-2,
.promotion .active .motion-extend-lb-2 {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-height-top-2,
.promotion .active .motion-height-bottom-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-scale-x-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-up-3,
.promotion .active .motion-down-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-left-3,
.promotion .active .motion-right-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-extend-3,
.promotion .active .motion-reduce-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.promotion .active .motion-extend-rt-3,
.promotion .active .motion-extend-lt-3,
.promotion .active .motion-extend-rb-3,
.promotion .active .motion-extend-lb-3 {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-height-top-3,
.promotion .active .motion-height-bottom-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-scale-y-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-scale-x-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-up-4,
.promotion .active .motion-down-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-left-4,
.promotion .active .motion-right-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-extend-4,
.promotion .active .motion-reduce-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.promotion .active .motion-extend-rt-4,
.promotion .active .motion-extend-lt-4,
.promotion .active .motion-extend-rb-4,
.promotion .active .motion-extend-lb-4 {
  opacity: 1;
  transition-delay: 0.8s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-height-top-4,
.promotion .active .motion-height-bottom-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-scale-y-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.promotion .active .motion-scale-x-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.promotion .active .motion-up-5,
.promotion .active .motion-down-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-left-5,
.promotion .active .motion-right-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-extend-5,
.promotion .active .motion-reduce-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.promotion .active .motion-extend-rt-5,
.promotion .active .motion-extend-lt-5,
.promotion .active .motion-extend-rb-5,
.promotion .active .motion-extend-lb-5 {
  opacity: 1;
  transition-delay: 1s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.promotion .active .motion-height-top-5,
.promotion .active .motion-height-bottom-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.promotion .active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-scale-y-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-scale-x-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-up-6,
.promotion .active .motion-down-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-left-6,
.promotion .active .motion-right-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-extend-6,
.promotion .active .motion-reduce-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.2s;
}
.promotion .active .motion-extend-rt-6,
.promotion .active .motion-extend-lt-6,
.promotion .active .motion-extend-rb-6,
.promotion .active .motion-extend-lb-6 {
  opacity: 1;
  transition-delay: 1.2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-height-top-6,
.promotion .active .motion-height-bottom-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-scale-y-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-scale-x-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-up-7,
.promotion .active .motion-down-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-left-7,
.promotion .active .motion-right-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-extend-7,
.promotion .active .motion-reduce-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.4s;
}
.promotion .active .motion-extend-rt-7,
.promotion .active .motion-extend-lt-7,
.promotion .active .motion-extend-rb-7,
.promotion .active .motion-extend-lb-7 {
  opacity: 1;
  transition-delay: 1.4s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-height-top-7,
.promotion .active .motion-height-bottom-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-scale-y-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-scale-x-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-up-8,
.promotion .active .motion-down-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-left-8,
.promotion .active .motion-right-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-extend-8,
.promotion .active .motion-reduce-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.6s;
}
.promotion .active .motion-extend-rt-8,
.promotion .active .motion-extend-lt-8,
.promotion .active .motion-extend-rb-8,
.promotion .active .motion-extend-lb-8 {
  opacity: 1;
  transition-delay: 1.6s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-height-top-8,
.promotion .active .motion-height-bottom-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-scale-y-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-scale-x-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-up-9,
.promotion .active .motion-down-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-left-9,
.promotion .active .motion-right-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-extend-9,
.promotion .active .motion-reduce-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.8s;
}
.promotion .active .motion-extend-rt-9,
.promotion .active .motion-extend-lt-9,
.promotion .active .motion-extend-rb-9,
.promotion .active .motion-extend-lb-9 {
  opacity: 1;
  transition-delay: 1.8s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-height-top-9,
.promotion .active .motion-height-bottom-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-scale-y-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.promotion .active .motion-scale-x-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.promotion .active .motion-up-10,
.promotion .active .motion-down-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-left-10,
.promotion .active .motion-right-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-extend-10,
.promotion .active .motion-reduce-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2s;
}
.promotion .active .motion-extend-rt-10,
.promotion .active .motion-extend-lt-10,
.promotion .active .motion-extend-rb-10,
.promotion .active .motion-extend-lb-10 {
  opacity: 1;
  transition-delay: 2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.promotion .active .motion-height-top-10,
.promotion .active .motion-height-bottom-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-banner {
  position: fixed;
  right: 10px;
  bottom: 250px;
  z-index: 99;
}
.promotion .fix-banner div + div {
  margin-top: -10px;
}
.promotion .btn-base {
  position: absolute;
  font-size: 0;
}
.promotion .btn-base a {
  display: inline-block;
  padding: 6px 9px;
  border: 1px solid rgba(109, 109, 109, 0.4);
  font-size: 0;
}
.promotion .btn-base a span {
  display: inline-block;
  padding-right: 8px;
  font-size: 12px;
  font-weight: 400;
  color: rgba(109, 109, 109, 0.6);
  vertical-align: top;
}
.promotion .btn-base a span {
  position: relative;
  display: inline-block;
}
.promotion .btn-base a 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: currentColor;
  transform: rotate(45deg);
  right: 1.1111111111vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    height: 4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    margin-top: -2px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-base a span::before {
    right: 8px;
  }
}
.promotion .btn-base a span:before {
  right: 0;
}
.promotion .frame {
  width: 1160px;
  margin: 0 auto;
  padding: 59px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .frame .title-wrap .title-label {
  min-width: 117px;
  font-size: 18px;
  letter-spacing: -0.72px;
}
.promotion .frame .title-wrap .title {
  font-size: 28px;
  letter-spacing: -0.56px;
}
.promotion .title-wrap {
  margin-bottom: 60px;
}
.promotion .title-wrap .title-label {
  display: inline-block;
  min-width: 134px;
  margin-bottom: 10px;
  padding: 4px 21px;
  border-radius: 200px;
  border: 1px solid #000;
  background: rgba(255, 255, 255, 0.1);
  color: #000;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
  box-sizing: border-box;
}
.promotion .title-wrap .title {
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -1.2px;
}
.promotion .title-wrap .title strong {
  font-weight: 900;
}
.promotion .fix-timer-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
}
.promotion .fix-timer-banner .wrap {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  justify-content: space-around;
  padding: 15px 0;
}
.promotion .fix-timer-banner .timer-title {
  position: relative;
}
.promotion .fix-timer-banner .timer-title p {
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -2px;
}
.promotion .fix-timer-banner .timer-title p span {
  color: #FFBF00;
}
.promotion .fix-timer-banner .timer-title .flag {
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.32px;
  color: #fff;
  padding: 7px 17px;
  border-radius: 999px;
  background: #D00000;
  animation-name: fixBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes fixBlink {
  0%, 100% {
    color: #fff;
    background: #D00000;
  }
  50% {
    color: #000;
    background: #fff;
  }
}
.promotion .fix-timer-banner .timer-box .timer {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
}
.promotion .fix-timer-banner .timer-box .timer em {
  margin: 0 4px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.93;
}
.promotion .fix-timer-banner .timer-box .timer span {
  display: inline-block;
  width: 41px;
  height: 58px;
  margin: 0 3px;
  text-align: center;
  line-height: 58px;
  font-size: 30px;
  font-weight: 900;
  color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2024/L/event/241204/pc/timer_bg2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  box-sizing: border-box;
}
.promotion .fix-timer-banner .timer-action a {
  padding: 10px 20px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  line-height: 1.4;
  border-radius: 51px;
  background: #FFBF00;
}
.promotion .fix-timer-banner .timer-action a:after {
  right: -27px;
  width: 49px;
}
.promotion .slick-dots {
  margin-top: 25px;
}
.promotion .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.promotion .slick-dots li.slick-active {
  width: 39px;
  background: #FEBE00;
}
.promotion .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow {
    height: 60px;
  }
}
.promotion .slick-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 1px;
  border-left-width: 1px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow::before {
    height: 15px;
  }
}
.promotion .slick-arrow.slick-prev {
  left: 0;
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  background: rgba(0, 0, 0, 0.2);
  left: auto;
  right: 0;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 60px;
  }
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 1px;
  border-right-width: 1px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.promotion .sector-title {
  background: #FFBF00;
  background: linear-gradient(180deg, #FFBF00 0%, #CEE5B1 100%);
}
.promotion .sector-title .wrap-full {
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/brief/250519/pc/bg_title.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title p.title-1 {
  margin-top: 60px;
}
.promotion .sector-title p.title-2 {
  margin-top: 50px;
}
.promotion .sector-title .slide-box {
  margin-top: 32px;
}
.promotion .sector-title .slide-box .slick-slide {
  margin: 0 30px;
}
.promotion .sector-coupon {
  background: #FFEFBE;
  background: linear-gradient(180deg, #FFEFBE 0%, #CEE5B1 100%);
}
.promotion .sector-question {
  padding-top: 100px;
}
.promotion .sector-question .question-list {
  margin: 60px auto 0;
  width: 376px;
}
.promotion .sector-band {
  background-color: #FFBF00;
}
.promotion .sector-band:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 99%;
  z-index: 1;
  width: 148px;
  height: 74px;
  margin: 0 auto;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/brief/250519/pc/bg_band_after.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-knowhow {
  padding-top: 137px;
  background-color: #EEE;
}
.promotion .sector-knowhow .frame {
  position: relative;
}
.promotion .sector-knowhow .frame .video-box {
  position: absolute;
  right: 143px;
  bottom: 91px;
  width: 566px;
  height: 319px;
}
.promotion .sector-knowhow .frame .video-box a {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.promotion .sector-check {
  padding-top: 30px;
  background-color: #EEE;
}
.promotion .sector-check .frame {
  padding-right: 133px;
  padding-left: 133px;
}
.promotion .sector-check .action {
  margin-top: 40px;
}
.promotion .sector-check .action a {
  display: inline-block;
  padding: 13px 52px 13px 34px;
  border-radius: 50px;
  background: #000;
  background: linear-gradient(0deg, #000 0%, #373737 54.46%);
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.64px;
  vertical-align: top;
}
.promotion .sector-check .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-check .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-check .action a::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-check .action a::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-check .action a::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-check .action a::before {
    right: 10px;
  }
}
.promotion .sector-check .action a::before {
  right: 34px;
}
.promotion .sector-check .action a + a {
  margin-left: 13px;
}
.promotion .sector-tab {
  padding-top: 30px;
  background-color: #EEE;
}
.promotion .sector-tab .tab-list {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}
.promotion .sector-tab .tab-list li {
  flex: 1 0 0;
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
  padding: 23px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  color: #6D6D6D;
  text-align: center;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.9px;
  cursor: pointer;
}
.promotion .sector-tab .tab-list li.active {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.promotion .sector-tab .tab-view {
  display: none;
  width: 1040px;
  margin: 0 auto;
}
.promotion .sector-tab .tab-view .slick-prev {
  left: -30px;
}
.promotion .sector-tab .tab-view .slick-next {
  right: -30px;
}
.promotion .sector-pass {
  padding-top: 30px;
  background: #EEE;
}
.promotion .sector-book {
  padding-top: 30px;
  padding-bottom: 100px;
  background: #EEE;
}
.promotion .sector-book .frame {
  position: relative;
}
.promotion .sector-book .frame .btn-base {
  top: 494px;
  right: 59px;
}
.promotion .sector-event {
  padding: 100px 0;
  background-color: #FFBF00;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/brief/250519/pc/bg_event.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-event * {
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-event .event-box {
  margin: 0 20px;
}
.promotion .sector-event .event-row {
  display: flex;
  gap: 16px;
}
.promotion .sector-event .event-row ~ .event-row {
  margin-top: 16px;
}
.promotion .sector-event .event-row .event-item {
  position: relative;
  width: 100%;
  padding: 41px 107px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
  box-sizing: border-box;
}
.promotion .sector-event .event-row .event-item .event-label {
  display: inline-block;
  padding: 8px 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  border: 1px solid #000;
  background: #FFF;
  color: #111;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -1px;
}
.promotion .sector-event .event-row .event-item .img-box {
  position: relative;
  display: inline-block;
}
.promotion .sector-event .event-row .event-item .img-box:after {
  content: "";
  position: absolute;
  right: -7px;
  bottom: -4px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/brief/250519/pc/ico_download.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-event .event-row .event-item .event-text {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
  margin-top: 20px;
}
.promotion .sector-event .event-row .event-item .event-text p {
  color: #000;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: -0.9px;
  margin-right: 15px;
}
.promotion .sector-event .event-row .event-item .event-text p span {
  display: block;
  color: #D0D0D0;
  font-weight: 400;
  letter-spacing: -0.54px;
  text-decoration: line-through;
}
.promotion .sector-event .event-row .event-item .event-text strong {
  color: #000;
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -2.24px;
}
.promotion .sector-event .event-row .event-item .event-action {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}
.promotion .sector-event .event-row .event-item .event-action a, .promotion .sector-event .event-row .event-item .event-action button {
  display: inline-block;
  padding: 13px 32px;
  border-radius: 24px;
  background: #000;
  font-size: 0;
}
.promotion .sector-event .event-row .event-item .event-action a span, .promotion .sector-event .event-row .event-item .event-action button span {
  display: inline-block;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: -0.64px;
  padding-right: 14px;
  vertical-align: top;
}
.promotion .sector-event .event-row .event-item .event-action a span, .promotion .sector-event .event-row .event-item .event-action button span {
  position: relative;
  display: inline-block;
}
.promotion .sector-event .event-row .event-item .event-action a span::before, .promotion .sector-event .event-row .event-item .event-action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .event-row .event-item .event-action a span::before, .promotion .sector-event .event-row .event-item .event-action button span::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .event-row .event-item .event-action a span::before, .promotion .sector-event .event-row .event-item .event-action button span::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .event-row .event-item .event-action a span::before, .promotion .sector-event .event-row .event-item .event-action button span::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .event-row .event-item .event-action a span::before, .promotion .sector-event .event-row .event-item .event-action button span::before {
    right: 10px;
  }
}
.promotion .sector-event .event-row .event-item .event-action a span:before, .promotion .sector-event .event-row .event-item .event-action button span:before {
  right: 0;
}
.promotion .sector-event .event-row .event-item.vvip {
  display: flex;
  flex-direction: column;
  padding: 55px 730px 55px 60px;
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/brief/250519/pc/bg_event_vvip.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto 100%;
  border: none;
}
.promotion .sector-event .event-row .event-item.vvip .event-label-list .event-label {
  width: 100%;
  margin-bottom: 0;
  border: none;
  color: #444;
  line-height: 1.2;
  letter-spacing: -0.8px;
  box-sizing: border-box;
}
.promotion .sector-event .event-row .event-item.vvip .event-label-list .event-label + .event-label {
  margin-top: 10px;
}
.promotion .sector-event .event-row .event-item.vvip .text-deadline {
  margin-top: 30px;
  color: #FFBF00;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -1px;
}
.promotion .sector-event .event-row .event-item.vvip .event-text {
  margin-top: 6px;
}
.promotion .sector-event .event-row .event-item.vvip .event-text p {
  margin-right: 10px;
}
.promotion .sector-event .event-row .event-item.vvip .event-text p span {
  opacity: 0.45;
  color: #fff;
}
.promotion .sector-event .event-row .event-item.vvip .event-text strong {
  color: #fff;
}
.promotion .sector-event .event-row .event-item.vvip .event-action {
  margin-top: 30px;
}
.promotion .sector-event .event-row .event-item.vvip .event-action a, .promotion .sector-event .event-row .event-item.vvip .event-action button {
  background-color: #fff;
}
.promotion .sector-event .event-row .event-item.vvip .event-action a span, .promotion .sector-event .event-row .event-item.vvip .event-action button span {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
}
.promotion .sector-event .event-row .event-item.vvip .event-action a span:before, .promotion .sector-event .event-row .event-item.vvip .event-action button span:before {
  border-color: #000;
}
.promotion .sector-event .notice {
  width: 1160px;
  margin: 20px auto 0;
}
.promotion .sector-event .notice li {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  padding-left: 16px;
}
.promotion .sector-event .notice li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.promotion .sector-dream {
  padding-top: 100px;
  padding-bottom: 100px;
}
.promotion .sector-dream .sub-text {
  color: #444;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.66px;
}
.promotion .sector-dream .sub-text strong {
  font-weight: 700;
}
.promotion .sector-dream .frame {
  position: relative;
  margin-top: 30px;
  border: 1px solid #E6E6E6;
  background: #F8F8F8;
}
.promotion .sector-dream .frame .price-box {
  margin-bottom: 30px;
}
.promotion .sector-dream .frame .price-box .price-title {
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.4px;
}
.promotion .sector-dream .frame .price-box .price-text {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  -ms-box-pack: center;
  justify-content: center;
  gap: 14px;
  margin: 18px 40px 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -0.88px;
}
.promotion .sector-dream .frame .price-box .total {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.promotion .sector-dream .frame .price-box .total span {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 70px;
  line-height: 1;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .sector-dream .frame .price-box .total span.comma {
  width: auto;
  margin-left: -4px;
  border-radius: 0;
  border: none;
  background: none;
}
.promotion .sector-dream .frame .price-box .total span.comma em {
  font-weight: 400;
}
.promotion .sector-dream .frame .price-box .total span em {
  display: inline-block;
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  letter-spacing: 0.6px;
  vertical-align: top;
}
.promotion .sector-dream .frame .refund-box {
  display: flex;
  -ms-box-align: center;
  align-items: center;
  gap: 84px;
  margin-top: 12px;
  padding: 30px 48px;
  background: #FFBF00;
}
.promotion .sector-dream .frame .refund-box strong {
  flex-shrink: 0;
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.8px;
}
.promotion .sector-dream .frame .refund-box .refund-list {
  width: 620px;
  height: 68px;
  overflow: hidden;
}
.promotion .sector-dream .frame .refund-box .refund-list .item {
  text-align: left;
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: -0.72px;
}
.promotion .sector-dream .frame .refund-box .refund-list .slick-list {
  width: 100% !important;
  height: 100% !important;
}
.promotion .sector-dream .frame:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 365px;
  height: 306px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/L/brief/250519/pc/deco_dream_coin.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-dream .action {
  margin-top: 30px;
}
.promotion .sector-dream .action a {
  display: inline-block;
  padding: 17px 47px;
  border-radius: 100px;
  background: #000;
  vertical-align: top;
}
.promotion .sector-dream .action a span {
  padding-right: 16px;
  color: #FFF;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.76px;
}
.promotion .sector-dream .action a span {
  position: relative;
  display: inline-block;
}
.promotion .sector-dream .action a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-dream .action a span::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-dream .action a span::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-dream .action a span::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-dream .action a span::before {
    right: 10px;
  }
}
.promotion .sector-dream .action a span:before {
  right: 0;
}
.promotion .sector-dream .dream-notice {
  margin: 30px 20px 0;
}
.promotion .sector-dream .dream-notice li {
  text-align: left;
  color: #000;
  font-family: Pretendard, "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.96px;
  opacity: 0.5;
}
.promotion .sector-us {
  background-color: #F8F8F8;
}
.promotion .sector-us .btn-base {
  top: 366px;
  right: 241px;
}/*# sourceMappingURL=web.css.map */