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

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

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

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

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

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

.promotion .sector-notice .notice-box .refer-list li, .promotion .sector-schedule .notice-list li {
  position: relative;
  padding-left: 2.7777777778vw;
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice .notice-box .refer-list li, .promotion .sector-schedule .notice-list li {
    padding-left: 20px;
  }
}
.promotion .sector-notice .notice-box .refer-list li::before, .promotion .sector-schedule .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, .popup-apply .popup-title.red strong.on {
  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;
}
.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);
  }
}

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

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup-apply {
  position: absolute;
  top: 0;
  left: 50%;
  right: 0;
  z-index: 300;
  display: none;
  width: 100%;
  max-width: 800px;
  background-color: #fff;
  box-sizing: border-box;
  transform: translateX(-50%);
}
.popup-apply * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply * {
    letter-spacing: -1px;
  }
}
.popup-apply .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 6.9444444444vw;
  height: 6.9444444444vw;
  z-index: 300;
  padding: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close a {
    width: 50px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close a {
    height: 50px;
  }
}
.popup-apply .popup-close a::before, .popup-apply .popup-close a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 25px;
  height: 1px;
  margin-left: -12.5px;
  background-color: #000;
}
.popup-apply .popup-close a::before {
  transform: rotate(45deg);
}
.popup-apply .popup-close a::after {
  transform: rotate(315deg);
}
.popup-apply .popup-close a span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-close a {
    padding: 20px;
  }
}
.popup-apply .division {
  padding: 5.5555555556vw 6.25vw 2.2222222222vw;
  text-align: center;
  font-size: 4.4444444444vw;
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 720px) {
  .popup-apply .division {
    padding: 40px 45px 16px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .division {
    font-size: 32px;
  }
}
.popup-apply .popup-title {
  padding: 6.25vw 6.25vw 4.8611111111vw;
  font-size: 3.3333333333vw;
  font-weight: 300;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title {
    padding: 45px 45px 35px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title {
    font-size: 24px;
  }
}
.popup-apply .popup-title strong {
  display: block;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
  font-size: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title strong {
    font-size: 40px;
  }
}
.popup-apply .popup-title.red {
  text-align: center;
  padding-top: 18.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.red {
    padding-top: 130px;
  }
}
.popup-apply .popup-title.red strong {
  font-size: 4.8611111111vw;
  padding: 0 1.1111111111vw;
  margin: auto;
  width: 83.3333333333vw;
  font-weight: 600;
  display: inline-block;
  background-color: #e62e2e;
  color: #ffffff;
  border-radius: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.red strong {
    font-size: 35px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.red strong {
    padding: 0 8px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.red strong {
    width: 600px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.red strong {
    border-radius: 30px;
  }
}
.popup-apply .popup-title.red strong.on {
  position: absolute;
  top: 10.4166666667vw;
  left: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.red strong.on {
    top: 75px;
  }
}
.popup-apply .popup-title.red strong.off {
  position: absolute;
  top: 10.4166666667vw;
  left: 0;
  right: 0;
  background-color: #feca09;
  color: #000000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.red strong.off {
    top: 75px;
  }
}
.popup-apply .popup-title.has-devision {
  padding-top: 4.1666666667vw;
  padding-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.has-devision {
    padding-top: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.has-devision {
    padding-bottom: 20px;
  }
}
.popup-apply .popup-title.has-devision strong.on {
  top: 16.6666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.has-devision strong.on {
    top: 120px;
  }
}
.popup-apply .popup-title.has-devision strong.off {
  top: 16.6666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-title.has-devision strong.off {
    top: 120px;
  }
}
.popup-apply .popup-content {
  padding: 0 5.5555555556vw;
  padding-bottom: 6.9444444444vw;
  text-align: left;
  max-height: 65vh;
  overflow-y: auto;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content {
    padding: 0 40px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content {
    padding-bottom: 50px;
  }
}
.popup-apply .popup-content .input-wrap {
  margin-bottom: 5.5555555556vw;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap {
    margin-bottom: 40px;
  }
}
.popup-apply .popup-content .input-wrap .radio-list {
  display: inline-block;
}
.popup-apply .popup-content .input-wrap .radio-list input[type=radio] {
  display: none;
}
.popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label {
  width: 100%;
  line-height: 3.4722222222vw;
  letter-spacing: -0.1388888889vw;
  font-size: 3.4722222222vw;
  padding-left: 5vw;
  display: inline-block;
  cursor: pointer;
  background: url(//img.eduwill.net/eduwill/img/common/icon/icon_radio_off.png) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label {
    line-height: 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label {
    padding-left: 36px;
  }
}
.popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label .yellow {
  font-size: 3.4722222222vw;
  padding: 0.2777777778vw 0;
  font-weight: 600;
  display: inline-block;
  line-height: 3.4722222222vw;
  background-color: #FFEEF2;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label .yellow {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label .yellow {
    padding: 2px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label .yellow {
    line-height: 25px;
  }
}
.popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label .blue {
  font-size: 3.4722222222vw;
  padding: 0.2777777778vw 0;
  font-weight: 600;
  display: inline-block;
  line-height: 3.4722222222vw;
  background-color: #FFEEF2;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label .blue {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label .blue {
    padding: 2px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list input[type=radio] + label .blue {
    line-height: 25px;
  }
}
.popup-apply .popup-content .input-wrap .radio-list input[type=radio]:checked + label {
  background-image: url(//img.eduwill.net/eduwill/img/common/icon/icon_radio_on.png);
}
.popup-apply .popup-content .input-wrap .radio-list + .radio-list {
  margin-left: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .input-wrap .radio-list + .radio-list {
    margin-left: 50px;
  }
}
.popup-apply .popup-content .form-check {
  display: block;
  margin-top: 2.7777777778vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check {
    margin-top: 20px;
  }
}
.popup-apply .popup-content .form-check .notice {
  font-size: 2.7777777778vw;
  color: #ff0000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check .notice {
    font-size: 20px;
  }
}
.popup-apply .popup-content .form-check input:checked + label::after {
  background-image: url("//img.eduwill.net/eduwill/img/2022/G/onair/220512/pc/icon_checked.png");
}
.popup-apply .popup-content .form-check label {
  position: relative;
  display: inline-block;
  margin-top: 1.3888888889vw;
  padding-left: 4.1666666667vw;
  line-height: 1;
  font-size: 2.7777777778vw;
  font-weight: 500;
  color: #000;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check label {
    margin-top: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check label {
    padding-left: 30px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check label {
    font-size: 20px;
  }
}
.popup-apply .popup-content .form-check label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-image: url("//img.eduwill.net/eduwill/img/2022/G/onair/220512/pc/icon_check.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check label::after {
    width: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check label::after {
    height: 24px;
  }
}
.popup-apply .popup-content .form-check .btn-terms {
  display: inline-block;
  margin-left: 0.6944444444vw;
  font-size: 2.5vw;
  color: #000;
  opacity: 0.5;
  border-bottom-width: 0.1388888889vw;
  border-bottom-style: solid;
  border-bottom-color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check .btn-terms {
    margin-left: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check .btn-terms {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-check .btn-terms {
    border-bottom-width: 1px;
  }
}
.popup-apply .popup-content .form-control {
  margin-top: 1.25vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-control {
    margin-top: 9px;
  }
}
.popup-apply .popup-content .form-control:first-child {
  margin-top: 0;
}
.popup-apply .popup-content .form-control .text {
  display: block;
  width: 100%;
  height: 11.1111111111vw;
  padding: 0 0 0 1.3888888889vw;
  line-height: 11.1111111111vw;
  font-size: 3.3333333333vw;
  font-weight: 300;
  color: #a2a2a2;
  border-width: 0.1388888889vw;
  border-style: solid;
  border-color: #a2a2a2;
  background-color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-control .text {
    height: 80px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-control .text {
    padding: 0 0 0 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-control .text {
    line-height: 80px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-control .text {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .form-control .text {
    border-width: 1px;
  }
}
.popup-apply .popup-content .holder {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  box-sizing: border-box;
}
.popup-apply .popup-content .holder .form-input .col {
  position: relative;
  float: none;
  width: 100%;
  margin-top: 1.3888888889vw;
  font-size: 0;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col {
    margin-top: 10px;
  }
}
.popup-apply .popup-content .holder .form-input .col:first-child {
  margin-top: 0;
}
.popup-apply .popup-content .holder .form-input .col label {
  display: inline-block;
  width: 20%;
  line-height: 8.3333333333vw;
  font-size: 2.6388888889vw;
  color: #343434;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col label {
    line-height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col label {
    font-size: 19px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-apply .popup-content .holder .form-input .col label {
    line-height: 40px;
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .form-input .col .select-box .title {
  display: inline-block;
  width: 20%;
  line-height: 8.3333333333vw;
  font-size: 2.6388888889vw;
  color: #343434;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .select-box .title {
    line-height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .select-box .title {
    font-size: 19px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-apply .popup-content .holder .form-input .col .select-box .title {
    line-height: 40px;
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .form-input .col .select-box select {
  width: 80%;
  height: 8.3333333333vw;
  padding: 1.3888888889vw;
  font-size: 2.7777777778vw;
  font-weight: 400;
  color: #333;
  border-radius: 0.6944444444vw;
  background: #fff;
  border-width: 0.1388888889vw;
  border-style: solid;
  border-color: #000;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .select-box select {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .select-box select {
    padding: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .select-box select {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .select-box select {
    border-radius: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .select-box select {
    border-width: 1px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-apply .popup-content .holder .form-input .col .select-box select {
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .form-input .col .select-box.harf select {
  width: 39%;
}
.popup-apply .popup-content .holder .form-input .col .select-box.harf select + select {
  margin-left: 2%;
}
.popup-apply .popup-content .holder .form-input .col .select-box select:disabled {
  background-color: #333333;
  color: #999999;
}
.popup-apply .popup-content .holder .form-input .col .text {
  width: 80%;
  padding: 1.3888888889vw;
  font-size: 2.7777777778vw;
  font-weight: 400;
  color: #999;
  border-radius: 0.6944444444vw;
  background: #fff;
  border-width: 0.1388888889vw;
  border-style: solid;
  border-color: #000;
  height: 8.3333333333vw;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    padding: 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    border-radius: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    border-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    height: 60px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-apply .popup-content .holder .form-input .col .text {
    height: 40px;
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .form-input .col .text.address {
  display: inline-block;
  width: 55%;
}
.popup-apply .popup-content .holder .form-input .col .text.address + a {
  width: calc(25% - 7px);
}
.popup-apply .popup-content .holder .form-input .col .full-input {
  margin-top: 2.3611111111vw;
  padding-left: 20%;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .full-input {
    margin-top: 17px;
  }
}
.popup-apply .popup-content .holder .form-input .col .full-input .text {
  width: 100%;
}
.popup-apply .popup-content .holder .form-input .col .btn-form {
  display: inline-block;
  width: 23.3333333333vw;
  height: 8.3333333333vw;
  margin-left: 0.9722222222vw;
  text-align: center;
  line-height: 8.3333333333vw;
  font-size: 2.7777777778vw;
  font-weight: 500;
  color: #222;
  border-radius: 0.6944444444vw;
  background: #feca09;
  vertical-align: top;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    width: 168px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    margin-left: 7px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    line-height: 60px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    border-radius: 5px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-apply .popup-content .holder .form-input .col .btn-form {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .form-input .col.full .text {
  width: 80%;
}
.popup-apply .popup-content .holder .form-input .col.other {
  margin-top: 4.1666666667vw;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other {
    margin-top: 30px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .other-2 {
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .other-2 {
    margin-top: 10px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .other-2:first-child {
  margin-top: 0;
}
.popup-apply .popup-content .holder .form-input .col.other .other-2 label {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .other-2 label {
    font-size: 20px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .label-title {
  margin-bottom: 2.7777777778vw;
  font-size: 3.6111111111vw;
  color: #343434;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .label-title {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .label-title {
    font-size: 26px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .label-title .highlight {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.popup-apply .popup-content .holder .form-input .col.other .label-title .highlight:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2.7777777778vw;
  background: #f9ea85;
  z-index: -1;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .label-title .highlight:before {
    height: 20px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other label {
  display: block;
  width: 100%;
}
.popup-apply .popup-content .holder .form-input .col.other .full-input {
  margin-top: 0;
  padding-left: 0;
}
.popup-apply .popup-content .holder .form-input .col.other .full-input .text {
  width: 100%;
}
.popup-apply .popup-content .holder .form-input .col.other .full-input select {
  min-width: 43.0555555556vw;
  padding: 0.6944444444vw 1.3888888889vw;
  font-size: 2.7777777778vw;
  font-weight: 400;
  color: #000;
  border-radius: 0.6944444444vw;
  background: #fff;
  border-width: 0.1388888889vw;
  border-style: solid;
  border-color: #000;
  height: 6.25vw;
  vertical-align: top;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    min-width: 310px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    padding: 5px 10px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    border-radius: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    border-width: 1px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .full-input select {
    height: 45px;
  }
}
.popup-apply .popup-content .holder .form-input .col.other .text {
  height: 22.7777777778vw;
  resize: none;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.other .text {
    height: 164px;
  }
}
.popup-apply .popup-content .holder .form-input .col.certification .timer {
  position: absolute;
  top: 2.5vw;
  left: 50%;
  margin-left: 28.75vw;
  color: #f05273;
  z-index: 1;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.certification .timer {
    top: 18px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.certification .timer {
    margin-left: 207px;
  }
}
.popup-apply .popup-content .holder .form-input .col.input-wrap {
  display: flex;
  margin-bottom: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap {
    margin-bottom: 40px;
  }
}
.popup-apply .popup-content .holder .form-input .col.input-wrap label {
  display: flex;
  align-items: center;
  width: auto;
  line-height: 1.2;
  margin-right: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap label {
    margin-right: 30px;
  }
}
.popup-apply .popup-content .holder .form-input .col.input-wrap label input {
  width: 3.0555555556vw;
  height: 3.0555555556vw;
  margin: 0;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap label input {
    width: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap label input {
    height: 22px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap label input {
    margin-right: 8px;
  }
}
.popup-apply .popup-content .holder .form-input .col.input-wrap label span {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap label span {
    font-size: 20px;
  }
}
.popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list {
  display: inline-block;
}
.popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio] {
  display: none;
}
.popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio] + label {
  width: 100%;
  letter-spacing: -0.1388888889vw;
  font-size: 3.4722222222vw;
  padding-left: 5vw;
  display: inline-block;
  cursor: pointer;
  background: url(//img.eduwill.net/eduwill/img/common/icon/icon_radio_off.png) 0 0 no-repeat;
  background-size: contain;
  font-weight: 600;
  background-size: 3.4722222222vw auto;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio] + label {
    letter-spacing: -1px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio] + label {
    font-size: 25px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio] + label {
    padding-left: 36px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio] + label {
    background-size: 25px auto;
  }
}
.popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio] + label .red {
  color: #e62e2e;
  font-size: 3.4722222222vw;
  display: block;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio] + label .red {
    font-size: 25px;
  }
}
.popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio]:checked + label {
  background-image: url(//img.eduwill.net/eduwill/img/common/icon/icon_radio_on.png);
  background-size: 3.4722222222vw auto;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list input[type=radio]:checked + label {
    background-size: 25px auto;
  }
}
.popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list + .radio-list {
  margin-left: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .form-input .col.input-wrap .radio-list + .radio-list {
    margin-left: 50px;
  }
}
.popup-apply .popup-content .holder .form-input .col.input-wrap + img {
  width: 100%;
  display: block;
}
.popup-apply .popup-content .holder .all-check {
  margin-top: 5.5555555556vw;
  line-height: 1;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check {
    margin-top: 40px;
  }
}
.popup-apply .popup-content .holder .all-check label {
  display: inline-block;
  margin-left: 0.6944444444vw;
  vertical-align: middle;
  line-height: 1;
  font-size: 2.7777777778vw;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check label {
    margin-left: 5px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check label {
    font-size: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-apply .popup-content .holder .all-check label {
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .all-check input {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check input {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .all-check input {
    height: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box {
  margin-top: 2.0833333333vw;
  padding: 2.7777777778vw;
  height: 27.7777777778vw;
  overflow-y: scroll;
  font-size: 2.7777777778vw;
  color: #666;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
  border-width: 0.2777777778vw;
  border-style: solid;
  border-color: #e7e7e7;
  background: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box {
    margin-top: 15px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box {
    padding: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box {
    height: 200px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box {
    border-width: 2px;
  }
}
@media screen and (min-width: 1100px) {
  .popup-apply .popup-content .holder .agree-box {
    font-size: 16px;
  }
}
.popup-apply .popup-content .holder .agree-box .title {
  margin-bottom: 2.7777777778vw;
  font-weight: 500;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .title {
    margin-bottom: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box .box {
  margin-bottom: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .box {
    margin-bottom: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box .box + .title {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .box + .title {
    margin-top: 40px;
  }
}
.popup-apply .popup-content .holder .agree-box .check-list {
  margin-top: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .check-list {
    margin-top: 15px;
  }
}
.popup-apply .popup-content .holder .agree-box .check-list input {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  line-height: 1;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .check-list input {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-content .holder .agree-box .check-list input {
    height: 20px;
  }
}
.popup-apply .popup-content .holder .agree-box .period {
  font-weight: 700;
  color: #222;
}
.popup-apply .popup-action .btn-apply {
  width: 100%;
  padding: 2.7777777778vw 0;
  font-size: 4.1666666667vw;
  font-weight: 700;
  background: #ffbf00;
  color: #000;
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-action .btn-apply {
    padding: 20px 0;
  }
}
@media screen and (min-width: 720px) {
  .popup-apply .popup-action .btn-apply {
    font-size: 30px;
  }
}

.promotion .only-mobile {
  display: none;
}
.promotion .only-pc {
  display: block;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .fix-bottom {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
}
.promotion .fix-bottom .wrap {
  width: 1100px;
}
.promotion .fix-bottom a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.promotion .fix-bottom a::after {
  right: -20px;
  width: 50px;
  height: 56px;
}
.promotion .fix-bottom .text-list {
  text-align: left;
}
.promotion .fix-bottom .text-list p {
  line-height: 1.1;
  color: #FFF;
}
.promotion .fix-bottom .text-list p.text-1 {
  font-size: 20px;
  letter-spacing: -0.2px;
}
.promotion .fix-bottom .text-list p.text-2 {
  margin-top: 6px;
  font-size: 32px;
  font-weight: 900;
  letter-spacing: -0.64px;
}
.promotion .fix-bottom .detail {
  padding: 15px 40px;
  line-height: 1.3;
  font-size: 22px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.22px;
  border-radius: 59px;
  background: #FFBF00;
}
.promotion .sector-schedule .action button, .promotion .sector-title .action a {
  display: inline-block;
  width: 640px;
  padding: 26px 0;
  line-height: 1.3;
  font-size: 34px;
  font-weight: 900;
  color: #000;
  letter-spacing: -0.68px;
  border-width: 2px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}
.promotion .sector-title {
  background: linear-gradient(180deg, #000 0%, #221D0D 40.92%, #000 100%);
}
.promotion .sector-title::after {
  content: "";
  position: absolute;
  top: 317px;
  left: 50%;
  display: block;
  width: 2101px;
  height: 679px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/exam/251027/pc/title_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: translateX(-50%);
}
.promotion .sector-title .wrap {
  z-index: 1;
  height: 1313px;
}
.promotion .sector-title p {
  position: absolute;
  right: 0;
  left: 0;
  opacity: 0;
}
.promotion .sector-title p.title-1 {
  top: 52px;
}
.promotion .sector-title p.title-2 {
  top: 231px;
}
.promotion .sector-title p.title-3 {
  top: 288px;
}
.promotion .sector-title p.title-4 {
  top: 693px;
}
.promotion .sector-title p.title-teacher {
  top: 614px;
}
.promotion .sector-title .period-list {
  position: absolute;
  top: 456px;
  right: 0;
  left: 0;
}
.promotion .sector-title .period-list .period {
  display: inline-block;
  width: 127px;
  height: 198px;
  margin: 0 15px;
  opacity: 0;
}
.promotion .sector-title .period-list .card {
  position: relative;
  padding: 20px 0;
  border-radius: 15px;
  border: 1px solid #4A4A4A;
  background: #FFF;
  background: linear-gradient(154deg, #FFF 49.9%, #DCDCDC 90.21%);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
}
.promotion .sector-title .period-list .card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: linear-gradient(179deg, #FFEA00 1.1%, #FFBF00 72.12%), linear-gradient(154deg, #BEBEBE 49.9%, #959595 90.21%);
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 0, 0.1);
  transform: rotate(10deg);
}
.promotion .sector-title .period-list .card p {
  position: static;
  line-height: 1;
  opacity: 1;
}
.promotion .sector-title .period-list .card p.round {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.84px;
}
.promotion .sector-title .period-list .card p.date {
  display: flex;
  justify-content: center;
  margin-top: 15px;
  font-size: 50px;
  font-weight: 900;
  color: #000;
  letter-spacing: -3px;
}
.promotion .sector-title .period-list .card p.date span {
  position: relative;
  line-height: 1;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-title .period-list .card p.date span + span {
  margin-top: 47px;
}
.promotion .sector-title .period-list .card p.date span + span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 5px;
  width: 100px;
  height: 1px;
  background-color: #ADADAD;
  transform: rotate(-35deg);
}
.promotion .sector-title .period-list .card p.day {
  margin-top: 16px;
  font-size: 15px;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.45px;
  text-transform: capitalize;
}
.promotion .sector-title .flag-list {
  position: absolute;
  top: 591px;
  left: 50%;
  margin-left: 570px;
  opacity: 0;
}
.promotion .sector-title .flag-list div + div {
  margin-top: -16px;
}
.promotion .sector-title .flag-list .flag-2, .promotion .sector-title .flag-list .flag-1 {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  padding: 2px;
}
.promotion .sector-title .flag-list .flag-2 .flag-inner, .promotion .sector-title .flag-list .flag-1 .flag-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.promotion .sector-title .flag-list .flag-2 span, .promotion .sector-title .flag-list .flag-1 span {
  line-height: 1.35;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}
.promotion .sector-title .flag-list .flag-1 {
  background-color: #000;
  filter: drop-shadow(0 0 26px rgba(255, 191, 0, 0.8));
}
.promotion .sector-title .flag-list .flag-1 .flag-inner {
  background: linear-gradient(179deg, #FFEA00 1.1%, #FFBF00 72.12%), linear-gradient(156deg, #CD0088 0.79%, #8400FF 90.9%);
}
.promotion .sector-title .flag-list .flag-1 span {
  color: #000;
}
.promotion .sector-title .flag-list .flag-2 {
  background: #FFEA00;
  background: linear-gradient(156deg, #FFEA00 0%, #FFBF00 73%);
  filter: drop-shadow(0 0 26px rgba(255, 191, 0, 0.8));
}
.promotion .sector-title .flag-list .flag-2 .flag-inner {
  background-color: #000;
}
.promotion .sector-title .flag-list .flag-2 span {
  background: linear-gradient(106.45deg, #FFEA00 0%, #FFBF00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.promotion .sector-title .action {
  position: absolute;
  top: 1113px;
  right: 0;
  left: 0;
  opacity: 0;
}
.promotion .sector-title .action a {
  background: #FFBF00;
}
.promotion .title-box p {
  color: #FFF;
}
.promotion .title-box p span {
  letter-spacing: inherit;
}
.promotion .title-box p.title-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin: 100px auto 0;
  line-height: 1;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 900;
  color: #0A081B;
  border-radius: 10px;
  background: #FFF;
}
.promotion .title-box p.title-1 {
  margin-top: 40px;
  line-height: 1.3;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -1.12px;
}
.promotion .title-box p.title-2 {
  margin-top: 40px;
  font-size: 24px;
  font-weight: 600;
}
.promotion .title-box .point-1 {
  color: #FFBF00;
}
.promotion .title-box .point-2 {
  color: #FFAA00;
}
.promotion .sector-solution {
  padding-bottom: 100px;
  background: linear-gradient(0deg, #322800 0%, #010100 41.7%, #000 96.59%);
}
.promotion .sector-solution::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: block;
  width: 1576px;
  height: 1445px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/exam/251027/pc/solution_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  transform: translateX(-50%);
}
.promotion .sector-solution .wrap {
  z-index: 2;
}
.promotion .sector-solution .title-box + .title-box .title-number {
  margin-top: 156px;
}
.promotion .sector-solution .title-box .title-1:only-child {
  margin-top: 66px;
  font-size: 56px;
}
.promotion .sector-solution .solution-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 50px 80px 0;
}
.promotion .sector-solution .plus {
  font-size: 70px;
  font-weight: 900;
  color: #FFF;
}
.promotion .sector-exam {
  padding-bottom: 50px;
  background: linear-gradient(180deg, #322800 0%, #473000 100%);
}
.promotion .sector-exam .title-box .title-2:only-child {
  font-size: 30px;
}
.promotion .sector-exam .exam-box {
  position: relative;
  margin-top: 40px;
}
.promotion .sector-exam .exam-list {
  position: absolute;
  top: 194px;
  right: 100px;
  left: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.promotion .sector-exam .exam-list > div {
  border-radius: 35px;
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
.promotion .sector-exam .notice {
  margin-top: 50px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.84px;
}
.promotion .sector-easy {
  padding-bottom: 100px;
  background-color: #473000;
}
.promotion .sector-easy .title-box .title-number {
  color: #A37C29;
}
.promotion .sector-easy .slide-box {
  margin: 50px 50px 0;
}
.promotion .sector-schedule {
  padding-bottom: 110px;
}
.promotion .sector-schedule .title-box p.title-1 {
  margin-top: 100px;
  color: #000;
  font-weight: 900;
  letter-spacing: -2px;
}
.promotion .sector-schedule .schedule-box {
  position: relative;
  margin: 80px 50px 0;
}
.promotion .sector-schedule .schedule-item {
  margin-top: 80px;
  text-align: left;
  color: #212121;
}
.promotion .sector-schedule .schedule-item:first-child {
  margin-top: 0;
}
.promotion .sector-schedule .schedule-title {
  line-height: 1.375;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: -1.6px;
}
.promotion .sector-schedule .step-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  border-top-width: 4px;
  border-top-style: solid;
  border-top-color: rgba(183, 150, 43, 0.2);
}
.promotion .sector-schedule .step-list > div {
  position: relative;
  width: 250px;
  text-align: center;
  padding-top: 18px;
}
.promotion .sector-schedule .step-list > div::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #B7962B;
  transform: translateX(-50%);
}
.promotion .sector-schedule .step-list > div .label {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 4px 40px 3px;
  line-height: 1.4;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-weight: 700;
  color: #000;
  border-radius: 38px;
  background: linear-gradient(179deg, #FFEA00 1.1%, #FFBF00 72.12%);
}
.promotion .sector-schedule .step-list > div .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  height: 198px;
  margin-top: -18px;
  line-height: 1.36;
  font-size: 22px;
  color: #212121;
  letter-spacing: -0.88px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(33, 33, 33, 0.08);
}
.promotion .sector-schedule .step-list > div .text strong {
  font-weight: 900;
}
.promotion .sector-schedule .step-list > div .text span {
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.56px;
}
.promotion .sector-schedule .info-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 36px;
  line-height: 1.6;
  font-weight: 500;
  color: #212121;
}
.promotion .sector-schedule .info-list + .info-list {
  margin-top: 20px;
}
.promotion .sector-schedule .info-list dt {
  min-width: 160px;
  padding: 2px 15px 3px;
  text-align: center;
  font-size: 22px;
  border: 1px solid #212121;
  border-radius: 40px;
}
.promotion .sector-schedule .info-list dd {
  margin-left: 10px;
  font-size: 24px;
}
.promotion .sector-schedule .schedule-table {
  margin: 36px auto 0;
}
.promotion .sector-schedule .schedule-table .tab-list {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-bottom-color: #FFBF00;
}
.promotion .sector-schedule .schedule-table .tab-list li {
  width: 100%;
  height: 65px;
  line-height: 65px;
}
.promotion .sector-schedule .schedule-table .tab-list li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  color: #C0BEC9;
  letter-spacing: -0.96px;
  border-radius: 12px 12px 0px 0px;
}
.promotion .sector-schedule .schedule-table .tab-list li.on a {
  color: #000;
  background: linear-gradient(179deg, #FFEA00 1.1%, #FFBF00 72.12%), #FFBF00;
}
.promotion .sector-schedule .schedule-table .tab-view {
  display: none;
}
.promotion .sector-schedule .schedule-table .tab-view.on {
  display: block;
}
.promotion .sector-schedule table {
  width: 100%;
  border-bottom: 1px solid #000;
}
.promotion .sector-schedule table th,
.promotion .sector-schedule table td {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
}
.promotion .sector-schedule table th {
  font-weight: 700;
}
.promotion .sector-schedule table thead th {
  padding: 11px 0;
  line-height: 1.3;
  font-size: 18px;
  color: #000;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #000;
  background: #FFFDF7;
}
.promotion .sector-schedule table thead th:last-child {
  border-right: 0;
}
.promotion .sector-schedule table thead tr:nth-child(1) th:nth-last-child(1) {
  border-bottom-color: #d2d2d2;
}
.promotion .sector-schedule table tbody th,
.promotion .sector-schedule table tbody td {
  height: 100px;
  text-align: center;
}
.promotion .sector-schedule table tbody th {
  background-color: #FFF9E6;
}
.promotion .sector-schedule table tbody td {
  line-height: 1.2;
}
.promotion .sector-schedule table tbody td.time {
  border-left: 1px solid #E0E0E0;
}
.promotion .sector-schedule table tbody td.time li {
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.promotion .sector-schedule table tbody tr:nth-child(2) td {
  border-top: 1px solid #E0E0E0;
}
.promotion .sector-schedule .action {
  margin-top: 60px;
}
.promotion .sector-schedule .action button {
  background: linear-gradient(180deg, #444 0%, #000 100%), #000;
  box-shadow: 0px 6px 20px 0px rgba(0, 0, 0, 0.25);
}
.promotion .sector-schedule .action button span {
  background: linear-gradient(106.45deg, #FFEA00 0%, #FFBF00 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.promotion .sector-schedule .academy-table {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  background: #FFF9E6;
}
.promotion .sector-schedule .academy-table .academy-title {
  width: 100%;
  padding: 30px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.88px;
}
.promotion .sector-schedule .academy-table .academy-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
}
.promotion .sector-schedule .academy-table .academy-list .list-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px;
  border-left: 1px solid #E0E0E0;
}
.promotion .sector-schedule .academy-table .academy-list .item-info p {
  color: #373737;
  line-height: 130%;
}
.promotion .sector-schedule .academy-table .academy-list .item-info p.area {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.88px;
}
.promotion .sector-schedule .academy-table .academy-list .item-info p.tel {
  margin-top: 6px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.72px;
}
.promotion .sector-schedule .academy-table .academy-list .item-info p.tel a {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}
.promotion .sector-schedule .academy-table .academy-list .action {
  width: 246px;
  margin: 20px auto 0;
}
.promotion .sector-schedule .academy-table .academy-list .action button,
.promotion .sector-schedule .academy-table .academy-list .action a {
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  box-shadow: none;
}
.promotion .sector-schedule .notice-list {
  margin-top: 20px;
}
.promotion .sector-schedule .notice-list li {
  color: rgba(68, 68, 68, 0.5);
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.promotion .sector-notice {
  background-color: #F8F8F8;
}
.promotion .sector-notice .wrap-full {
  padding: 22px 0;
  background: #EBEBEB;
}
.promotion .sector-notice .wrap-full .notice-title {
  text-align: center;
  font-size: 30px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1.2px;
}
.promotion .sector-notice .wrap {
  width: 1100px;
  padding: 80px 0;
}
.promotion .sector-notice .notice-box {
  text-align: left;
  font-size: 16px;
  word-break: keep-all;
}
.promotion .sector-notice .notice-box:first-child {
  padding-top: 0;
}
.promotion .sector-notice .notice-box:first-child .notice-list li {
  margin-top: 0;
}
.promotion .sector-notice .notice-box .notice-title {
  margin-top: 40px;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}
.promotion .sector-notice .notice-box .notice-title:first-child {
  margin-top: 0;
}
.promotion .sector-notice .notice-box .dash-list {
  margin-top: 10px;
}
.promotion .sector-notice .notice-box .dash-list li {
  color: #1a1a1a;
}
.promotion .sector-notice .notice-box .dash-list li:first-child {
  margin-top: 0;
}
.promotion .sector-notice .notice-box .refer-list li {
  margin-top: 0;
}
.promotion .sector-notice .notice-box .underline {
  text-decoration: underline;
}
.promotion .sector-notice .notice-box .red {
  color: #ff3838;
}/*# sourceMappingURL=web.css.map */