.popupBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  position: fixed;
  color: #000;
}
.popupBox__area {
  position: relative;
  background: #fff;
  top: 50%;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  overflow-y: scroll;
  height: 90vh;
  padding: 20px;
  background: #f5f5f5;
  text-align: left;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.popupBox__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.popupBox__area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: var(--color-gray-300);
}
.popupBox__area::-webkit-scrollbar-thumb {
  background-color: var(--color-gray-600);
}
.popupBox__area ul {
  list-style-type: decimal;
  margin-left: 25px;
  padding: 0;
}
.popupBox__area ul li {
  list-style-type: decimal;
  margin: 20px 0;
  line-height: 1.5;
}
.popupBox__area table {
  width: 100%;
}
.popupBox__area table .rowbg {
  background: #eee;
  text-align: center;
  font-weight: bold;
}
.popupBox__area table th {
  background: #ddd;
  font-size: var(--text-lg);
  line-height: 2.5;
}
.popupBox__area table td {
  padding: 10px;
  background: #fafafa;
  border-bottom: 2px solid #979797;
  line-height: 1.8;
}
.popupBox__area-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: sticky;
  top: 0px;
  left: 100%;
  border-radius: 100%;
  background: transparent;
  border: solid 4px #333333;
  cursor: pointer;
}
.popupBox__area-close::after, .popupBox__area-close::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popupBox__area-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popupBox__area-close:hover {
  background: #f00;
  text-decoration: none;
  border-color: #f00;
}
.popupBox__area-close:hover::after, .popupBox__area-close:hover::before {
  background: #fff;
}
.popupBox__area-title {
  font-size: 42px;
  text-align: center;
}
.popupBox__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}
.popupBox__area-subtitle {
  font-size: 32px;
  margin-top: 40px;
  text-align: center;
}

