@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .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 .sector-apply .action .btn-complete, .promotion .sector-apply .action .btn-end {
  cursor: not-allowed;
  pointer-events: none;
}

.promotion .slide-box .slick-dots {
  font-size: 0;
}
.promotion .slide-box .slick-dots li {
  display: inline-block;
}
.promotion .slide-box .slick-dots button {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: 0;
  background: none;
}

.promotion .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.promotion .sector-apply .table-group table ul li {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .table-group table ul li {
    padding-left: 10px;
  }
}
.promotion .sector-apply .table-group table ul li {
  text-align: left;
}
.promotion .sector-apply .table-group table ul li::before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  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-bounce-updown, .promotion .sector-apply .tab-list .flag-tab {
  animation-name: effectBounceUpDown;
  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-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink, .promotion .sector-promo .bg-title span, .promotion .sector-professor .bg-title .text {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}

.promotion {
  text-align: center;
  overflow: hidden;
}
.promotion * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion * {
    letter-spacing: -1px;
  }
}
.promotion * {
  box-sizing: border-box;
}
.promotion [class^=sector-] {
  position: relative;
}
.promotion 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 {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link {
  color: currentColor;
}
.promotion .wrap,
.promotion .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full {
  width: 100%;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 12.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    width: 88px;
  }
}
.promotion .icon-pointer::after {
  height: 11.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    height: 86px;
  }
}
.promotion .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: 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(0.1, 0.1);
}
.promotion .motion-extend-rt-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: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-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: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-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: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-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: 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-wing {
  position: fixed;
  bottom: 150px;
  right: 20px;
  z-index: 99;
}
.promotion .fix-wing div {
  border-radius: 10px;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.14);
}
.promotion .fix-wing div + div {
  margin-top: 10px;
}
.promotion .fix-wing div.img-banner {
  position: relative;
}
.promotion .fix-wing div.img-banner span {
  position: absolute;
  left: 24px;
  text-align: left;
  color: #000;
}
.promotion .fix-wing div.img-banner span.text {
  top: 26px;
  font-size: 15px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.6px;
}
.promotion .fix-wing div.img-banner span.title {
  top: 62px;
  color: #212121;
  font-size: 24px;
  font-weight: 900;
  line-height: 128%;
  letter-spacing: -0.96px;
}
.promotion .fix-wing div.img-banner span.period {
  top: 130px;
  font-size: 15px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.3px;
}
.promotion .fix-wing div.text-banner a,
.promotion .fix-wing div.text-banner button {
  display: block;
  min-width: 200px;
  padding: 24px 20px;
  text-align: left;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 135%;
  letter-spacing: -0.36px;
  border-radius: 10px;
  border-color: #FFBF00;
  background: linear-gradient(124deg, #FFF 9.96%, #FFF8E3 84.49%), #FFF;
  box-shadow: 0 6px 18px 0 rgba(0, 0, 0, 0.14);
}
.promotion .fix-wing div.text-banner a strong:last-child,
.promotion .fix-wing div.text-banner button strong:last-child {
  position: relative;
  display: inline-block;
}
.promotion .fix-wing div.text-banner a strong:last-child::before,
.promotion .fix-wing div.text-banner button strong:last-child::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing div.text-banner a strong:last-child::before,
  .promotion .fix-wing div.text-banner button strong:last-child::before {
    width: 6px;
  }
}
.promotion .fix-wing div.text-banner a strong:last-child::before,
.promotion .fix-wing div.text-banner button strong:last-child::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing div.text-banner a strong:last-child::before,
  .promotion .fix-wing div.text-banner button strong:last-child::before {
    height: 6px;
  }
}
.promotion .fix-wing div.text-banner a strong:last-child::before,
.promotion .fix-wing div.text-banner button strong:last-child::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing div.text-banner a strong:last-child::before,
  .promotion .fix-wing div.text-banner button strong:last-child::before {
    margin-top: -3px;
  }
}
.promotion .fix-wing div.text-banner a strong:last-child::before,
.promotion .fix-wing div.text-banner button strong:last-child::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing div.text-banner a strong:last-child::before,
  .promotion .fix-wing div.text-banner button strong:last-child::before {
    right: 12px;
  }
}
.promotion .fix-wing div.text-banner a strong:last-child::before,
.promotion .fix-wing div.text-banner button strong:last-child::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .fix-wing div.text-banner a strong:last-child,
.promotion .fix-wing div.text-banner button strong:last-child {
  padding-right: 12px;
}
.promotion .fix-wing div.text-banner a strong:last-child::before,
.promotion .fix-wing div.text-banner button strong:last-child::before {
  right: 0;
}
.promotion .fix-wing div.timer-pass {
  padding: 13px 0;
  border-radius: 5px;
  background: #FFF;
}
.promotion .fix-wing div.timer-pass p {
  display: inline-flex;
  color: #B89600;
  font-size: 16px;
  font-weight: 900;
  line-height: normal;
  letter-spacing: -0.64px;
}
.promotion .fix-wing div.timer-pass p:first-child {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.promotion .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: linear-gradient(180deg, #111 0%, #000 100%);
}
.promotion .fix-bottom .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1000px;
  padding: 18px;
}
.promotion .fix-bottom .timer-text1 {
  position: relative;
  text-align: left;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.promotion .fix-bottom .timer-text1 span {
  position: absolute;
  top: -40px;
  left: 0;
  display: inline-flex;
  padding: 8px 20px;
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.9px;
  border-radius: 33px;
  background: #F00;
}
.promotion .fix-bottom .timer-text1 strong {
  color: #FFD000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.88px;
}
.promotion .fix-bottom .timer-text2 {
  margin-left: 26px;
  color: #FFF;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.72px;
}
.promotion .fix-bottom .timer-text2 .point {
  color: #FFD400;
}
.promotion .fix-bottom .timer-text2 strong {
  font-weight: 700;
}
.promotion .fix-bottom .timer-pass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
.promotion .fix-bottom .timer-pass span {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 62px;
  margin: 0 2px;
  line-height: 68px;
  font-size: 30px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.6px;
  background: #fff;
  border-radius: 7px;
  box-sizing: border-box;
  font-family: "GmarketSans", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  overflow: hidden;
  z-index: 1;
}
.promotion .fix-bottom .timer-pass span:before {
  position: absolute;
  bottom: 1px;
  left: 1px;
  right: 1px;
  content: "";
  display: inline-block;
  width: 40px;
  height: 26px;
  background-color: #F0F0F0;
  z-index: -1;
}
.promotion .fix-bottom .timer-pass em {
  display: inline-block;
  height: 62px;
  padding: 0 4px;
  line-height: 62px;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  letter-spacing: -1px;
}
.promotion .fix-bottom .timer-action {
  margin-left: 26px;
}
.promotion .fix-bottom .timer-action a {
  position: relative;
  display: inline-block;
}
.promotion .fix-bottom .timer-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-action a::before {
    width: 6px;
  }
}
.promotion .fix-bottom .timer-action a::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-action a::before {
    height: 6px;
  }
}
.promotion .fix-bottom .timer-action a::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-action a::before {
    margin-top: -3px;
  }
}
.promotion .fix-bottom .timer-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .timer-action a::before {
    right: 12px;
  }
}
.promotion .fix-bottom .timer-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .fix-bottom .timer-action a {
  padding: 14px 48px 14px 30px;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.9px;
  border-radius: 48px;
  background: #FFD000;
}
.promotion .fix-bottom .timer-action a:before {
  right: 20px;
}
.promotion .btn-base {
  padding: 7px 23px 7px 13px;
  border-radius: 2px;
  border: 1px solid #000;
  opacity: 0.5;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.28px;
}
.promotion .btn-base {
  position: relative;
  display: inline-block;
}
.promotion .btn-base::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base::before {
    width: 4px;
  }
}
.promotion .btn-base::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base::before {
    height: 4px;
  }
}
.promotion .btn-base::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base::before {
    margin-top: -2px;
  }
}
.promotion .btn-base::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-base::before {
    right: 8px;
  }
}
.promotion .btn-base::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .btn-base:before {
  right: 13px;
}
.promotion .title-box {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 50px;
}
.promotion .title-box .bg-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 13px 47px;
  color: #7A5D0E;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.64px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: linear-gradient(180deg, #FFF 0%, #FFFAB9 100%);
}
.promotion .title-box .bg-title strong {
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 900;
}
.promotion .title-box .sub-title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.12px;
}
.promotion .title-box .main-title {
  color: #000;
  font-size: 35px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.4px;
}
.promotion .title-box .main-title strong {
  font-weight: 700;
}
.promotion .title-box .main-title strong.highlight {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 0 5px;
}
.promotion .title-box .main-title strong.highlight + strong {
  margin-left: -10px;
}
.promotion .title-box .main-title strong.highlight::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  height: 16px;
  background: #FFF27B;
}
.promotion .title-box .eduwill-title {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 45px;
  font-weight: 700;
  letter-spacing: -1.75px;
  line-height: 1.26;
}
.promotion .title-box .eduwill-title strong {
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0px 1px #000) drop-shadow(0 -1px #000) drop-shadow(0 1px #000);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .title-box .eduwill-title strong.point {
  -webkit-text-stroke-width: 1px;
  background: linear-gradient(180deg, #FFF94E 0%, #FFBF00 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .title-box .desc-title {
  color: #795C33;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.promotion .frame {
  padding: 60px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.promotion .frame .title-box {
  margin-top: 0;
}
.promotion .frame .title-box + div {
  margin-top: 40px;
}
.promotion .frame .title-box .bg-title {
  padding: 10px 20px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 16px;
  background: #FFF;
}
.promotion .frame .title-box .main-title {
  font-size: 24px;
  letter-spacing: -0.96px;
}
.promotion .box-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.promotion .slide-box {
  margin-right: auto;
  margin-left: auto;
}
.promotion .slide-box .slide-connect-pager .slick-track {
  left: 0 !important;
  width: 100% !important;
}
.promotion .slide-box .slide-connect-pager .slick-slide {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 62px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.72px;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  cursor: pointer;
}
.promotion .slide-box .slide-connect-pager .slick-slide + .slick-slide {
  margin-left: 4px;
}
.promotion .slide-box .slide-connect-pager .slick-slide.slick-current {
  color: #FFF;
  font-weight: 700;
  border-color: #000;
  background: #000;
}
.promotion .slide-box .slide-connect {
  margin-top: 20px;
}
.promotion .slide-box .slide-connect * {
  font-size: 0;
}
.promotion .slide-box .slick-arrow {
  border-radius: 50%;
}
.promotion .slide-box .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev {
    width: 38px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev {
  height: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev {
    height: 38px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -56.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev {
    margin-left: -410px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.5);
}
.promotion .slide-box .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev::before {
    width: 9.5px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev::before {
  height: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev::before {
    height: 9.5px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.promotion .slide-box .slick-arrow.slick-prev {
  margin-top: -20px;
}
.promotion .slide-box .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next {
    width: 38px;
  }
}
.promotion .slide-box .slick-arrow.slick-next {
  height: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next {
    height: 38px;
  }
}
.promotion .slide-box .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -56.9444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next {
    margin-right: -410px;
  }
}
.promotion .slide-box .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.5);
}
.promotion .slide-box .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next::before {
    width: 9.5px;
  }
}
.promotion .slide-box .slick-arrow.slick-next::before {
  height: 1.3194444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next::before {
    height: 9.5px;
  }
}
.promotion .slide-box .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
.promotion .slide-box .slick-arrow.slick-next {
  margin-top: -20px;
}
.promotion .slide-box .slick-dots {
  margin-top: 20px;
}
.promotion .slide-box .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 12px;
  background: #000;
  opacity: 0.2;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.promotion .slide-box .slick-dots li.slick-active {
  width: 36px;
  opacity: 1;
}
.promotion .base {
  margin-top: 20px;
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.56px;
}
.promotion .num-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px 20px;
  flex-wrap: wrap;
}
.promotion .num-list li {
  flex: 0 0 373px;
  border-radius: 14.06px;
  border: 2px solid #E6E6E6;
  background: #F0F0F0;
  padding: 24px 0 30px;
}
.promotion .num-list li .num {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 40px;
  border-radius: 8px;
  border: 1px solid #C5C5C5;
  opacity: 0.8;
  background: #FFF;
  color: #957800;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.promotion .num-list li .title {
  margin-top: 20px;
  color: #957800;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.promotion .num-list li .desc {
  margin-top: 20px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.9px;
}
.promotion .num-list li.on {
  background-color: #FFF09E;
}
.promotion .sector-top {
  background: rgba(0, 0, 0, 0.9);
}
.promotion .sector-top .text-blink {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 0;
}
.promotion .sector-top .text-blink img {
  width: 61px;
}
.promotion .sector-top .text-blink p {
  color: #FFF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
}
@keyframes effectBlinkTxt1 {
  0%, 100% {
    color: #FFF;
  }
  50% {
    color: #FFC208;
  }
}
.promotion .sector-top .text-blink p {
  animation-name: effectBlinkTxt1;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
.promotion .sector-title {
  background-color: #FFC208;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/exam/260923/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  padding-bottom: 85px;
}
.promotion .sector-title .laurel-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  margin-top: 50px;
}
.promotion .sector-title .laurel-list li {
  position: relative;
  display: flex;
  padding: 0 35px;
  min-height: 63px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #332404;
  font-size: 19px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.14px;
}
.promotion .sector-title .laurel-list li:before, .promotion .sector-title .laurel-list li:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 28px;
  height: 64px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/exam/260923/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.promotion .sector-title .laurel-list li:before {
  left: 0;
}
.promotion .sector-title .laurel-list li:after {
  right: 0;
  transform: scaleX(-1);
}
.promotion .sector-title .laurel-list li strong {
  display: block;
  color: currentColor;
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-title .action-base {
  position: absolute;
  top: 83px;
  left: 50%;
  margin-left: 499px;
}
.promotion .sector-title [class^=title-].title-1 {
  margin-top: 32px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.96px;
}
.promotion .sector-title [class^=title-].title-2 {
  margin-top: 20px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.6px;
}
.promotion .sector-title [class^=title-].title-3 {
  margin-top: 4px;
}
.promotion .sector-title [class^=title-].title-period {
  margin-top: 20px;
  color: #000;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
}
.promotion .sector-title [class^=title-].title-exam {
  margin-top: 35px;
  position: relative;
}
.promotion .sector-title [class^=title-].title-exam .exam {
  position: absolute;
  bottom: 4px;
  left: 4px;
  width: 162px;
}
.promotion .sector-title [class^=title-].title-exam .exam img {
  width: 100%;
  box-shadow: 0 1.549px 1.549px 0 rgba(0, 0, 0, 0.25);
}
.promotion .sector-title [class^=title-].title-exam .exam .exam-round {
  position: absolute;
  top: 44px;
  left: 101px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  gap: 2px;
  color: #FFF;
  font-family: "DIN2014", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  transform: scale(0.7, 0.7);
}
.promotion .sector-title [class^=title-].title-exam .exam .exam-round strong {
  margin-bottom: 5px;
  color: currentColor;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: inherit;
}
.promotion .sector-title [class^=title-].title-exam .exam .exam-round.is-final strong {
  margin-bottom: 0;
  font-size: 13px;
}
.promotion .sector-title .timer-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 35px auto 0;
  padding: 20px;
  border-radius: 10px;
  border: 2px solid #F8FFAC;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0.4) 100%);
}
.promotion .sector-title .timer-box .badge-black {
  padding: 6px 24px;
  margin-right: 12px;
  border-radius: 20px;
  background: #1A1A1A;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2px;
}
.promotion .sector-title .timer-box .timer-apply {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}
.promotion .sector-title .timer-box .timer-apply em {
  color: #1A1A1A;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.48px;
}
.promotion .sector-title .timer-box .timer-apply .day, .promotion .sector-title .timer-box .timer-apply .hour, .promotion .sector-title .timer-box .timer-apply .min, .promotion .sector-title .timer-box .timer-apply .sec {
  display: flex;
  align-items: center;
  gap: 4px;
}
.promotion .sector-title .timer-box .timer-apply .day span, .promotion .sector-title .timer-box .timer-apply .hour span, .promotion .sector-title .timer-box .timer-apply .min span, .promotion .sector-title .timer-box .timer-apply .sec span {
  width: 46px;
  height: 74px;
  border-radius: 4px;
  background: linear-gradient(180deg, #FBFBFF 44%, #E1E4ED 50%, #FBFBFF 50%, #FBFBFF 100%);
  color: #000;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 74px;
  letter-spacing: -0.96px;
}
.promotion .sector-title .action {
  margin-top: 35px;
}
.promotion .sector-title .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-title .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    width: 10px;
  }
}
.promotion .sector-title .action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    height: 10px;
  }
}
.promotion .sector-title .action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    margin-top: -5px;
  }
}
.promotion .sector-title .action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    right: 20px;
  }
}
.promotion .sector-title .action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-title .action a {
  padding: 23px 46px;
  width: 620px;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
  border-radius: 10px;
  background: linear-gradient(180deg, #444 0%, #000 100%);
}
.promotion .sector-intro {
  position: relative;
  padding: 100px 0;
}
.promotion .sector-intro:before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 397px;
  z-index: -1;
  content: "";
  display: block;
  width: 697px;
  height: 410px;
  border-radius: 697px;
  background: rgba(254, 199, 9, 0.2);
  filter: blur(50px);
}
.promotion .sector-intro .bg-title {
  font-weight: 900;
}
.promotion .sector-intro .bg-title .text {
  margin-right: 4px;
}
.promotion .sector-intro .bg-title .timer-pass {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.promotion .sector-intro .bg-title .timer-pass span {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-intro ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 10px;
}
.promotion .sector-intro ul li {
  flex: 0 0 282px;
  padding: 28px 22px 35px;
  border-radius: 20px;
  border: 3px solid #F6DD50;
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  box-shadow: 0 0 24px 0 rgba(209, 208, 134, 0.15);
}
.promotion .sector-intro ul li .num {
  display: inline-block;
  padding: 7px 36px;
  margin: 0 auto;
  border-radius: 50px;
  background: linear-gradient(180deg, #F8EDDE 0%, #F4F1AA 100%);
  color: #795C33;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.promotion .sector-intro ul li .title {
  margin-top: 22px;
  color: #222;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1px;
}
.promotion .sector-intro ul li .title strong {
  color: #795C33;
  font-weight: 900;
}
.promotion .sector-intro ul li .desc {
  margin-top: 15px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.promotion .sector-intro ul li .desc strong {
  font-weight: 800;
}
.promotion .sector-check {
  padding: 100px 0;
  background-color: #2C200E;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/exam/260923/pc/bg_check.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-check .eduwill-title {
  color: #FFF;
  -webkit-text-stroke-width: 4px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(1px 1px 0 #000);
}
.promotion .sector-band {
  padding: 40px 0;
  background: linear-gradient(90deg, #C8AC81 0%, #62543F 100%), linear-gradient(180deg, #333 0%, #222 50%, #333 100%);
}
.promotion .sector-band .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.promotion .sector-band p {
  color: #FFF;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  paint-order: stroke;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.72px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-band p strong {
  color: #FFD551;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-service {
  padding: 100px 0;
  background-color: #FFF9E5;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/exam/260923/pc/bg_service.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-service .service-box {
  position: relative;
  margin: 0 20px;
}
.promotion .sector-service .service-box > div {
  position: absolute;
}
.promotion .sector-service .service-box > div:nth-last-child(4) {
  top: 0;
  left: 30px;
}
.promotion .sector-service .service-box > div:nth-last-child(3) {
  bottom: 90px;
  left: 30px;
}
.promotion .sector-service .service-box > div:nth-last-child(2) {
  top: 50px;
  right: 29px;
}
.promotion .sector-service .service-box > div:nth-last-child(1) {
  right: 29px;
  bottom: 0;
}
.promotion .sector-service .service-box .exam {
  position: absolute;
  top: 56px;
  left: 50%;
  margin-left: -307px;
}
.promotion .sector-service .service-box .exam img {
  box-shadow: 0 1.549px 1.549px 0 rgba(0, 0, 0, 0.25);
}
.promotion .sector-service .service-box .exam .exam-round {
  position: absolute;
  top: 71px;
  left: 152px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  gap: 2px;
  color: #FFF;
  font-family: "DIN2014", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
}
.promotion .sector-service .service-box .exam .exam-round strong {
  margin-bottom: 5px;
  color: currentColor;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: inherit;
}
.promotion .sector-service .service-box .exam .exam-round.is-final strong {
  margin-bottom: 0;
  font-size: 11.59px;
}
.promotion .sector-service .service-box .qr {
  position: absolute;
  top: 266px;
  left: 50%;
  margin-left: -181px;
}
.promotion .sector-service .compare-list {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
.promotion .sector-service .compare-list .compare-box {
  flex: 0 0 569px;
  padding: 24px 40px;
  border-radius: 14.06px;
  border: 2px solid #E6E6E6;
  background: linear-gradient(180deg, #F0F0F0 0%, #C7C7C7 100%);
}
.promotion .sector-service .compare-list .compare-box .title {
  display: inline-block;
  padding: 15px 28px;
  margin: 0 50px;
  border-radius: 8px;
  border: 1px solid #C5C5C5;
  opacity: 0.8;
  background: #FFF;
  color: #957800;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.promotion .sector-service .compare-list .compare-box img {
  margin-top: 20px;
}
.promotion .sector-service .compare-list .compare-box .text {
  margin-top: 3cap;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.promotion .sector-service .compare-list .compare-box ul {
  margin-top: 20px;
}
.promotion .sector-service .compare-list .compare-box ul li {
  padding: 14px 0;
  border-radius: 8px;
  border: 1px solid #FFF;
  background: #FFFBE7;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.9px;
}
.promotion .sector-service .compare-list .compare-box ul li + li {
  margin-top: 10px;
}
.promotion .sector-service .compare-list .compare-box.with {
  border: 2px solid #FFD83E;
  background: linear-gradient(180deg, #FFF09E 0%, #FFEB7E 100%);
}
.promotion .sector-service .compare-list .compare-box.with ul li {
  font-weight: 600;
}
.promotion .sector-professor {
  padding: 100px 0;
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/exam/260923/pc/bg_professor.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-professor .bg-title {
  padding-top: 3px;
  padding-bottom: 3px;
}
.promotion .sector-professor .bg-title .text {
  display: inline-flex;
  align-items: center;
}
.promotion .sector-professor .bg-title strong {
  margin: 0 4px;
}
.promotion .sector-professor .eduwill-title {
  color: #fff;
}
.promotion .sector-professor .eduwill-title strong {
  color: #FFD551;
}
.promotion .sector-professor .text-point {
  padding: 19px 0;
  margin: 0 20px;
  border-radius: 8px;
  border: 1px solid #E6E6E6;
  background: linear-gradient(180deg, #FFF 0%, #FFFAB9 100%);
  color: #7A5D0E;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  letter-spacing: -0.96px;
}
.promotion .sector-professor ul {
  margin-top: 16px;
  gap: 10px;
}
.promotion .sector-professor ul li {
  flex: 0 0 281px;
}
.promotion .sector-professor .base {
  color: rgba(255, 255, 255, 0.5);
}
.promotion .sector-system {
  padding: 100px 0 30px;
  background: #FFF9E5;
}
.promotion .sector-system .system-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.promotion .sector-system .system-list > div {
  position: relative;
}
.promotion .sector-system .system-list > div .exam {
  position: absolute;
  top: 165px;
  left: 36px;
  width: 104px;
}
.promotion .sector-system .system-list > div .exam img {
  width: 100%;
  box-shadow: 0 1.549px 1.549px 0 rgba(0, 0, 0, 0.25);
}
.promotion .sector-system .system-list > div .exam .exam-round {
  position: absolute;
  top: 22px;
  left: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  gap: 2px;
  color: #FFF;
  font-family: "DIN2014", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  transform: scale(0.5, 0.5);
}
.promotion .sector-system .system-list > div .exam .exam-round strong {
  margin-bottom: 5px;
  color: currentColor;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: inherit;
}
.promotion .sector-exam {
  padding-bottom: 30px;
  background: #FFF9E5;
}
.promotion .sector-exam .slide-box {
  width: 1040px;
}
.promotion .sector-compulsory {
  padding-bottom: 30px;
  background: #FFF9E5;
}
.promotion .sector-hit {
  padding-bottom: 30px;
  background: #FFF9E5;
}
.promotion .sector-hit .slide-box {
  width: 1044px;
}
.promotion .sector-review {
  padding: 100px 0;
  background: #FFF9E5;
}
.promotion .sector-review .slide-box .review-slide * {
  font-size: 0;
}
.promotion .sector-review .slide-box .review-slide .slick-slide {
  margin: 0 20px;
  border-radius: 10px;
  opacity: 0.5;
  filter: blur(2px);
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.3s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.promotion .sector-review .slide-box .review-slide .slick-slide.slick-active {
  opacity: 1;
  filter: blur(0px);
}
.promotion .sector-promo {
  padding: 100px 0;
  background-color: #FFCB1B;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/exam/260923/pc/bg_promo.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-promo .eduwill-title {
  color: #fff;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0px 1px #000) drop-shadow(0px 1px #000) drop-shadow(0px 1px #000);
}
.promotion .sector-promo .eduwill-title strong {
  color: #FFD551;
  filter: none;
}
.promotion .sector-promo .num-list {
  margin-top: -202px;
}
.promotion .sector-promo .num-list li.on {
  background-color: #FFFEE2;
}
.promotion .sector-apply {
  padding: 100px 0;
}
.promotion .sector-apply .wrap {
  width: 1160px;
}
.promotion .sector-apply .title-box {
  position: relative;
}
.promotion .sector-apply .title-box .sub-title {
  color: #000;
  font-size: 28px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1.12px;
}
.promotion .sector-apply .title-box .eduwill-title {
  font-size: 35px;
}
.promotion .sector-apply .title-box .flag {
  position: absolute;
  top: -23px;
  left: 50%;
  margin-left: 213px;
  padding: 13px 21px;
  color: #FFF;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.9px;
  border-radius: 14px;
  background: linear-gradient(180deg, #444 -14.04%, #000 101.88%);
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.05));
}
.promotion .sector-apply .title-box .flag::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 20%;
  width: 0;
  height: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-width: 15px;
  border-top-color: #000;
  border-right-width: 7px;
  transform: rotate(15deg);
}
.promotion .sector-apply .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.promotion .sector-apply .tab-list > li {
  position: relative;
  width: 100%;
  padding: 21px 0;
  border-radius: 10px;
  background: #E6E6E6;
  cursor: pointer;
}
.promotion .sector-apply .tab-list > li.on {
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%), #E6E6E6;
}
.promotion .sector-apply .tab-list > li.on p {
  color: #FFBB25;
}
.promotion .sector-apply .tab-list > li p {
  color: #959595;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.32px;
}
.promotion .sector-apply .tab-list .flag-tab {
  position: absolute;
  top: -42px;
  left: 48px;
  padding: 13px 18px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.9px;
  border-radius: 14px;
  background: #FED900;
  background: linear-gradient(180deg, #FED900 0%, #F90 92.14%);
  stroke-width: 0.684px;
  stroke: #FFD400;
  filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.05));
}
.promotion .sector-apply .tab-list .flag-tab::before {
  content: "";
  position: absolute;
  top: 90%;
  left: 50px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  border-top-width: 15px;
  border-top-color: #F90;
  border-left-width: 15px;
}
.promotion .sector-apply .tab-view {
  margin-top: 60px;
  display: none;
}
.promotion .sector-apply .tab-view.on {
  display: block;
}
.promotion .sector-apply .apply-item {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 380px;
  height: 360px;
  border: 1px solid #DFDFDF;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.promotion .sector-apply .apply-item.recommend {
  border-width: 2px;
  border-color: #000;
}
.promotion .sector-apply .flag-recommend {
  position: absolute;
  top: -59px;
  left: -24px;
}
.promotion .sector-apply .flag-discount {
  position: absolute;
  top: 100px;
  left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  text-align: center;
  background-image: url("//img.eduwill.net/eduwill/img/2026/J/exam/260105/pc/flag_discount.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-apply .flag-discount span {
  color: #FFF;
  text-shadow: 1px 1px 0 #332300;
  -webkit-text-stroke-width: 2px;
  paint-order: stroke;
  filter: drop-shadow(1px 1px #332300) drop-shadow(0 -1px #332300) drop-shadow(0 1px #332300);
  -webkit-text-stroke-color: #332300;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.999px;
  transform: rotate(13deg) translateZ(0);
  backface-visibility: hidden;
}
.promotion .sector-apply .title {
  margin: 34px 22px 0;
  padding-bottom: 20px;
  color: #222;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -1.32px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.promotion .sector-apply .price-wrap {
  margin-top: auto;
  padding: 0 32px;
  text-align: right;
}
.promotion .sector-apply .price-wrap .price-before {
  color: #888;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.44px;
  text-decoration-line: line-through;
}
.promotion .sector-apply .price-wrap .price-before strong {
  font-weight: inherit;
}
.promotion .sector-apply .price-wrap .price-after {
  color: #000;
  font-size: 43px;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -0.86px;
}
.promotion .sector-apply .price-wrap .price-after:only-child {
  margin-bottom: 50px;
  text-align: center;
}
.promotion .sector-apply .price-wrap .price-after strong {
  font-weight: 900;
  color: #FF9914;
}
.promotion .sector-apply .action {
  margin-top: 25px;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}
.promotion .sector-apply .action .btn-apply, .promotion .sector-apply .action .btn-complete, .promotion .sector-apply .action .btn-end {
  display: block;
  width: 100%;
  padding: 20px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.promotion .sector-apply .action .btn-end {
  background: #bbb;
}
.promotion .sector-apply .action .btn-complete {
  background: #7D7D7D;
}
.promotion .sector-apply .action .btn-apply {
  background: linear-gradient(180deg, #444 0%, #000 100%), #000;
}
.promotion .sector-apply .table-group {
  margin: 60px 20px 0;
}
.promotion .sector-apply .table-group table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.promotion .sector-apply .table-group table .point {
  color: #FF9914;
  font-weight: 700;
}
.promotion .sector-apply .table-group table tr + tr th, .promotion .sector-apply .table-group table tr + tr td {
  padding-top: 27px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.promotion .sector-apply .table-group table th,
.promotion .sector-apply .table-group table td {
  padding-bottom: 27px;
  vertical-align: top;
  text-align: left;
}
.promotion .sector-apply .table-group table th {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.6px;
}
.promotion .sector-apply .table-group table td {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.36px;
}
.promotion .sector-apply .table-group table p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 20px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.4px;
}
.promotion .sector-apply .table-group table .notice-title {
  color: #444;
  font-size: 18px;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: -0.36px;
}
.promotion .sector-apply .table-group table ul li {
  line-height: 1.6;
}
.promotion .sector-apply .table-group table ul + p {
  margin-top: 10px;
}
.promotion .sector-apply .table-group table ul + p.notice-title {
  margin-top: 40px;
}
.promotion .product-banner3 {
  border-top: 10px solid #E6E6E6;
}/*# sourceMappingURL=web.css.map */