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

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

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

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

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

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

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

.effect-bounce-diagonal {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.effect-bounce-updown {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.effect-extend {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.effect-blink {
  -webkit-font-smoothing: antialiased;
  backface-visibility: hidden;
  text-rendering: optimizeLegibility;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}

.promotion {
  text-align: center;
  overflow: hidden;
}
.promotion * {
  line-height: normal;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion * {
    letter-spacing: -1px;
  }
}
.promotion * {
  box-sizing: border-box;
}
.promotion [class^=sector-] {
  position: relative;
}
.promotion button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p {
  margin: 0;
  padding: 0;
}
.promotion img {
  vertical-align: top;
}
.promotion .wrap,
.promotion .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full {
  width: 100%;
}
.promotion .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
.promotion .slide-box .slick-list * {
  line-height: 1;
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.0277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 65px;
  }
}
.promotion .slick-arrow.slick-prev {
  height: 9.0277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 65px;
  }
}
.promotion .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -90.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    margin-left: -650px;
  }
}
.promotion .slick-arrow.slick-prev {
  background: transparent;
}
.promotion .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.2569444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    width: 16.25px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  height: 2.2569444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    height: 16.25px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 9.0277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 65px;
  }
}
.promotion .slick-arrow.slick-next {
  height: 9.0277777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 65px;
  }
}
.promotion .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -90.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    margin-right: -650px;
  }
}
.promotion .slick-arrow.slick-next {
  background: transparent;
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.2569444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 16.25px;
  }
}
.promotion .slick-arrow.slick-next::before {
  height: 2.2569444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 16.25px;
  }
}
.promotion .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
.promotion .slick-dots {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots {
    margin-top: 20px;
  }
}
.promotion .slick-dots li {
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li {
    width: 12px;
  }
}
.promotion .slick-dots li {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li {
    height: 12px;
  }
}
.promotion .slick-dots li {
  margin: 0 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li {
    margin: 0 4px;
  }
}
.promotion .slick-dots li {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.1);
}
.promotion .slick-dots li.slick-active {
  width: 6.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li.slick-active {
    width: 44px;
  }
}
.promotion .slick-dots li.slick-active {
  background-color: #FFBF00;
  border-radius: 150px;
}

.eduf-layer-guide .eduf-layer-wrap {
  max-width: 660px;
  overflow: hidden;
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-guide .eduf-layer-wrap {
    border-radius: 20px;
  }
}
.eduf-layer-guide .eduf-layer-title {
  padding: 2.7777777778vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-guide .eduf-layer-title {
    padding: 20px 30px;
  }
}
.eduf-layer-guide .eduf-layer-title {
  background: #FFC300;
}
.eduf-layer-guide .eduf-layer-title strong {
  color: #000;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-guide .eduf-layer-title strong {
    font-size: 24px;
  }
}
.eduf-layer-guide .eduf-layer-title strong {
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-guide .eduf-layer-title strong {
    letter-spacing: -1.2px;
  }
}
.eduf-layer-guide .eduf-layer-content {
  padding: 5.5555555556vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-guide .eduf-layer-content {
    padding: 40px 30px;
  }
}
.eduf-layer-guide .eduf-layer-content ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}
.eduf-layer-guide .eduf-layer-content ul li {
  width: 30%;
  flex-shrink: 0;
  color: #000;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-guide .eduf-layer-content ul li {
    font-size: 18px;
  }
}
.eduf-layer-guide .eduf-layer-content ul li {
  font-weight: 400;
  line-height: 180%;
  letter-spacing: -0.1vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-guide .eduf-layer-content ul li {
    letter-spacing: -0.72px;
  }
}

