@charset "UTF-8";
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.promotion .wrap::before,
.promotion .wrap-full::before,
.product-eco .wrap::before,
.product-eco .wrap-full::before,
.fullservice .wrap::before,
.fullservice .wrap-full::before, .grid::before, .promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  content: "";
  display: table;
}
.promotion .wrap::after,
.promotion .wrap-full::after,
.product-eco .wrap::after,
.product-eco .wrap-full::after,
.fullservice .wrap::after,
.fullservice .wrap-full::after, .grid::after {
  clear: both;
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

.grid {
  position: relative;
  box-sizing: border-box;
}
.grid .col {
  position: relative;
  float: left;
  box-sizing: border-box;
}

.table {
  display: table;
}
.table .table-cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

.promotion .wide,
.product-eco .wide,
.fullservice .wide {
  position: relative;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.effect-bounce-updown {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}

.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.promotion,
.product-eco,
.fullservice {
  text-align: center;
  overflow: hidden;
}
.promotion *,
.product-eco *,
.fullservice * {
  line-height: normal;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  letter-spacing: -0.1388888889vw;
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
}
.promotion img,
.product-eco img,
.fullservice img {
  vertical-align: top;
}
.promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full {
  position: relative;
  margin: 0 auto;
}
.promotion .wrap-full,
.product-eco .wrap-full,
.fullservice .wrap-full {
  width: 100%;
}
.promotion .icon-pointer,
.product-eco .icon-pointer,
.fullservice .icon-pointer {
  position: relative;
  display: inline-block;
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 1;
  display: block;
  width: 7.6388888889vw;
  height: 7.7777777778vw;
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}

.eduf-layer-offline .fc-point {
  color: #FE0000;
}
.eduf-layer-offline .eduf-layer-wrap {
  max-width: 710px;
  width: 100%;
  height: 70%;
  overflow-y: auto;
}
.eduf-layer-offline .eduf-layer-wrap::-webkit-scrollbar {
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-wrap::-webkit-scrollbar {
    width: 10px;
  }
}
.eduf-layer-offline .eduf-layer-wrap::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}
.eduf-layer-offline .eduf-layer-wrap::-webkit-scrollbar-track {
  background: #ddd;
}
.eduf-layer-offline .eduf-layer-title {
  text-align: center;
  padding-top: 6.6666666667vw;
  padding-bottom: 0;
  border-radius: 0;
  background: #fff;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title {
    padding-top: 48px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-label {
  display: inline-block;
  margin-bottom: 2.7777777778vw;
  padding: 0.5555555556vw 2.7777777778vw;
  border-radius: 6.9444444444vw;
  background: #FE1211;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label {
    padding: 4px 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label {
    border-radius: 50px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-label p {
  font-size: 3.6111111111vw;
  line-height: 140%;
  color: #FFF;
  letter-spacing: -0.0722222222vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label p {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-label p {
    letter-spacing: -0.52px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text {
  padding-bottom: 3.8888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text {
    padding-bottom: 28px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text span {
  font-size: 3.3333333333vw;
  font-weight: 500;
  line-height: 230%;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text span {
    font-size: 24px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text p {
  font-size: 5.5555555556vw;
  font-weight: 900;
  color: #000;
  line-height: 140%;
  letter-spacing: -0.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text p {
    font-size: 40px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text p {
    letter-spacing: -0.8px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text strong {
  font-size: 5.5555555556vw;
  font-weight: 900;
  color: #FE1211;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text strong {
    font-size: 40px;
  }
}
.eduf-layer-offline .eduf-layer-title .title-text small {
  display: block;
  font-size: 3.3333333333vw;
  line-height: 230%;
  color: #000;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-title .title-text small {
    font-size: 24px;
  }
}
.eduf-layer-offline .eduf-layer-content {
  padding-top: 0;
  border-radius: 0;
}
.eduf-layer-offline .eduf-layer-content p {
  opacity: 1;
}
.eduf-layer-offline .eduf-layer-content .check-group {
  display: flex;
  justify-content: center;
  gap: 0 6.6666666667vw;
  padding: 2.2222222222vw 4.1666666667vw;
  border: solid #ddd;
  border-width: 1px 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group {
    gap: 0 48px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group {
    padding: 16px 30px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group strong {
  font-size: 2.5vw;
  font-weight: 700;
  color: #000;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group strong {
    letter-spacing: -1px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group .check-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 4.4444444444vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list {
    gap: 0 32px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group .check-list label {
  display: flex;
  align-items: center;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list label {
    font-size: 18px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group .check-list label input {
  width: 2.5vw;
  height: 2.5vw;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list label input {
    width: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list label input {
    height: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .check-list label input {
    margin-right: 8px;
  }
}
.eduf-layer-offline .eduf-layer-content .check-group .desc {
  font-size: 2.2222222222vw;
  color: #808080;
  text-align: center;
  margin-top: 0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .desc {
    font-size: 16px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .check-group .desc {
    margin-top: 4px;
  }
}
.eduf-layer-offline .eduf-layer-content .type-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.3333333333vw 0;
  border-bottom: 1px solid #b8b8b8;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio {
    padding: 24px 0;
  }
}
.eduf-layer-offline .eduf-layer-content .type-radio p {
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio p {
    font-size: 18px;
  }
}
.eduf-layer-offline .eduf-layer-content .type-radio a {
  display: block;
  font-size: 2.5vw;
  margin-left: 1.3888888889vw;
  padding: 0 0.5555555556vw;
  border-bottom: 1px solid #000;
  background: #ffd500;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio a {
    font-size: 18px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio a {
    margin-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .type-radio a {
    padding: 0 4px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box {
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box {
    margin-top: 40px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control {
  display: flex;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control {
    margin-bottom: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control:last-child {
  margin-bottom: 0;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control .form-label {
  display: flex;
  align-items: center;
  width: 28%;
  text-align: left;
  font-size: 3.3333333333vw;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control .form-label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control .form-label {
    padding-left: 10px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control .form-label {
    font-size: 20px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item {
  position: relative;
  display: flex;
  align-items: center;
  width: 72%;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item label {
  display: flex;
  align-items: center;
  font-size: 3.3333333333vw;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item label {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item label {
    margin-right: 8px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item label {
    font-size: 20px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item label:last-child {
  margin-right: 0;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
  width: 100%;
  height: 6.6666666667vw;
  font-size: 3.3333333333vw;
  padding: 0 1.3888888889vw;
  border: 1px solid #ddd;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
    height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
    padding: 0 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::-moz-placeholder {
  font-size: 3.3333333333vw;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::placeholder {
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::-moz-placeholder {
    font-size: 24px;
  }
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::placeholder {
    font-size: 24px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input {
    height: 45px;
    font-size: 18px;
  }
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::-moz-placeholder {
    font-size: 18px;
  }
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input::placeholder {
    font-size: 18px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=checkbox],
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=radio] {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-right: 1.1111111111vw;
  padding: 0;
  border: none;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=checkbox],
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=radio] {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=checkbox],
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=radio] {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=checkbox],
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=radio] {
    margin-right: 8px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=number]::-webkit-outer-spin-button,
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item a {
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6.6666666667vw;
  font-size: 2.7777777778vw;
  color: #fff;
  background: #666;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item a {
    height: 48px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item a {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item a {
    font-size: 14px;
    height: 40px;
  }
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item a:hover {
  background: #000;
}
.eduf-layer-offline .eduf-layer-content .input-box .form-control-item .timer {
  position: absolute;
  top: 50%;
  right: 25%;
  font-size: 2.7777777778vw;
  color: #ff0000;
  transform: translateY(-50%);
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item .timer {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .input-box .form-control-item .timer {
    font-size: 14px;
  }
}
.eduf-layer-offline .eduf-layer-content .label {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .label {
    padding-left: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.5555555556vw;
  height: 0.5555555556vw;
  border-radius: 50%;
  background: #000;
  transform: translateY(-50%);
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .label:before {
    width: 4px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .label:before {
    height: 4px;
  }
}
.eduf-layer-offline .eduf-layer-content .highlight {
  color: #fe0000;
}
.eduf-layer-offline .eduf-layer-content .ta-box {
  margin: 4.1666666667vw 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box {
    margin: 30px 0;
  }
}
.eduf-layer-offline .eduf-layer-content .ta-box .label {
  font-size: 2.7777777778vw;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box .label {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box .label {
    margin-bottom: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .ta-box textarea {
  width: 100%;
  height: 13.8888888889vw;
  font-size: 2.7777777778vw;
  padding: 2.0833333333vw;
  border: 1px solid #ddd;
  resize: none;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea {
    height: 100px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea {
    padding: 15px;
  }
}
.eduf-layer-offline .eduf-layer-content .ta-box textarea::-moz-placeholder {
  font-size: 2.7777777778vw;
}
.eduf-layer-offline .eduf-layer-content .ta-box textarea::placeholder {
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea::-moz-placeholder {
    font-size: 20px;
  }
  .eduf-layer-offline .eduf-layer-content .ta-box textarea::placeholder {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .ta-box textarea {
    font-size: 14px;
  }
  .eduf-layer-offline .eduf-layer-content .ta-box textarea::-moz-placeholder {
    font-size: 14px;
  }
  .eduf-layer-offline .eduf-layer-content .ta-box textarea::placeholder {
    font-size: 14px;
  }
}
.eduf-layer-offline .eduf-layer-content .all-check {
  margin-top: 4.8611111111vw;
  margin-bottom: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check {
    margin-top: 35px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check {
    margin-bottom: 12px;
  }
}
.eduf-layer-offline .eduf-layer-content .all-check label {
  display: flex;
  align-items: center;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check label {
    font-size: 20px;
  }
}
.eduf-layer-offline .eduf-layer-content .all-check label input {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check label input {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check label input {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check label input {
    margin-right: 8px;
  }
}
.eduf-layer-offline .eduf-layer-content .all-check .alert {
  font-size: 2.7777777778vw;
  color: #686868;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check .alert {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .all-check .alert {
    font-size: 14px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title {
  display: flex;
  align-content: center;
  font-size: 2.7777777778vw;
  font-weight: 500;
  padding: 1.9444444444vw 0;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title {
    padding: 14px 0;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title input {
  width: 4.1666666667vw;
  height: 4.1666666667vw;
  margin-right: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title input {
    width: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title input {
    height: 30px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-title input {
    margin-right: 8px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box {
  display: none;
  height: 25vw;
  padding: 1.6666666667vw;
  overflow: auto;
  border-bottom: 1px solid rgba(221, 221, 221, 0.8666666667);
  box-sizing: border-box;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box {
    height: 180px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box {
    padding: 12px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box::-webkit-scrollbar {
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box::-webkit-scrollbar {
    width: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box::-webkit-scrollbar-track {
  background: #ddd;
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p {
  font-size: 3.0555555556vw;
  color: #555;
  line-height: 1.4;
  margin-bottom: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p {
    font-size: 22px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p {
    margin-bottom: 10px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p {
    font-size: 14px;
  }
}
.eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p strong {
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p strong {
    font-size: 26px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-content .toggle-wrap .toggle-box p strong {
    font-size: 18px;
  }
}
.eduf-layer-offline .eduf-layer-action {
  text-align: center;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-action {
    margin-top: 30px;
  }
}
.eduf-layer-offline .eduf-layer-action a {
  position: relative;
  display: inline-block;
  width: 48%;
  text-align: center;
  font-size: 2.7777777778vw;
  font-weight: 600;
  color: #111;
  margin: 0 auto;
  padding: 1.6666666667vw 0;
  border-radius: 0.5555555556vw;
  background: #ffd500;
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-action a {
    font-size: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-action a {
    padding: 12px 0;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-offline .eduf-layer-action a {
    border-radius: 4px;
  }
}
.eduf-layer-offline .eduf-layer-action a:hover {
  color: #fff;
  background: #fe0000;
}

.eduf-layer-photo .eduf-layer-wrap {
  max-width: 83.3333333333vw;
  width: 100%;
  margin: 0 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .eduf-layer-wrap {
    max-width: 600px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .eduf-layer-wrap {
    margin: 0 80px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .eduf-layer-wrap {
    max-width: 800px;
  }
}
.eduf-layer-photo .eduf-layer-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  top: -8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .eduf-layer-close {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .eduf-layer-close {
    height: 60px;
  }
}
.eduf-layer-photo .eduf-layer-close::before, .eduf-layer-photo .eduf-layer-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 2px;
  margin-left: -15px;
  background-color: #FFF;
}
.eduf-layer-photo .eduf-layer-close::before {
  transform: rotate(45deg);
}
.eduf-layer-photo .eduf-layer-close::after {
  transform: rotate(315deg);
}
.eduf-layer-photo .eduf-layer-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .eduf-layer-close {
    top: -60px;
  }
}
.eduf-layer-photo .slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  background: none;
  left: -10vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-prev {
    width: 80px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-prev {
    height: 80px;
  }
}
.eduf-layer-photo .slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-bottom-width: 4px;
  border-left-width: 4px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-prev::before {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-prev::before {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-prev {
    left: -72px;
  }
}
.eduf-layer-photo .slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  background: none;
  right: -10vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-next {
    width: 80px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-next {
    height: 80px;
  }
}
.eduf-layer-photo .slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  border-top-width: 4px;
  border-right-width: 4px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-next::before {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-next::before {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-next {
    right: -72px;
  }
}
.eduf-layer-photo .slick-slide {
  font-size: 0;
  margin: 0 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .eduf-layer-photo .slick-slide {
    margin: 0 10px;
  }
}
.eduf-layer-photo .slick-slide img {
  max-width: 100%;
}

.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-xy-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);
  transform: translateY(50px);
}
.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-xy-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);
  transform: translateY(50px);
}
.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-xy-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);
  transform: translateY(50px);
}
.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-xy-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);
  transform: translateY(50px);
}
.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-xy-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);
  transform: translateY(50px);
}
.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-xy-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);
  transform: translateY(50px);
}
.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-xy-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);
  transform: translateY(50px);
}
.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-xy-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);
  transform: translateY(50px);
}
.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-xy-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);
  transform: translateY(50px);
}
.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-xy-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);
  transform: translateY(50px);
}
.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.25s;
}
.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-xy-1 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 0.25s;
}
.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.25s;
}
.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.5s;
}
.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-xy-2 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 0.5s;
}
.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.5s;
}
.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.75s;
}
.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-xy-3 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 0.75s;
}
.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.75s;
}
.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: 1s;
}
.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-xy-4 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 1s;
}
.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: 1s;
}
.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: 1.25s;
}
.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-xy-5 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 1.25s;
}
.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: 1.25s;
}
.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.5s;
}
.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-xy-6 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 1.5s;
}
.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.5s;
}
.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.75s;
}
.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-xy-7 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 1.75s;
}
.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.75s;
}
.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: 2s;
}
.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-xy-8 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 2s;
}
.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: 2s;
}
.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: 2.25s;
}
.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-xy-9 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 2.25s;
}
.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: 2.25s;
}
.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: 2.5s;
}
.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-xy-10 {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
  transition-delay: 2.5s;
}
.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: 2.5s;
}
.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 .wrap {
  width: 1200px;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .slick-list * {
  font-size: 0;
}
.promotion .slick-dots {
  display: flex;
  justify-content: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots {
    gap: 10px;
  }
}
.promotion .slick-dots li button {
  width: 2.7777777778vw;
  height: 2.7777777778vw;
  text-indent: -999em;
  border: 1px solid #9E9E9E;
  border-radius: 2.7777777778vw;
  background: #FFF;
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button {
    width: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button {
    height: 20px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-dots li button {
    border-radius: 20px;
  }
}
.promotion .slick-dots li.slick-active button {
  background: #9E9E9E;
}
.promotion .slick-arrow {
  border-radius: 50%;
}
.promotion .slick-arrow.slick-prev {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  left: 50%;
  background: rgba(0, 0, 0, 0.2);
  left: 50%;
  margin-left: -540px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev {
    height: 60px;
  }
}
.promotion .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-bottom-width: 2px;
  border-left-width: 2px;
  transform: translate(-25%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-prev::before {
    height: 15px;
  }
}
.promotion .slick-arrow.slick-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  margin: 0;
  padding: 0;
  font-size: 0;
  color: transparent;
  text-indent: -9999px;
  border: none;
  outline: none;
  cursor: pointer;
  transform: translateY(-50%);
  right: 50%;
  background: rgba(0, 0, 0, 0.2);
  right: 50%;
  margin-right: -540px;
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    width: 60px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next {
    height: 60px;
  }
}
.promotion .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 2.0833333333vw;
  height: 2.0833333333vw;
  border-width: 0;
  border-style: solid;
  border-color: #fff;
  border-top-width: 2px;
  border-right-width: 2px;
  transform: translate(-75%, -50%) rotate(45deg);
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    width: 15px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .slick-arrow.slick-next::before {
    height: 15px;
  }
}
.promotion .title-box {
  margin-bottom: 55px;
}
.promotion .title-box .main-title {
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -1px;
}
.promotion .box-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
.promotion .btn-wrap {
  margin-top: 36px;
}
.promotion .btn-wrap button {
  width: 420px;
  padding: 20px;
  border-radius: 42px;
  border: 1px solid #FCD152;
  background: linear-gradient(113deg, #FCD152 14.3%, #FFEAAE 42.28%, #FCBF06 91.9%), linear-gradient(103deg, #FCD152 20.57%, #FFEAAE 39.09%, #FCBF06 71.93%), linear-gradient(104deg, #FFEAAE 8.41%, #FCBF06 67.4%), rgba(0, 0, 0, 0.2);
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.promotion .btn-wrap button {
  position: relative;
  display: inline-block;
}
.promotion .btn-wrap button::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 2px;
  border-right-width: 2px;
}
@media screen and (min-width: 720px) {
  .promotion .btn-wrap button::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-wrap button::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-wrap button::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .btn-wrap button::before {
    right: 12px;
  }
}
.promotion .btn-wrap button:before {
  right: 60px;
}
.promotion .fix-wing-nav {
  position: fixed;
  right: 10px;
  bottom: 300px;
  z-index: 99;
  text-align: right;
}
.promotion .fix-wing-nav .nav-title {
  position: relative;
  margin-right: 4px;
  color: #FFF;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.1px;
  transition: color 0.3s;
}
.promotion .fix-wing-nav .nav-title::before {
  content: "";
  width: 35px;
  height: 10px;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/onlive/251110/pc/ico_eduwill_logo_line_white.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: 0;
}
.promotion .fix-wing-nav ul {
  position: relative;
  margin-top: 30px;
}
.promotion .fix-wing-nav ul:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  content: "";
  width: 1px;
  height: 110px;
  display: inline-block;
  border-right: 1px dashed #fff;
  z-index: -1;
}
.promotion .fix-wing-nav ul li ~ li {
  margin-top: 15px;
}
.promotion .fix-wing-nav ul li a {
  position: relative;
  padding-right: 23px;
  color: rgba(255, 255, 255, 0.3);
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  transition: color 0.3s;
}
.promotion .fix-wing-nav ul li a:after {
  position: absolute;
  right: 4px;
  top: 7px;
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #fff;
}
.promotion .fix-wing-nav ul li a.active {
  color: #fff;
  font-weight: 600;
}
.promotion .fix-wing-nav ul li a.active:after {
  top: 3px;
  right: 0;
  border: 4px solid #fff;
  background-color: #FFC100;
}
.promotion .fix-wing-nav.dark-mode .nav-title {
  color: #000;
}
.promotion .fix-wing-nav.dark-mode .nav-title:before {
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/onlive/251110/pc/ico_eduwill_logo_line.png");
}
.promotion .fix-wing-nav.dark-mode ul:before {
  border-color: #000;
}
.promotion .fix-wing-nav.dark-mode ul a {
  color: rgba(0, 0, 0, 0.3);
}
.promotion .fix-wing-nav.dark-mode ul a:after {
  background-color: #000;
}
.promotion .fix-wing-nav.dark-mode ul a.active {
  color: #000;
}
.promotion .fix-wing-nav.dark-mode ul a.active:after {
  border-color: #FFC100;
  background-color: #000;
}
.promotion .fix-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background: #FFBF00;
  opacity: 0;
}
.promotion .fix-bottom img {
  margin-top: -20px;
}
.promotion .sector-intro-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #000;
}
.promotion .sector-intro-video iframe, .promotion .sector-intro-video #player {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
}
.promotion .sector-intro-video .intro-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 11.1111111111vw;
  height: 11.1111111111vw;
  position: fixed;
  top: 0;
  right: 0;
  background: #333;
  z-index: 1000;
}
@media screen and (min-width: 720px) {
  .promotion .sector-intro-video .intro-close {
    width: 80px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-intro-video .intro-close {
    height: 80px;
  }
}
.promotion .sector-intro-video .intro-close::before, .promotion .sector-intro-video .intro-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background-color: #fff;
}
.promotion .sector-intro-video .intro-close::before {
  transform: rotate(45deg);
}
.promotion .sector-intro-video .intro-close::after {
  transform: rotate(315deg);
}
.promotion .sector-intro-video .intro-close span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.promotion .sector-title {
  background-color: #0F0F0F;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/onlive/251110/pc/bg_title_260123.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-title .wrap {
  padding-bottom: 65px;
}
.promotion .sector-title [class^=title-], .promotion .sector-title .btn-wrap {
  opacity: 0;
}
.promotion .sector-title .title-1 {
  margin-top: 113px;
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133%;
}
.promotion .sector-title .title-1 .fc-point {
  color: #FFCA2D;
}
.promotion .sector-title .title-2 {
  position: relative;
  margin-top: 30px;
  z-index: 1;
}
.promotion .sector-title .title-2 span {
  position: relative;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 83px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2px;
  color: #fff;
}
.promotion .sector-title .title-2 span:before {
  position: absolute;
  z-index: -1;
  top: -3px;
  content: attr(data-text1);
  -webkit-text-stroke: 8px black;
}
.promotion .sector-title .title-2 strong {
  position: relative;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 83px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -2px;
  background: linear-gradient(180deg, #FF6200 -5.73%, #FDC300 55.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title .title-2 strong:before {
  position: absolute;
  z-index: -1;
  top: -3px;
  content: attr(data-text2);
  -webkit-text-stroke: 8px black;
}
.promotion .sector-title .title-3 {
  margin-top: 21px;
  color: #FFF;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: -0.78px;
}
.promotion .sector-title .deco-edugong {
  position: absolute;
  right: 60px;
  bottom: 0;
}
.promotion .sector-question {
  position: relative;
  padding-top: 100px;
  background: #0F0F0F;
}
.promotion .sector-question:before {
  position: absolute;
  top: 187px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 440px;
  height: 411px;
  border-radius: 50%;
  opacity: 0.45;
  background: rgba(255, 191, 1, 0.5);
  filter: blur(143.8000030518px);
}
.promotion .sector-question .main-title {
  color: #fff;
}
.promotion .sector-question .main-title span {
  background: linear-gradient(105deg, #FCD152 23.6%, #FFEAAE 37.98%, #FCBF06 63.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-program {
  padding-top: 100px;
  background: linear-gradient(180deg, #FCBF06 0%, #FFDA6A 100%);
}
.promotion .sector-benefit {
  padding: 100px 0;
  background: radial-gradient(751.94% 117.49% at -6.38% 99.02%, #2B2107 0%, #211A06 46.96%, #000 100%), #0F0F0F;
}
.promotion .sector-benefit .wrap > .title-box .main-title {
  color: #FFF;
  font-family: "EduwillPassRegular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 113%;
  letter-spacing: -1.28px;
}
.promotion .sector-benefit .wrap > .title-box .main-title strong {
  display: inline-block;
  margin-top: 10px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 52px;
  font-style: normal;
  font-weight: 700;
  line-height: 113%;
  letter-spacing: -2.08px;
  background: linear-gradient(105deg, #FCD152 23.6%, #FFEAAE 37.98%, #FCBF06 63.49%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-benefit .frame {
  padding: 59px 37px;
  border-radius: 20px;
  border: 2px solid #FFEAAE;
  background: linear-gradient(180deg, rgba(64, 64, 64, 0.1) 0%, rgba(166, 166, 166, 0.1) 100%);
}
.promotion .sector-benefit .frame .title-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.promotion .sector-benefit .frame .num-title {
  padding: 1px 5px;
  border-radius: 4px;
  background: linear-gradient(105deg, #FCD152 23.6%, #FFEAAE 37.98%, #FCBF06 63.49%), #FFF;
  color: #141004;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.44px;
}
.promotion .sector-benefit .frame .main-title {
  color: #FFF;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.28px;
}
.promotion .sector-benefit .frame + .frame {
  margin-top: 60px;
}
.promotion .sector-benefit .tab-list {
  display: flex;
  gap: 0 8px;
  margin-bottom: 40px;
}
.promotion .sector-benefit .tab-list li {
  width: 100%;
  border: 1px solid #E9E9E9;
  opacity: 0.2;
  background: #FFF;
}
.promotion .sector-benefit .tab-list li a {
  display: block;
  color: #AEAEAE;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -1px;
  padding: 16px 0;
}
.promotion .sector-benefit .tab-list li.on {
  border: 1px solid #FFBF00;
  background: #000;
  opacity: 1;
}
.promotion .sector-benefit .tab-list li.on a {
  color: #FFBF00;
  font-weight: 700;
}
.promotion .sector-benefit .tab-view {
  display: none;
}
.promotion .sector-benefit .tab-view.on {
  display: block;
}
.promotion .sector-benefit .tab-view + img {
  margin-top: 40px;
}
.promotion .sector-benefit .slick-slider {
  width: 840px;
  margin: 0 auto;
}
.promotion .sector-benefit .slick-slide img {
  width: 840px;
  border-radius: 8px;
  border: 1px solid #ABABAB;
  box-shadow: 4px 6px 38px 0 rgba(0, 0, 0, 0.3);
}
.promotion .sector-benefit .box-list.hover-event div {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.promotion .sector-benefit .box-list.hover-event div:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
.promotion .sector-benefit .box-list.gap-lg {
  gap: 100px;
}
.promotion .sector-benefit .btn-wrap button {
  width: 859px;
  padding: 31px 0;
  border-radius: 68px;
  font-size: 36px;
}
.promotion .sector-briefing {
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/onlive/251110/pc/bg_briefing.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-briefing .date {
  position: absolute;
  top: 322px;
  left: 28px;
}
.promotion .sector-briefing .date p span {
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 160%;
  letter-spacing: -0.18px;
  color: rgba(255, 255, 255, 0.8);
  text-align: left;
}
.promotion .sector-briefing .btn-wrap {
  position: absolute;
  top: 440px;
  left: 20px;
  display: flex;
  flex-direction: column;
}
.promotion .sector-briefing .btn-wrap button {
  margin-top: 20px;
}
.promotion .sector-briefing .btn-wrap button:first-child {
  margin-top: 0;
}
.promotion .sector-briefing .desc {
  margin-top: 16px;
}
.promotion .sector-briefing .desc li {
  position: relative;
  font-size: 12px;
  color: #fff;
  text-align: left;
  padding-left: 14px;
  opacity: 0.7;
}
.promotion .sector-briefing .desc li:before {
  content: "※";
  position: absolute;
  left: 0;
}
.promotion .sector-zone {
  background-color: #F6F8F4;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/onlive/251110/pc/bg_zone.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
}
.promotion .sector-zone .wrap {
  padding-bottom: 100px;
}
.promotion .sector-zone .tab-list {
  display: flex;
  gap: 0 8px;
}
.promotion .sector-zone .tab-list li {
  width: 100%;
  background: #fff;
}
.promotion .sector-zone .tab-list li a {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #AEAEAE;
  padding: 16px 0;
}
.promotion .sector-zone .tab-list li.on {
  background: #000;
}
.promotion .sector-zone .tab-list li.on a {
  color: #FFBF00;
}
.promotion .sector-zone .tab-view {
  display: none;
}
.promotion .sector-zone .tab-view.on {
  display: block;
}
.promotion .sector-zone .slick-slide img {
  margin: 0 auto;
}
.promotion .sector-map {
  padding-bottom: 120px;
  background: #fff;
}
.promotion .sector-map .map-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}
.promotion .sector-map .map-list .map-item {
  padding: 40px 20px 24px;
  border: 2px solid #725C27;
  border-radius: 8px;
  background: #fff;
}
.promotion .sector-map .map-list .map-item p {
  font-size: 22px;
  font-weight: 700;
}
.promotion .sector-map .map-list .map-item .map {
  margin: 24px 0;
}
.promotion .sector-map .map-list .map-item .action a {
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 16px 0;
  border-radius: 4px;
  background: #000;
}
.promotion .sector-interview {
  padding-bottom: 40px;
  background: linear-gradient(180deg, #464646 0%, #000 849px, #FCC601 849px, #FCC601 100%);
}
.promotion .sector-interview .interview-pager {
  position: absolute;
  top: 694px;
  left: 0;
  right: 0;
  width: 1060px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.promotion .sector-interview .interview-pager .slick-track {
  left: 0 !important;
}
.promotion .sector-interview .interview-pager .slick-slide {
  width: 228px;
  margin: 0 -8px;
  cursor: pointer;
}
.promotion .sector-interview .slick-prev:before {
  margin-left: -7px;
  width: 13px;
  height: 13px;
}
.promotion .sector-interview .slick-prev:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 23px;
  height: 3px;
  background-color: #fff;
}
.promotion .sector-interview .slick-next:before {
  margin-left: 7px;
  width: 13px;
  height: 13px;
}
.promotion .sector-interview .slick-next:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 23px;
  height: 3px;
  background-color: #fff;
}
.promotion .sector-interview .interview-slider {
  width: 804px;
  margin: 132px auto 0;
}
.promotion .sector-interview .interview-slider .slick-slide {
  width: 804px;
}
.promotion .sector-interview .interview-slider .slick-slide img {
  max-width: 100%;
}
.promotion .sector-interview .support-text {
  color: #8E6F14;
}
.promotion .sector-rolling .rolling-slider {
  position: relative;
}
.promotion .sector-rolling .rolling-slider:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.84);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.84) 10.93%, rgba(0, 0, 0, 0.3) 100%);
}
.promotion .sector-rolling .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
}
.promotion .sector-system {
  padding-bottom: 90px;
  background: #FFF;
}
.promotion .sector-system .tab-list {
  position: absolute;
  top: 450px;
  left: 10px;
  right: 10px;
  display: flex;
  gap: 4px;
}
.promotion .sector-system .tab-list li {
  width: 100%;
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  color: #000;
  letter-spacing: -1.3px;
  text-align: center;
  padding: 36px 0;
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  background: #FFF;
  background: linear-gradient(180deg, #FFF 47.5%, #F6F6F6 100%);
  box-sizing: border-box;
  cursor: pointer;
}
.promotion .sector-system .tab-list li span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -1px;
}
.promotion .sector-system .tab-list li.active, .promotion .sector-system .tab-list li:hover {
  color: #FFF;
  background: #000;
  background: linear-gradient(180deg, #000 0%, #E03F41 90.83%);
}
.promotion .sector-system .tab-view {
  position: relative;
  display: none;
  width: 1180px;
  margin: 0 10px;
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}
.promotion .sector-system .tab-view.active {
  display: block;
}
.promotion .sector-system .tab-view .btn-base {
  position: absolute;
  top: 82px;
  right: 35px;
}
.promotion .sector-system .tab-view .btn-base button {
  display: inline-block;
  font-size: 0;
  padding: 4px 8px;
  border: 1px solid #DCDCDC;
  border-radius: 2px;
}
.promotion .sector-system .tab-view .btn-base button span {
  font-size: 12px;
  font-weight: 500;
  color: #BABABA;
  padding-right: 12px;
}
.promotion .sector-system .tab-view .btn-base button span {
  position: relative;
  display: inline-block;
}
.promotion .sector-system .tab-view .btn-base button span::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
  height: 0.8333333333vw;
  margin-top: -0.4166666667vw;
  border-width: 0;
  border-style: solid;
  border-color: #BABABA;
  transform: rotate(45deg);
  right: 1.6666666667vw;
  border-top-width: 1px;
  border-right-width: 1px;
}
@media screen and (min-width: 720px) {
  .promotion .sector-system .tab-view .btn-base button span::before {
    width: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-system .tab-view .btn-base button span::before {
    height: 6px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-system .tab-view .btn-base button span::before {
    margin-top: -3px;
  }
}
@media screen and (min-width: 720px) {
  .promotion .sector-system .tab-view .btn-base button span::before {
    right: 12px;
  }
}
.promotion .sector-system .tab-view .btn-base button span:before {
  right: 0;
}
.promotion .sector-system .tab-view .video-box {
  width: 800px;
  margin: 0 auto;
}
.promotion .sector-system .tab-view .video-box a {
  display: block;
  width: 800px;
  height: 450px;
}
.promotion .sector-system .tab-view .video-box a img {
  width: 100%;
}
.promotion .sector-system .tab-view .video-box .notice-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #828282;
  letter-spacing: -0.7px;
  text-align: left;
  margin-top: 20px;
}
.promotion .sector-system .tab-view .img-box {
  overflow: auto;
}
.promotion .sector-system .tab-view .slick-track {
  will-change: transform;
}
.promotion .sector-system .tab-view .slick-dots {
  margin-top: 10px;
  margin-bottom: 40px;
}
.promotion .sector-system .tab-view .system-rolling .slick-slide {
  margin: 0 2px;
}
.promotion .sector-system .tab-view .small-tab-list {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 32px 32px 0;
}
.promotion .sector-system .tab-view .small-tab-list li {
  width: 100%;
  font-size: 16px;
  line-height: 120%;
  color: #000;
  letter-spacing: -0.8px;
  padding: 18px 0;
  border: 1px solid #BCBCBC;
  border-radius: 10px;
  cursor: pointer;
}
.promotion .sector-system .tab-view .small-tab-list li.active {
  color: #FFF;
  background: #000;
}
.promotion .sector-system .tab-view .small-tab-view {
  position: relative;
  display: none;
}
.promotion .sector-system .tab-view .small-tab-view.active {
  display: block;
}
.promotion .sector-system .tab-view .small-tab-view button {
  position: absolute;
  top: 70px;
  right: 36px;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: -0.7px;
  padding: 10px 20px;
  border: 1px solid #B3B3B3;
  border-radius: 8px;
  background: #FFF;
}
.promotion .sector-system .title-box {
  font-size: 22px;
  line-height: 160%;
  color: #000;
  letter-spacing: -0.66px;
  padding: 36px 0 28px;
}
.promotion .sector-system .title-box strong {
  font-weight: 900;
}
.promotion .sector-system .title-box span {
  color: #CD0000;
}
.promotion .sector-system .item-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.promotion .sector-system .item-box {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 350px;
  text-align: left;
  border: 1px solid #DADADA;
  background: linear-gradient(180deg, #FFF 1.76%, #FCF5DA 54.93%), linear-gradient(180deg, #FFF 15.38%, #FFFAE7 73.08%);
}
.promotion .sector-system .item-flag {
  position: absolute;
  top: 0;
  right: 24px;
}
.promotion .sector-system .item-title {
  padding: 24px 20px;
  box-sizing: border-box;
}
.promotion .sector-system .item-title small {
  display: block;
  font-size: 10px;
  font-weight: 700;
  line-height: 130%;
  color: #979797;
  letter-spacing: -0.4px;
}
.promotion .sector-system .item-title span {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: #D55200;
  letter-spacing: -1px;
  margin: 24px 0 8px;
}
.promotion .sector-system .item-title p {
  font-size: 28px;
  font-weight: 500;
  line-height: 130%;
  color: #000;
  letter-spacing: -1.5px;
}
.promotion .sector-system .item-icon {
  z-index: 2;
  position: absolute;
  top: 80px;
  right: -8px;
}
.promotion .sector-system .item-text {
  position: relative;
  padding: 18px 20px;
  background: #FFF;
}
.promotion .sector-system .item-text p {
  height: 60px;
  font-size: 14px;
  line-height: 140%;
  color: #000;
  letter-spacing: -1px;
  word-break: keep-all;
  overflow-wrap: break-word;
  margin-bottom: 12px;
}
.promotion .sector-system .item-text span {
  font-size: 12px;
  line-height: 140%;
  color: #707070;
  letter-spacing: -1px;
}
.promotion .sector-system .item-link {
  position: absolute;
  right: 20px;
  bottom: 12px;
}
.promotion .sector-system .item-link a {
  display: block;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%;
  color: #FFF;
  letter-spacing: -0.36px;
  padding: 8px 12px;
  border-radius: 4px;
  background: #010101;
}
.promotion .sector-system .notice {
  text-align: left;
  margin: 5px 32px 20px;
}
.promotion .sector-system .notice p {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
  color: #828282;
  letter-spacing: -0.7px;
}
.promotion .sector-worry {
  background-color: #000;
  background-image: url("//img.eduwill.net/eduwill/img/2025/_116/event/251120/pc/bg_worry.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}/*# sourceMappingURL=web.css.map */