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

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

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

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

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

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  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 *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.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);
}

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

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

.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;
}

.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;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.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;
}

.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;
}

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

/* layer */
.hidden,
.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;
}

.eduf-layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  top: 3.3333333333vw;
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-close {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-close {
    height: 40px;
  }
}
.eduf-layer-close::before, .eduf-layer-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 20px;
  height: 1px;
  margin-left: -10px;
  background-color: #000;
}
.eduf-layer-close::before {
  transform: rotate(45deg);
}
.eduf-layer-close::after {
  transform: rotate(315deg);
}
.eduf-layer-close span {
  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;
}
@media screen and (min-width: 720px) {
  .eduf-layer-close {
    top: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-close {
    right: 24px;
  }
}

.eduf-layer-privacy .eduf-layer-wrap {
  max-width: 620px;
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
  padding: 4.4444444444vw 6.9444444444vw;
  border-radius: 2.7777777778vw 2.7777777778vw 0 0;
  background: #FFC300;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
    padding: 32px 50px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
    border-radius: 20px 20px 0 0;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title p {
  font-size: 3.8888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title p {
    font-size: 28px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-content {
  padding: 5.5555555556vw 6.9444444444vw 6.9444444444vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-content {
    padding: 40px 50px 50px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
  text-align: center;
  padding-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title {
    padding-bottom: 40px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title p {
  font-size: 4.1666666667vw;
  font-weight: 700;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.2px;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title p {
    font-size: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title span {
  display: block;
  font-size: 3.0555555556vw;
  line-height: 140%;
  color: #000;
  letter-spacing: -0.88px;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title span {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .eduf-layer-title span {
    margin-top: 10px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .all-check {
  position: relative;
  padding-bottom: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check {
    padding-bottom: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .all-check input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
}
.eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::before {
  border-color: #000;
}
.eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
  content: "";
  position: absolute;
  top: 1.3888888889vw;
  left: 0.8333333333vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
    top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
    left: 6px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check input:checked + label::after {
    height: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .all-check label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 3.0555555556vw;
  font-weight: 700;
  color: #000;
  padding-left: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label {
    padding-left: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .all-check label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border: solid #777;
  border-width: 0.2777777778vw;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label:before {
    width: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label:before {
    height: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .all-check label:before {
    border-width: 2px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box * {
  word-wrap: break-word;
  word-break: keep-all;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .title {
  font-size: 2.7777777778vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .title {
    font-size: 20px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box {
  margin-bottom: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box {
    margin-bottom: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box:last-child {
  margin-bottom: 0;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc {
  margin-top: 1.3888888889vw;
  padding: 5.5555555556vw 3.3333333333vw;
  border: 1px solid #AAA;
  background: #FFF;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc {
    padding: 40px 24px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc p {
  font-size: 2.7777777778vw;
  color: #666;
  line-height: 140%;
  margin-bottom: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc p {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc p {
    margin-bottom: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li {
  position: relative;
  font-size: 2.7777777778vw;
  line-height: 1.35;
  color: #666;
  margin-top: 0.6944444444vw;
  padding-left: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li {
    padding-left: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li:before {
  content: "-";
  position: absolute;
  left: 0;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .desc ul li.period {
  font-weight: 700;
  text-decoration: underline;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .text {
  font-size: 2.7777777778vw;
  line-height: 130%;
  color: #666;
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .text {
    margin-top: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list {
  display: flex;
  align-items: center;
  gap: 0 2.5vw;
  margin-top: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list {
    gap: 0 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list {
    margin-top: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio {
  position: relative;
  display: flex;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
  clip: rect(0, 0, 0, 0);
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::before {
  border-color: #000;
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
  content: "";
  position: absolute;
  top: 1.3888888889vw;
  left: 0.8333333333vw;
  width: 1.6666666667vw;
  height: 1.6666666667vw;
  border-radius: 50%;
  background: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
    top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
    left: 6px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
    width: 12px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio input:checked + label::after {
    height: 12px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 3.0555555556vw;
  font-weight: 700;
  color: #000;
  padding-left: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label {
    padding-left: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  border: solid #777;
  border-width: 0.2777777778vw;
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label:before {
    width: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label:before {
    height: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio label:before {
    border-width: 2px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .agree-box .box .check-list .fake-radio span {
  color: #000;
  padding: 0;
}
.eduf-layer-privacy .eduf-layer-wrap .btn-action {
  text-align: center;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action {
    margin-top: 30px;
  }
}
.eduf-layer-privacy .eduf-layer-wrap .btn-action a {
  display: inline-block;
  width: 48.6111111111vw;
  font-size: 3.3333333333vw;
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin: 0 auto;
  padding: 2.7777777778vw 0;
  border-radius: 0.8333333333vw;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action a {
    width: 350px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action a {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action a {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-privacy .eduf-layer-wrap .btn-action a {
    border-radius: 6px;
  }
}

.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after {
  content: "";
  position: absolute;
  top: 70%;
  right: 5%;
  z-index: 1;
  display: block;
  width: 9.5833333333vw;
  height: 10.5555555556vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_1.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    width: 69px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    height: 76px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .fix-wing {
  z-index: 5;
  position: fixed;
  right: 30px;
  bottom: 400px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.promotion .fix-wing a {
  display: block;
  border-radius: 10px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}
.promotion .btn-action a {
  width: 429px;
  font-size: 20px;
  font-weight: 900;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  text-align: center;
  padding: 20px 0;
  border-radius: 6px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .btn-action a {
  position: relative;
  display: inline-block;
}
.promotion .btn-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-action a::before {
    right: 20px;
  }
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250716_2/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF9E2;
  background: linear-gradient(2deg, #FFF9E2 19.3%, #FFD900 74.48%, #68D2FF 98.39%);
}
.promotion .sector-title .wrap {
  height: 835px;
}
.promotion .sector-title [class^=title-] {
  z-index: 2;
  position: absolute;
  opacity: 0;
  left: 50%;
}
.promotion .sector-title .title-1 {
  top: 104px;
  margin-left: -176px;
}
.promotion .sector-title .title-2 {
  top: 240px;
  margin-left: -448px;
}
.promotion .sector-title .title-3 {
  top: 412px;
  margin-left: -388px;
}
.promotion .sector-title .title-4 {
  top: 412px;
  margin-left: 144px;
}
.promotion .sector-title .title-gift {
  z-index: 5;
  top: 447px;
  margin-left: -540px;
}
.promotion .sector-title .title-bird {
  top: 286px;
  margin-left: -180px;
}
.promotion .sector-title .title-deco {
  top: 353px;
  margin-left: 403px;
}
.promotion .sector-title .flag-encore {
  position: absolute;
  top: 133px;
  left: 50%;
  margin-left: 179px;
}
.promotion .sector-intro {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250716_2/pc/bg_intro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-intro:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF6DA;
  background: linear-gradient(180deg, #FFF6DA -9.72%, #FFF 77.2%);
}
.promotion .sector-intro .wrap > img {
  position: relative;
  z-index: 5;
}
.promotion .sector-intro .box {
  position: absolute;
  left: 50%;
}
.promotion .sector-intro .box-1 {
  z-index: 2;
  top: 280px;
  margin-left: -392px;
}
.promotion .sector-intro .box-2 {
  top: 187px;
  margin-left: -44px;
}
.promotion .sector-intro .box-3 {
  top: 320px;
  margin-left: 120px;
}
.promotion .sector-intro .box-4 {
  top: 486px;
  margin-left: -296px;
}
.promotion .sector-intro .icon {
  position: absolute;
  top: 463px;
  left: 50%;
  margin-left: 390px;
  animation-name: bellMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes bellMotion {
  0%, 100% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(15deg);
  }
}
.promotion .event-wrap {
  padding: 160px 0 100px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250716_2/pc/bg_event.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .event-wrap:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FC0;
  background: linear-gradient(180deg, #FC0 15.39%, #FFD904 39.66%, #6BC6FF 96.29%);
}
.promotion .event-wrap .motion-box {
  position: relative;
  margin: 0 20px;
  margin-bottom: 20px;
  border: 1px solid #CFCFCF;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-event-1 .chat {
  position: absolute;
  left: 50%;
  animation-name: chatMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes chatMotion {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.promotion .sector-event-1 .chat-1 {
  top: 267px;
  margin-left: -380px;
}
.promotion .sector-event-1 .chat-2 {
  top: 188px;
  margin-left: 138px;
  animation-delay: 0.2s;
}
.promotion .sector-event-4 .flag {
  position: absolute;
  top: 289px;
  left: 640px;
  animation-name: flagMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes flagMotion {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
}
.promotion .sector-event-5 .btn-action {
  position: absolute;
  top: 712px;
  left: 50%;
  transform: translateX(-50%);
}
.promotion .sector-faq {
  background: #FFFDF3;
}
.promotion .sector-faq .wrap {
  padding: 100px 0;
}
.promotion .sector-faq .title-wrap {
  margin-bottom: 60px;
}
.promotion .sector-faq .title-wrap p {
  font-size: 36px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
}
.promotion .sector-faq .faq-list {
  position: relative;
  text-align: left;
  margin-bottom: 14px;
  overflow: hidden;
}
.promotion .sector-faq .faq-list:last-child {
  margin-bottom: 0;
}
.promotion .sector-faq .faq-list .faq-title {
  z-index: 2;
  position: relative;
  width: 100%;
  padding: 40px 100px;
  border: 1px solid #939393;
  border-radius: 10px;
  background: #FFF2B4;
  box-sizing: border-box;
  cursor: pointer;
}
.promotion .sector-faq .faq-list .faq-title {
  position: relative;
  display: inline-block;
}
.promotion .sector-faq .faq-list .faq-title::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  border-bottom-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-faq .faq-list .faq-title::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-faq .faq-list .faq-title::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-faq .faq-list .faq-title::before {
    margin-top: -5px;
  }
}
.promotion .sector-faq .faq-list .faq-title:before {
  right: 60px;
  transition: all 0.5s;
}
.promotion .sector-faq .faq-list .faq-title:after {
  content: "Q";
  position: absolute;
  top: 40px;
  left: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  background: #000;
}
.promotion .sector-faq .faq-list .faq-title p {
  font-size: 26px;
  font-weight: 700;
  line-height: 140%;
  color: #000;
}
.promotion .sector-faq .faq-list .faq-text {
  position: absolute;
  transform: scaleY(0);
  padding: 54px 100px 40px;
  border: 1px solid #939393;
  border-radius: 0 0 10px 10px;
  background: #FFF;
  box-sizing: border-box;
  overflow: hidden;
  transition: all 0.5s;
  transform-origin: top;
}
.promotion .sector-faq .faq-list .faq-text:before {
  content: "A";
  position: absolute;
  top: 50px;
  left: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  color: #FFF;
  text-align: center;
  border-radius: 50%;
  background: #000;
}
.promotion .sector-faq .faq-list .faq-text p {
  font-size: 20px;
  line-height: 140%;
  color: #000;
}
.promotion .sector-faq .faq-list .faq-text ul li {
  position: relative;
  font-size: 20px;
  line-height: 140%;
  color: #000;
  margin: 20px 0;
  padding-left: 24px;
}
.promotion .sector-faq .faq-list .faq-text ul li:last-child {
  margin-bottom: 0;
}
.promotion .sector-faq .faq-list .faq-text ul li:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
}
.promotion .sector-faq .faq-list .faq-text small {
  display: block;
  font-size: 14px;
  line-height: 140%;
  color: #797979;
  margin-top: 18px;
}
.promotion .sector-faq .faq-list.active .faq-title:before {
  transform: rotate(225deg);
}
.promotion .sector-faq .faq-list.active .faq-text {
  position: relative;
  top: -14px;
  transform: scaleY(1);
}
.promotion .sector-pass {
  background: #FFD52B;
}
.promotion .sector-pass .wrap {
  padding: 60px 0;
}
.promotion .sector-pass .tab-list ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-bottom: 28px;
}
.promotion .sector-pass .tab-list ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 136px;
  font-size: 30px;
  line-height: 137%;
  font-weight: 900;
  color: #B49100;
  border: 1px solid #A38300;
  border-radius: 10px;
  cursor: pointer;
}
.promotion .sector-pass .tab-list ul li span {
  font-size: 20px;
  font-weight: 500;
}
.promotion .sector-pass .tab-list ul li.active {
  color: #fff;
  border-color: #000;
  background: #000;
}
.promotion .sector-pass .tab-content {
  margin: 0 20px;
  padding: 90px 48px 55px;
  border: 1px solid #F0C777;
  border-radius: 20px;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .sector-pass .tab-content-title {
  position: relative;
  padding-bottom: 50px;
}
.promotion .sector-pass .tab-content-title p {
  font-size: 36px;
  font-weight: 900;
  line-height: 140%;
  color: #000;
}
.promotion .sector-pass .tab-content-title span {
  display: block;
  font-size: 20px;
  line-height: 140%;
  margin-top: 20px;
}
.promotion .sector-pass .tab-content-title .flag {
  position: absolute;
  top: 0;
  right: 0;
  animation-name: chatMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes chatMotion {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
}
.promotion .sector-pass .tab-content-title .img-box {
  position: absolute;
  right: 88px;
  bottom: 0;
}
.promotion .sector-pass .tab-content .item-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.promotion .sector-pass .tab-content .tab-item {
  max-width: 524px;
  width: 524px;
  height: 568px;
  text-align: left;
  padding: 32px 20px 24px;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
  box-sizing: border-box;
}
.promotion .sector-pass .tab-content .tab-item > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.promotion .sector-pass .tab-content .tab-item .label-box {
  display: flex;
  gap: 6px;
}
.promotion .sector-pass .tab-content .tab-item .label-box .tab-label {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #E41300;
  padding: 8px 12px;
  border: 1px solid #E41300;
  border-radius: 5px;
}
.promotion .sector-pass .tab-content .tab-item .label-box .tab-label.flag02 {
  color: #FF6B2B;
  border-color: #FF6B2B;
}
.promotion .sector-pass .tab-content .tab-item .label-box .tab-label.flag03 {
  color: #FF9D00;
  border-color: #FF9D00;
}
.promotion .sector-pass .tab-content .tab-item .label-box .tab-label.flag04 {
  color: #FFD52B;
  border-color: #101010;
  background: #000;
}
.promotion .sector-pass .tab-content .tab-item .label-box .tab-label.type-early {
  color: #40A3FF;
  border-color: #40A3FF;
}
.promotion .sector-pass .tab-content .tab-item .label-box .tab-label.type-soon {
  color: #FFD52B;
  border-color: #101010;
  background: #000;
}
.promotion .sector-pass .tab-content .tab-item .title-box {
  margin: 40px 0 24px;
}
.promotion .sector-pass .tab-content .tab-item .title-box p {
  font-size: 28px;
  color: #000;
}
.promotion .sector-pass .tab-content .tab-item .title-box p strong {
  font-weight: 900;
}
.promotion .sector-pass .tab-content .tab-item .benefit-box {
  min-height: 120px;
  padding: 18px 12px;
  border: solid #DEDEDE;
  border-width: 1px 0;
  box-sizing: border-box;
}
.promotion .sector-pass .tab-content .tab-item .benefit-box ul li {
  display: flex;
  gap: 14px;
  margin-bottom: 6px;
}
.promotion .sector-pass .tab-content .tab-item .benefit-box ul li:last-child {
  margin-bottom: 0;
}
.promotion .sector-pass .tab-content .tab-item .benefit-box ul li p {
  font-size: 15px;
  line-height: 160%;
  color: #000;
}
.promotion .sector-pass .tab-content .tab-item .benefit-box ul li .benefit-title {
  min-width: 80px;
  font-weight: 700;
}
.promotion .sector-pass .tab-content .tab-item .benefit-box ul li .benefit-text {
  word-break: keep-all;
  word-wrap: break-word;
}
.promotion .sector-pass .tab-content .tab-item .price-box {
  margin: 48px 0 24px;
  padding: 0 15px;
}
.promotion .sector-pass .tab-content .tab-item .price-box .before-price p {
  font-size: 15px;
  line-height: 125%;
  color: #9F9F9F;
}
.promotion .sector-pass .tab-content .tab-item .price-box .before-price p span {
  text-decoration: line-through;
}
.promotion .sector-pass .tab-content .tab-item .price-box p {
  font-size: 36px;
  line-height: 120%;
  color: #000;
}
.promotion .sector-pass .tab-content .tab-item .price-box p strong {
  font-weight: 900;
}
.promotion .sector-pass .tab-content .tab-item .btn-action a {
  width: 100%;
  text-align: left;
  padding: 24px;
  box-sizing: border-box;
}
.promotion .sector-pass .tab-content .tab-item .btn-action a:before {
  right: 50px;
}
.promotion .sector-pass .tab-content .tab-item.soon {
  position: relative;
  background: #EDEDED;
}
.promotion .sector-pass .tab-content .tab-item.soon .title-box {
  position: absolute;
  top: 52px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 332px;
  text-align: center;
  margin-bottom: 0;
}
.promotion .sector-pass .tab-content .tab-item.soon .title-box p {
  font-size: 20px;
}
.promotion .sector-pass .tab-content .tab-item.soon .title-box p strong {
  font-size: 28px;
}
.promotion .sector-pass .tab-content .tab-item.soon .btn-action a {
  text-align: center;
  background: #BABABA;
}
.promotion .sector-pass .tab-content .tab-item.soon .btn-action a:before {
  display: none;
}
.promotion .sector-notice-title {
  background: #000;
}
.promotion .sector-notice-title p {
  font-size: 24px;
  font-weight: 900;
  line-height: 240%;
  color: #FFF;
}
.promotion .sector-plus {
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250716_2/pc/bg_plus.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-plus .wrap {
  padding-bottom: 100px;
}
.promotion .sector-plus:before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF9DF;
  background: linear-gradient(180deg, #FFF9DF 0%, #FFEDA2 100%);
}
.promotion .sector-plus .flag {
  position: absolute;
  top: 193px;
  left: 160px;
  animation-name: dungdungMotion;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes dungdungMotion {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(5px);
  }
}
.promotion .sector-plus .notice-box {
  text-align: left;
  margin: 45px 20px 0;
  padding: 40px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.35);
}
.promotion .sector-plus .notice-box ul li {
  font-size: 14px;
  line-height: 180%;
  color: #000;
}
.promotion .sector-plus .notice-box ul li span {
  position: relative;
  display: block;
  padding-left: 14px;
}
.promotion .sector-notice {
  background: #F7F7F7;
}
.promotion .sector-notice .wrap {
  padding: 80px 20px;
}
.promotion .sector-notice .notice-box {
  text-align: left;
  margin-bottom: 36px;
}
.promotion .sector-notice .notice-box:last-child {
  margin-bottom: 0;
}
.promotion .sector-notice .notice-box .notice-title {
  margin-bottom: 10px;
}
.promotion .sector-notice .notice-box .notice-title p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.promotion .sector-notice .notice-box .notice-text p {
  font-size: 18px;
  color: #6E6E6E;
  line-height: normal;
}
.promotion .sector-notice .notice-box .notice-text ul li {
  position: relative;
  font-size: 18px;
  color: #6E6E6E;
  line-height: 180%;
  padding-left: 24px;
}
.promotion .sector-notice .notice-box .notice-text ul li span {
  position: absolute;
  left: 0;
  display: block;
  line-height: 180%;
}
.promotion .sector-notice .notice-box .notice-text ul li a {
  font-size: 16px;
  color: #D8D8D8;
  margin: 4px 0;
  padding: 6px 12px;
  padding-right: 30px;
  border-radius: 5px;
  background: #3D3D3D;
}
.promotion .sector-notice .notice-box .notice-text ul li a {
  position: relative;
  display: inline-block;
}
.promotion .sector-notice .notice-box .notice-text ul li a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
  height: 1.1111111111vw;
  margin-top: -0.5555555556vw;
  border-width: 0;
  border-style: solid;
  border-color: #D8D8D8;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .notice-text ul li a::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .notice-text ul li a::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .notice-text ul li a::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .notice-text ul li a::before {
    right: 16px;
  }
}
.promotion .sector-notice .notice-box .notice-text ul li a:before {
  right: 16px;
}
.promotion.promotion-250730 .sector-title .title-gift {
  margin-left: -600px;
  top: 434px;
}/*# sourceMappingURL=web.css.map */