.eduf-layer-test .eduf-layer-wrap {
  position: relative;
  margin: 0 auto;
  max-width: 87.2222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-wrap {
    max-width: 628px;
  }
}
.eduf-layer-test .eduf-layer-wrap {
  border-radius: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-wrap {
    border-radius: 30px;
  }
}
.eduf-layer-test .eduf-layer-wrap {
  overflow: hidden;
}
.eduf-layer-test .eduf-layer-wrap .eduf-layer-content {
  display: flex;
  flex-direction: column;
  max-height: 85vh;
  padding: 0;
  overflow-y: auto;
  background: #fff;
}
.eduf-layer-test .result-img {
  position: relative;
  width: 100%;
  height: 73.6111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-img {
    height: 530px;
  }
}
.eduf-layer-test .result-img {
  flex-shrink: 0;
}
.eduf-layer-test .result-img img, .eduf-layer-test .result-img video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eduf-layer-test .result-img img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.eduf-layer-test .result-info {
  padding: 6.9444444444vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-info {
    padding: 50px 30px;
  }
}
.eduf-layer-test .result-info {
  text-align: left;
}
.eduf-layer-test .result-top .ai-result {
  position: relative;
  color: #000;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .ai-result {
    font-size: 26px;
  }
}
.eduf-layer-test .result-top .ai-result {
  font-weight: 700;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .ai-result {
    letter-spacing: -1px;
  }
}
.eduf-layer-test .result-top .ai-result {
  word-break: keep-all;
  white-space: nowrap;
}
.eduf-layer-test .result-top .type-name {
  margin-top: 5.6944444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .type-name {
    margin-top: 41px;
  }
}
.eduf-layer-test .result-top .type-name {
  color: #000;
  font-size: 4.7222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .type-name {
    font-size: 34px;
  }
}
.eduf-layer-test .result-top .type-name {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .type-name {
    letter-spacing: -1px;
  }
}
.eduf-layer-test .result-top .analysis-box {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .analysis-box {
    margin-top: 40px;
  }
}
.eduf-layer-test .result-top .analysis-box .label-analysis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.1111111111vw 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .analysis-box .label-analysis {
    padding: 8px 14px;
  }
}
.eduf-layer-test .result-top .analysis-box .label-analysis {
  border-radius: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .analysis-box .label-analysis {
    border-radius: 50px;
  }
}
.eduf-layer-test .result-top .analysis-box .label-analysis {
  background: #DFDFDF;
  color: #000;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .analysis-box .label-analysis {
    font-size: 16px;
  }
}
.eduf-layer-test .result-top .analysis-box .label-analysis {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .analysis-box .label-analysis {
    letter-spacing: -1px;
  }
}
.eduf-layer-test .result-top .analysis-box .desc {
  margin-top: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .analysis-box .desc {
    margin-top: 11px;
  }
}
.eduf-layer-test .result-top .analysis-box .desc {
  color: #4B4B4B;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .analysis-box .desc {
    font-size: 24px;
  }
}
.eduf-layer-test .result-top .analysis-box .desc {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-top .analysis-box .desc {
    letter-spacing: -1px;
  }
}
.eduf-layer-test .result-top .analysis-box .desc {
  word-break: keep-all;
}
.eduf-layer-test .result-bottom {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom {
    margin-top: 40px;
  }
}
.eduf-layer-test .result-bottom .solution-box .label-img, .eduf-layer-test .result-bottom .prescription-box .label-img {
  display: inline-block;
  position: relative;
  margin: 10.9722222222vw 0 0 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .label-img, .eduf-layer-test .result-bottom .prescription-box .label-img {
    margin: 79px 0 0 60px;
  }
}
.eduf-layer-test .result-bottom .solution-box .label-img p, .eduf-layer-test .result-bottom .prescription-box .label-img p {
  position: relative;
  padding: 0.4166666667vw 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .label-img p, .eduf-layer-test .result-bottom .prescription-box .label-img p {
    padding: 3px 18px;
  }
}
.eduf-layer-test .result-bottom .solution-box .label-img p, .eduf-layer-test .result-bottom .prescription-box .label-img p {
  border-radius: 6.9444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .label-img p, .eduf-layer-test .result-bottom .prescription-box .label-img p {
    border-radius: 50px;
  }
}
.eduf-layer-test .result-bottom .solution-box .label-img p, .eduf-layer-test .result-bottom .prescription-box .label-img p {
  background: #000;
  color: #E1FF00;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .label-img p, .eduf-layer-test .result-bottom .prescription-box .label-img p {
    font-size: 24px;
  }
}
.eduf-layer-test .result-bottom .solution-box .label-img p, .eduf-layer-test .result-bottom .prescription-box .label-img p {
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .label-img p, .eduf-layer-test .result-bottom .prescription-box .label-img p {
    letter-spacing: -1px;
  }
}
.eduf-layer-test .result-bottom .solution-box .label-img p, .eduf-layer-test .result-bottom .prescription-box .label-img p {
  z-index: 1;
}
.eduf-layer-test .result-bottom .solution-box .label-img img, .eduf-layer-test .result-bottom .prescription-box .label-img img {
  position: absolute;
  bottom: 0;
  left: -8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .label-img img, .eduf-layer-test .result-bottom .prescription-box .label-img img {
    left: -60px;
  }
}
.eduf-layer-test .result-bottom .solution-box .label-img img, .eduf-layer-test .result-bottom .prescription-box .label-img img {
  height: 16.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .label-img img, .eduf-layer-test .result-bottom .prescription-box .label-img img {
    height: 120px;
  }
}
.eduf-layer-test .result-bottom .solution-box .desc, .eduf-layer-test .result-bottom .prescription-box .desc {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .desc, .eduf-layer-test .result-bottom .prescription-box .desc {
    margin-top: 20px;
  }
}
.eduf-layer-test .result-bottom .solution-box .desc, .eduf-layer-test .result-bottom .prescription-box .desc {
  color: #4B4B4B;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .desc, .eduf-layer-test .result-bottom .prescription-box .desc {
    font-size: 24px;
  }
}
.eduf-layer-test .result-bottom .solution-box .desc, .eduf-layer-test .result-bottom .prescription-box .desc {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.2666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .solution-box .desc, .eduf-layer-test .result-bottom .prescription-box .desc {
    letter-spacing: -1.92px;
  }
}
.eduf-layer-test .result-bottom .solution-box .desc, .eduf-layer-test .result-bottom .prescription-box .desc {
  word-break: keep-all;
}
.eduf-layer-test .result-bottom .prescription-box {
  margin-top: 5.6944444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .result-bottom .prescription-box {
    margin-top: 41px;
  }
}
.eduf-layer-test .result-bottom .prescription-box .desc {
  color: #00A564;
}
.eduf-layer-test .eduf-layer-action {
  margin-top: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-action {
    margin-top: 60px;
  }
}
.eduf-layer-test .eduf-layer-action {
  display: flex;
  flex-direction: column;
  gap: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-action {
    gap: 20px;
  }
}
.eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 15.2777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
    height: 110px;
  }
}
.eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
  padding: 2.7777777778vw 4.0277777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
    padding: 20px 29px;
  }
}
.eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
  border-radius: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
    border-radius: 16px;
  }
}
.eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
  border: 1px solid #B7D000;
  background: linear-gradient(0deg, #B7D000 -0.83%, #F3FF9C 99.17%);
  color: #001B34;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
    font-size: 20px;
  }
}
.eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.1333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
    letter-spacing: -0.96px;
  }
}
.eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
  cursor: pointer;
  text-align: center;
}
.eduf-layer-test .eduf-layer-action .btn-reward strong, .eduf-layer-test .eduf-layer-action .btn-save strong {
  display: inline-block;
  font-size: 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .eduf-layer-action .btn-reward strong, .eduf-layer-test .eduf-layer-action .btn-save strong {
    font-size: 32px;
  }
}
.eduf-layer-test .eduf-layer-action .btn-reward strong, .eduf-layer-test .eduf-layer-action .btn-save strong {
  font-weight: 900;
}
.eduf-layer-test .eduf-layer-close {
  position: absolute;
  top: 0;
  right: 0;
}
.eduf-layer-test .test-share {
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .test-share {
    margin-top: 30px;
  }
}
.eduf-layer-test .test-share {
  display: flex;
  gap: 5.9722222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .test-share {
    gap: 43px;
  }
}
.eduf-layer-test .test-share {
  justify-content: center;
}
.eduf-layer-test .test-share button {
  display: inline-flex;
  width: 10.9722222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .test-share button {
    width: 79px;
  }
}
.eduf-layer-test .test-share button {
  height: 10.9722222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-test .test-share button {
    height: 79px;
  }
}
.eduf-layer-test .test-share button {
  border-radius: 50%;
  background: none;
  border: none;
  cursor: pointer;
}
.eduf-layer-test .test-share button img {
  width: 100%;
}
@media screen and (min-width: 1160px) {
  .eduf-layer-test .eduf-layer-wrap {
    width: 1160px;
    max-width: unset;
    max-height: unset;
    border-radius: 0;
    overflow: visible;
  }
  .eduf-layer-test .eduf-layer-wrap .eduf-layer-content {
    flex-direction: row;
    max-height: 95vh;
    border-radius: 30px;
  }
  .eduf-layer-test .result-img {
    position: relative;
    width: 394px;
    height: 521px;
    flex-shrink: 0;
    border-radius: 30px 0 0 30px;
    overflow: hidden;
  }
  .eduf-layer-test .result-img img, .eduf-layer-test .result-img video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .eduf-layer-test .result-img img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .eduf-layer-test .result-info {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 30px 38px;
  }
  .eduf-layer-test .eduf-layer-close {
    top: -60px;
    right: 0;
  }
  .eduf-layer-test .eduf-layer-close::before, .eduf-layer-test .eduf-layer-close::after {
    background-color: #FFF;
  }
  .eduf-layer-test .test-share {
    position: absolute;
    top: 26px;
    right: 40px;
    gap: 10px;
    margin-top: 0;
  }
  .eduf-layer-test .test-share button {
    display: inline-flex;
    width: 59px;
    height: 59px;
  }
  .eduf-layer-test .eduf-layer-content {
    max-height: none;
    padding: 0;
    text-align: left;
  }
  .eduf-layer-test .eduf-layer-content .result-top .ai-result {
    font-size: 19px;
    letter-spacing: -1px;
  }
  .eduf-layer-test .eduf-layer-content .result-top .ai-result:before {
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
  }
  .eduf-layer-test .eduf-layer-content .result-top .type-name {
    margin-top: 15px;
    font-size: 30px;
  }
  .eduf-layer-test .eduf-layer-content .result-top .analysis-box {
    margin-top: 30px;
  }
  .eduf-layer-test .eduf-layer-content .result-top .analysis-box .label-analysis {
    padding: 5px 13px;
    font-size: 16px;
    background: #000;
    color: #fff;
  }
  .eduf-layer-test .eduf-layer-content .result-top .analysis-box .desc {
    font-size: 18px;
    line-height: 1.62;
    letter-spacing: -1px;
  }
  .eduf-layer-test .eduf-layer-content .result-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 26px;
  }
  .eduf-layer-test .eduf-layer-content .result-bottom .solution-box .label-img, .eduf-layer-test .eduf-layer-content .result-bottom .prescription-box .label-img {
    margin: 40px 0 0 40px;
  }
  .eduf-layer-test .eduf-layer-content .result-bottom .solution-box .label-img p, .eduf-layer-test .eduf-layer-content .result-bottom .prescription-box .label-img p {
    padding: 3px 18px;
    border-radius: 50px;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -1px;
  }
  .eduf-layer-test .eduf-layer-content .result-bottom .solution-box .label-img img, .eduf-layer-test .eduf-layer-content .result-bottom .prescription-box .label-img img {
    left: -41px;
    height: 70px;
  }
  .eduf-layer-test .eduf-layer-content .result-bottom .solution-box .desc, .eduf-layer-test .eduf-layer-content .result-bottom .prescription-box .desc {
    font-size: 18px;
    line-height: 1.62;
    letter-spacing: -1px;
  }
  .eduf-layer-test .eduf-layer-content .result-bottom .prescription-box {
    flex: 1 0 0;
    margin-top: 0;
  }
  .eduf-layer-test .eduf-layer-action {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 20px;
    padding-top: 40px;
  }
  .eduf-layer-test .eduf-layer-action .btn-reward, .eduf-layer-test .eduf-layer-action .btn-save {
    align-items: flex-start;
    height: unset;
    padding: 18px 29px;
    border-radius: 16px;
    color: #222;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-align: left;
  }
  .eduf-layer-test .eduf-layer-action .btn-reward strong, .eduf-layer-test .eduf-layer-action .btn-save strong {
    display: inline;
    margin-right: 5px;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: -0.88px;
  }
  .eduf-layer-test .eduf-layer-action .btn-reward::after, .eduf-layer-test .eduf-layer-action .btn-save::after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(45deg);
  }
}

