:root {
  --fontT: "good-times", sans-serif;
}

.project {
  font-family: "century-gothic", sans-serif;
}
.project img {
  max-width: 100%;
  vertical-align: bottom;
}
.project .commonbtn {
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.8)) drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(2px 2px 0px rgba(0, 0, 0, 0.8)) drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.4));
  display: inline-block;
  max-width: 200px;
}
@media (min-width: 996px) {
  .project .commonbtn {
    max-width: 100%;
  }
}
.project .commonbtn:hover {
  -webkit-transform: translateY(-1px) scale(1.02);
          transform: translateY(-1px) scale(1.02);
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
}
.project .commonbtn a {
  display: block;
}
.project .kv {
  position: relative;
  overflow: hidden;
  background: url(https://storage-asset.msi.com/event/2025/TH/full_moon_night/images/kv-bg.jpg) no-repeat center #311f13;
  background-size: cover;
  padding-bottom: 3%;
}
.project .kv__title {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .project .kv__title {
    width: 70%;
  }
}
.project .kv__title img {
  -webkit-filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.8)) drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.4));
          filter: drop-shadow(4px 4px 0px rgba(0, 0, 0, 0.8)) drop-shadow(8px 8px 0px rgba(0, 0, 0, 0.4));
  -webkit-animation: titlePulse 1s steps(2, end) infinite;
          animation: titlePulse 1s steps(2, end) infinite;
}
.project .kv__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .project .kv__flex {
    width: 80%;
    argin: -2em auto 0;
  }
}
.project .kv__flex-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-animation: retroFloat 1s steps(3, end) infinite alternate;
          animation: retroFloat 1s steps(3, end) infinite alternate;
}
@media (min-width: 996px) {
  .project .kv__flex-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12%;
            flex: 0 0 12%;
  }
}
.project .kv__flex-item.itemvga {
  margin-bottom: 3em;
  -webkit-animation: retroFloat 1s steps(3, end) infinite alternate -0.2s;
          animation: retroFloat 1s steps(3, end) infinite alternate -0.2s;
}
.project .kv__flex-item.itemmnt {
  margin-bottom: 5em;
  -webkit-animation: retroFloat 1s steps(3, end) infinite alternate -0.5s;
          animation: retroFloat 1s steps(3, end) infinite alternate -0.5s;
}
.project .kv__info {
  width: 96%;
  max-width: 1360px;
  margin: -10px auto 0;
  position: relative;
}
@media (min-width: 996px) {
  .project .kv__info {
    width: 48%;
  }
}
.project .kv__info--btn {
  position: absolute;
  top: 44%;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 76%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
@media (min-width: 996px) {
  .project .kv__info--btn {
    width: 60%;
  }
}
.project .detail {
  border-top: 10px solid #936848;
  border-bottom: 10px solid #936848;
  padding: 5% 0;
  background: url(https://storage-asset.msi.com/event/2025/TH/full_moon_night/images/deatil-bg.jpg) no-repeat center;
  background-size: cover;
}
.project .detail__title {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .project .detail__title {
    width: 50%;
  }
}
.project .detail__wrap {
  background: url(https://storage-asset.msi.com/event/2025/TH/full_moon_night/images/deatil-content-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 6%;
  margin-top: 15%;
}
.project .detail__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 40px;
  width: 86%;
  margin: -20% auto 6%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (min-width: 996px) {
  .project .detail__nav {
    gap: 20%;
  }
}
.project .detail__nav-item {
  text-align: center;
  cursor: pointer;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}
.project .detail__nav-item:hover {
  -webkit-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
}
.project .detail__nav-item.active {
  -webkit-transform: translateY(-5px) scale(1.1);
          transform: translateY(-5px) scale(1.1);
  -webkit-filter: drop-shadow(2px 2px 0px #fb8c00) drop-shadow(4px 4px 0px #fb8c00) drop-shadow(0px 0px 8px #fb8c00);
          filter: drop-shadow(2px 2px 0px #fb8c00) drop-shadow(4px 4px 0px #fb8c00) drop-shadow(0px 0px 8px #fb8c00);
  cursor: default;
}
.project .detail__content {
  text-align: center;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.project .detail__content .mainBox {
  background: url(https://storage-asset.msi.com/event/2025/TH/full_moon_night/images/deatil-pd-bg.png) no-repeat center;
  background-size: 100% 100%;
  padding: 5%;
  margin: 15px auto;
}
.project .detail__content .mainBox__modellist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .project .detail__content .mainBox__modellist.modelPower {
    gap: 0;
    position: relative;
  }
  .project .detail__content .mainBox__modellist.modelPower a {
    position: absolute;
    left: 5%;
    top: 45%;
  }
  .project .detail__content .mainBox__modellist.modelPower a:first-child {
    right: -1%;
    top: 5%;
    left: auto;
  }
}
@media (min-width: 996px) {
  .project .detail__content .mainBox__modellist {
    gap: 30px 60px;
  }
}
.project .detail__content .mainBox__modellist a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
@media (min-width: 768px) {
  .project .detail__content .mainBox__modellist a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 29%;
            flex: 0 0 29%;
  }
}
.project .detail__content .mainBox__modellist.modelLC figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.project .detail__content a {
  margin: 6px 0;
  display: inline-block;
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}
.project .detail__content a:hover {
  -webkit-transform: translateY(-2px) scale(1.05);
          transform: translateY(-2px) scale(1.05);
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
}
@media (min-width: 996px) {
  .project .detail__content a.wraptop {
    margin: 13px 0 -15px;
    display: block;
  }
}
.project .detail__content .dtnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 3%;
}
@media (min-width: 996px) {
  .project .detail__content .dtnav {
    gap: 60px;
  }
}
.project .detail__content .dtnav__item {
  cursor: pointer;
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease;
  transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}
.project .detail__content .dtnav__item:hover {
  -webkit-transform: translateY(-3px) scale(1.05);
          transform: translateY(-3px) scale(1.05);
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
}
.project .detail__content .dtnav__item.active {
  -webkit-transform: translateY(-5px) scale(1.1);
          transform: translateY(-5px) scale(1.1);
  -webkit-filter: brightness(1.1) drop-shadow(2px 2px 0px #fb8c00) drop-shadow(4px 4px 0px #fb8c00) drop-shadow(0px 0px 8px #fb8c00);
          filter: brightness(1.1) drop-shadow(2px 2px 0px #fb8c00) drop-shadow(4px 4px 0px #fb8c00) drop-shadow(0px 0px 8px #fb8c00);
  cursor: default;
}
.project .detail__content .dtcontent {
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.project .promotion {
  background: url(https://storage-asset.msi.com/event/2025/TH/full_moon_night/images/promoton-bg.jpg) no-repeat center fixed;
  background-size: cover;
  padding: 5% 0;
  text-align: center;
}
.project .promotion__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .project .promotion__title {
    width: 70%;
  }
}
.project .promotion__title--pumpkin1 {
  -webkit-animation: retroFloat 0.6s steps(3, end) infinite alternate;
          animation: retroFloat 0.6s steps(3, end) infinite alternate;
}
.project .promotion__title--pumpkin2 {
  -webkit-animation: retroFloat 0.6s steps(3, end) infinite alternate -0.3s;
          animation: retroFloat 0.6s steps(3, end) infinite alternate -0.3s;
}
.project .promotion__list {
  margin-top: 2%;
}
.project .promotion__list .listItem {
  opacity: 0.15;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  text-align: center;
}
.project .promotion__list .listItem img {
  display: inline-block;
}
.project .promotion__list .listItem.active {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.project .promotion__list .listItem.slick-center {
  opacity: 1;
}
.project .promotion__list .listItem a {
  display: block;
  max-width: 300px;
  margin: 2% auto 0;
}
.project .promotion .slick-arrow {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 30px;
  height: 30px;
  overflow: hidden;
  border: none;
  border-radius: 60px;
  font-size: 0px;
  color: #fff;
  background-size: contain;
  background-color: transparent;
}
.project .promotion .slick-arrow:hover {
  -webkit-filter: drop-shadow(0px 3px 0px #fb8c00) drop-shadow(0px -3px 0px #fb8c00) drop-shadow(3px 0px 0px #fb8c00) drop-shadow(-3px 0px 0px #fb8c00);
          filter: drop-shadow(0px 3px 0px #fb8c00) drop-shadow(0px -3px 0px #fb8c00) drop-shadow(3px 0px 0px #fb8c00) drop-shadow(-3px 0px 0px #fb8c00);
}
@media (min-width: 996px) {
  .project .promotion .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.project .promotion .slick-slide div {
  height: 100%;
}
.project .promotion .slick-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.project .promotion .slick-prev::before, .project .promotion .slick-next::before {
  display: none;
}
.project .promotion .slick-prev {
  left: 3.5%;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/full_moon_night/images/arrow-left.png);
}
@media (min-width: 996px) {
  .project .promotion .slick-prev {
    left: 10%;
  }
}
@media (min-width: 1930px) {
  .project .promotion .slick-prev {
    left: 27%;
  }
}
.project .promotion .slick-next {
  right: 3.5%;
  background-image: url(https://storage-asset.msi.com/event/2025/TH/full_moon_night/images/arrow-right.png);
}
@media (min-width: 996px) {
  .project .promotion .slick-next {
    right: 10%;
  }
}
@media (min-width: 1930px) {
  .project .promotion .slick-next {
    right: 27%;
  }
}
.project .wtb {
  padding: 5% 0;
}
.project .wtb__title {
  margin: 0 auto 3%;
}
@media (min-width: 768px) {
  .project .wtb__title {
    width: 50%;
  }
}
.project .wtb .wtbt_extend button {
  background: url(https://storage-asset.msi.com/event/2025/TH/full_moon_night/images/wtb-btn.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  color: #450f00;
  -webkit-box-shadow: none;
          box-shadow: none;
  backdrop-filter: none;
  border: 0px solid;
}
.project .wtb .wtbt_extend button:hover {
  -webkit-transform: translateY(-1px) scale(1.02);
          transform: translateY(-1px) scale(1.02);
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
}
.project #popup-terms .popup__inner {
  border: 2px solid #fb8c00;
}
.project #popup-terms .popup__inner td {
  border-color: #fb8c00;
}
.project #popup-terms .popup__inner .popup__content table th {
  background: #fb8c00;
  color: #000;
  border-color: #fb8c00;
}
.project #popup-terms .popup__inner .popup__close {
  -webkit-filter: hue-rotate(170deg);
          filter: hue-rotate(170deg);
}
.project #popup-terms .popup__inner .popup__content footer button {
  background: url(https://storage-asset.msi.com/event/2025/TH/full_moon_night/images/wtb-btn.png) no-repeat center;
  background-size: 100% 100%;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 20px;
  color: #450f00;
  -webkit-box-shadow: none;
          box-shadow: none;
  backdrop-filter: none;
  border: 0px solid;
}
.project #popup-terms .popup__inner .popup__content footer button:hover {
  -webkit-transform: translateY(-1px) scale(1.02);
          transform: translateY(-1px) scale(1.02);
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.8)) drop-shadow(6px 6px 0px rgba(0, 0, 0, 0.4)) brightness(1.1);
}
@-webkit-keyframes retroFloat {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes retroFloat {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@-webkit-keyframes titlePulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes titlePulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}/*# sourceMappingURL=main.css.map */