@charset "UTF-8";
.popup .popup-content .list-bottom, .promotion .wrap,
.promotion .wrap-full,
.product-eco .wrap,
.product-eco .wrap-full,
.fullservice .wrap,
.fullservice .wrap-full, .grid {
  *zoom: 1;
}
.popup .popup-content .list-bottom::before, .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, .popup .popup-content .list-bottom::after, .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;
}
.popup .popup-content .list-bottom::after, .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,
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio] {
  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%);
}

.popup .popup-content .star i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url("//img.eduwill.net/eduwill/img/common/icon/icon_star_off.png") 0 0 no-repeat;
  background-size: cover;
}
.popup .popup-content .star i.on {
  background-image: url("//img.eduwill.net/eduwill/img/common/icon/icon_star_on.png");
}
@media screen and (min-width: 1100px) {
  .popup .popup-content .star i {
    width: 13px;
    height: 13px;
  }
}

.popup .popup-content .list-bottom .pop-notice ul li {
  position: relative;
  padding-left: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .list-bottom .pop-notice ul li {
    padding-left: 10px;
  }
}
.popup .popup-content .list-bottom .pop-notice ul li {
  text-align: left;
}
.popup .popup-content .list-bottom .pop-notice ul li::before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  line-height: inherit;
}
@keyframes effectBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.effect-bounce-diagonal {
  animation-name: effectBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBounceUpDown {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.effect-bounce-updown, .promotion .sector-event1 .event-content .video-area .bubble {
  animation-name: effectBounceUpDown;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectExtend {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
}
.effect-extend {
  animation-name: effectExtend;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}
@keyframes effectBlink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
.effect-blink {
  animation-name: effectBlink;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: step-end;
  animation-direction: normal;
}

.promotion,
.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;
}
@media screen and (min-width: 720px) {
  .promotion *,
  .product-eco *,
  .fullservice * {
    letter-spacing: -1px;
  }
}
.promotion *,
.product-eco *,
.fullservice * {
  box-sizing: border-box;
}
.promotion [class^=sector-],
.product-eco [class^=sector-],
.fullservice [class^=sector-] {
  position: relative;
}
.promotion button,
.product-eco button,
.fullservice button {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  font-family: inherit;
  text-decoration: none;
  border: none;
  background: transparent;
  outline: 0;
  cursor: pointer;
}
.promotion p,
.product-eco p,
.fullservice p {
  margin: 0;
  padding: 0;
  line-height: 1;
  color: inherit;
}
.promotion a,
.promotion a:link,
.product-eco a,
.product-eco a:link,
.fullservice a,
.fullservice a:link {
  color: currentColor;
}
.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;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    width: 55px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  height: 7.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .icon-pointer::after,
  .product-eco .icon-pointer::after,
  .fullservice .icon-pointer::after {
    height: 56px;
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  background: url("//img.eduwill.net/Img2/Common/icon/pointer/icon_pointer_20.png") no-repeat 0 0;
  background-size: 100% auto;
}
@keyframes pointerBounceDiagonal {
  0%, 100% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(-10px, -10px);
  }
}
.promotion .icon-pointer::after,
.product-eco .icon-pointer::after,
.fullservice .icon-pointer::after {
  animation-name: pointerBounceDiagonal;
  animation-duration: 0.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease;
  animation-direction: normal;
}

.popup-dim {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 300;
  background-color: rgba(0, 0, 0, 0.7);
}

.popup {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 400;
  display: none;
  width: 90%;
  max-width: 720px;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  .popup {
    letter-spacing: -1px;
  }
}
.popup {
  box-sizing: border-box;
  transform: translateX(-50%);
}
.popup * {
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
.popup .popup-close a {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-close a {
    width: 60px;
  }
}
.popup .popup-close a {
  height: 8.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-close a {
    height: 60px;
  }
}
.popup .popup-close a::before, .popup .popup-close a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 30px;
  height: 1px;
  margin-left: -15px;
  background-color: #fff;
}
.popup .popup-close a::before {
  transform: rotate(45deg);
}
.popup .popup-close a::after {
  transform: rotate(315deg);
}
.popup .popup-close a span {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}
.popup .popup-close a {
  width: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-close a {
    width: 80px;
  }
}
.popup .popup-close a {
  height: 11.1111111111vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-close a {
    height: 80px;
  }
}
.popup .popup-close a {
  padding: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-close a {
    padding: 10px;
  }
}
.popup .popup-close a {
  box-sizing: border-box;
}
.popup .popup-content {
  text-align: left;
  min-height: 62.5vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content {
    min-height: 450px;
  }
}
.popup .popup-content {
  background-color: #fff;
}
.popup .popup-content .title {
  padding: 2.7777777778vw 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .title {
    padding: 20px 30px;
  }
}
.popup .popup-content .title {
  line-height: normal;
  font-size: 3.75vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .title {
    font-size: 27px;
  }
}
.popup .popup-content .title {
  font-weight: 700;
  color: #fff;
  background-color: #222;
}
.popup .popup-content .table {
  display: block !important;
}
.popup .popup-content .item-list {
  padding: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .item-list {
    padding: 25px;
  }
}
.popup .popup-content .list {
  line-height: 1.4;
  font-size: 0;
  color: #222;
  border-bottom: 1px solid #dcdcdc;
}
.popup .popup-content .list:first-child {
  border-top: 1px solid #dcdcdc !important;
}
.popup .popup-content .list.noti {
  background-color: #f5f5f5;
}
.popup .popup-content .list-bottom {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .list-bottom {
    margin-top: 20px;
  }
}
.popup .popup-content .list-bottom .pop-notice ul {
  text-align: left;
}
.popup .popup-content .list-bottom .pop-notice li {
  color: #333;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .list-bottom .pop-notice li {
    font-size: 22px;
  }
}
.popup .popup-content .list-bottom .pop-notice li {
  line-height: 1.4;
  word-break: keep-all;
  word-wrap: break-word;
}
.popup .popup-content .list-bottom .pop-notice li + li {
  margin-top: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .list-bottom .pop-notice li + li {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-content .list-bottom .pop-notice li {
    font-size: 16px;
  }
}
.popup .popup-content .list-bottom .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .list-bottom .buttons {
    margin-top: 40px;
  }
}
.popup .popup-content .list-bottom .buttons {
  -moz-column-gap: 1.3888888889vw;
       column-gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .list-bottom .buttons {
    -moz-column-gap: 10px;
         column-gap: 10px;
  }
}
.popup .popup-content .list-bottom .buttons a {
  width: 100%;
  padding: 2.7777777778vw 0;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .list-bottom .buttons a {
    padding: 20px 0;
  }
}
.popup .popup-content .list-bottom .buttons a {
  text-align: center;
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .list-bottom .buttons a {
    font-size: 22px;
  }
}
.popup .popup-content .list-bottom .buttons a {
  font-weight: 700;
  color: #000;
  border: 1px solid #666;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}
.popup .popup-content .list-bottom .buttons a.btn-regist {
  color: #fff;
  border-color: #333;
  background: #333;
}
.popup .popup-content .star {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 28px;
  gap: 5px;
}
.popup .popup-content .star a {
  display: block;
  font-size: 0;
}
.popup .popup-content .star i {
  vertical-align: middle;
}
.popup .popup-content .item {
  display: inline-block;
  vertical-align: top;
  padding: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .item {
    padding: 10px;
  }
}
.popup .popup-content .item {
  line-height: 28px;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .item {
    font-size: 20px;
  }
}
.popup .popup-content .item {
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .popup .popup-content .item {
    font-size: 16px;
  }
}
.popup .popup-content .item.subject {
  width: 20%;
  font-weight: 700;
}
.popup .popup-content .item.desc {
  width: 80%;
}
@media screen and (min-width: 1100px) {
  .popup .popup-content .item.desc {
    font-size: 14px;
  }
}
.popup .popup-content .item:only-child {
  display: block;
  width: 100%;
  max-height: 55.5555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .item:only-child {
    max-height: 400px;
  }
}
.popup .popup-content .item:only-child {
  overflow-y: auto;
}
.popup .popup-content .item a {
  font-weight: 400;
  color: #222;
}
.popup .popup-content .item input[type=text] {
  display: block;
  width: 100%;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #eaeaf4;
  font-size: 3.3333333333vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .item input[type=text] {
    font-size: 24px;
  }
}
@media screen and (min-width: 1100px) {
  .popup .popup-content .item input[type=text] {
    padding: 10px;
    height: 40px;
    font-size: 15px;
  }
}
.popup .popup-content .item textarea {
  width: 100%;
  height: 41.6666666667vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .item textarea {
    height: 300px;
  }
}
.popup .popup-content .item textarea {
  font-size: 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  .popup .popup-content .item textarea {
    font-size: 22px;
  }
}
.popup .popup-content .item textarea {
  border: 0;
  padding: 0;
  resize: none;
  box-sizing: border-box;
}
@media screen and (min-width: 1100px) {
  .popup .popup-content .item textarea {
    font-size: 15px;
  }
}

#edufLayerPrivacyPopup .eduf-layer-title {
  padding: 0;
}
#edufLayerPrivacyPopup .eduf-layer-content {
  border-radius: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content {
    border-radius: 20px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content {
  padding: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content {
    padding: 30px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .privacy-check {
  color: #000;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .privacy-check {
    font-size: 26px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .privacy-check {
  font-weight: 700;
  line-height: 1.48;
  letter-spacing: -0.2083333333vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .privacy-check {
    letter-spacing: -1.5px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .privacy-check .fc-point {
  color: #f00;
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
    margin-top: 20px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
  height: 31.25vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
    height: 225px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
  padding: 1.3888888889vw 3.0555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
    padding: 10px 22px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box {
  background-color: #F8F8F8;
  overflow-y: auto;
  box-sizing: border-box;
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
  color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.5vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
    font-size: 18px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.175vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
    letter-spacing: -1.26px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box p {
  opacity: 1;
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul {
  margin: 1.5277777778vw 0;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul {
    margin: 11px 0;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li {
  color: #666;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li {
    font-size: 16px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: -0.1555555556vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li {
    letter-spacing: -1.12px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li strong {
  font-weight: 500;
}
#edufLayerPrivacyPopup .eduf-layer-content .scroll-box ul li .fc-point {
  color: #f00;
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list {
  display: flex;
  gap: 5.2777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list {
    gap: 38px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list {
  margin-top: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list {
    margin-top: 20px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list .ui-rdo {
  display: flex;
  align-items: center;
  gap: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list .ui-rdo {
    gap: 10px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label {
  position: relative;
  display: inline-flex;
  -ms-box-align: center;
  align-items: center;
  color: #333;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label {
    font-size: 20px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label {
  font-weight: 700;
  letter-spacing: -0.64px;
  cursor: pointer;
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  content: "";
  display: inline-block;
  width: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
    width: 26px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  height: 3.6111111111vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
    height: 26px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  margin-right: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
    margin-right: 10px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  border-width: 0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
    border-width: 1px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list label::before {
  border-style: solid;
  border-color: #bdbdbd;
  border-radius: 50%;
  box-sizing: border-box;
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::before {
  border-color: #111;
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
  content: "";
  position: absolute;
  left: 0.6944444444vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
    left: 5px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
  top: 50%;
  display: block;
  width: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
    width: 16px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
  height: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
    height: 16px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .agree-rdo-list input[type=radio]:checked + label::after {
  transform: translateY(-50%);
  border-radius: 50%;
  background: #111;
}
#edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
  width: 100%;
  margin-top: 4.1666666667vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
    margin-top: 30px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
  padding: 2.6388888889vw 0;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
    padding: 19px 0;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
  background: #000;
  color: #FFF;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 3.4722222222vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
    font-size: 25px;
  }
}
#edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.1388888889vw;
}
@media screen and (min-width: 720px) {
  #edufLayerPrivacyPopup .eduf-layer-content .btn-privacy-agree {
    letter-spacing: -1px;
  }
}

.promotion .motion-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-1 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-2 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-3 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-4 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-5 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-6 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-7 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-8 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-9 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-x-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-scale-y-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .motion-scale-x-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-clear-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;
}
.promotion .motion-up-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(50px);
}
.promotion .motion-down-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateY(-50px);
}
.promotion .motion-left-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(-50px);
}
.promotion .motion-right-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: translateX(50px);
}
.promotion .motion-extend-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: scale(0.1, 0.1);
}
.promotion .motion-extend-rt-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lt-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, -50%) scale(0.1, 0.1);
}
.promotion .motion-extend-rb-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-extend-lb-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.4s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  transform: translate(-50%, 50%) scale(0.1, 0.1);
}
.promotion .motion-reduce-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scale(1.5, 1.5);
}
.promotion .motion-width-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleX(0);
  transform-origin: center center;
}
.promotion .motion-height-top-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center top;
}
.promotion .motion-height-bottom-10 {
  opacity: 0;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-property: all;
  -o-transition-duration: 0.5s;
  -o-transition-timing-function: ease-out;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease-out;
  transform: scaleY(0);
  transform-origin: center bottom;
}
.promotion .active .motion-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-x-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-scale-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-scale-x-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-clear-1 {
  opacity: 1;
  transition-delay: 0.2s;
}
.promotion .active .motion-up-1,
.promotion .active .motion-down-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-left-1,
.promotion .active .motion-right-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}
.promotion .active .motion-extend-1,
.promotion .active .motion-reduce-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.2s;
}
.promotion .active .motion-extend-rt-1,
.promotion .active .motion-extend-lt-1,
.promotion .active .motion-extend-rb-1,
.promotion .active .motion-extend-lb-1 {
  opacity: 1;
  transition-delay: 0.2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-height-top-1,
.promotion .active .motion-height-bottom-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.2s;
}
.promotion .active .motion-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-x-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-scale-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-scale-x-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-clear-2 {
  opacity: 1;
  transition-delay: 0.4s;
}
.promotion .active .motion-up-2,
.promotion .active .motion-down-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-left-2,
.promotion .active .motion-right-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}
.promotion .active .motion-extend-2,
.promotion .active .motion-reduce-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.4s;
}
.promotion .active .motion-extend-rt-2,
.promotion .active .motion-extend-lt-2,
.promotion .active .motion-extend-rb-2,
.promotion .active .motion-extend-lb-2 {
  opacity: 1;
  transition-delay: 0.4s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-height-top-2,
.promotion .active .motion-height-bottom-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.4s;
}
.promotion .active .motion-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-x-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-scale-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-scale-x-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-clear-3 {
  opacity: 1;
  transition-delay: 0.6s;
}
.promotion .active .motion-up-3,
.promotion .active .motion-down-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-left-3,
.promotion .active .motion-right-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.promotion .active .motion-extend-3,
.promotion .active .motion-reduce-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.promotion .active .motion-extend-rt-3,
.promotion .active .motion-extend-lt-3,
.promotion .active .motion-extend-rb-3,
.promotion .active .motion-extend-lb-3 {
  opacity: 1;
  transition-delay: 0.6s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-height-top-3,
.promotion .active .motion-height-bottom-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.promotion .active .motion-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-x-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-scale-y-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-scale-x-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-clear-4 {
  opacity: 1;
  transition-delay: 0.8s;
}
.promotion .active .motion-up-4,
.promotion .active .motion-down-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-left-4,
.promotion .active .motion-right-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}
.promotion .active .motion-extend-4,
.promotion .active .motion-reduce-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.8s;
}
.promotion .active .motion-extend-rt-4,
.promotion .active .motion-extend-lt-4,
.promotion .active .motion-extend-rb-4,
.promotion .active .motion-extend-lb-4 {
  opacity: 1;
  transition-delay: 0.8s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-height-top-4,
.promotion .active .motion-height-bottom-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.8s;
}
.promotion .active .motion-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-x-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-scale-y-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.promotion .active .motion-scale-x-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.promotion .active .motion-clear-5 {
  opacity: 1;
  transition-delay: 1s;
}
.promotion .active .motion-up-5,
.promotion .active .motion-down-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}
.promotion .active .motion-left-5,
.promotion .active .motion-right-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}
.promotion .active .motion-extend-5,
.promotion .active .motion-reduce-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1s;
}
.promotion .active .motion-extend-rt-5,
.promotion .active .motion-extend-lt-5,
.promotion .active .motion-extend-rb-5,
.promotion .active .motion-extend-lb-5 {
  opacity: 1;
  transition-delay: 1s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1s;
}
.promotion .active .motion-height-top-5,
.promotion .active .motion-height-bottom-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1s;
}
.promotion .active .motion-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-x-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-scale-y-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-scale-x-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-clear-6 {
  opacity: 1;
  transition-delay: 1.2s;
}
.promotion .active .motion-up-6,
.promotion .active .motion-down-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-left-6,
.promotion .active .motion-right-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.promotion .active .motion-extend-6,
.promotion .active .motion-reduce-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.2s;
}
.promotion .active .motion-extend-rt-6,
.promotion .active .motion-extend-lt-6,
.promotion .active .motion-extend-rb-6,
.promotion .active .motion-extend-lb-6 {
  opacity: 1;
  transition-delay: 1.2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-height-top-6,
.promotion .active .motion-height-bottom-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.promotion .active .motion-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-x-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-scale-y-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-scale-x-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-clear-7 {
  opacity: 1;
  transition-delay: 1.4s;
}
.promotion .active .motion-up-7,
.promotion .active .motion-down-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-left-7,
.promotion .active .motion-right-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.4s;
}
.promotion .active .motion-extend-7,
.promotion .active .motion-reduce-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.4s;
}
.promotion .active .motion-extend-rt-7,
.promotion .active .motion-extend-lt-7,
.promotion .active .motion-extend-rb-7,
.promotion .active .motion-extend-lb-7 {
  opacity: 1;
  transition-delay: 1.4s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-height-top-7,
.promotion .active .motion-height-bottom-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.4s;
}
.promotion .active .motion-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-x-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-scale-y-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-scale-x-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-clear-8 {
  opacity: 1;
  transition-delay: 1.6s;
}
.promotion .active .motion-up-8,
.promotion .active .motion-down-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-left-8,
.promotion .active .motion-right-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.6s;
}
.promotion .active .motion-extend-8,
.promotion .active .motion-reduce-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.6s;
}
.promotion .active .motion-extend-rt-8,
.promotion .active .motion-extend-lt-8,
.promotion .active .motion-extend-rb-8,
.promotion .active .motion-extend-lb-8 {
  opacity: 1;
  transition-delay: 1.6s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-height-top-8,
.promotion .active .motion-height-bottom-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.6s;
}
.promotion .active .motion-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-x-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-scale-y-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-scale-x-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-clear-9 {
  opacity: 1;
  transition-delay: 1.8s;
}
.promotion .active .motion-up-9,
.promotion .active .motion-down-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-left-9,
.promotion .active .motion-right-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.promotion .active .motion-extend-9,
.promotion .active .motion-reduce-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.8s;
}
.promotion .active .motion-extend-rt-9,
.promotion .active .motion-extend-lt-9,
.promotion .active .motion-extend-rb-9,
.promotion .active .motion-extend-lb-9 {
  opacity: 1;
  transition-delay: 1.8s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-height-top-9,
.promotion .active .motion-height-bottom-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.promotion .active .motion-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-x-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-scale-y-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.promotion .active .motion-scale-x-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.promotion .active .motion-clear-10 {
  opacity: 1;
  transition-delay: 2s;
}
.promotion .active .motion-up-10,
.promotion .active .motion-down-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2s;
}
.promotion .active .motion-left-10,
.promotion .active .motion-right-10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2s;
}
.promotion .active .motion-extend-10,
.promotion .active .motion-reduce-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2s;
}
.promotion .active .motion-extend-rt-10,
.promotion .active .motion-extend-lt-10,
.promotion .active .motion-extend-rb-10,
.promotion .active .motion-extend-lb-10 {
  opacity: 1;
  transition-delay: 2s;
  transform: translate(0, 0) scale(1, 1);
}
.promotion .active .motion-width-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2s;
}
.promotion .active .motion-height-top-10,
.promotion .active .motion-height-bottom-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2s;
}
.promotion .only-pc {
  display: block;
}
.promotion .only-mobile {
  display: none;
}
.promotion .wrap {
  width: 1200px;
}
.promotion .title-box {
  margin-bottom: 40px;
}
.promotion .title-box .label-title {
  display: inline-block;
  min-width: 180px;
  margin-bottom: 20px;
  padding: 8px 30px 5px;
  border-radius: 200px;
  background: linear-gradient(90deg, #FCDA00 0%, #FBEE3A 100%);
  color: #320707;
  font-family: "EduwillPassBold", "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;
}
.promotion .title-box .sup-title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -1.3px;
}
.promotion .title-box .main-title {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.2px;
}
.promotion .title-box .main-title strong {
  font-family: inherit;
  font-weight: 700;
  line-height: inherit;
}
.promotion .title-box .main-title + .text-notice {
  margin-top: 20px;
}
.promotion .eduwill-title {
  margin-bottom: 45px;
  color: #FFF;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.8px;
  filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.promotion .eduwill-title strong {
  font-family: inherit;
  font-weight: inherit;
  background: linear-gradient(180deg, #FFE523 0%, #FFC423 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .slick-arrow {
  position: absolute;
  top: 50%;
  width: 70px;
  height: 70px;
  text-indent: -999em;
  border-radius: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 1;
}
.promotion .slick-prev {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/lecture/260227/pc/icon_arrow_prev.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  left: -35px;
}
.promotion .slick-next {
  background-image: url("//img.eduwill.net/eduwill/img/2026/_116/lecture/260227/pc/icon_arrow_next.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
  right: -35px;
}
.promotion .box-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 20px;
}
.promotion .frame {
  padding: 38px 63px;
  margin: 0 20px;
  border-radius: 20px;
  border: 2px solid #FFFAE1;
  background: rgba(255, 255, 255, 0.88);
}
.promotion .frame .title-box {
  margin-bottom: 29px;
}
.promotion .frame .title-box .label-title {
  min-width: 118px;
  padding: 12px 0;
  background: #fff;
  border-radius: 8px;
  border: 1px solid #6D360A;
  color: #6D360A;
  font-size: 12px;
  font-family: "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 900;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.promotion .frame .main-title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.88px;
}
.promotion .frame .sub-title {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.36px;
}
.promotion .frame .text-notice {
  font-size: 14px;
  color: #999;
}
.promotion .tab-list {
  display: flex;
  justify-content: center;
  gap: 6px;
}
.promotion .tab-list li {
  flex: 1 0 0;
  height: 84px;
}
.promotion .tab-list li button {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E6E6E6;
  background: #FFF;
  color: #AEAEAE;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: -1px;
  width: 100%;
  height: 100%;
}
.promotion .tab-list li.active button, .promotion .tab-list li:hover button {
  background: #000;
  border-color: #000;
  color: #FFBF00;
  font-weight: 700;
}
.promotion .tab-view {
  position: relative;
  display: none;
  overflow: hidden;
  padding: 59px 63px;
  box-sizing: border-box;
}
.promotion .tab-view.active {
  display: block;
}
.promotion .text-notice {
  margin-top: 20px;
  color: #6E6E6E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.promotion .sub-text {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.96px;
}
.promotion .sub-text + .sub-text {
  margin-top: 30px;
}
.promotion .fix-bottom {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99;
  background-color: #111;
}
.promotion .fix-bottom .wrap a {
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.promotion .fix-bottom .wrap a:hover .fake-btn {
  background-color: #FE0;
  transition: background-color 0.3s ease;
}
.promotion .fix-bottom .wrap img {
  margin-top: -20px;
}
.promotion .fix-bottom .wrap .text {
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.2px;
  background: linear-gradient(180deg, #FFFBEB 0%, #FFCF1B 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .fix-bottom .wrap .fake-btn {
  margin-left: 10px;
  padding: 16px 62px 16px 32px;
  border-radius: 50px;
  background: #FFF;
  color: #000;
  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: normal;
  letter-spacing: -0.44px;
}
.promotion .fix-bottom .wrap .fake-btn {
  position: relative;
  display: inline-block;
}
.promotion .fix-bottom .wrap .fake-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .wrap .fake-btn::before {
    width: 6px;
  }
}
.promotion .fix-bottom .wrap .fake-btn::before {
  height: 0.8333333333vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .wrap .fake-btn::before {
    height: 6px;
  }
}
.promotion .fix-bottom .wrap .fake-btn::before {
  margin-top: -0.4166666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .wrap .fake-btn::before {
    margin-top: -3px;
  }
}
.promotion .fix-bottom .wrap .fake-btn::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 1.6666666667vw;
}
@media screen and (min-width: 720px) {
  .promotion .fix-bottom .wrap .fake-btn::before {
    right: 12px;
  }
}
.promotion .fix-bottom .wrap .fake-btn::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .fix-bottom .wrap .fake-btn:before {
  right: 32px;
}
.promotion .sector-title {
  background-image: url("//img.eduwill.net/eduwill/img/2026/X/event/260618/pc/bg_title.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
  text-align: left;
  overflow: hidden;
}
.promotion .sector-title .bg-deco-target {
  position: absolute;
  top: 0;
  right: 17px;
}
.promotion .sector-title .title-teacher {
  position: relative;
  z-index: 1;
}
.promotion .sector-title .title-1 {
  position: absolute;
  top: 91px;
  left: 20px;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1.6px;
  opacity: 0.9;
  background: linear-gradient(104deg, #BB9752 29.71%, #FFE9C3 59.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title .title-1 strong {
  font-weight: 900;
}
.promotion .sector-title .title-2 {
  position: absolute;
  top: 203px;
  left: 20px;
  color: #FFF;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #3D3127;
  font-size: 52px;
  font-weight: 900;
  line-height: 160%;
  letter-spacing: -2.08px;
  background: linear-gradient(104deg, rgba(255, 233, 195, 0.56) 29.71%, rgba(187, 151, 82, 0.56) 59.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title .title-2 strong {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  font-size: 90px;
  font-style: normal;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: -3.6px;
  background: linear-gradient(104deg, #FFE9C3 29.71%, #BB9752 59.76%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title .title-3 {
  position: absolute;
  top: 349px;
  left: 697px;
  z-index: 2;
}
.promotion .sector-title .title-3 span {
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EAB966;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: 0;
  background: linear-gradient(174deg, rgba(234, 216, 142, 0.86) 18.52%, rgba(220, 198, 110, 0.86) 54.63%, rgba(149, 126, 33, 0.86) 78.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title .title-3 strong {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -3.6px;
  background: linear-gradient(174deg, #FFFFDE 18.52%, #FFE346 78.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: plus-lighter;
}
.promotion .sector-title .title-4 {
  position: absolute;
  top: 349px;
  left: 873px;
  z-index: 2;
}
.promotion .sector-title .title-4 span {
  text-shadow: 2px 3px 7px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #EAB966;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -3.6px;
  background: linear-gradient(174deg, rgba(234, 216, 142, 0.86) 18.52%, rgba(220, 198, 110, 0.86) 54.63%, rgba(149, 126, 33, 0.86) 78.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title .title-4 strong {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  paint-order: stroke;
  font-size: 90px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -3.6px;
  background: linear-gradient(174deg, #FFFFDE 18.52%, #FFE346 78.61%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: plus-lighter;
}
.promotion .sector-title .title-5 {
  position: absolute;
  top: 312px;
  right: -236px;
  z-index: 1;
}
.promotion .sector-title .teacher-info {
  position: absolute;
  top: 496px;
  left: 22px;
  z-index: 1;
  width: 239px;
  padding: 19px 29px;
  border-radius: 10px;
  border: 1px solid #F5CD8C;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 5px 8px 0 rgba(220, 0, 4, 0.11);
  backdrop-filter: blur(7px);
  text-align: left;
}
.promotion .sector-title .teacher-info strong {
  display: block;
  margin-bottom: 8px;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -1.4px;
  background: linear-gradient(95deg, #FFD073 -1.1%, #FFB635 18.02%, #FFD271 43.87%, #FFE0AF 70.23%, #B47500 103.82%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-title .teacher-info a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
}
.promotion .sector-title .teacher-info a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.promotion .sector-intro {
  position: relative;
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/X/event/260618/pc/bg_intro.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-intro:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, #FFF1C7 19.98%, #FFE084 69.49%, #FFBF00 127.51%), linear-gradient(180deg, #FFF4D1 19.98%, #FFE596 72.37%, #FFB700 127.51%), linear-gradient(180deg, #FFF4D1 18.89%, #FFE596 68.72%, #FFBF00 132.79%), linear-gradient(180deg, #FFEA2D 0%, #FFA72C 103.25%), linear-gradient(104deg, rgba(191, 255, 0, 0) 46.42%, #BFFF00 108.15%), linear-gradient(142deg, #FE0 -38.33%, #FFBF00 88.05%);
}
.promotion .sector-intro .prof-info {
  position: relative;
  margin: 0 20px;
  padding: 49px 65px 36px 454px;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
}
.promotion .sector-intro .prof-info p {
  font-family: "Pretendard", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  background: linear-gradient(90deg, #433711 0%, #A9892C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-intro .prof-info p strong {
  font-weight: 900;
  line-height: inherit;
}
.promotion .sector-intro .prof-info img {
  position: absolute;
  bottom: 0;
  left: 0;
}
.promotion .sector-intro .prof-info .history-box {
  margin-top: 20px;
}
.promotion .sector-intro .prof-info .history-box .now {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.promotion .sector-intro .prof-info .history-box .now li {
  padding: 8px 23px;
  border-radius: 50px;
  border: 2px solid #FFD761;
  background: linear-gradient(180deg, #FFF 0%, #FFF5BF 100%);
  color: #C08F00;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}
.promotion .sector-intro .prof-info .history-box .before {
  margin-top: 16px;
  padding: 39px 29px;
  border-radius: 10px;
  border: 1px solid #D9D9C3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.88) 0%, rgba(255, 250, 199, 0.4) 100%);
}
.promotion .sector-intro .prof-info .history-box .before li {
  color: #3B1D01;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.72px;
}
.promotion .sector-review {
  padding: 100px 0;
  background-image: url("//img.eduwill.net/eduwill/img/2026/X/event/260618/pc/bg_review.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.promotion .sector-review:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(180deg, #FFFDE5 0%, #FFFEEF 100%);
}
.promotion .sector-review .lecture-swiper {
  margin: 0 20px;
  padding: 37px 0;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 238, 140, 0.8) 0%, rgba(255, 255, 255, 0.8) 100%);
  box-shadow: 0 0 24px 0 rgba(209, 208, 134, 0.33);
}
.promotion .sector-review .lecture-swiper .lecture-img-list {
  justify-content: center;
}
.promotion .sector-review .lecture-swiper .swiper-slide {
  width: 564px;
}
.promotion .sector-review .lecture-swiper .swiper-slide img {
  width: 100%;
}
.promotion .sector-review .lecture-swiper .swiper-slide:nth-child(2) {
  margin-top: 118px;
  margin-left: -125px;
}
.promotion .sector-review .review-swiper {
  height: 860px;
  margin: 20px 20px 0;
  border-radius: 20px;
  padding: 25px 30px;
  border: 3px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.49) 100%);
  box-shadow: 0 0 24px 0 rgba(209, 208, 134, 0.25);
  overflow: hidden;
}
.promotion .sector-review .review-swiper .swiper-slide {
  display: flex;
  align-items: center;
  padding: 0 104px;
  height: 88px;
  border-radius: 10px;
  border: 3px solid #FFF;
  background: linear-gradient(180deg, rgba(250, 247, 230, 0.8) 0%, rgba(255, 252, 238, 0.8) 100%);
  box-shadow: 0 2px 24px 0 rgba(209, 208, 134, 0.44);
}
.promotion .sector-review .review-swiper .swiper-slide .review {
  margin-left: 20px;
  color: #212121;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -1px;
  text-align: left;
  flex: 1 0 0;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-review .review-swiper .swiper-slide .user {
  margin-left: 20px;
  color: #888;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.9px;
}
.promotion .sector-curriculum {
  padding: 100px 0;
  background: linear-gradient(180deg, #FFF99D 0%, #FFFEEF 100%);
}
.promotion .sector-curriculum .curriculum-step {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 26px;
}
.promotion .sector-curriculum .curriculum-step svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.promotion .sector-curriculum .curriculum-step .step-box {
  width: 437px;
  padding: 35px 63px;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
}
.promotion .sector-curriculum .curriculum-step .step-box .step-title {
  margin-bottom: 16px;
  color: #624333;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.48px;
}
.promotion .sector-curriculum .curriculum-step .step-box .step-desc {
  margin-top: 16px;
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: -0.36px;
}
.promotion .sector-curriculum .curriculum-point {
  margin-top: 24px;
}
.promotion .sector-curriculum .curriculum-point ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.promotion .sector-curriculum .curriculum-point ul li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 292px;
  padding: 18px 0;
  border-radius: 16px;
  border: 3px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
  color: #957800;
  font-size: 24px;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -0.44px;
}
.promotion .sector-point1, .promotion .sector-point2, .promotion .sector-point3 {
  background: #F8F6ED;
}
.promotion .sector-point1 .frame, .promotion .sector-point2 .frame, .promotion .sector-point3 .frame {
  text-align: center;
}
.promotion .sector-point1 {
  padding-top: 100px;
}
.promotion .sector-point2 {
  padding-top: 20px;
}
.promotion .sector-point2 .motion-box {
  position: relative;
  display: inline-block;
  margin: 0 auto;
}
.promotion .sector-point2 .motion-box .base {
  display: block;
}
.promotion .sector-point2 .motion-box .item {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
}
.promotion .sector-point2 .motion-box .arrow-1 {
  top: 312px;
  left: 107px;
}
.promotion .sector-point2 .motion-box .circle-1-1 {
  top: 295px;
  left: 9px;
}
.promotion .sector-point2 .motion-box .circle-1-2 {
  top: 430px;
  left: 361px;
}
.promotion .sector-point2 .motion-box .circle-1-3 {
  top: 490px;
  left: 415px;
}
.promotion .sector-point2 .motion-box .arrow-2 {
  top: 658px;
  left: 256px;
}
.promotion .sector-point2 .motion-box .circle-2-1 {
  top: 670px;
  left: 134px;
}
.promotion .sector-point2 .motion-box .circle-2-2 {
  top: 730px;
  left: 361px;
}
.promotion .sector-point2 .motion-box .arrow-3 {
  top: 775px;
  left: 256px;
}
.promotion .sector-point2 .motion-box .circle-3-1 {
  top: 792px;
  left: 134px;
}
.promotion .sector-point2 .motion-box .circle-3-2 {
  top: 852px;
  left: 361px;
}
.promotion .sector-point2 .motion-box .arrow-4 {
  top: 894px;
  left: 256px;
}
.promotion .sector-point2 .motion-box .circle-4-1 {
  top: 912px;
  left: 134px;
}
.promotion .sector-point2 .motion-box .circle-4-2 {
  top: 972px;
  left: 361px;
}
.promotion .sector-point2 .point-desc-list {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.promotion .sector-point2 .point-desc-list .desc-box {
  display: flex;
  align-items: center;
  flex: 1 0 0;
  padding: 39px 26px;
  border-radius: 20px;
  border: 1px solid #E6E3D7;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(244, 241, 216, 0.55) 100%);
}
.promotion .sector-point2 .point-desc-list .desc-box .icon {
  flex-shrink: 0;
  margin-right: 20px;
}
.promotion .sector-point2 .point-desc-list .desc-box .text {
  text-align: left;
}
.promotion .sector-point2 .point-desc-list .desc-box .text .tit {
  margin-bottom: 20px;
  color: #624333;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: -0.44px;
}
.promotion .sector-point2 .point-desc-list .desc-box .text .desc {
  color: #96875C;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.32px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-point3 {
  padding-top: 20px;
  padding-bottom: 100px;
}
.promotion .sector-point3 .title-box {
  position: relative;
}
.promotion .sector-point3 .title-box .icon-trophy {
  position: absolute;
  top: -24px;
  left: 299px;
}
.promotion .sector-point3 .sub-title span {
  display: inline-block;
  margin-bottom: 10px;
  color: #97761A;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: -0.36px;
}
.promotion .sector-point3 .mock-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 40px;
}
.promotion .sector-point3 .mock-box .img-box {
  flex-shrink: 0;
}
.promotion .sector-point3 .mock-box .list-box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.promotion .sector-point3 .mock-box .list-box ul li {
  display: flex;
  align-items: center;
  width: 580px;
  padding: 33px 25px;
  border-radius: 20px;
  border: 1px solid #E6E3D7;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55) 0%, rgba(244, 241, 216, 0.55) 100%);
}
.promotion .sector-point3 .mock-box .list-box ul li .icon {
  flex-shrink: 0;
  margin-right: 20px;
}
.promotion .sector-point3 .mock-box .list-box ul li .text {
  text-align: left;
}
.promotion .sector-point3 .mock-box .list-box ul li .text .tit {
  margin-bottom: 12px;
  color: #624333;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.44px;
}
.promotion .sector-point3 .mock-box .list-box ul li .text .desc {
  color: #96875C;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.32px;
}
.promotion .sector-point3 .text-notice {
  margin-top: 30px;
  text-align: center;
}
.promotion .sector-event1 {
  position: relative;
  padding-top: 197px;
  background-color: #FFFBE7;
}
.promotion .sector-event1:before {
  content: "EVENT";
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Roboto", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 300px;
  font-style: normal;
  font-weight: 900;
  line-height: 154%;
  opacity: 0.12;
  background: linear-gradient(180deg, #FFD609 27.52%, #DF7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.promotion .sector-event1 .frame {
  padding-right: 10.9722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .frame {
    padding-right: 79px;
  }
}
.promotion .sector-event1 .frame {
  padding-left: 10.9722222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .frame {
    padding-left: 79px;
  }
}
.promotion .sector-event1 .frame {
  border: 2px solid #DFDCB7;
  background: linear-gradient(180deg, #FEFFF4 0%, #FFF9E6 100%);
}
.promotion .sector-band {
  padding: 30px 0;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  background: linear-gradient(180deg, #FFD453 -27.78%, #FFBF00 94.44%);
}
.promotion .sector-band p {
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.8px;
}
.promotion .sector-band strong {
  color: #FFF;
  text-shadow: 0 3px 0 #000;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: -0.8px;
  paint-order: stroke;
  filter: drop-shadow(0 1px #000) drop-shadow(0 1px #000);
}
.promotion .sector-event1 .title-box .main-title, .promotion .sector-event2 .title-box .main-title {
  margin-bottom: 12px;
  color: #111;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -1px;
}
.promotion .sector-event1 .title-box .event-date, .promotion .sector-event2 .title-box .event-date {
  color: #97761A;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.72px;
}
.promotion .sector-event1 .event-desc, .promotion .sector-event2 .event-desc {
  width: 100%;
  color: #111;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.36px;
}
.promotion .sector-event1 .event-desc strong, .promotion .sector-event2 .event-desc strong {
  font-weight: 800;
}
.promotion .sector-event1 .event-content {
  display: flex;
  align-items: flex-end;
  gap: 76px;
  margin-top: 40px;
}
.promotion .sector-event1 .event-content .info-area {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.promotion .sector-event1 .event-content .info-area .event-desc {
  text-align: left;
}
.promotion .sector-event1 .event-content .info-area .lecture-box {
  position: relative;
  width: 592px;
  padding: 23px 30px;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
  text-align: left;
}
.promotion .sector-event1 .event-content .info-area .lecture-box .tit {
  margin-bottom: 10px;
  color: #624333;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.4px;
}
.promotion .sector-event1 .event-content .info-area .lecture-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.promotion .sector-event1 .event-content .info-area .lecture-box dl:last-child {
  margin-bottom: 0;
}
.promotion .sector-event1 .event-content .info-area .lecture-box dl dt {
  padding: 4px 16px;
  border-radius: 5px;
  border: 1px solid #97761A;
  background: linear-gradient(180deg, #FFF 0%, #FFF8C1 100%);
  color: #6D360A;
  font-size: 16px;
  font-style: normal;
  font-weight: 900;
  line-height: 140%;
  letter-spacing: -0.32px;
}
.promotion .sector-event1 .event-content .info-area .lecture-box dl dd {
  flex: 1 0 0;
  color: #111;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: -0.32px;
  word-break: keep-all;
}
.promotion .sector-event1 .event-content .info-area .lecture-box .bonus-label {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 8px;
  color: #FF3225;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -0.32px;
}
.promotion .sector-event1 .event-content .info-area .lecture-box .bonus-label span {
  display: inline-block;
  margin-right: 11px;
  padding: 5px 20px 5px 13px;
  background: linear-gradient(140deg, #FFB05B 9.45%, #F00 67.47%);
  border: 1px solid #fff;
  filter: drop-shadow(1px 1px 2px rgba(177, 82, 38, 0.4));
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.32px;
}
.promotion .sector-event1 .event-content .video-area {
  position: relative;
}
.promotion .sector-event1 .event-content .video-area .bubble {
  position: absolute;
  top: -94px;
  right: 18px;
}
.promotion .sector-event1 .event-content .video-area .video-mock {
  position: relative;
  width: 290px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.promotion .sector-event1 .event-content .video-area .video-mock img {
  display: block;
  width: 100%;
}
.promotion .sector-event1 .action-btn-group {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}
.promotion .sector-event1 .action-btn-group .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 0 0;
  padding: 21px 30px;
  border-radius: 10px;
  border: 1px solid #ADADAD;
  background: linear-gradient(180deg, #444 0%, #000 100%);
}
.promotion .sector-event1 .action-btn-group .btn {
  position: relative;
  display: inline-block;
}
.promotion .sector-event1 .action-btn-group .btn::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .action-btn-group .btn::before {
    width: 8px;
  }
}
.promotion .sector-event1 .action-btn-group .btn::before {
  height: 1.1111111111vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .action-btn-group .btn::before {
    height: 8px;
  }
}
.promotion .sector-event1 .action-btn-group .btn::before {
  margin-top: -0.5555555556vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .action-btn-group .btn::before {
    margin-top: -4px;
  }
}
.promotion .sector-event1 .action-btn-group .btn::before {
  border-width: 0;
  border-style: solid;
  border-color: #FFF;
  transform: rotate(45deg);
  right: 2.2222222222vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-event1 .action-btn-group .btn::before {
    right: 16px;
  }
}
.promotion .sector-event1 .action-btn-group .btn::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-event1 .action-btn-group .btn {
  text-align: left;
}
.promotion .sector-event1 .action-btn-group .btn:before {
  right: 30px;
}
.promotion .sector-event1 .action-btn-group .btn span {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1px;
}
.promotion .sector-event1 .action-btn-group .btn:first-child {
  background: linear-gradient(180deg, #960 0%, #422C00 100%);
}
.promotion .sector-event2 {
  padding: 20px 0 100px;
  background: #FFFBE7;
}
.promotion .sector-event2 .frame {
  position: relative;
  border: 2px solid #DFDCB7;
  background: linear-gradient(180deg, #FEFFF4 0%, #FFF9E6 100%);
  z-index: 1;
}
.promotion .sector-event2 .frame .badge-limit {
  position: absolute;
  top: 16px;
  left: 367px;
  width: 114px;
  height: 114px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/X/event/260618/pc/badge_limit_blink1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  animation: blinkBadge 1s infinite;
}
@keyframes blinkBadge {
  0%, 49.9% {
    background-image: url("//img.eduwill.net/eduwill/img/2026/X/event/260618/pc/badge_limit_blink1.png");
  }
  50%, 100% {
    background-image: url("//img.eduwill.net/eduwill/img/2026/X/event/260618/pc/badge_limit_blink2.png");
  }
}
.promotion .sector-event2 .step-list {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 18px;
  margin-top: 32px;
}
.promotion .sector-event2 .step-list svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.promotion .sector-event2 .step-list .step-box {
  width: 414px;
  display: flex;
  align-items: center;
  padding: 16px 14px 16px 25px;
  border-radius: 20px;
  border: 3px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
  text-align: left;
}
.promotion .sector-event2 .step-list .step-box .img-box {
  flex-shrink: 0;
  margin-right: 20px;
}
.promotion .sector-event2 .step-list .step-box .text-box .step {
  margin-bottom: 6px;
  color: #624333;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
  letter-spacing: -0.28px;
}
.promotion .sector-event2 .step-list .step-box .text-box .desc {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: -0.32px;
}
.promotion .sector-event2 .gift-list {
  display: flex;
  justify-content: center;
  gap: 13px;
  margin-top: 21px;
}
.promotion .sector-event2 .gift-list .gift-box {
  position: relative;
  width: 201px;
  padding-bottom: 16px;
  border-radius: 7px;
  border: 3.261px solid #FFF;
  background: linear-gradient(180deg, rgba(255, 253, 255, 0.5) 0%, #FFFDFF 100%);
  box-shadow: 4px 4px 24px 0 rgba(176, 164, 133, 0.15);
}
.promotion .sector-event2 .gift-list .gift-box .badge {
  position: absolute;
  top: 7px;
  left: 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 68px;
  height: 68px;
  color: #000;
  font-family: "EduwillPassBold", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 10.078px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.504px;
  background-image: url("//img.eduwill.net/eduwill/img/2026/X/event/260618/pc/bg_badge_gift.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
}
.promotion .sector-event2 .gift-list .gift-box .badge strong {
  color: #FFF;
  -webkit-text-stroke-width: 1.4px;
  -webkit-text-stroke-color: #000;
  paint-order: stroke;
  font-family: inherit;
  font-size: 16.821px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.841px;
  filter: drop-shadow(1px 1px 0 #000) drop-shadow(1px 1px 0 #000);
}
.promotion .sector-event2 .gift-list .gift-box img {
  width: 100%;
  margin-bottom: 13px;
}
.promotion .sector-event2 .gift-list .gift-box .name {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.8px;
}
.promotion .sector-product {
  padding: 100px 0;
  background: #F5F5F5;
}
.promotion .sector-product p.main-title {
  font-weight: 700;
}
.promotion .sector-product p.main-title strong {
  color: #97761A;
  font-weight: 700;
}
.promotion .sector-product .product-list {
  margin: 0 47px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: #FFF;
  padding: 20px;
}
.promotion .sector-product .item-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: 523px;
  padding: 26px;
  text-align: left;
  border: 1px solid #828282;
  border-radius: 10px;
  background: #FFF;
}
.promotion .sector-product .item-box .item-flag {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 6px;
}
.promotion .sector-product .item-box .item-flag .flag-2, .promotion .sector-product .item-box .item-flag .flag-1 {
  padding: 6px 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -2px;
  border-width: 1px;
  border-style: solid;
  border-color: currentColor;
  border-radius: 5px;
}
.promotion .sector-product .item-box .item-flag .flag-1 {
  color: #FF6200;
}
.promotion .sector-product .item-box .item-flag .flag-2 {
  color: #0084FF;
}
.promotion .sector-product .item-box .item-title {
  margin-top: 30px;
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -2px;
}
.promotion .sector-product .item-box .item-title strong {
  font-weight: 900;
}
.promotion .sector-product .item-box .item-benefit {
  margin-top: 26px;
  padding: 20px 0;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.promotion .sector-product .item-box .item-benefit li {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.promotion .sector-product .item-box .item-benefit li + li {
  margin-top: 6px;
}
.promotion .sector-product .item-box .item-benefit p {
  color: #000;
  font-size: 15px;
  line-height: 160%;
}
.promotion .sector-product .item-box .item-benefit p.title {
  width: 15%;
  font-weight: 700;
}
.promotion .sector-product .item-box .item-benefit p.desc {
  width: 85%;
  font-weight: 400;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.promotion .sector-product .item-box .item-price {
  margin-top: auto;
}
.promotion .sector-product .item-box .item-price span {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-product .item-box .item-price strong {
  color: currentColor;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.promotion .sector-product .item-box .item-price .price-before {
  display: flex;
  align-items: center;
  margin-top: 20px;
  gap: 6px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}
.promotion .sector-product .item-box .item-price .price-before:only-child {
  align-items: flex-end;
}
.promotion .sector-product .item-box .item-price .price-before:only-child strong {
  font-size: 32px;
  text-decoration: none;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-before:only-child em {
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-before + .price-after {
  margin-top: 6px;
}
.promotion .sector-product .item-box .item-price .price-before strong {
  text-decoration: line-through;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-before em {
  font-weight: inherit;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-after {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
  gap: 6px;
  color: #F00;
  font-size: 15px;
  line-height: 1;
}
.promotion .sector-product .item-box .item-price .price-after strong {
  font-size: 32px;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-price .price-after em {
  font-size: inherit;
  font-weight: 900;
  line-height: inherit;
}
.promotion .sector-product .item-box .item-action {
  margin-top: 45px;
}
.promotion .sector-product .item-box .item-action a {
  position: relative;
  display: inline-block;
}
.promotion .sector-product .item-box .item-action a::before {
  content: "";
  position: absolute;
  top: 50%;
  display: block;
  width: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-box .item-action a::before {
    width: 10px;
  }
}
.promotion .sector-product .item-box .item-action a::before {
  height: 1.3888888889vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-box .item-action a::before {
    height: 10px;
  }
}
.promotion .sector-product .item-box .item-action a::before {
  margin-top: -0.6944444444vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-box .item-action a::before {
    margin-top: -5px;
  }
}
.promotion .sector-product .item-box .item-action a::before {
  border-width: 0;
  border-style: solid;
  border-color: currentColor;
  transform: rotate(45deg);
  right: 2.7777777778vw;
}
@media screen and (min-width: 720px) {
  .promotion .sector-product .item-box .item-action a::before {
    right: 20px;
  }
}
.promotion .sector-product .item-box .item-action a::before {
  border-top-width: 2px;
  border-right-width: 2px;
}
.promotion .sector-product .item-box .item-action a {
  width: 100%;
  padding: 25px 20px;
  color: #FFF;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  font-size: 20px;
  font-weight: 900;
  line-height: normal;
  border-radius: 6px;
  background: #646464;
  background: linear-gradient(180deg, #646464 0%, #000 100%);
}
.promotion .sector-notice {
  background-color: #F7F7F7;
}
.promotion .sector-notice .title-notice {
  background-color: #000;
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
  line-height: 58px;
  letter-spacing: -0.48px;
}
.promotion .sector-notice .notice-area {
  padding: 80px 0;
  margin: 0 20px;
  text-align: left;
}
.promotion .sector-notice .sub-title-notice {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.promotion .sector-notice .sub-title-notice ~ .sub-title-notice {
  margin-top: 31px;
}
.promotion .sector-notice ul li {
  color: #6E6E6E;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.promotion .sector-notice ul + ul {
  margin-top: 10px;
}/*# sourceMappingURL=web.css.map */