@charset "UTF-8";
.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

.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.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}

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

.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid, .promotion .sector-notice .notice-box, .promotion .sector-discount .form-wrap .file-box {
  *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 .sector-notice .notice-box::before, .promotion .sector-discount .form-wrap .file-box::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, .promotion .sector-notice .notice-box::after, .promotion .sector-discount .form-wrap .file-box::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, .promotion .sector-notice .notice-box::after, .promotion .sector-discount .form-wrap .file-box::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only,
.promotion .sector-discount .form-wrap .file-box input[type=file] {
  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, .promotion .sector-notice .notice-box, .promotion .sector-discount .form-wrap .file-box {
  position: relative;
  box-sizing: border-box;
}
.grid .col, .promotion .sector-notice .notice-box .col, .promotion .sector-notice .notice-box .notice-list, .promotion .sector-notice .notice-box .notice-title, .promotion .sector-discount .form-wrap .file-box .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%);
}

.promotion .sector-notice .notice-box .notice-list li {
  position: relative;
  padding-left: 1.3888888889vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .notice-list li {
    padding-left: 10px;
  }
}
.promotion .sector-notice .notice-box .notice-list li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}

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

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

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

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

.promotion,
.product-eco,
.fullservice {
  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;
  box-sizing: border-box;
}
@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;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .scroll-box,
.product-eco .scroll-box,
.fullservice .scroll-box {
  margin-top: 1.3888888889vw;
  background: #f4f4f4;
  border: 0;
  line-height: 1.6;
  letter-spacing: -1px;
  text-align: left;
  padding: 2.7777777778vw;
  font-size: 2.7777777778vw;
  color: #6F6F6F;
}
@media screen and (min-width: 720px) {
  .promotion .scroll-box,
  .product-eco .scroll-box,
  .fullservice .scroll-box {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .scroll-box,
  .product-eco .scroll-box,
  .fullservice .scroll-box {
    padding: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .scroll-box,
  .product-eco .scroll-box,
  .fullservice .scroll-box {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .scroll-box,
  .product-eco .scroll-box,
  .fullservice .scroll-box {
    font-size: 15px;
  }
}
.promotion .scroll-box .underline,
.product-eco .scroll-box .underline,
.fullservice .scroll-box .underline {
  text-decoration: underline;
}

.eduf-layer-offline .fc-point {
  color: #FE0000;
}
.eduf-layer-offline .eduf-layer-wrap {
  max-width: 710px;
  width: 100%;
  height: 70%;
  overflow-y: auto;
}
.eduf-layer-offline .eduf-layer-wrap::-webkit-scrollbar {
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-wrap::-webkit-scrollbar {
    width: 10px;
  }
}
.eduf-layer-offline .eduf-layer-wrap::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}
.eduf-layer-offline .eduf-layer-wrap::-webkit-scrollbar-track {
  background: #ddd;
}
.eduf-layer-offline .eduf-layer-title {
  text-align: center;
  padding-top: 6.6666666667vw;
  padding-bottom: 0;
  border-radius: 0;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title {
    padding-top: 48px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-label {
  display: inline-block;
  margin-bottom: 2.7777777778vw;
  padding: 0.5555555556vw 2.7777777778vw;
  border-radius: 6.9444444444vw;
  background: #FE1211;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label {
    padding: 4px 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label {
    border-radius: 50px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-label p {
  font-size: 3.6111111111vw;
  line-height: 140%;
  color: #FFF;
  letter-spacing: -0.0722222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label p {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label p {
    letter-spacing: -0.52px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text {
  padding-bottom: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text {
    padding-bottom: 28px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text span {
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 230%;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text span {
    font-size: 24px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text p {
  font-size: 5.5555555556vw;
  font-weight: 900;
  color: #000;
  line-height: 140%;
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text p {
    font-size: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text p {
    letter-spacing: -0.8px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text strong {
  font-size: 5.5555555556vw;
  font-weight: 900;
  color: #FE1211;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text strong {
    font-size: 40px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text small {
  display: block;
  font-size: 3.3333333333vw;
  line-height: 230%;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text small {
    font-size: 24px;
  }
}
.eduf-layer-offline .eduf-layer-content {
  padding-top: 0;
  border-radius: 0;
}
.eduf-layer-offline .eduf-layer-content p {
  opacity: 1;
}
.eduf-layer-offline .eduf-layer-content .check-group {
  display: flex;
  justify-content: center;
  gap: 0 6.6666666667vw;
  padding: 2.2222222222vw 4.1666666667vw;
  border: solid #ddd;
  border-width: 1px 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group {
    gap: 0 48px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group {
    padding: 16px 30px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group strong {
  font-size: 2.5vw;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group strong {
    letter-spacing: -1px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group .check-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list {
    gap: 0 32px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group .check-list label {
  display: flex;
  align-items: center;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list label {
    font-size: 18px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group .check-list label input {
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list label input {
    width: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list label input {
    height: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list label input {
    margin-right: 8px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group .desc {
  font-size: 2.2222222222vw;
  color: #808080;
  text-align: center;
  margin-top: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .desc {
    margin-top: 4px;
  }
}
.eduf-layer-offline .eduf-layer-content .type-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.3333333333vw 0;
  border-bottom: 1px solid #b8b8b8;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio {
    padding: 24px 0;
  }
}
.eduf-layer-offline .eduf-layer-content .type-radio p {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio p {
    font-size: 18px;
  }
}
.eduf-layer-offline .eduf-layer-content .type-radio a {
  display: block;
  font-size: 2.5vw;
  margin-left: 1.3888888889vw;
  padding: 0 0.5555555556vw;
  border-bottom: 1px solid #000;
  background: #ffd500;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio a {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio a {
    margin-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio a {
    padding: 0 4px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control {
  display: flex;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control {
    margin-bottom: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control:last-child {
  margin-bottom: 0;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control .form-label {
  display: flex;
  align-items: center;
  width: 28%;
  text-align: left;
  font-size: 3.3333333333vw;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control .form-label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control .form-label {
    padding-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control .form-label {
    font-size: 20px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 72%;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item label {
  display: flex;
  align-items: center;
  font-size: 3.3333333333vw;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item label {
    margin-right: 8px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item label {
    font-size: 20px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item label:last-child {
  margin-right: 0;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
  width: 100%;
  height: 6.6666666667vw;
  font-size: 3.3333333333vw;
  padding: 0 1.3888888889vw;
  border: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
    height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
    padding: 0 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::-moz-placeholder {
  font-size: 3.3333333333vw;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::placeholder {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::-moz-placeholder {
    font-size: 24px;
  }
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::placeholder {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
    height: 45px;
    font-size: 18px;
  }
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::-moz-placeholder {
    font-size: 18px;
  }
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::placeholder {
    font-size: 18px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=checkbox],
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=radio] {
  width: 3.6111111111vw;
  height: 3.6111111111vw;
  margin-right: 1.1111111111vw;
  padding: 0;
  border: none;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=checkbox],
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=radio] {
    width: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=checkbox],
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=radio] {
    height: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=checkbox],
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=radio] {
    margin-right: 8px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=number]::-webkit-outer-spin-button,
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.6666666667vw;
  font-size: 2.7777777778vw;
  color: #fff;
  background: #666;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item a {
    height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item a {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item a {
    font-size: 14px;
    height: 40px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item a:hover {
  background: #000;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item .timer {
  position: absolute;
  top: 50%;
  right: 25%;
  font-size: 2.7777777778vw;
  color: #ff0000;
  transform: translateY(-50%);
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item .timer {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item .timer {
    font-size: 14px;
  }
}
.eduf-layer-offline .eduf-layer-content .label {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .label {
    padding-left: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .label:before {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .label:before {
    height: 4px;
  }
}
.eduf-layer-offline .eduf-layer-content .highlight {
  color: #fe0000;
}
.eduf-layer-offline .eduf-layer-content .ta-box {
  margin: 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box {
    margin: 30px 0;
  }
}
.eduf-layer-offline .eduf-layer-content .ta-box .label {
  font-size: 2.7777777778vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box .label {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box .label {
    margin-bottom: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .ta-box textarea {
  width: 100%;
  height: 13.8888888889vw;
  font-size: 2.7777777778vw;
  padding: 2.0833333333vw;
  border: 1px solid #ddd;
  resize: none;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea {
    height: 100px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea {
    padding: 15px;
  }
}
.eduf-layer-offline .eduf-layer-content .ta-box textarea::-moz-placeholder {
  font-size: 2.7777777778vw;
}
.eduf-layer-offline .eduf-layer-content .ta-box textarea::placeholder {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea::-moz-placeholder {
    font-size: 20px;
  }
  .eduf-layer-offline .eduf-layer-content .ta-box textarea::placeholder {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea {
    font-size: 14px;
  }
  .eduf-layer-offline .eduf-layer-content .ta-box textarea::-moz-placeholder {
    font-size: 14px;
  }
  .eduf-layer-offline .eduf-layer-content .ta-box textarea::placeholder {
    font-size: 14px;
  }
}
.eduf-layer-offline .eduf-layer-content .all-check {
  margin-top: 4.8611111111vw;
  margin-bottom: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check {
    margin-top: 35px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check {
    margin-bottom: 12px;
  }
}
.eduf-layer-offline .eduf-layer-content .all-check label {
  display: flex;
  align-items: center;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check label {
    font-size: 20px;
  }
}
.eduf-layer-offline .eduf-layer-content .all-check label input {
  width: 3.6111111111vw;
  height: 3.6111111111vw;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check label input {
    width: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check label input {
    height: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check label input {
    margin-right: 8px;
  }
}
.eduf-layer-offline .eduf-layer-content .all-check .alert {
  font-size: 2.5vw;
  color: #686868;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check .alert {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check .alert {
    font-size: 14px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title {
  display: flex;
  align-content: center;
  font-size: 2.5vw;
  font-weight: 500;
  padding: 1.9444444444vw 0;
  border-bottom: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title {
    padding: 14px 0;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title input {
  width: 3.6111111111vw;
  height: 3.6111111111vw;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title input {
    width: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title input {
    height: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title input {
    margin-right: 8px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box {
  display: none;
  height: 25vw;
  padding: 1.6666666667vw;
  overflow: auto;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667);
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box {
    height: 180px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box {
    padding: 12px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box::-webkit-scrollbar {
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box::-webkit-scrollbar {
    width: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box::-webkit-scrollbar-track {
  background: #ddd;
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p {
  font-size: 3.0555555556vw;
  color: #555;
  line-height: 1.4;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p {
    margin-bottom: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p {
    font-size: 14px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p strong {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p strong {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p strong {
    font-size: 16px;
  }
}
.eduf-layer-offline .eduf-layer-action {
  text-align: center;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-action {
    margin-top: 30px;
  }
}
.eduf-layer-offline .eduf-layer-action a {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: center;
  font-size: 2.7777777778vw;
  font-weight: 600;
  color: #111;
  margin: 0 auto;
  padding: 1.6666666667vw 0;
  border-radius: 0.5555555556vw;
  background: #ffd500;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-action a {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-action a {
    padding: 12px 0;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-action a {
    border-radius: 4px;
  }
}
.eduf-layer-offline .eduf-layer-action a:hover {
  color: #fff;
  background: #fe0000;
}

.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .slick-arrow {
  border-radius: 50%;
  border: 1px solid #CDCDCD !important;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -83.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    margin-left: -600px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    height: 10px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 5.5555555556vw;
  height: 5.5555555556vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -83.3333333333vw;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 40px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    margin-right: -600px;
  }
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  border-width: 0;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 10px;
  }
}
.promotion .slick-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
.promotion .slick-dots li {
  font-size: 0;
}
.promotion .slick-dots li.slick-active button {
  background: #9E9E9E;
}
.promotion .slick-dots button {
  width: 12px;
  height: 12px;
  text-indent: -999em;
  border: 1px solid #9E9E9E;
  border-radius: 50%;
  background: #FFF;
  overflow: hidden;
}
.promotion .fix-bottom {
  z-index: 90;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: rgba(0, 0, 0, 0.86);
}
.promotion .fix-bottom .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.promotion .fix-bottom a {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  color: #FFF;
  letter-spacing: -0.28px;
  text-align: left;
  padding: 40px 30px;
  box-sizing: border-box;
}
.promotion .fix-bottom button {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 300px;
  transform: translateY(-50%);
}
.promotion .fix-right {
  position: fixed;
  top: 500px;
  right: 0;
  z-index: 99;
}
.promotion .fix-right > a {
  margin-top: 10px;
  border-radius: 20px;
}
.promotion .fix-right > a:first-child {
  margin-top: 0;
}
.promotion .fix-right > a:last-child {
  display: inline-block;
}
.promotion .fix-right .item-subject {
  position: absolute;
  left: 23px;
  top: 36px;
  color: #202020;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
  text-align: left;
}
.promotion .fix-right .item-discount {
  position: absolute;
  left: 54px;
  top: 105px;
  width: 103px;
  text-align: center;
  font-family: "EduwillPassBold";
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}
.promotion .fix-right .item-discount strong {
  color: #FF2400;
  font-size: 10px;
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251117_3/pc/title_bg.jpg");
  background-repeat: repeat-x;
  background-position: center top;
  background-size: auto;
  height: 740px;
}
.promotion .sector-title .text-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 161px;
}
.promotion .sector-title .text-box .text-1 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
}
.promotion .sector-title .text-box .text-2 {
  margin-top: 25px;
  color: #FFF;
  -webkit-text-stroke-width: 10px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000) drop-shadow(0 1px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.8px;
}
.promotion .sector-title .text-box .text-3 {
  margin-top: 8px;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  filter: drop-shadow(3px 2px #000) drop-shadow(-2px -2px #000) drop-shadow(1px 1px #000) drop-shadow(1px 0px #000) drop-shadow(0px 2px #000);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.8px;
  background: linear-gradient(180deg, #FFE11B 13.33%, #FFAB0D 116.19%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title .text-wing {
  color: rgba(182, 121, 3, 0.5);
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.44px;
  position: absolute;
  left: 50%;
  top: 355px;
}
.promotion .sector-title .text-wing.left {
  margin-left: -590px;
}
.promotion .sector-title .text-wing.right {
  margin-left: 390px;
}
.promotion .sector-title .action {
  position: absolute;
  left: 0;
  right: 0;
  top: 482px;
}
.promotion .sector-title .action a {
  display: inline-block;
  padding: 21px 59px 19px;
  border-radius: 252.83px;
  border: 1.264px solid #000;
  background: linear-gradient(158deg, #FFF200 12.92%, #FFA600 97.97%);
}
.promotion .sector-title .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-title .action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
  height: 1.3888888889vw;
  margin-top: -0.6944444444vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2.5px;
  border-right-width: 2.5px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-title .action a::before {
    right: 20px;
  }
}
.promotion .sector-title .action a:before {
  right: 30px;
}
.promotion .sector-title .action a span {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.52px;
  line-height: 1;
}
.promotion .sector-coupon {
  background-color: #FFF8DF;
}
.promotion .sector-coupon .discount-box {
  position: absolute;
  left: 0;
  top: 318px;
  width: 100%;
  text-align: center;
}
.promotion .sector-coupon .discount-box p {
  line-height: 1;
  margin: 0;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
}
.promotion .sector-coupon .discount-box p.text {
  color: #FF2400;
  font-size: 28.966px;
}
.promotion .sector-coupon .discount-box p.discount {
  margin-top: 10px;
  color: #000;
  font-size: 62.069px;
}
.promotion .sector-product {
  padding-bottom: 90px;
  background: linear-gradient(100deg, #FD0 37.49%, #FFA600 79.26%), #FFF;
}
.promotion .sector-product .product-title {
  padding: 86px 0 64px;
  color: #000;
  display: block;
  font-weight: 900;
  font-size: 36px;
}
.promotion .sector-product .item-banner-list {
  *zoom: 1;
  width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 20px 1%;
  flex-wrap: wrap;
  justify-content: center;
}
.promotion .sector-product .item-banner-list .col, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title {
  position: relative;
  width: 350px;
  flex-grow: 0;
}
.promotion .sector-product .item-banner-list .col .item-flag, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-flag, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-flag, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-flag, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-flag {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #f00;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-product .item-banner-list .col a, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list a, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list a, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title a, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title a {
  display: block;
  text-align: center;
  padding: 34px 0;
  background: #fff;
  box-sizing: border-box;
}
.promotion .sector-product .item-banner-list .col .item-label, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-label, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-label, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-label, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-label {
  display: inline-block;
  min-width: 34%;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #000;
  font-size: 19px;
  line-height: 1;
  margin: 0 auto 15px;
  padding: 8px 15px;
  letter-spacing: -1px;
  border-radius: 50px;
}
.promotion .sector-product .item-banner-list .col .item-subject, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-subject, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-subject, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-subject, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-subject {
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 40px;
  font-size: 32px;
  letter-spacing: -2px;
}
.promotion .sector-product .item-banner-list .col .item-link, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-link, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-link, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-link, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-link {
  margin: 0 auto;
  width: 120px;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  color: #000;
  background: #E8E8E8;
  padding: 8px 0;
  font-size: 14px;
  letter-spacing: -1px;
  border-radius: 50px;
}
.promotion .sector-product .item-banner-list .col .item-link, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-link, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-link, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-link, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-link {
  position: relative;
  display: inline-block;
}
.promotion .sector-product .item-banner-list .col .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-link::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
  height: 0.6944444444vw;
  margin-top: -0.3472222222vw;
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 1.3888888889vw;
  border-top-width: 1.5px;
  border-right-width: 1.5px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-banner-list .col .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-link::before {
    width: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-banner-list .col .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-link::before {
    height: 5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-banner-list .col .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-link::before {
    margin-top: -2.5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-banner-list .col .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-link::before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-link::before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-link::before {
    right: 10px;
  }
}
.promotion .sector-product .item-banner-list .col .item-link:before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-list .item-link:before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-list .item-link:before, .promotion .sector-product .item-banner-list .sector-notice .notice-box .notice-title .item-link:before, .promotion .sector-notice .notice-box .sector-product .item-banner-list .notice-title .item-link:before {
  right: 16px;
}
.promotion .sector-discount {
  padding-top: 100px;
  padding-bottom: 95px;
}
.promotion .sector-discount .title-box {
  margin-bottom: 75px;
}
.promotion .sector-discount .title-box .main-title {
  color: #000;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -3px;
}
.promotion .sector-discount .title-box .main-title strong {
  font-weight: 900;
}
.promotion .sector-discount .box-benefit {
  position: relative;
  width: 380px;
  min-height: 178px;
  padding: 24px;
  border-radius: 10px;
  border: 1.105px solid #E6E6E6;
  background: linear-gradient(104deg, #FFEDA4 0%, #FFDA6C 102.44%);
  text-align: center;
}
.promotion .sector-discount .box-benefit:after {
  content: "";
  background-color: #fff;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251117_3/pc/icon_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  position: absolute;
  right: -24px;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  z-index: 2;
  border-radius: 50%;
}
.promotion .sector-discount .box-benefit:last-child:after {
  display: none;
}
.promotion .sector-discount .box-benefit .sup-tit {
  color: #957800;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  margin-top: 18px;
}
.promotion .sector-discount .box-benefit .box-title {
  margin-top: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -1.2px;
}
.promotion .sector-discount .box-list {
  display: flex;
  -ms-box-pack: center;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  -ms-box-align: stretch;
  align-items: stretch;
  margin: 0 7px;
}
.promotion .sector-discount .box-list + .box-list {
  margin-top: 18px;
}
.promotion .sector-discount .box-list .box {
  display: flex;
  flex-direction: column;
  width: 378px;
  padding: 40px 24px 18px;
  position: relative;
  border-radius: 10px;
  border: 1px solid #828282;
  background: #FBFBFB;
  text-align: left;
  box-sizing: border-box;
}
.promotion .sector-discount .box-list .box .title-discount {
  min-height: 52px;
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.27;
  letter-spacing: -0.52px;
}
.promotion .sector-discount .box-list .box .discount-value {
  display: flex;
  -ms-box-pack: end;
  justify-content: flex-end;
  -ms-box-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.promotion .sector-discount .box-list .box .discount-value strong {
  color: #171923;
  font-family: Inter;
  font-size: 60px;
  font-weight: 800;
  letter-spacing: -1.8px;
}
.promotion .sector-discount .box-list .box .discount-value .text {
  margin-top: 3px;
  margin-left: 3px;
  color: #171923;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.2px;
}
.promotion .sector-discount .box-list .box .action {
  margin: auto -7px 0;
}
.promotion .sector-discount .box-list .box .action a {
  display: block;
  width: 100%;
  padding: 13px 30px;
  border-radius: 6px;
  border: 1px solid #CCC;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
  text-align: center;
}
.promotion .sector-discount .box-list .box .action a .text {
  padding-right: 16px;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: -0.8px;
}
.promotion .sector-discount .box-list .box .action a .text {
  position: relative;
  display: inline-block;
}
.promotion .sector-discount .box-list .box .action a .text::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: #fff;
  transform: rotate(45deg);
  right: 2.2222222222vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a .text::before {
    width: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a .text::before {
    height: 8px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a .text::before {
    margin-top: -4px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .box-list .box .action a .text::before {
    right: 16px;
  }
}
.promotion .sector-discount .box-list .box .action a .text:before {
  right: 0;
}
.promotion .sector-discount .box-list .box:nth-child(1), .promotion .sector-discount .box-list .box:nth-child(2) {
  width: 575px;
}
.promotion .sector-discount .form-wrap {
  position: relative;
  width: 1170px;
  margin: 0px auto;
  margin-top: 30px;
}
.promotion .sector-discount .form-wrap .action {
  margin-top: 24px;
}
.promotion .sector-discount .form-wrap .action a {
  width: 326px;
  height: 58px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid #000;
  background: linear-gradient(180deg, #FFD502 0%, #FB0 100%), #FFF;
  display: flex !important;
  margin: 0 auto;
}
.promotion .sector-discount .form-wrap .action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-discount .form-wrap .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: #000;
  transform: rotate(45deg);
  right: 2.7777777778vw;
  border-top-width: 2.5px;
  border-right-width: 2.5px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .form-wrap .action a::before {
    width: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .form-wrap .action a::before {
    height: 10px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .form-wrap .action a::before {
    margin-top: -5px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-discount .form-wrap .action a::before {
    right: 20px;
  }
}
.promotion .sector-discount .form-wrap .action a:before {
  right: 30px;
}
.promotion .sector-discount .form-wrap .action a span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -1.2px;
  line-height: 1;
}
.promotion .sector-discount .form-wrap .agree .checks {
  text-align: left;
  margin-top: 10px;
}
.promotion .sector-discount .form-wrap .paging-info {
  position: absolute;
  top: 45px;
  right: 30px;
  color: #999;
  font-size: 18px;
  z-index: 2;
}
.promotion .sector-discount .form-wrap .slick-slider {
  box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #999;
  padding: 38px 0;
}
.promotion .sector-discount .form-wrap .slick-slider .slide-page {
  box-sizing: border-box;
  position: relative;
}
.promotion .sector-discount .form-wrap .slick-slider .slick-dots {
  display: none !important;
}
.promotion .sector-discount .form-wrap .input-wrap {
  font-size: 18px;
  margin: 0 50px;
  border-radius: 5px;
}
.promotion .sector-discount .form-wrap .row {
  width: 100%;
}
.promotion .sector-discount .form-wrap .row.mb {
  margin-bottom: 30px;
}
.promotion .sector-discount .form-wrap .row .col, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .notice-list, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .notice-list, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .notice-title, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .notice-title {
  vertical-align: top;
  padding: 6px 0;
}
.promotion .sector-discount .form-wrap .row .col.subject, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .subject.notice-list, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .subject.notice-list, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .subject.notice-title, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .subject.notice-title {
  position: relative;
  text-align: left;
}
.promotion .sector-discount .form-wrap .row .col.subject .step, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .subject.notice-list .step, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .subject.notice-list .step, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .subject.notice-title .step, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .subject.notice-title .step {
  display: block;
  padding: 0 50px 24px;
  font-size: 22px;
  color: #292e44;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: -2px;
  border-bottom: 3px solid #000;
}
.promotion .sector-discount .form-wrap .row .col.subject .step > b, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .subject.notice-list .step > b, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .subject.notice-list .step > b, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .subject.notice-title .step > b, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .subject.notice-title .step > b {
  border-radius: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  padding: 3px 15px 5px;
  margin-right: 10px;
  background-color: #000;
  line-height: 1;
}
.promotion .sector-discount .form-wrap .row .col.subject p, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .subject.notice-list p, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .subject.notice-list p, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .subject.notice-title p, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .subject.notice-title p {
  padding: 0 50px;
  font-size: 18px;
  font-weight: normal;
  margin: 20px auto;
  line-height: 1.5;
}
.promotion .sector-discount .form-wrap .row .col.notice, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .notice.notice-list, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .notice.notice-list, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .notice.notice-title, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .notice.notice-title {
  text-align: left;
  font-size: 16px;
  opacity: 0.5;
}
.promotion .sector-discount .form-wrap .row .col.checks-wrap .checks, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .checks-wrap.notice-list .checks, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .checks-wrap.notice-list .checks, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .checks-wrap.notice-title .checks, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .checks-wrap.notice-title .checks {
  font-size: 18px;
  text-align: left;
  margin-bottom: 10px;
}
.promotion .sector-discount .form-wrap .row .col.checks-wrap.line, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .checks-wrap.line.notice-list, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .checks-wrap.line.notice-list, .promotion .sector-discount .form-wrap .row .sector-notice .notice-box .checks-wrap.line.notice-title, .promotion .sector-notice .notice-box .sector-discount .form-wrap .row .checks-wrap.line.notice-title {
  flex-wrap: nowrap;
}
.promotion .sector-discount .form-wrap .col.title, .promotion .sector-discount .form-wrap .sector-notice .notice-box .title.notice-list, .promotion .sector-notice .notice-box .sector-discount .form-wrap .title.notice-list, .promotion .sector-discount .form-wrap .sector-notice .notice-box .title.notice-title, .promotion .sector-notice .notice-box .sector-discount .form-wrap .title.notice-title {
  width: 100%;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  text-align: left;
}
.promotion .sector-discount .form-wrap input,
.promotion .sector-discount .form-wrap textarea {
  width: 100%;
  font-size: 20px;
  background-color: #fff;
}
.promotion .sector-discount .form-wrap input {
  line-height: 60px;
  height: 60px;
  padding: 0 20px;
}
.promotion .sector-discount .form-wrap textarea {
  height: 300px;
  padding: 15px 20px;
  margin-top: 15px;
  font-size: 20px;
  resize: none;
  border: none;
}
.promotion .sector-discount .form-wrap ::-moz-placeholder {
  color: #999;
  font-size: 20px;
}
.promotion .sector-discount .form-wrap ::placeholder {
  color: #999;
  font-size: 20px;
}
.promotion .sector-discount .form-wrap .file-box {
  position: relative;
}
.promotion .sector-discount .form-wrap .file-box .upload-name {
  padding-right: calc(30% + 20px);
  border: none;
  border: 1px solid #888;
}
.promotion .sector-discount .form-wrap .file-box label {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 30%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  cursor: pointer;
  padding: 0;
}
.promotion .sector-discount .form-wrap .checks {
  position: relative;
}
.promotion .sector-discount .form-wrap .checks input[type=radio] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.promotion .sector-discount .form-wrap .checks input[type=radio] + label {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.promotion .sector-discount .form-wrap .checks input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 25px;
  height: 25px;
  text-align: center;
  background: #fff;
  border: 3px solid #ccc;
  border-radius: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
}
.promotion .sector-discount .form-wrap .checks input[type=radio] + label:active:before, .promotion .sector-discount .form-wrap .checks input[type=radio]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.promotion .sector-discount .form-wrap .checks input[type=radio]:checked + label:before {
  border: 3px solid #1a6fec;
}
.promotion .sector-discount .form-wrap .checks input[type=radio]:checked + label:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 5px;
  width: 15px;
  height: 15px;
  background: #1a6fec;
  border-radius: 100%;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.promotion .sector-discount .form-wrap .checks input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.promotion .sector-discount .form-wrap .checks input[type=checkbox] + label {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 26px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.promotion .sector-discount .form-wrap .checks input[type=checkbox] + label strong {
  font-weight: 700;
  font-size: 18px;
}
.promotion .sector-discount .form-wrap .checks input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  text-align: center;
  background: #fff;
  border: 3px solid #d0d5dd;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  box-sizing: border-box;
}
.promotion .sector-discount .form-wrap .checks input[type=checkbox] + label:active:before, .promotion .sector-discount .form-wrap .checks input[type=checkbox]:checked + label:active:before {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.promotion .sector-discount .form-wrap .checks input[type=checkbox]:checked + label:before {
  border: 3px solid #1a6fec;
}
.promotion .sector-discount .form-wrap .checks input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #1a6fec url("//img.eduwill.net/eduwill/img/2025/_116/event/251117_3/pc/check_on.png") no-repeat;
  background-size: cover;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.promotion .sector-discount .form-wrap .info {
  color: #999;
  font-size: 14px;
  padding-left: 30px;
}
.promotion .sector-notice {
  padding-bottom: 100px;
  background-color: #646464;
}
.promotion .sector-notice .wrap {
  width: 1000px;
  text-align: left;
}
.promotion .sector-notice .box-title {
  display: inline-block;
  padding-top: 80px;
  font-size: 18px;
  font-weight: 700;
  color: #FFE000;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #FFE000;
}
.promotion .sector-notice .box-title + .notice-box {
  padding-top: 50px;
}
.promotion .sector-notice .notice-box {
  padding-top: 30px;
}
.promotion .sector-notice .notice-box .notice-title {
  width: 170px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.promotion .sector-notice .notice-box .notice-list li {
  line-height: 1.6;
  font-size: 16px;
  color: #d4d4d4;
}
.promotion .sector-notice .notice-box .notice-list li a {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-notice .notice-box .notice-list li .point {
  font-weight: 400;
  color: #FFE000;
}/*# sourceMappingURL=web.css.map */