@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%);
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  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;
}

#edufLayerTable .eduf-layer-wrap {
  max-width: 125vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-wrap {
    max-width: 900px;
  }
}
#edufLayerTable .eduf-layer-content {
  padding: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content {
    padding: 20px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section + .schedule-section {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section + .schedule-section {
    margin-top: 40px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-title-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-title-box .schedule-title {
  color: #000;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-title-box .schedule-title {
    font-size: 18px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-title-box .schedule-title {
  font-weight: 700;
  opacity: 1;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-title-box .schedule-notice {
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-title-box .schedule-notice {
    font-size: 16px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table {
  width: 100%;
  margin-top: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table {
    margin-top: 10px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table {
  text-align: center;
  border-left: 1px solid #d3d3d3;
  border-top: 1px solid #d3d3d3;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table thead th {
  background: #ebebeb;
  font-weight: 700;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table thead th span {
  display: block;
  font-size: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table thead th span {
    font-size: 12px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table thead th span {
  font-weight: 500;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table tbody th {
  min-width: 6.25vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table tbody th {
    min-width: 45px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table tbody th.th-style-2 {
  background: #ffedb6;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table td,
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table th {
  letter-spacing: -0.0694444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table td,
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table th {
    letter-spacing: -0.5px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table td,
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table th {
  border-bottom: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  padding: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table td,
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table th {
    padding: 8px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table td,
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table th {
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table td,
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table th {
    font-size: 14px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table td,
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table th {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table td small,
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table th small {
  font-size: 1.5277777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table td small,
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table th small {
    font-size: 11px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content td {
  font-weight: 700;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content td span {
  display: block;
  color: #222;
  font-family: "Noto Sans KR";
  font-size: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content td span {
    font-size: 12px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content td span {
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content td span {
    letter-spacing: -1px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content td .flex-box {
  margin-left: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content td .flex-box {
    margin-left: 12px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content td .flex-box {
  text-align: left;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content td .flex-box span {
  display: inline-block;
}
#edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content2 td {
  padding: 2.7777777778vw 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-section .schedule-table.content2 td {
    padding: 20px 8px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-info-wrap {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-info-wrap {
    margin-top: 40px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-info-wrap .schedule-info-text {
  font-size: 1.9444444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-info-wrap .schedule-info-text {
    font-size: 14px;
  }
}
#edufLayerTable .eduf-layer-content .schedule-info-wrap .schedule-info-text {
  font-weight: 400;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerTable .eduf-layer-content .schedule-info-wrap .schedule-info-text {
    letter-spacing: -1px;
  }
}

.promotion .motion-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-up-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-scale-x-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-up-1,
.promotion .active .motion-down-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-left-1,
.promotion .active .motion-right-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-extend-1,
.promotion .active .motion-reduce-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.promotion .active .motion-extend-rt-1,
.promotion .active .motion-extend-lt-1,
.promotion .active .motion-extend-rb-1,
.promotion .active .motion-extend-lb-1 {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-height-top-1,
.promotion .active .motion-height-bottom-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-scale-x-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-up-2,
.promotion .active .motion-down-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-left-2,
.promotion .active .motion-right-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-extend-2,
.promotion .active .motion-reduce-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.promotion .active .motion-extend-rt-2,
.promotion .active .motion-extend-lt-2,
.promotion .active .motion-extend-rb-2,
.promotion .active .motion-extend-lb-2 {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-height-top-2,
.promotion .active .motion-height-bottom-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-scale-x-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-up-3,
.promotion .active .motion-down-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-left-3,
.promotion .active .motion-right-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-extend-3,
.promotion .active .motion-reduce-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.promotion .active .motion-extend-rt-3,
.promotion .active .motion-extend-lt-3,
.promotion .active .motion-extend-rb-3,
.promotion .active .motion-extend-lb-3 {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-height-top-3,
.promotion .active .motion-height-bottom-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-scale-y-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-scale-x-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-up-4,
.promotion .active .motion-down-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-left-4,
.promotion .active .motion-right-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-extend-4,
.promotion .active .motion-reduce-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.promotion .active .motion-extend-rt-4,
.promotion .active .motion-extend-lt-4,
.promotion .active .motion-extend-rb-4,
.promotion .active .motion-extend-lb-4 {
  opacity: 1;
  transition-delay: 0.8s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-height-top-4,
.promotion .active .motion-height-bottom-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-scale-y-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.promotion .active .motion-scale-x-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.promotion .active .motion-up-5,
.promotion .active .motion-down-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-left-5,
.promotion .active .motion-right-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-extend-5,
.promotion .active .motion-reduce-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.promotion .active .motion-extend-rt-5,
.promotion .active .motion-extend-lt-5,
.promotion .active .motion-extend-rb-5,
.promotion .active .motion-extend-lb-5 {
  opacity: 1;
  transition-delay: 1s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.promotion .active .motion-height-top-5,
.promotion .active .motion-height-bottom-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.promotion .active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-scale-y-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-scale-x-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-up-6,
.promotion .active .motion-down-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-left-6,
.promotion .active .motion-right-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-extend-6,
.promotion .active .motion-reduce-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.2s;
}
.promotion .active .motion-extend-rt-6,
.promotion .active .motion-extend-lt-6,
.promotion .active .motion-extend-rb-6,
.promotion .active .motion-extend-lb-6 {
  opacity: 1;
  transition-delay: 1.2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-height-top-6,
.promotion .active .motion-height-bottom-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-scale-y-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-scale-x-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-up-7,
.promotion .active .motion-down-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-left-7,
.promotion .active .motion-right-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-extend-7,
.promotion .active .motion-reduce-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.4s;
}
.promotion .active .motion-extend-rt-7,
.promotion .active .motion-extend-lt-7,
.promotion .active .motion-extend-rb-7,
.promotion .active .motion-extend-lb-7 {
  opacity: 1;
  transition-delay: 1.4s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-height-top-7,
.promotion .active .motion-height-bottom-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-scale-y-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-scale-x-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-up-8,
.promotion .active .motion-down-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-left-8,
.promotion .active .motion-right-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-extend-8,
.promotion .active .motion-reduce-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.6s;
}
.promotion .active .motion-extend-rt-8,
.promotion .active .motion-extend-lt-8,
.promotion .active .motion-extend-rb-8,
.promotion .active .motion-extend-lb-8 {
  opacity: 1;
  transition-delay: 1.6s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-height-top-8,
.promotion .active .motion-height-bottom-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-scale-y-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-scale-x-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-up-9,
.promotion .active .motion-down-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-left-9,
.promotion .active .motion-right-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-extend-9,
.promotion .active .motion-reduce-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.8s;
}
.promotion .active .motion-extend-rt-9,
.promotion .active .motion-extend-lt-9,
.promotion .active .motion-extend-rb-9,
.promotion .active .motion-extend-lb-9 {
  opacity: 1;
  transition-delay: 1.8s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-height-top-9,
.promotion .active .motion-height-bottom-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-scale-y-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.promotion .active .motion-scale-x-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.promotion .active .motion-up-10,
.promotion .active .motion-down-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-left-10,
.promotion .active .motion-right-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-extend-10,
.promotion .active .motion-reduce-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2s;
}
.promotion .active .motion-extend-rt-10,
.promotion .active .motion-extend-lt-10,
.promotion .active .motion-extend-rb-10,
.promotion .active .motion-extend-lb-10 {
  opacity: 1;
  transition-delay: 2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.promotion .active .motion-height-top-10,
.promotion .active .motion-height-bottom-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1160px;
}
.promotion .fix-wing {
  position: fixed;
  right: 10px;
  bottom: 200px;
  z-index: 99;
}
.promotion .fix-wing .banner {
  position: relative;
  display: block;
  width: 190px;
  min-height: 60px;
  padding: 10px 12px;
  text-align: left;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  background: #FFF;
}
.promotion .fix-wing .banner + .banner {
  margin-top: 5px;
}
.promotion .fix-wing .banner:last-child {
  margin-bottom: 0;
  background: #444;
  background: linear-gradient(180deg, #444 0%, #000 100%);
}
.promotion .fix-wing .banner:last-child strong {
  background: linear-gradient(180deg, #FFE365 0%, #FFD665 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .fix-wing .banner:last-child em {
  background-color: #454545;
}
.promotion .fix-wing .banner span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
  color: #000;
  letter-spacing: -1.08px;
}
.promotion .fix-wing .banner strong {
  display: block;
  font-size: 18px;
  font-weight: 700;
  list-style: 140%;
  letter-spacing: -1.08px;
  color: #FFAE00;
}
.promotion .fix-wing .banner em {
  position: relative;
  display: inline-block;
}
.promotion .fix-wing .banner em::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing .banner em::before {
    width: 5px;
  }
}
.promotion .fix-wing .banner em::before {
  height: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing .banner em::before {
    height: 5px;
  }
}
.promotion .fix-wing .banner em::before {
  margin-top: -0.3472222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing .banner em::before {
    margin-top: -2.5px;
  }
}
.promotion .fix-wing .banner em::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  transform: rotate(45deg);
  right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-wing .banner em::before {
    right: 10px;
  }
}
.promotion .fix-wing .banner em::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .fix-wing .banner em {
  position: absolute !important;
  top: 50%;
  right: 14px;
  width: 21px;
  height: 21px;
  text-indent: -999em;
  border-radius: 50%;
  background: #D0D0D0;
  transform: translateY(-50%);
  overflow: hidden;
}
.promotion .fix-wing .banner em:before {
  right: 9px;
}
.promotion .fix-timer-banner {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background: #000;
}
.promotion .fix-timer-banner a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 20px;
  gap: 20px;
}
.promotion .fix-timer-banner .timer-title {
  margin-right: auto;
  text-align: left;
  color: #FFF;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -2px;
}
.promotion .fix-timer-banner .timer-title strong {
  color: #FFBF00;
  font-weight: inherit;
  margin-left: 8px;
}
.promotion .fix-timer-banner .timer-text {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.promotion .fix-timer-banner .timer-box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.promotion .fix-timer-banner .timer-box p {
  display: flex;
  align-items: center;
  gap: 5px;
}
.promotion .fix-timer-banner .timer-box em {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.promotion .fix-timer-banner .timer-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 60px;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-weight: 900;
  color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/0/event/250701/pc/bg_timer.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .fix-timer-banner .timer-action {
  position: relative;
  display: inline-block;
}
.promotion .fix-timer-banner .timer-action::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-timer-banner .timer-action::before {
    width: 10px;
  }
}
.promotion .fix-timer-banner .timer-action::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-timer-banner .timer-action::before {
    height: 10px;
  }
}
.promotion .fix-timer-banner .timer-action::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-timer-banner .timer-action::before {
    margin-top: -5px;
  }
}
.promotion .fix-timer-banner .timer-action::before {
  border-width: 0;
  border-style: solid;
  border-color: #000;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-timer-banner .timer-action::before {
    right: 20px;
  }
}
.promotion .fix-timer-banner .timer-action::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .fix-timer-banner .timer-action {
  padding: 13px 45px 13px 30px;
  margin-left: auto;
  border-radius: 10px;
  background: #FFBF00;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.8px;
}
.promotion .action-base button, .promotion .action-base a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  padding: 4px 8px;
  border: 1px solid #000;
  opacity: 0.6;
}
.promotion .action-base button span, .promotion .action-base a span {
  position: relative;
  display: inline-block;
}
.promotion .action-base button span::before, .promotion .action-base a span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .action-base button span::before, .promotion .action-base a span::before {
    width: 6px;
  }
}
.promotion .action-base button span::before, .promotion .action-base a span::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .action-base button span::before, .promotion .action-base a span::before {
    height: 6px;
  }
}
.promotion .action-base button span::before, .promotion .action-base a span::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .action-base button span::before, .promotion .action-base a span::before {
    margin-top: -3px;
  }
}
.promotion .action-base button span::before, .promotion .action-base a span::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .action-base button span::before, .promotion .action-base a span::before {
    right: 12px;
  }
}
.promotion .action-base button span::before, .promotion .action-base a span::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .action-base button span, .promotion .action-base a span {
  padding-right: 10px;
}
.promotion .action-base button span:before, .promotion .action-base a span:before {
  right: 0;
}
.promotion .num-title {
  margin-bottom: 10px;
  color: #7C5100;
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -0.5px;
}
.promotion .title-box {
  margin-bottom: 60px;
}
.promotion .title-box .main-title {
  color: #000000;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.4px;
}
.promotion .title-box .main-title strong {
  font-weight: 700;
}
.promotion .title-box .eduwill-title {
  color: #000000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -2.66px;
}
.promotion .title-box .point {
  font-family: inherit;
  background: linear-gradient(180deg, #FF9D00 0%, #FC0 80.16%, #FFF5BC 143.92%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .text-notice {
  margin-top: 44px;
  color: #1B1B1B;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.28px;
}
.promotion .content-box {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 116px;
}
.promotion .content-box .box-title {
  margin-top: 35px;
  color: #101828;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: -1px;
}
.promotion .content-box .box-left {
  padding: 40px;
  border-radius: 32px;
  background: #F5F5F7;
}
.promotion .content-box .box-right {
  padding: 40px;
  border-radius: 32px;
  border: 4px solid #FDC700;
  background: #FFF;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.promotion .content-box .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: #FDC700;
  background-image: url(//img.eduwill.net/eduwill/img/2026/J/event/260504/pc/ico_arw_right.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.promotion .slick-list * {
  vertical-align: top;
}
.promotion .slick-dots {
  margin-top: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots {
    margin-top: 16px;
  }
}
.promotion .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li {
    margin: 0 4px;
  }
}
.promotion .slick-dots li button {
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button {
    width: 12px;
  }
}
.promotion .slick-dots li button {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button {
    height: 12px;
  }
}
.promotion .slick-dots li button {
  border-radius: 69.4444444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button {
    border-radius: 500px;
  }
}
.promotion .slick-dots li button {
  background-color: rgba(0, 0, 0, 0.2);
}
.promotion .slick-dots li.slick-active button {
  width: 5vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li.slick-active button {
    width: 36px;
  }
}
.promotion .slick-dots li.slick-active button {
  background: #000;
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 60px;
  }
}
.promotion .slick-arrow.slick-prev {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 60px;
  }
}
.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: -84.7222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    margin-left: -610px;
  }
}
.promotion .slick-arrow.slick-prev {
  background: rgba(0, 0, 0, 0.4);
}
.promotion .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 60px;
  }
}
.promotion .slick-arrow.slick-next {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 60px;
  }
}
.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: -84.7222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    margin-right: -610px;
  }
}
.promotion .slick-arrow.slick-next {
  background: rgba(0, 0, 0, 0.4);
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 15px;
  }
}
.promotion .slick-arrow.slick-next::before {
  height: 2.0833333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.promotion .slick-arrow.slick-next::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
.promotion .sector-hero {
  position: relative;
  background-color: #3D2B02;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/lecture/260914/pc/bg_hero.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-hero .laurel-wrap {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
}
.promotion .sector-hero .laurel-wrap .laurel {
  position: relative;
  display: flex;
  padding: 0 40px;
  min-width: 154px;
  min-height: 63px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #4D4925;
  font-size: 17px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1.018px;
}
.promotion .sector-hero .laurel-wrap .laurel:before, .promotion .sector-hero .laurel-wrap .laurel:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 26px;
  height: 63px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/lecture/260914/pc/ico_laurel.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.promotion .sector-hero .laurel-wrap .laurel:before {
  left: 0;
}
.promotion .sector-hero .laurel-wrap .laurel:after {
  right: 0;
  transform: scaleX(-1);
}
.promotion .sector-hero .laurel-wrap .laurel strong {
  color: currentColor;
  font-size: 19px;
  font-weight: 900;
  line-height: 130%;
  letter-spacing: -0.52px;
}
.promotion .sector-hero .action-base {
  position: absolute;
  top: 112px;
  right: 107px;
  z-index: 1;
}
.promotion .sector-hero .title-1 {
  margin-top: 44px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1.6px;
}
.promotion .sector-hero .title-1 strong {
  font-weight: 900;
  color: #D15E00;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-hero .title-2 {
  margin-top: 8px;
}
.promotion .sector-hero .action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
}
.promotion .sector-hero .action a, .promotion .sector-hero .action button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 700px;
  padding: 26px 0;
  margin: 0 auto;
  border-radius: 8px;
  background: linear-gradient(180deg, #646464 -13.64%, #000 82.39%);
}
.promotion .sector-hero .action a, .promotion .sector-hero .action button {
  position: relative;
  display: inline-block;
}
.promotion .sector-hero .action a::before, .promotion .sector-hero .action button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-hero .action a::before, .promotion .sector-hero .action button::before {
    width: 10px;
  }
}
.promotion .sector-hero .action a::before, .promotion .sector-hero .action button::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-hero .action a::before, .promotion .sector-hero .action button::before {
    height: 10px;
  }
}
.promotion .sector-hero .action a::before, .promotion .sector-hero .action button::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-hero .action a::before, .promotion .sector-hero .action button::before {
    margin-top: -5px;
  }
}
.promotion .sector-hero .action a::before, .promotion .sector-hero .action button::before {
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-hero .action a::before, .promotion .sector-hero .action button::before {
    right: 20px;
  }
}
.promotion .sector-hero .action a::before, .promotion .sector-hero .action button::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-hero .action a:before, .promotion .sector-hero .action button:before {
  right: 223px;
}
.promotion .sector-hero .action a .text, .promotion .sector-hero .action button .text {
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.04px;
}
.promotion .sector-hero .action a .go, .promotion .sector-hero .action button .go {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border-radius: 50%;
  background: linear-gradient(11deg, #FFBB02 13.44%, #FE0 74.02%), #D9D9D9;
  color: #000;
  font-size: 17.105px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  letter-spacing: -0.684px;
}
.promotion .sector-video {
  padding: 100px 0;
  background-color: #FFA901;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/lecture/260914/pc/bg_video.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-video .main-title {
  line-height: 1.4;
}
.promotion .sector-video .main-title strong {
  padding: 4px 5px;
  background: #000;
  color: #FFBE00;
}
.promotion .sector-video .video-box {
  position: relative;
  width: 845px;
  margin: 0 auto;
}
.promotion .sector-video .video-box .deco-edugong {
  position: absolute;
  top: 186px;
  right: -113px;
}
.promotion .sector-item {
  padding: 100px 0;
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 100%), #FFFADB;
}
.promotion .sector-item .main-title {
  font-weight: 700;
  color: #fff;
}
.promotion .sector-item .main-title strong {
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: #FC0;
}
.promotion .sector-item .item-group {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 44px;
}
.promotion .sector-item .item-group .item-box {
  position: relative;
  flex: 0 0 404px;
  padding: 40px 30px;
  border-radius: 10px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
}
.promotion .sector-item .item-group .item-box .badge-best {
  position: absolute;
  top: -57px;
  left: -57px;
}
.promotion .sector-item .item-group .item-box.best {
  border-color: #E6C26D;
  background: rgba(0, 0, 0, 0.1);
}
.promotion .sector-item .item-group .item-box.best .title {
  background: linear-gradient(118deg, #DBA73E -4.69%, #D89D3A 12.82%, #F4F3B8 54.39%, #F7ED9A 56.58%, #D5B767 70.81%, #D0AB5B 88.31%, #E0C77D 104.72%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-item .item-group .item-box.best .action a, .promotion .sector-item .item-group .item-box.best .action button {
  background: linear-gradient(180deg, #FF9D00 0%, #FC0 80.16%, #FFF5BC 143.92%);
}
.promotion .sector-item .item-group .item-box.best .action a span, .promotion .sector-item .item-group .item-box.best .action button span {
  color: #000;
}
.promotion .sector-item .item-group .title {
  color: #FFF;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -1.44px;
}
.promotion .sector-item .item-group .box-text {
  margin: 20px 19px 0;
  padding: 27px 0;
  background: rgba(255, 255, 255, 0.05);
}
.promotion .sector-item .item-group .text-1 {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.promotion .sector-item .item-group .text-2 {
  margin-top: 6px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.72px;
}
.promotion .sector-item .item-group .action {
  margin-top: 20px;
}
.promotion .sector-item .item-group .action a, .promotion .sector-item .item-group .action button {
  display: block;
  width: 100%;
  padding: 18px 0;
  border-radius: 4px;
  background: linear-gradient(180deg, #445 0%, #000 100%);
  box-shadow: 0 5.993px 14.981px -2.996px rgba(0, 0, 0, 0.4), 0 -4.794px 0 0.599px rgba(255, 255, 255, 0.05) inset, 0 2.397px 3.596px 0.599px rgba(255, 255, 255, 0.1) inset;
}
.promotion .sector-item .item-group .action a span, .promotion .sector-item .item-group .action button span {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 23.97px;
  letter-spacing: -0.64px;
  padding-right: 25px;
}
.promotion .sector-item .item-group .action a span, .promotion .sector-item .item-group .action button span {
  position: relative;
  display: inline-block;
}
.promotion .sector-item .item-group .action a span::before, .promotion .sector-item .item-group .action button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .item-group .action a span::before, .promotion .sector-item .item-group .action button span::before {
    width: 10px;
  }
}
.promotion .sector-item .item-group .action a span::before, .promotion .sector-item .item-group .action button span::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .item-group .action a span::before, .promotion .sector-item .item-group .action button span::before {
    height: 10px;
  }
}
.promotion .sector-item .item-group .action a span::before, .promotion .sector-item .item-group .action button span::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-item .item-group .action a span::before, .promotion .sector-item .item-group .action button span::before {
    margin-top: -5px;
  }
}
.promotion .sector-item .item-group .action a span::before, .promotion .sector-item .item-group .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-item .item-group .action a span::before, .promotion .sector-item .item-group .action button span::before {
    right: 20px;
  }
}
.promotion .sector-item .item-group .action a span::before, .promotion .sector-item .item-group .action button span::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-item .item-group .action a span:before, .promotion .sector-item .item-group .action button span:before {
  right: 0;
}
.promotion .sector-bar {
  padding: 50px 0;
  background-color: #000;
  background-image: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/bg_band.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-bar::before {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 328px;
  height: 92px;
  background-image: url(//img.eduwill.net/eduwill/img/2025/J/product/250312/pc/bg_band_tail.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: 1;
}
.promotion .sector-bar p {
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.2;
  letter-spacing: -0.5px;
  background: linear-gradient(90deg, #FFCC0F 0.07%, #FFF 69.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-plan {
  padding: 120px 0 50px;
}
.promotion .sector-plan .main-title {
  font-weight: 900;
}
.promotion .sector-plan .main-title strong {
  font-weight: inherit;
  color: #7C5100;
}
.promotion .sector-plan .box {
  margin: 0 20px;
  padding: 53px 0;
  border-radius: 10px;
  border: 1px solid #E6E6E6;
  background: #FFF;
}
.promotion .sector-plan .box .title {
  margin-bottom: 40px;
  color: #222;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.promotion .sector-plan ul {
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 14px;
}
.promotion .sector-plan ul li {
  flex: 0 0 138px;
  height: 136px;
  border-radius: 10px;
  background: linear-gradient(180deg, #FFBF00 28.84%, #FFA800 90.52%), #DEDEDE;
  box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.promotion .sector-plan ul li span {
  position: relative;
  display: block;
  width: 52px;
  height: 48px;
  padding-top: 5px;
  margin: 0 auto;
  background: linear-gradient(180deg, #1A1A1A 0%, #3E3E3E 89.58%), #D9D9D9;
  clip-path: polygon(0 0, 100% 0%, 100% 70%, 50% 100%, 0% 70%);
  color: #FFF;
  font-size: 12.727px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
}
.promotion .sector-plan ul li span strong {
  display: block;
  color: #000;
  font-size: 20.909px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%;
  background: linear-gradient(180deg, #FFBF00 28.84%, #FFA800 90.52%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-plan ul li .subject {
  margin-top: 14px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 29.198px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
}
.promotion .sector-plan .highlight {
  margin: 40px 60px 0;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0);
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.78) 23.71%, rgba(0, 0, 0, 0.9) 50%, rgba(0, 0, 0, 0.74) 84.08%, rgba(0, 0, 0, 0) 100%);
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.promotion .sector-plan .highlight strong {
  color: #FB0;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}
.promotion .sector-compress {
  padding: 50px 0;
}
.promotion .sector-compress .main-title {
  font-weight: 900;
}
.promotion .sector-compress .main-title strong {
  font-weight: inherit;
  color: #7C5100;
}
.promotion .sector-exam {
  padding: 50px 0 100px;
}
.promotion .sector-exam .main-title {
  font-weight: 900;
}
.promotion .sector-exam .main-title strong {
  font-weight: inherit;
  color: #7C5100;
}
.promotion .sector-review {
  padding: 100px 0;
  background: linear-gradient(180deg, #FFF 0%, #FFF1C9 100%);
}
.promotion .sector-review .main-title {
  font-weight: 900;
}
.promotion .sector-review .slide-review {
  margin: 0 auto;
}
.promotion .sector-review .slide-review .slick-slide {
  width: 776px;
  margin: 0 20px;
}
.promotion .sector-review .slide-review .slick-slide .review-box {
  position: relative;
  height: 230px;
  display: flex !important;
  flex-direction: column;
  align-items: stretch;
  padding: 28px 40px 28px 230px;
  border-radius: 10px;
  border: 1.105px solid #E6E6E6;
  background: #FFF;
}
.promotion .sector-review .slide-review .slick-slide .review-box img {
  position: absolute;
  top: 50%;
  left: 44px;
  transform: translateY(-50%);
  width: 165px;
}
.promotion .sector-review .slide-review .slick-slide .review-box:after {
  position: absolute;
  right: 29px;
  bottom: 10px;
  content: "”";
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 80px;
  font-style: normal;
  font-weight: 900;
  line-height: 136%;
  letter-spacing: -4.8px;
  opacity: 0.1;
}
.promotion .sector-review .slide-review .slick-slide .review {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: -0.64px;
  word-break: keep-all;
  overflow-wrap: break-word;
  text-align: left;
}
.promotion .sector-review .slide-review .slick-slide .review strong {
  color: #FF8400;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.64px;
}
.promotion .sector-review .slide-review .slick-slide .user {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 11px;
}
.promotion .sector-review .slide-review .slick-slide .user p {
  color: #6E6E6E;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.promotion .sector-review .slide-review .slick-slide:not(.slick-active) {
  filter: blur(2px);
  opacity: 0.5;
}
.promotion .sector-review .slide-review .slick-arrow {
  width: 38px;
  height: 38px;
  margin-top: -15px;
}
.promotion .sector-review .slide-review .slick-arrow:before {
  width: 10px;
  height: 10px;
}
.promotion .sector-review .slide-review .slick-arrow.slick-prev {
  margin-left: -405px;
}
.promotion .sector-review .slide-review .slick-arrow.slick-next {
  margin-right: -405px;
}
.promotion .sector-apply {
  padding: 100px 0;
}
.promotion .sector-apply .title-box .main-title {
  color: #000;
}
.promotion .sector-apply .package-container {
  position: relative;
}
.promotion .sector-apply .flag-benefit {
  position: absolute;
  top: -16px;
  left: 20px;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  color: #FFF;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
  border-radius: 24px;
  background: #EC0D0D;
}
.promotion .sector-apply .apply-tab {
  display: flex;
}
.promotion .sector-apply .apply-tab li {
  flex: 1;
  padding: 20px 0;
  color: #7F7F7F;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.4px;
  background: #F1F1F1;
  cursor: pointer;
}
.promotion .sector-apply .apply-tab li.on {
  color: #fff;
  font-weight: 900;
  background: #222;
}
.promotion .sector-apply .apply-sub-tab {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  gap: 1px;
}
.promotion .sector-apply .apply-sub-tab li {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
  padding: 22px 0;
  color: #7F7F7F;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.4px;
  background: #F1F1F1;
  cursor: pointer;
}
.promotion .sector-apply .apply-sub-tab li span {
  font-size: 14px;
  font-weight: 400;
}
.promotion .sector-apply .apply-sub-tab li.on {
  color: #fff;
  font-weight: 900;
  background: #222;
}
.promotion .sector-apply .apply-sub-tab li .flag-hot {
  position: absolute;
  top: -14px;
  left: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  border-radius: 20px;
  background: #EC0D0D;
  z-index: 1;
}
.promotion .sector-apply .apply-view,
.promotion .sector-apply .lecture-section {
  display: none;
}
.promotion .sector-apply .apply-view.on,
.promotion .sector-apply .lecture-section.on {
  display: block;
}
.promotion .sector-apply .best-box .box-title {
  margin-top: 60px;
  text-align: left;
  color: #000;
  font-size: 26px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -1.04px;
}
.promotion .sector-apply .best-box .box-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  padding: 30px;
  border: 1px solid #ddd;
  background: #fff;
}
.promotion .sector-apply .best-box .box-content .item-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  text-align: left;
  width: 30%;
  flex: 1;
}
.promotion .sector-apply .best-box .box-content .item-info .flag-discount {
  display: flex;
  flex: none;
  align-items: center;
  justify-content: center;
  width: 98px;
  height: 98px;
  min-width: 98px;
  min-height: 98px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/L/lecture/260323/mobile/bg_flag.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.promotion .sector-apply .best-box .box-content .item-info .flag-discount p {
  color: #FF005C;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.17px;
}
.promotion .sector-apply .best-box .box-content .item-info .flag-discount p.percent {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 400;
}
.promotion .sector-apply .best-box .box-content .item-info .flag-discount p.percent strong {
  font-family: inherit;
  font-size: 43px;
  line-height: inherit;
  font-weight: 900;
  letter-spacing: -2.15px;
  background: linear-gradient(180deg, #FF7C52 0%, #FF005C 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}
.promotion .sector-apply .best-box .box-content .item-info .flag-discount p.text {
  margin: 12px 0 0 -10px;
  font-weight: 700;
}
.promotion .sector-apply .best-box .box-content .item-info .title {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 106%;
  letter-spacing: -2px;
}
.promotion .sector-apply .best-box .box-content .item-info .desc {
  display: block;
  margin-top: 10px;
  color: #5A5A5A;
  font-size: 16px;
  font-weight: 400;
  line-height: 126%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-apply .best-box .box-content .item-price {
  margin-left: auto;
  text-align: right;
}
.promotion .sector-apply .best-box .box-content .item-price .before-price {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #A5A5A5;
  font-size: 26px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.78px;
}
.promotion .sector-apply .best-box .box-content .item-price .before-price:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background: #ff0000;
  z-index: 1;
}
.promotion .sector-apply .best-box .box-content .item-price .after-price {
  color: #000;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -1.36px;
}
.promotion .sector-apply .best-box .box-content .item-price .after-price strong {
  color: currentColor;
  font-size: 46px;
  font-weight: 900;
  line-height: inherit;
  letter-spacing: -1.84px;
}
.promotion .sector-apply .best-box .box-content .item-action {
  margin-left: 10px;
}
.promotion .sector-apply .best-box .box-content .item-action .btn-apply {
  position: relative;
  display: inline-block;
}
.promotion .sector-apply .best-box .box-content .item-action .btn-apply::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .best-box .box-content .item-action .btn-apply::before {
    width: 12px;
  }
}
.promotion .sector-apply .best-box .box-content .item-action .btn-apply::before {
  height: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .best-box .box-content .item-action .btn-apply::before {
    height: 12px;
  }
}
.promotion .sector-apply .best-box .box-content .item-action .btn-apply::before {
  margin-top: -0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .best-box .box-content .item-action .btn-apply::before {
    margin-top: -6px;
  }
}
.promotion .sector-apply .best-box .box-content .item-action .btn-apply::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-apply .best-box .box-content .item-action .btn-apply::before {
    right: 24px;
  }
}
.promotion .sector-apply .best-box .box-content .item-action .btn-apply::before {
  border-top-width: 1px;
  border-right-width: 1px;
}
.promotion .sector-apply .best-box .box-content .item-action .btn-apply {
  width: 213px;
  height: 68px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  border-radius: 10px;
  background: #000;
}
.promotion .sector-apply .table-box {
  margin-top: 60px;
}
.promotion .sector-apply .table-box .row-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 120px;
  padding: 20px 0;
  border: 1px solid #D6D6D6;
  background: #fff;
}
.promotion .sector-apply .table-box .row-item + .row-item {
  margin-top: 10px;
}
.promotion .sector-apply .table-box .row-item.row-item-top {
  min-height: 60px;
  padding: 0;
}
.promotion .sector-apply .table-box .row-item.row-item-top .item-info > div {
  justify-content: center;
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.44px;
  border-right: 1px solid #D6D6D6;
}
.promotion .sector-apply .table-box .row-item.row-item-top .item-info > div.item-action {
  border-right: 0;
}
.promotion .sector-apply .table-box .row-item.row-item-top + div {
  margin-top: 10px;
}
.promotion .sector-apply .table-box .row-item.row-toggle {
  cursor: pointer;
}
.promotion .sector-apply .table-box .row-item.row-toggle.on .ico-arrow {
  transform: translateY(-50%) rotate(-135deg);
}
.promotion .sector-apply .table-box .row-item.row-book {
  margin-top: 0;
  background: #F2F2F2;
}
.promotion .sector-apply .table-box .row-item.row-book + .row-book {
  border-top: 0;
}
.promotion .sector-apply .table-box .item-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.promotion .sector-apply .table-box .item-info > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0.8;
  height: 100%;
}
.promotion .sector-apply .table-box .item-info .item-bundle {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: 3.8;
  gap: 24px;
}
.promotion .sector-apply .table-box .item-info .item-bundle p {
  color: #000;
  font-size: 28px;
  line-height: 130%;
}
.promotion .sector-apply .table-box .item-info .item-bundle p.name {
  padding-left: 80px;
  font-weight: 900;
}
.promotion .sector-apply .table-box .item-info .item-subject {
  color: #000;
  font-size: 26px;
  font-weight: 900;
  line-height: 130%;
}
.promotion .sector-apply .table-box .item-info .item-title {
  position: relative;
  justify-content: flex-start;
  flex: 3.8;
  padding-left: 10px;
  color: #000;
  font-size: 24px;
  line-height: 130%;
  text-align: left;
  word-break: keep-all;
}
.promotion .sector-apply .table-box .item-info .item-title select {
  display: block;
  width: 100%;
  padding-right: 40px;
  color: currentColor;
  font-size: inherit;
  line-height: inherit;
  border: 0;
  border-radius: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 30px;
  cursor: pointer;
}
.promotion .sector-apply .table-box .item-info .item-title select::-ms-expand {
  display: none;
}
.promotion .sector-apply .table-box .item-info .item-title .ico-arrow {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 14px;
  height: 14px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.2s ease;
}
.promotion .sector-apply .table-box .item-info .item-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1.2;
  height: 100%;
}
.promotion .sector-apply .table-box .item-info .item-price:last-child {
  flex: 2;
}
.promotion .sector-apply .table-box .item-info .item-price:last-child p {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  font-weight: 700;
}
.promotion .sector-apply .table-box .item-info .item-price:last-child p .point {
  color: #F00;
}
.promotion .sector-apply .table-box .item-info .item-price p {
  line-height: 1;
}
.promotion .sector-apply .table-box .item-info .item-price p strong {
  line-height: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.promotion .sector-apply .table-box .item-info .item-price .discount-price {
  display: inline-flex;
  align-items: center;
  color: #F00;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.57px;
}
.promotion .sector-apply .table-box .item-info .item-price .before-price {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #A5A5A5;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.57px;
}
.promotion .sector-apply .table-box .item-info .item-price .before-price::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
}
.promotion .sector-apply .table-box .item-info .item-price .after-price {
  color: #000;
  font-size: 36px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: -1.8px;
}
.promotion .sector-apply .table-box .item-info .item-action {
  width: 100px;
}
.promotion .sector-apply .table-box .item-info .item-action input {
  width: 30px;
  height: 30px;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-card {
  display: flex;
  align-items: stretch;
  gap: 24px;
  padding: 0;
  border: 1px solid #D6D6D6;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-card + .teacher-card {
  margin-top: 12px;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-photo {
  flex-shrink: 0;
  overflow: hidden;
  width: 200px;
  height: 120px;
  border-right: 1px solid #D6D6D6;
  background: linear-gradient(180deg, #FFF9E6 24.97%, #F4EBCA 80.91%);
}
.promotion .sector-apply .table-box.teacher-apply .teacher-photo img {
  width: 70%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-body {
  flex: 1;
  text-align: left;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-rows {
  margin-top: 34px;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-rows .row-item {
  min-height: auto;
  padding: 10px 0;
  border: 0;
  background: transparent;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-rows .row-item + .row-item {
  margin-top: 0;
  border-top: 1px solid #EEE;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-rows .teacher-name {
  flex: 1;
  padding-left: 0;
  color: #000;
  font-size: 24px;
  font-weight: 900;
  line-height: 130%;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-rows .item-price {
  flex: none;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 253px;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-rows .item-price .before-price {
  font-size: 18px;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-rows .item-price .after-price {
  font-size: 22px;
}
.promotion .sector-apply .table-box.teacher-apply .teacher-rows .item-action {
  flex: none;
  width: 156px;
}
.promotion .sector-apply .notice-box {
  margin-top: 20px;
  color: #9D9D9D;
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-apply .alert-box {
  margin-top: 60px;
  padding: 20px 65px 20px 30px;
  background-color: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.promotion .sector-apply .alert-box span {
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
  text-align: left;
  color: #000;
  font-size: 18px;
}
.promotion .sector-apply .alert-box .text {
  width: 100%;
  color: #999;
}
.promotion .sector-apply .alert-box .subject {
  width: 70%;
}
.promotion .sector-apply .alert-box .price {
  width: 30%;
  text-align: right;
  color: #EC0D0D;
  font-weight: 700;
}
.promotion .sector-apply .alert-box .close {
  position: absolute;
  left: auto;
  right: 0;
  height: 100%;
  text-align: right;
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 20px;
  cursor: pointer;
}
.promotion .sector-apply .alert-box .close span {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
}
.promotion .sector-apply .alert-box + .alert-box {
  margin-top: 5px;
}
.promotion .sector-apply .total-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  -moz-column-gap: 40px;
       column-gap: 40px;
  margin-top: 40px;
  padding: 16px 60px;
  text-align: left;
  background: #000;
}
.promotion .sector-apply .total-box .item-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.promotion .sector-apply .total-box .item-price .price-text {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 130%;
}
.promotion .sector-apply .total-box .item-price .price-after {
  text-align: right;
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -1.6px;
}
.promotion .sector-apply .total-box .item-action {
  display: flex;
  align-items: center;
  gap: 10px;
}
.promotion .sector-apply .total-box .item-action button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 20px 80px;
  color: #000;
  font-size: 24px;
  font-weight: 800;
  line-height: 100%;
  letter-spacing: -0.48px;
  border-radius: 10px;
  border: 2px solid #FFBF00;
  background: #FFBF00;
}
.promotion .sector-apply .total-box .item-action button.btn-research {
  padding: 20px;
  color: #FFBF00;
  border-radius: 10px;
  background-color: #000;
}
.promotion .sector-apply #productApply {
  padding: 0;
}/*# sourceMappingURL=web.css.map */