#edufLayerApply .eduf-layer-wrap .eduf-layer-content {
  padding-top: 0;
}

@keyframes cookieCrack {
  0% {
    transform: scale(0.85) rotate(0deg);
    opacity: 0;
  }
  25% {
    transform: scale(1.08) rotate(-4deg);
    opacity: 1;
  }
  50% {
    transform: scale(0.98) rotate(4deg);
  }
  75% {
    transform: scale(1.05) rotate(-2deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
.promotion .motion-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-scale-x-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-up-1,
.promotion .active .motion-down-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-left-1,
.promotion .active .motion-right-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-extend-1,
.promotion .active .motion-reduce-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.promotion .active .motion-extend-rt-1,
.promotion .active .motion-extend-lt-1,
.promotion .active .motion-extend-rb-1,
.promotion .active .motion-extend-lb-1 {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-height-top-1,
.promotion .active .motion-height-bottom-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-scale-x-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-up-2,
.promotion .active .motion-down-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-left-2,
.promotion .active .motion-right-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-extend-2,
.promotion .active .motion-reduce-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.promotion .active .motion-extend-rt-2,
.promotion .active .motion-extend-lt-2,
.promotion .active .motion-extend-rb-2,
.promotion .active .motion-extend-lb-2 {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-height-top-2,
.promotion .active .motion-height-bottom-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-scale-x-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-up-3,
.promotion .active .motion-down-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-left-3,
.promotion .active .motion-right-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-extend-3,
.promotion .active .motion-reduce-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.promotion .active .motion-extend-rt-3,
.promotion .active .motion-extend-lt-3,
.promotion .active .motion-extend-rb-3,
.promotion .active .motion-extend-lb-3 {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-height-top-3,
.promotion .active .motion-height-bottom-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-scale-y-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-scale-x-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-up-4,
.promotion .active .motion-down-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-left-4,
.promotion .active .motion-right-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-extend-4,
.promotion .active .motion-reduce-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.promotion .active .motion-extend-rt-4,
.promotion .active .motion-extend-lt-4,
.promotion .active .motion-extend-rb-4,
.promotion .active .motion-extend-lb-4 {
  opacity: 1;
  transition-delay: 0.8s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-height-top-4,
.promotion .active .motion-height-bottom-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-scale-y-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.promotion .active .motion-scale-x-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.promotion .active .motion-up-5,
.promotion .active .motion-down-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-left-5,
.promotion .active .motion-right-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-extend-5,
.promotion .active .motion-reduce-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.promotion .active .motion-extend-rt-5,
.promotion .active .motion-extend-lt-5,
.promotion .active .motion-extend-rb-5,
.promotion .active .motion-extend-lb-5 {
  opacity: 1;
  transition-delay: 1s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.promotion .active .motion-height-top-5,
.promotion .active .motion-height-bottom-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.promotion .active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-scale-y-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-scale-x-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-up-6,
.promotion .active .motion-down-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-left-6,
.promotion .active .motion-right-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-extend-6,
.promotion .active .motion-reduce-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.2s;
}
.promotion .active .motion-extend-rt-6,
.promotion .active .motion-extend-lt-6,
.promotion .active .motion-extend-rb-6,
.promotion .active .motion-extend-lb-6 {
  opacity: 1;
  transition-delay: 1.2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-height-top-6,
.promotion .active .motion-height-bottom-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-scale-y-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-scale-x-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-up-7,
.promotion .active .motion-down-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-left-7,
.promotion .active .motion-right-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-extend-7,
.promotion .active .motion-reduce-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.4s;
}
.promotion .active .motion-extend-rt-7,
.promotion .active .motion-extend-lt-7,
.promotion .active .motion-extend-rb-7,
.promotion .active .motion-extend-lb-7 {
  opacity: 1;
  transition-delay: 1.4s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-height-top-7,
.promotion .active .motion-height-bottom-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-scale-y-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-scale-x-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-up-8,
.promotion .active .motion-down-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-left-8,
.promotion .active .motion-right-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-extend-8,
.promotion .active .motion-reduce-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.6s;
}
.promotion .active .motion-extend-rt-8,
.promotion .active .motion-extend-lt-8,
.promotion .active .motion-extend-rb-8,
.promotion .active .motion-extend-lb-8 {
  opacity: 1;
  transition-delay: 1.6s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-height-top-8,
.promotion .active .motion-height-bottom-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-scale-y-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-scale-x-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-up-9,
.promotion .active .motion-down-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-left-9,
.promotion .active .motion-right-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-extend-9,
.promotion .active .motion-reduce-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.8s;
}
.promotion .active .motion-extend-rt-9,
.promotion .active .motion-extend-lt-9,
.promotion .active .motion-extend-rb-9,
.promotion .active .motion-extend-lb-9 {
  opacity: 1;
  transition-delay: 1.8s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-height-top-9,
.promotion .active .motion-height-bottom-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-scale-y-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.promotion .active .motion-scale-x-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.promotion .active .motion-up-10,
.promotion .active .motion-down-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-left-10,
.promotion .active .motion-right-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-extend-10,
.promotion .active .motion-reduce-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2s;
}
.promotion .active .motion-extend-rt-10,
.promotion .active .motion-extend-lt-10,
.promotion .active .motion-extend-rb-10,
.promotion .active .motion-extend-lb-10 {
  opacity: 1;
  transition-delay: 2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.promotion .active .motion-height-top-10,
.promotion .active .motion-height-bottom-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1160px;
}
.promotion .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #000;
}
.promotion .fix-wing {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
.promotion .fix-wing div {
  filter: drop-shadow(4px 4px 14px rgba(0, 0, 0, 0.05));
}
.promotion .fix-wing div + div {
  margin-top: 12px;
}
.promotion .fix-wing .wing-share {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 200px;
  gap: 12px;
  padding: 19px 36px;
  border-radius: 16px;
  border: 1px solid #E1FF00;
  background: linear-gradient(180deg, #FFFDF5 22.62%, #FFF 100%), linear-gradient(180deg, #FFFDF3 22.62%, #FFE5CA 100%);
}
.promotion .fix-wing .wing-share p {
  color: #222;
  font-size: 20px;
  font-weight: 700;
  line-height: 131%;
  letter-spacing: -1.63px;
}
.promotion .fix-wing .wing-share .action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.promotion .title-box + div {
  margin-top: 40px;
}
.promotion .eduwill-title {
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  filter: drop-shadow(1px 1px #000) drop-shadow(1px -1px #000) drop-shadow(1px 1px #000);
  paint-order: stroke;
  font-size: 45px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 20px;
}
.promotion .eduwill-title .highlight {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  color: #DEFF7D;
  paint-order: stroke;
}
.promotion .main-title {
  color: #212121;
  font-size: 36px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.8px;
}
.promotion .main-title strong {
  font-weight: 700;
}
.promotion .main-title + .sub-title {
  margin-top: 20px;
}
.promotion .label-title {
  display: inline-block;
  min-width: 254px;
  padding: 12px 30px;
  border-radius: 50px;
  border: 1px solid #F0FFC3;
  background: #000;
  color: #DEFF7D;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -1px;
  margin-bottom: 25px;
}
.promotion .sub-title {
  color: #000;
  font-size: 20px;
  font-weight: 400;
  line-height: 169%;
  letter-spacing: -0.9px;
}
.promotion .list-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.promotion .slide-box {
  position: relative;
  margin-top: 40px;
}
.promotion .slide-box .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev {
    width: 30px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev {
  height: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev {
    height: 30px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  margin-left: -69.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev {
    margin-left: -500px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev {
  background: none;
}
.promotion .slide-box .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.0416666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev::before {
    width: 7.5px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev::before {
  height: 1.0416666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-prev::before {
    height: 7.5px;
  }
}
.promotion .slide-box .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.promotion .slide-box .slick-arrow.slick-prev {
  margin-top: -20px;
}
.promotion .slide-box .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next {
    width: 30px;
  }
}
.promotion .slide-box .slick-arrow.slick-next {
  height: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next {
    height: 30px;
  }
}
.promotion .slide-box .slick-arrow.slick-next {
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -69.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next {
    margin-right: -500px;
  }
}
.promotion .slide-box .slick-arrow.slick-next {
  background: none;
}
.promotion .slide-box .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.0416666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next::before {
    width: 7.5px;
  }
}
.promotion .slide-box .slick-arrow.slick-next::before {
  height: 1.0416666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slide-box .slick-arrow.slick-next::before {
    height: 7.5px;
  }
}
.promotion .slide-box .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
.promotion .slide-box .slick-arrow.slick-next {
  margin-top: -20px;
}
.promotion .img-box {
  position: relative;
  margin-top: 40px;
}
.promotion .base {
  margin-top: 20px;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.56px;
}
.promotion .base strong {
  font-weight: 800;
  letter-spacing: inherit;
  line-height: inherit;
}
.promotion .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 710px;
  padding: 33px 0;
  border-radius: 8px;
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%);
}
.promotion .btn-primary span {
  position: relative;
  display: inline-block;
}
.promotion .btn-primary span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-primary span::before {
    width: 10px;
  }
}
.promotion .btn-primary span::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-primary span::before {
    height: 10px;
  }
}
.promotion .btn-primary span::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-primary span::before {
    margin-top: -5px;
  }
}
.promotion .btn-primary span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-primary span::before {
    right: 20px;
  }
}
.promotion .btn-primary span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .btn-primary span {
  padding-right: 20px;
  color: #fff;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: -0.408px;
}
.promotion .btn-primary span::before {
  right: 0;
}
.promotion .btn-list {
  position: absolute;
  top: 97px;
  right: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  padding: 13px 0;
  border: 1px solid rgba(167, 167, 167, 0.45);
  background: linear-gradient(0deg, #EEE 0%, #FCFCFC 100%);
}
.promotion .btn-list span {
  position: relative;
  display: inline-block;
}
.promotion .btn-list span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-list span::before {
    width: 10px;
  }
}
.promotion .btn-list span::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-list span::before {
    height: 10px;
  }
}
.promotion .btn-list span::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-list span::before {
    margin-top: -5px;
  }
}
.promotion .btn-list span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-list span::before {
    right: 20px;
  }
}
.promotion .btn-list span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .btn-list span {
  padding-right: 20px;
  vertical-align: top;
  color: rgba(50, 50, 50, 0.8);
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.8px;
}
.promotion .btn-list span::before {
  right: 0;
}
.promotion .btn-submit {
  width: 100%;
  max-width: 620px;
  padding: 21px 0;
  border-radius: 16px;
  background: linear-gradient(180deg, #444 0%, #000 100%);
}
.promotion .btn-submit span {
  padding-right: 20px;
  color: #FD0;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
}
.promotion .btn-submit span {
  position: relative;
  display: inline-block;
}
.promotion .btn-submit span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-submit span::before {
    width: 6px;
  }
}
.promotion .btn-submit span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-submit span::before {
    height: 6px;
  }
}
.promotion .btn-submit span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-submit span::before {
    margin-top: -3px;
  }
}
.promotion .btn-submit span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .btn-submit span::before {
    right: 12px;
  }
}
.promotion .btn-submit span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .btn-submit span:before {
  right: 0;
}
.promotion .sector-hero {
  position: relative;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/event/260813/pc/bg_hero.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  overflow: hidden;
}
.promotion .sector-hero .hero-area {
  position: relative;
  z-index: 1;
}
.promotion .sector-hero .hero-area::before {
  content: "";
  position: absolute;
  top: 0 !important;
  left: 50% !important;
  transform: translateX(-50%);
  inset: 0;
  width: 1102px;
  height: 584px;
  border-radius: 30px;
  border: 2px solid rgba(222, 255, 125, 0.9);
  background: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 44px 0 rgba(222, 255, 125, 0.1);
  backdrop-filter: blur(11.5px);
  z-index: -1;
}
.promotion .sector-hero .title-area {
  position: relative;
  width: 1102px;
  padding: 55px 0;
  margin: 70px auto 0;
  border-radius: 30px;
  z-index: 1;
}
.promotion .sector-hero .title-1 {
  display: inline-block;
  padding: 0 29px;
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.3);
  color: #DEFF7D;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 35.551px;
  letter-spacing: -0.64px;
}
.promotion .sector-hero .title-2 {
  margin-top: 15px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.88px;
}
.promotion .sector-hero .title-3 {
  margin-top: 13px;
  color: #FFF;
  font-size: 62px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -2.48px;
}
.promotion .sector-hero .title-3 strong {
  color: #DEFF7D;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
}
.promotion .sector-hero .title-4 {
  margin-top: 15px;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.promotion .sector-hero .title-5 {
  margin-top: 40px;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.88px;
}
.promotion .sector-hero .action {
  margin-top: 40px;
}
.promotion .sector-hero .action a, .promotion .sector-hero .action button {
  display: block;
  width: 463px;
  padding: 25px 0;
  margin: 0 auto;
  border-radius: 20px;
  border: 1px solid #B7D000;
  background: linear-gradient(180deg, #444 0%, #000 100%), linear-gradient(0deg, #B7D000 -0.83%, #F3FF9C 99.17%);
}
.promotion .sector-hero .action a span, .promotion .sector-hero .action button span {
  padding-right: 33px;
}
.promotion .sector-hero .action a span, .promotion .sector-hero .action button span {
  position: relative;
  display: inline-block;
}
.promotion .sector-hero .action a span::before, .promotion .sector-hero .action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-hero .action a span::before, .promotion .sector-hero .action button span::before {
    width: 10px;
  }
}
.promotion .sector-hero .action a span::before, .promotion .sector-hero .action button span::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-hero .action a span::before, .promotion .sector-hero .action button span::before {
    height: 10px;
  }
}
.promotion .sector-hero .action a span::before, .promotion .sector-hero .action button span::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-hero .action a span::before, .promotion .sector-hero .action button span::before {
    margin-top: -5px;
  }
}
.promotion .sector-hero .action a span::before, .promotion .sector-hero .action button span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-hero .action a span::before, .promotion .sector-hero .action button span::before {
    right: 20px;
  }
}
.promotion .sector-hero .action a span::before, .promotion .sector-hero .action button span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-hero .action a span, .promotion .sector-hero .action button span {
  color: #DEFF7D;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.88px;
}
.promotion .sector-hero .action a span:before, .promotion .sector-hero .action button span:before {
  right: 0;
}
.promotion .sector-hero .img-hero {
  margin-top: -94px;
}
.promotion .sector-gift {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/event/260813/pc/bg_gift.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-gift:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(0deg, #FFF8DD 0%, #E2FFB7 100%);
}
.promotion .sector-gift .gift-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.promotion .sector-gift .gift-main {
  display: grid;
  grid-template-columns: 432px 1fr;
  align-items: stretch;
  gap: 20px;
}
.promotion .sector-gift .gift-group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.promotion .sector-gift .gift-row {
  display: grid;
  gap: 16px;
}
.promotion .sector-gift .gift-row.row-2col {
  grid-template-columns: repeat(2, 1fr);
}
.promotion .sector-gift .gift-row.row-3col {
  grid-template-columns: repeat(3, 1fr);
}
.promotion .sector-gift .gift-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #E1FF00;
  background: linear-gradient(180deg, rgba(219, 255, 99, 0.5) 0%, rgba(230, 255, 149, 0.5) 100%);
}
.promotion .sector-gift .gift-item .badge-count {
  position: absolute;
  top: 9px;
  left: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 64px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/event/260813/pc/bg_badge_count.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  color: #0D0D1A;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
  font-size: 15.3px;
  font-style: normal;
  font-weight: 900;
  line-height: 27.13px;
  letter-spacing: -0.465px;
  z-index: 1;
}
.promotion .sector-gift .gift-item .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.promotion .sector-gift .gift-item .name {
  margin-top: 15px;
  color: #222;
  font-size: 17px;
  font-style: normal;
  font-weight: 800;
  line-height: 22.95px;
  letter-spacing: -0.68px;
}
.promotion .sector-gift .item-lg .name {
  font-size: 24px;
  margin-top: 19px;
}
.promotion .sector-gift .item-lg .badge-count {
  top: -61px;
  left: -61px;
  width: 124px;
  height: 128px;
  color: #0D0D1A;
  font-size: 30.4px;
  line-height: 1.78;
  letter-spacing: -0.93px;
}
.promotion .sector-gift .gift-row .gift-item .box {
  flex: none;
}
.promotion .sector-gift .item-all {
  padding: 27px;
}
.promotion .sector-gift .item-all .name {
  margin-top: 25px;
}
.promotion .sector-gift .item-all .badge-count {
  top: -61px;
  left: -61px;
  width: 124px;
  height: 128px;
  color: #0D0D1A;
  font-size: 30.4px;
  line-height: 1.78;
  letter-spacing: -0.93px;
}
.promotion .sector-gift .item-all .box {
  width: auto;
  margin-top: 0;
}
.promotion .sector-gift .item-all .box img {
  max-width: 100%;
  max-height: 100%;
}
.promotion .sector-step {
  padding: 100px 0;
  background: #fff;
}
.promotion .sector-step .step-list {
  display: flex;
  justify-content: center;
  gap: 16px;
}
.promotion .sector-step .step-list .step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  padding: 30px 0;
  border-radius: 18px;
  border: 1px solid #DEFF7D;
  background: #F6FFDD;
}
.promotion .sector-step .step-list .step .step-num {
  display: inline-block;
  color: #000;
  font-size: 11px;
  font-weight: 900;
  line-height: 1px;
  letter-spacing: 1px;
  padding: 13px 12px;
  background: #DEFF7D;
  border-radius: 6px;
}
.promotion .sector-step .step-list .step .step-subject {
  margin-top: 20px;
  color: #000;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.9px;
}
.promotion .sector-step .base {
  margin-top: 40px;
}
.promotion .sector-step .action {
  margin-top: 20px;
}
.promotion .sector-event {
  position: relative;
  padding: 100px 0;
  background-color: #5A5045;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/event/260813/pc/bg_event.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-event .event-box {
  position: relative;
  margin-top: 40px;
}
.promotion .sector-event .test-swiper-wrap {
  width: 100%;
}
.promotion .sector-event .test-swiper {
  width: 1160px;
  margin: 0 auto;
  overflow: hidden;
}
.promotion .sector-event .test-swiper .swiper-slide {
  width: 100%;
}
.promotion .sector-event .test-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 650px;
  border-radius: 20px;
  border: 3px solid rgba(222, 255, 125, 0.8);
  background: linear-gradient(180deg, #F3FFD3 0%, #E8FFAA 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.5) 100%);
  overflow: hidden;
}
.promotion .sector-event .test-card .card-img {
  width: 100%;
  height: 290px;
  background: #F8F8F8;
}
.promotion .sector-event .test-card .card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion .sector-event .test-card .card-content {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 72px 124px;
}
.promotion .sector-event .test-card .card-content .page {
  position: absolute;
  top: 30px;
  right: 30px;
  display: inline-block;
  padding: 7px 30px;
  border-radius: 38px;
  border: 0.76px solid #F0FFC3;
  background: #000;
  color: #DEFF7D;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.76px;
}
.promotion .sector-event .test-card .card-content .q-text {
  margin-bottom: 30px;
  color: #0D0D1A;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.38px;
}
.promotion .sector-event .test-card .card-content .q-text strong {
  color: #93C400;
  font-size: 34px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: -0.38px;
}
.promotion .sector-event .test-card .card-content .q-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.promotion .sector-event .test-card .card-content .q-list li {
  width: 443px;
}
.promotion .sector-event .test-card .card-content .q-list li label {
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #FFF;
  box-shadow: 4px 4px 14px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: transform 0.3s;
}
.promotion .sector-event .test-card .card-content .q-list li label:has(input:checked) {
  box-shadow: inset 0 0 0 2px #93C400, 4px 4px 14px 0 rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}
.promotion .sector-event .test-card .card-content .q-list li label input[type=radio] {
  display: none;
}
.promotion .sector-event .test-card .card-content .q-list li label .txt {
  color: #0D0D1A;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.8px;
  word-break: keep-all;
  text-align: left;
}
.promotion .sector-event .test-card .card-content .q-list li label .txt strong {
  color: #0D0D1A;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: inherit;
  letter-spacing: -1.28px;
}
.promotion .sector-event .test-card .card-content .card-action {
  margin-top: 30px;
}
.promotion .sector-event .test-card .card-content .card-action button {
  padding: 20px 0;
  width: 372px;
  border-radius: 8px;
  background: rgba(168, 168, 168, 0.2);
  color: rgba(0, 27, 52, 0.2);
  border: 1px solid transparent;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.88px;
  cursor: pointer;
}
.promotion .sector-event .test-card .card-content .card-action button {
  position: relative;
  display: inline-block;
}
.promotion .sector-event .test-card .card-content .card-action button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.25vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .test-card .card-content .card-action button::before {
    width: 9px;
  }
}
.promotion .sector-event .test-card .card-content .card-action button::before {
  height: 1.25vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .test-card .card-content .card-action button::before {
    height: 9px;
  }
}
.promotion .sector-event .test-card .card-content .card-action button::before {
  margin-top: -0.625vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .test-card .card-content .card-action button::before {
    margin-top: -4.5px;
  }
}
.promotion .sector-event .test-card .card-content .card-action button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.5vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event .test-card .card-content .card-action button::before {
    right: 18px;
  }
}
.promotion .sector-event .test-card .card-content .card-action button::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-event .test-card .card-content .card-action button:before {
  right: 30px;
}
.promotion .sector-event .test-card .card-content .card-action button:not(:disabled) {
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%);
  color: #FFF;
}
.promotion .sector-event .action {
  margin-top: 50px;
  text-align: right;
}
.promotion .sector-guide {
  position: relative;
  padding: 100px 0;
  background: #F7F7F7;
}
.promotion .sector-guide .slide-box .swiper-wrapper {
  position: relative;
  justify-content: center;
  transition-timing-function: linear !important;
}
.promotion .sector-guide .slide-box .swiper-slide {
  display: flex;
  width: 158px;
  margin: 0 10px;
}
.promotion .sector-guide .action {
  margin-top: 60px;
}
.promotion .sector-lecture {
  position: relative;
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/event/260813/pc/bg_lecture.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-lecture:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: linear-gradient(180deg, #FFFBEB 0%, #EAFFCB 100%);
}
.promotion .sector-lecture .btn-list {
  position: absolute;
  top: 229px;
  left: 50%;
  margin-left: 420px;
}
.promotion .sector-lecture .review-slide {
  margin-top: 40px;
}
.promotion .sector-lecture .review-slide .slick-list {
  overflow: visible;
}
.promotion .sector-lecture .review-slide .slick-slide {
  width: 372px;
  height: 270px;
  margin: 0 10px;
}
.promotion .sector-lecture .review-slide .slick-slide > div {
  width: 100%;
  height: 100%;
}
.promotion .sector-lecture .review-slide .review-list {
  position: relative;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  height: 100%;
  padding: 40px 30px;
  text-align: left;
  border: 3px solid #FFF;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.5);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), #FFF);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.promotion .sector-lecture .review-slide .review-list::after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 40px;
  width: 33px;
  height: 25px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/0/event/260813/pc/icon_quote.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-lecture .review-slide .review-list .review-text {
  color: #444;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -4%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-lecture .review-slide .review-list .review-text strong {
  font-weight: 700;
}
.promotion .sector-lecture .review-slide .review-list .review-name {
  margin-top: auto;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -4%;
  opacity: 0.5;
}
.promotion .sector-studyPlanner {
  padding: 100px 0;
  background: #FEFBE9;
}
.promotion .sector-studyPlanner .study-container {
  position: relative;
}
.promotion .sector-studyPlanner .study-container .slider-for {
  border-radius: 18px;
  border-top: 1.499px solid rgba(255, 255, 255, 0.5);
  border-right: 1.499px solid rgba(255, 255, 255, 0.5);
  border-left: 1.499px solid rgba(255, 255, 255, 0.5);
  background: #000;
  box-shadow: 3.948px 3.948px 39.478px 0 rgba(29, 139, 151, 0.25);
  display: flex;
  width: 680px;
  height: 482.612px;
  padding: 14px 14px 13.612px 14px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.promotion .sector-studyPlanner .study-container .slider-for img {
  width: 100%;
  border-radius: 18px;
}
.promotion .sector-studyPlanner .study-container .slider-nav {
  margin-top: 67px;
}
.promotion .sector-studyPlanner .study-container .slider-nav .slick-slide {
  width: 188px;
  margin: 0 11.5px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.promotion .sector-studyPlanner .study-container .slider-nav .slick-slide img {
  width: 100%;
  border: 3px solid transparent;
  border-radius: 5px;
  border-radius: 10px;
}
.promotion .sector-studyPlanner .study-container .slider-nav .slick-slide.is-active {
  opacity: 1;
}
.promotion .sector-studyPlanner .study-container .slider-nav .slick-slide.is-active img {
  border: 3px solid #ffcc00;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}
.promotion .sector-studyPlanner .study-container .study-flag1 {
  position: absolute;
  left: -40px;
  top: 241px;
}
.promotion .sector-studyPlanner .study-container .study-flag2 {
  position: absolute;
  right: -40px;
  top: 56px;
}
.promotion .sector-studyPlanner .study-container .study-flag3 {
  position: absolute;
  right: -40px;
  top: 401px;
}
.promotion .sector-studyPlanner .study-container .magnifier-wrap {
  position: relative;
}
.promotion .sector-studyPlanner .study-container .magnifier-wrap .magnifier {
  position: absolute;
  z-index: 1;
  display: none;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  border: 3px dashed #FFBF00;
  box-shadow: 0px 0px 43.355px 0px rgba(255, 191, 0, 0.2);
}
.promotion .sector-studyPlanner .study-container .magnifier-wrap .magnifier:after {
  position: absolute;
  right: -67px;
  bottom: -23px;
  content: "";
  display: inline-block;
  width: 170px;
  height: 192px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_128/freebook/250602/pc/deco_magnifier.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-studyPlanner .study-container .magnifier-wrap .img-magnifier {
  width: 650px;
  border-radius: 18px;
}
.promotion .sector-studyPlanner .tab-box {
  margin-top: 40px;
}
.promotion .sector-studyPlanner .tab-box .tab-list {
  display: flex;
}
.promotion .sector-studyPlanner .tab-box .tab-list a {
  flex: 1;
  padding: 24px 0;
  text-align: center;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  background: #FFF;
  border: 1px solid #D5D5D5;
}
.promotion .sector-studyPlanner .tab-box .tab-list a:last-child {
  border-left: none;
}
.promotion .sector-studyPlanner .tab-box .tab-list a.active {
  color: #000;
  font-weight: 700;
  background: #FFC800;
}
.promotion .sector-studyPlanner .tab-box .tab-view {
  margin-top: 40px;
  display: none;
  padding: 50px 75px 100px;
  border: 1px solid #D5D5D5;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, #FFF 100%);
}
.promotion .sector-studyPlanner .tab-box .tab-view.active {
  display: block;
}
.promotion .sector-studyPlanner .planner-title {
  margin-bottom: 40px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.promotion .sector-studyPlanner .slide-box .slick-slide {
  margin: 20px 10px 25px;
  font-size: 0;
}
.promotion .sector-studyPlanner .slide-box .slick-slide.slick-center {
  box-shadow: 0.923px 1.846px 13.714px 0 rgba(29, 117, 171, 0.15);
}
.promotion .sector-studyPlanner .slick-arrow.slick-next {
  margin-right: -560px;
}
.promotion .sector-studyPlanner .slick-arrow.slick-prev {
  margin-left: -560px;
}
.promotion .sector-product {
  padding: 100px 0;
  background: #F7F7F7;
}
.promotion .sector-product .tab-group {
  width: 1100px;
  margin: 40px auto 0;
}
.promotion .sector-product .group-list {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D5D5D5;
}
.promotion .sector-product .group-list li {
  width: 100%;
  padding: 20px 0;
  color: #000;
  font-size: 24px;
  font-weight: 500;
  background: #FFF;
  cursor: pointer;
}
.promotion .sector-product .group-list li.on {
  background: #FFBF00;
}
.promotion .sector-product .group-list li + li {
  border-left: 1px solid #D5D5D5;
}
.promotion .sector-product .tab-list {
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 10px;
}
.promotion .sector-product .tab-list li {
  width: 212px;
  padding: 11px 13px;
  text-align: center;
  color: #555;
  font-size: 18px;
  border: 1px solid #D5D5D5;
  border-radius: 6px;
  background: #FFF;
  cursor: pointer;
}
.promotion .sector-product .tab-list li.on {
  color: #fff;
  font-weight: 500;
  border-color: #292929;
  background: #292929;
}
.promotion .sector-product .tab-list li.fs-small {
  font-size: 18px;
}
.promotion .sector-product .tab-view {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* 1,2만 한 줄 */
  gap: 20px;
  margin-top: 20px;
}
.promotion .sector-product .item-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 540px;
  padding: 26px;
  text-align: left;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-product .item-box .item-flag {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.promotion .sector-product .item-box .item-flag .flag-2, .promotion .sector-product .item-box .item-flag .flag-1 {
  padding: 6px 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  border-radius: 5px;
}
.promotion .sector-product .item-box .item-flag .flag-1 {
  color: #FF6200;
}
.promotion .sector-product .item-box .item-flag .flag-2 {
  color: #0084FF;
}
.promotion .sector-product .item-box .item-title {
  margin-top: 30px;
  color: #000;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: -2px;
}
.promotion .sector-product .item-box .item-title p {
  color: currentColor;
  letter-spacing: inherit;
}
.promotion .sector-product .item-box .item-title p.title-product {
  font-weight: 900;
}
.promotion .sector-product .item-box .item-benefit {
  margin-top: 26px;
  padding: 20px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.promotion .sector-product .item-box .item-benefit li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.promotion .sector-product .item-box .item-benefit li + li {
  margin-top: 6px;
}
.promotion .sector-product .item-box .item-benefit p {
  color: #000;
  font-size: 15px;
  line-height: 160%;
}
.promotion .sector-product .item-box .item-benefit p.title {
  width: 15%;
  font-weight: 700;
}
.promotion .sector-product .item-box .item-benefit p.desc {
  width: 85%;
  font-weight: 400;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-product .item-box .item-price {
  margin-top: auto;
}
.promotion .sector-product .item-box .item-price span {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-product .item-box .item-price strong {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-product .item-box .item-price .price-before {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 6px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.promotion .sector-product .item-box .item-price .price-before:only-child {
  align-items: flex-end;
}
.promotion .sector-product .item-box .item-price .price-before:only-child strong {
  font-size: 32px;
  text-decoration: none;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-before:only-child em {
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-before + .price-after {
  margin-top: 6px;
}
.promotion .sector-product .item-box .item-price .price-before strong {
  text-decoration: line-through;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-before em {
  font-weight: inherit;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-after {
  display: flex;
  align-items: flex-end;
  margin-top: 20px;
  gap: 6px;
  color: #F00;
  font-size: 15px;
  line-height: 1;
}
.promotion .sector-product .item-box .item-price .price-after strong {
  font-size: 32px;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-after em {
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-action {
  margin-top: 20px;
}
.promotion .sector-product .item-box .item-action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-product .item-box .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-box .item-action a::before {
    width: 10px;
  }
}
.promotion .sector-product .item-box .item-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-box .item-action a::before {
    height: 10px;
  }
}
.promotion .sector-product .item-box .item-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-box .item-action a::before {
    margin-top: -5px;
  }
}
.promotion .sector-product .item-box .item-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-box .item-action a::before {
    right: 20px;
  }
}
.promotion .sector-product .item-box .item-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-product .item-box .item-action a {
  width: 100%;
  padding: 25px 20px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  border-radius: 6px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-notice {
  background: #F7F7F7;
}
.promotion .sector-notice .wrap-full {
  padding: 12px 0;
  background: #000;
}
.promotion .sector-notice .wrap-full .notice-title {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.48px;
}
.promotion .sector-notice .wrap {
  width: 1100px;
  padding: 80px 0;
  text-align: left;
}
.promotion .sector-notice button {
  position: relative;
  display: inline-block;
}
.promotion .sector-notice button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice button::before {
    width: 4px;
  }
}
.promotion .sector-notice button::before {
  height: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice button::before {
    height: 4px;
  }
}
.promotion .sector-notice button::before {
  margin-top: -0.2777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice button::before {
    margin-top: -2px;
  }
}
.promotion .sector-notice button::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-notice button::before {
    right: 8px;
  }
}
.promotion .sector-notice button::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-notice button {
  padding: 4px 24px 4px 10px;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.32px;
  line-height: 140%;
  border: 1px solid #222;
  background: #FFF;
  opacity: 0.5;
}
.promotion .sector-notice button:before {
  right: 13px;
}
.promotion .sector-notice p {
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.promotion .sector-notice p.notice-title + .notice-text {
  margin-top: 10px;
}
.promotion .sector-notice p.notice-text + ul {
  margin-top: 5px;
}
.promotion .sector-notice li {
  color: #6E6E6E;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-notice li.bold {
  font-weight: 700;
}
.promotion .sector-notice li + li {
  margin-top: 5px;
}
.promotion .sector-notice ul {
  margin-top: 10px;
}
.promotion .sector-notice ul + .notice-text {
  margin-top: 20px;
}
.promotion .sector-notice ul.dot-list + .dot-list {
  margin-top: 40px;
}
.promotion .sector-notice ol {
  margin-top: 10px;
}
.promotion .sector-notice ol.number-list {
  counter-reset: num;
  list-style: none;
  padding-left: 0;
}
.promotion .sector-notice ol.number-list li {
  counter-increment: num;
  position: relative;
  padding-left: 25px;
}
.promotion .sector-notice ol.number-list li::before {
  content: counter(num);
  position: absolute;
  top: 4px;
  left: 0;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 14px;
  font-weight: inherit;
  border: 1px solid currentColor;
  border-radius: 50%;
}
.promotion .sector-notice .notice-title {
  margin-top: 36px;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}
.promotion .sector-notice .notice-title:first-child {
  margin-top: 0;
}/*# sourceMappingURL=web.css.map */