.project {
  color: #fff;
  position: relative;
  font-size: var(--text-lg);
  color: #000;
}
.project img {
  max-width: 100%;
}
.project .common__title {
  text-align: center;
  color: #fff;
  font-size: var(--title-xl);
  text-transform: uppercase;
  background: url(https://storage-asset.msi.com/event/2024/SG/Joyful-Days/images/kv-title-deco.png) no-repeat center;
  background-size: contain;
  display: block;
  padding: 15px 35px;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
.project .kv {
  background: url(https://storage-asset.msi.com/event/2024/SG/Joyful-Days/images/kv-bg.jpg) no-repeat center bottom;
  background-size: cover;
  padding: 30px 0;
}
@media (min-width: 996px) {
  .project .kv {
    padding: 4vw 0;
  }
}
@media (min-width: 1930px) {
  .project .kv {
    padding: 3vw 0;
  }
}
.project .kv .common__title {
  background: url(https://storage-asset.msi.com/event/2024/SG/Joyful-Days/images/kv-title-deco.png) no-repeat;
  color: #fff;
}
.project .kv .txtbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.project .kv .txtbox__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.project .kv .txtbox__title h2 {
  color: #000;
  text-transform: uppercase;
  font-weight: bolder;
  display: block;
  font-size: 7.4vw;
}
@media (min-width: 996px) {
  .project .kv .txtbox__title h2 {
    --min-size: 12;
    --max-size: 120;
    --font-size: calc((var(--min-size) * 1px) + (var(--max-size) - var(--min-size)) * ((100cqw - 320px) / (1920 - 320)));
    font-size: clamp(var(--min-size) * 1px, var(--font-size), var(--max-size) * 1px);
  }
}
.project .kv .txtbox__title h2 span {
  color: #ee0a2b;
}
.project .kv .txtbox__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ee0a2b;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  height: auto;
}
@media (min-width: 996px) {
  .project .kv .txtbox__date {
    margin: 0.6em 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
            flex: 0 0 10%;
  }
}
.project .kv .txtbox__date h3 {
  font-size: 4vw;
  text-align: center;
  color: #fff;
}
@media (min-width: 996px) {
  .project .kv .txtbox__date h3 {
    font-size: 2em;
  }
}
.project .kv .txtbox__date h3 b {
  font-size: 130%;
}
.project .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .project .kv__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .kv__Lblock {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .kv__Lblock {
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .project .kv__Lblock {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 55%;
            flex: 0 0 55%;
  }
}
.project .kv__Lblock-vga {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: vgaAni 2s infinite alternate ease-in-out;
          animation: vgaAni 2s infinite alternate ease-in-out;
}
@-webkit-keyframes vgaAni {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@keyframes vgaAni {
  from {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.project .kv__Rblock {
  color: #000;
}
.project .kv__Rblock-redeem {
  width: 60%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .kv__Rblock-redeem {
    width: 80%;
  }
}
.project .kv__Rblock p {
  margin-top: 20px;
  text-align: center;
}
@media (min-width: 996px) {
  .project .kv__Rblock p {
    font-size: var(--text-sm);
    background: url(https://storage-asset.msi.com/event/2024/SG/Joyful-Days/images/kv-deco-01.png) no-repeat center;
    background-size: contain;
    text-align: left;
    padding: 10px 10px 15px 90px;
  }
}
.project .modles {
  color: #000;
}
@media (min-width: 996px) {
  .project .modles {
    margin-top: -50px;
  }
}
.project .modles__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 5% 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .project .modles__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .modles__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project .modles__col h3 {
  background: #ee0a2b;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  text-transform: uppercase;
}
.project .modles__pd {
  border-radius: 20px;
  border: 2px solid var(--color-gray-300);
  margin: 10px 0;
  padding: 10px;
}
.project .modles__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid var(--color-gray-300);
  padding: 15px 0;
}
.project .modles__item:last-child {
  border-bottom: 0px;
}
.project .modles__item ul li {
  list-style: disc;
}
.project .modles__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}
.project .wtb {
  padding: 30px 0;
}
@media (min-width: 996px) {
  .project .wtb {
    padding: 3% 0;
  }
}
.project .redeem {
  padding: 30px 0;
}
@media (min-width: 996px) {
  .project .redeem {
    padding: 3% 0;
  }
}
.project .redeem__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5% 0;
  text-align: center;
  background: url(https://storage-asset.msi.com/event/2024/SG/Joyful-Days/images/redeem-bg.jpg) no-repeat right;
  background-size: cover;
  padding: 8% 0 5%;
  justify-content: center;
  aligniems: center;
  border-radius: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: -15px;
}
@media (min-width: 996px) {
  .project .redeem__block {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -50px;
  }
}
.project .redeem__block-item {
  width: calc(80% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 1% 0;
}
@media (min-width: 996px) {
  .project .redeem__block-item {
    width: calc(33.3333333333% - 20px);
    padding: 0 1%;
    border-right: 1px solid #a07800;
    border-bottom: 0;
  }
}
.project .redeem__block-item img {
  width: 17vw;
  margin-bottom: 20px;
}
@media (min-width: 996px) {
  .project .redeem__block-item img {
    width: 25%;
  }
}
.project .redeem__block-item:nth-last-of-type(1) {
  border: 0;
}
.project .redeem__block-item h4 {
  color: #4e1a00;
  font-size: 20px;
  margin-bottom: 0.1em;
  line-height: 1.5em;
  font-weight: bold;
}
.project .redeem__block-item p {
  margin-bottom: 1em;
  line-height: 1.5em;
}
.project .redeem__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 996px) {
  .project .redeem__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.project .redeem__btns a {
  border-radius: 10px;
  display: block;
  color: #000;
  cursor: pointer;
  margin: 10px;
  padding: 15px 45px;
  text-align: center;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  font-size: var(--text-lg);
  text-decoration: none;
  background: #f8c315;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project .redeem__btns a:hover {
  background: rgba(73, 23, 0, 0.8);
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  color: #feef86;
}/*# sourceMappingURL=promotion.css.map */