.msiFooter {
  display: none;
}

.twNewYear {
  overflow: hidden;
  --text-h-one: 30px;
  --text-h-two: 24px;
  --text-h-three: 20px;
  --text-h-four: 18px;
  --text-h-five: 16px;
  --text-p: 15px;
  --text-small: 11px;
  color: #222222;
}
@media (min-width: 996px) {
  .twNewYear {
    --text-h-one: 36px;
    --text-h-two: 32px;
    --text-h-three: 28px;
    --text-h-four: 24px;
    --text-h-five: 20px;
    --text-p: 16px;
  }
}
.twNewYear h1 {
  font-size: var(--text-h-one);
}
.twNewYear h2 {
  font-size: var(--text-h-two);
}
.twNewYear h3 {
  font-size: var(--text-h-three);
}
.twNewYear h4 {
  font-size: var(--text-h-four);
}
.twNewYear h5 {
  font-size: var(--text-h-five);
}
.twNewYear p {
  font-size: var(--text-p);
}
.twNewYear small {
  font-size: var(--text-small);
  display: block;
}
.twNewYear main {
  position: relative;
  z-index: 1;
}
.twNewYear .container {
  width: 100%;
  max-width: 1440px;
  padding: 25px;
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 996px) {
  .twNewYear .container {
    text-align: left;
  }
}

.kv {
  position: relative;
  width: 100%;
  z-index: 1;
}
.kv__bg {
  background: #06060f;
  width: 100%;
  height: 10vh;
  z-index: 1;
}
.kv__absolute {
  max-width: 800px;
  width: 80%;
  position: absolute;
  top: 63%;
  left: 50%;
  z-index: 5;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50px;
  margin: 25px auto;
  border: 2px solid #fff;
  text-align: center;
}
@media (min-width: 996px) {
  .kv__absolute {
    top: 45%;
    width: 100%;
  }
}
.kv__absolute .borderNone {
  border-radius: 50px;
  padding: 5px;
}
.kv__absolute .borderNone .borderWhite {
  border-radius: 50px;
  border: 2px solid #fff;
}
.kv__absolute .borderNone .borderWhite .borderText {
  font-weight: 900;
  padding: 10px 20px;
  border-radius: 50px;
  background: #fff;
}
.kv picture {
  line-height: 0;
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
.kv picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.activity {
  position: relative;
  z-index: 2;
  width: 80%;
  max-width: 1280px;
  margin: 0px auto 0;
  overflow: hidden;
  background: #110920;
  border: 5px solid transparent;
  -o-border-image: linear-gradient(to right bottom, #603800, #ffdfa2) 1;
     border-image: -webkit-gradient(linear, left top, right bottom, from(#603800), to(#ffdfa2)) 1;
     border-image: linear-gradient(to right bottom, #603800, #ffdfa2) 1;
}
@media (min-width: 768px) {
  .activity {
    margin: -10vh auto 0;
  }
}
@media (min-width: 996px) {
  .activity {
    margin: -30vh auto 0;
  }
}
@media (min-width: 1600px) {
  .activity {
    margin: -45vh auto 0;
  }
}
.activity__box {
  background: #000000;
}
.activity__box .activeInfo {
  width: 100%;
  line-height: 0;
}
.activity__box .activeInfo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.activity__content {
  width: 100%;
  padding: 3% 3% 8%;
}
.activity__content-title {
  text-align: center;
  width: 40%;
  margin: 30px auto;
}
.activity__content-title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.activity__content-img {
  width: 98%;
  margin: 0 auto;
}
.activity__content-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.btnBox {
  margin-top: 20px;
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .btnBox {
    margin-top: -2%;
  }
}
.btnBox__figure {
  position: relative;
  z-index: 3;
  cursor: pointer;
  margin: 10px 20px;
  max-width: 200px;
  width: 40%;
}
.btnBox__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .btnBox__figure {
    margin: 0 20px;
    max-width: 200px;
    width: 13%;
  }
  .btnBox__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.btnBox__position {
  width: 100%;
  position: absolute;
  top: -50%;
  right: -45%;
  z-index: 4;
}

.cardBox {
  max-width: 1280px;
  margin: 15% auto 50px;
  text-align: center;
  position: relative;
}
.cardBox__position {
  width: 220px;
  display: none;
  position: absolute;
}
.cardBox__position img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .cardBox__position {
    display: block;
  }
}
.cardBox__leftTop {
  top: -120px;
  left: -80px;
}
.cardBox__rightTop {
  top: -120px;
  right: -80px;
}
.cardBox__info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .cardBox__info {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cardBox__info-figure {
  max-width: 100%;
  width: 80%;
  margin: 0 auto 30px;
}
.cardBox__info-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .cardBox__info-figure {
    width: 500px;
    margin: 0;
  }
  .cardBox__info-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cardBox__info .gameRule {
  max-width: 100%;
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .cardBox__info .gameRule {
    width: 50%;
    margin: 0 0 0 30px;
  }
}
.cardBox__info .gameRule__figure {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}
.cardBox__info .gameRule__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cardBox__info .gameRule__ul {
  color: #fccf91;
  margin: 20px auto 0;
  text-align: left;
  max-width: 400px;
  width: 100%;
}
.cardBox__info .gameRule__ul li {
  margin: 10px;
  list-style-type: disc;
}
.cardBox__info .gameRule .emsForm__noShow {
  display: none;
}
.cardBox__info .gameRule .emsFormMeg {
  color: #fccf91;
  display: none;
  margin-top: 30px;
}
.cardBox__info .gameRule .emsFormMeg--active {
  display: block;
}

.cards {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  background: url("https://storage-asset.msi.com/event/2023/CND/2024happynewyear-tw/images/card-bg.jpg") no-repeat top center/cover;
  -webkit-box-shadow: 0 0 0 3px #f3c37f, 0 0 0 6px #0d0601, 0 0 0 9px #f3c37f, 0 0 0 12px #0d0601, 0 0 0 15px #f3c37f;
          box-shadow: 0 0 0 3px #f3c37f, 0 0 0 6px #0d0601, 0 0 0 9px #f3c37f, 0 0 0 12px #0d0601, 0 0 0 15px #f3c37f;
  margin: 25px auto 100px;
  position: relative;
}
.cards__position {
  width: 220px;
  display: none;
  position: absolute;
}
.cards__position img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .cards__position {
    display: block;
  }
}
.cards__leftBottom {
  bottom: -120px;
  left: -80px;
}
.cards__rightBottom {
  bottom: -120px;
  right: -80px;
}
.cards__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px;
  position: relative;
  z-index: 2;
}
.cards__flex .contentMask {
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0.8;
  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;
}
.cards__flex .contentMask__text {
  color: #fff;
}
.cards__flex .contentMask__noShow {
  display: none;
}
.cards__flex .cardItem {
  position: relative;
  margin: 10px;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  width: calc(33.3333333333% - 20px);
}
@media (min-width: 996px) {
  .cards__flex .cardItem {
    width: calc(16.6666666667% - 20px);
  }
}
.cards__flex .cardItem .cardInfo {
  cursor: pointer;
  position: relative;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.cards__flex .cardItem .cardInfo__figure {
  line-height: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
}
.cards__flex .cardItem .cardInfo__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cards__flex .cardItem .cardInfo__position {
  position: absolute;
  top: 0;
  left: 0;
}
.cards__flex .cardItem .cardInfo__position2 {
  position: absolute;
  top: 0;
  left: 0;
}
.cards__flex .cardItem .cardInfo__back {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.cards__flex .cardItem .cardInfo__front {
  z-index: 4;
}
.cards__flex .cardItem .cardInfo--active {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.tarot {
  width: 100%;
  text-align: center;
  padding: 5% 0 15%;
  background: url("https://storage-asset.msi.com/event/2023/CND/2024happynewyear-tw/images/t-bg.jpg") no-repeat top center/cover;
  position: relative;
}

.describe {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 100px 25px 0px;
  background: #0d0d0d;
  color: #fff;
}
.describe__text {
  -webkit-filter: drop-shadow(0 0 8px #fff);
          filter: drop-shadow(0 0 8px #fff);
  font-size: 22px !important;
}
@media (min-width: 996px) {
  .describe__text {
    font-size: 28px !important;
  }
}

.shout {
  width: 100%;
  text-align: center;
  padding: 6% 25px;
  background: #0d0d0d;
}
.shout h2 {
  color: #fff;
  margin-bottom: 10px;
}
.shout h3 {
  color: #e6ae40;
  margin-bottom: 30px;
}
.shout__figure {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.shout__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shout__figure img {
  border-radius: 20px;
}
.shout__flex {
  max-width: 1100px;
  margin: 20px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shout__item {
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 20px 0;
}
.shout__item figure {
  margin: 0 auto 10px;
  width: 150px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.shout__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.shout__item figure:hover {
  -webkit-filter: drop-shadow(0 0 10px #d1d1d1);
          filter: drop-shadow(0 0 10px #d1d1d1);
}
.shout__item h4 {
  text-transform: uppercase;
  margin-bottom: 10px;
}
.shout .tc {
  text-align: left;
  max-width: 1280px;
  padding: 40px 20px;
  margin: 0 auto;
  background: #1f1f1f;
  border-radius: 20px;
}
@media (min-width: 996px) {
  .shout .tc {
    padding: 40px;
  }
}
.shout .tc h5 {
  color: #079ff7;
  margin-top: 20px;
  margin-bottom: 5px;
}
.shout .tc ul {
  color: #fff;
  margin-left: 20px;
}
.shout .tc ul li {
  list-style-type: disc;
  line-height: 30px;
}
.shout .tc .aLink {
  width: 100%;
  margin-top: 30px;
  color: #fff;
  text-align: center;
}
.shout .tc .aLink a {
  cursor: pointer;
  border-radius: 15px;
  padding: 10px 20px;
  background: -webkit-gradient(linear, right bottom, left top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to left top, #6c186e, #1436a8);
  display: inline-block;
  color: #fff;
  margin: 10px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-width: 250px;
}
@media (min-width: 996px) {
  .shout .tc .aLink a {
    margin: 10px 20px;
    padding: 10px;
    min-width: 250px;
  }
}
.shout .tc .aLink a:hover {
  opacity: 0.8;
  background: -webkit-gradient(linear, left bottom, right top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to right top, #6c186e, #1436a8);
}

.store {
  margin: 0 auto;
  text-align: center;
  padding: 6% 25px;
  background: url("https://storage-asset.msi.com/event/2023/CND/QD-OLED-MNT/images/bg-1.jpg") no-repeat center center/cover;
  background-attachment: fixed;
  color: #fff;
}
.store h2 {
  margin-bottom: 30px;
}
.store h4 {
  margin-bottom: 30px;
}
.store__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  margin: 20px 20px 0;
  max-width: 230px;
}
.store__item p {
  margin-bottom: 20px;
  font-weight: 600;
}
.store__item ul {
  margin: 20px 0 0;
}
.store__item ul li {
  cursor: pointer;
  margin: 10px 0;
}
.store__item ul li:hover {
  color: #fff;
}
.store__item ul li i {
  margin-left: 5px;
}
.store__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.store .line {
  width: 100%;
  height: 1px;
  background: #ffffff;
}

.reviewList {
  width: 100%;
  text-align: center;
  background: #0d0d0d;
  padding: 6% 25px;
  color: #ffffff;
}
.reviewList__flex {
  max-width: 1600px;
  width: 100%;
  margin: 20px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.reviewList__item {
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 0 0 20px;
  width: 100%;
}
@media (min-width: 996px) {
  .reviewList__item {
    width: calc(50% - 40px);
    margin: 20px;
  }
}
@media (min-width: 1300px) {
  .reviewList__item {
    width: calc(25% - 40px);
  }
}
.reviewList__item figure {
  margin: 10px 0;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.reviewList__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .reviewList__item figure {
    margin: 10px;
  }
}
.reviewList__item figure img {
  border-radius: 20px;
}
.reviewList__item figure:hover {
  -webkit-filter: drop-shadow(0 0 10px #d1d1d1);
          filter: drop-shadow(0 0 10px #d1d1d1);
}
.reviewList__item h5 {
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.promotions {
  width: 100%;
  text-align: center;
  background: #0d0d0d;
  padding: 6% 25px;
  color: #ffffff;
}
.promotions__flex {
  max-width: 1600px;
  margin: 20px auto 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.promotions__item {
  color: #ffffff;
  text-align: center;
  display: block;
  margin: 20px;
  width: 400px;
  max-width: 100%;
}
.promotions__item figure {
  margin: 10px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.promotions__item figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.promotions__item figure img {
  border-radius: 20px;
}
.promotions__item figure:hover {
  -webkit-filter: drop-shadow(0 0 10px #d1d1d1);
          filter: drop-shadow(0 0 10px #d1d1d1);
}
.promotions__item h5 {
  margin-top: 20px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.buyNowBox {
  width: 100%;
  overflow: hidden;
  padding: 6% 25px;
  background: #0d0d0d;
  color: #fff;
}
.buyNowBox h2 {
  text-align: center;
  margin-bottom: 20px;
}
.buyNowBox .buynow__area {
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  text-align: center;
}
.buyNowBox .buynow__area .dealBox {
  margin: 16px 30px;
  width: 300px;
}
.buyNowBox .buynow__area .dealBox .dealImgBox {
  max-width: 300px;
  width: 100%;
}
.buyNowBox .buynow__area .dealBox .dealImgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.buyNowBox .buynow__area .dealBox .dealInfo__title {
  font-weight: 700;
  margin-bottom: 5px;
}
.buyNowBox .buynow__area .dealBox .dealInfo .dealSubTitle {
  margin-bottom: 20px;
}
.buyNowBox .buynow__area .dealBox .dealInfo .dealSpec {
  margin-left: 10px;
  width: 100%;
}
.buyNowBox .buynow__area .dealBox .dealInfo .dealSpec li {
  margin: 0 auto;
  max-width: 250px;
  text-align: left;
  list-style-type: disc;
}
.buyNowBox .buynow__area .btnBox {
  width: 100%;
}
.buyNowBox .buynow__area .btnBox__info {
  min-width: 220px;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 10px auto;
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 10px;
  background: -webkit-gradient(linear, right bottom, left top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to left top, #6c186e, #1436a8);
}
.buyNowBox .buynow__area .btnBox__info:hover {
  opacity: 0.8;
  background: -webkit-gradient(linear, left bottom, right top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to right top, #6c186e, #1436a8);
}

.infoBox {
  width: 100%;
  text-align: center;
  background: #0d0d0d;
  padding: 6% 25px;
  color: #ffffff;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .infoBox {
    padding: 2% 25px;
  }
}
.infoBox__position {
  position: absolute;
  top: 30%;
  left: 0;
  z-index: 3;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 996px) {
  .infoBox__position {
    top: 40%;
  }
}
.infoBox__position-title {
  font-size: 4vw !important;
}
.infoBox__figure {
  margin: 40px auto 0;
  width: 80%;
  max-width: 100%;
  position: relative;
  z-index: 1;
  line-height: 0;
  overflow: hidden;
  background: #0d0d0d;
}
.infoBox__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .infoBox__figure {
    width: 40%;
  }
  .infoBox__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.infoBox__figure-position {
  line-height: 0;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.infoBox__figure-move {
  top: -6%;
}
.infoBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1280px;
  margin: 5% auto 0;
}
.infoBox__text {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border-radius: 20px;
  min-width: 260px;
  padding: 15px 10px;
  margin: 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#313131));
  background: linear-gradient(to bottom, #131313, #313131);
}
.infoBox__text:hover {
  color: #ffffff;
  background: -webkit-gradient(linear, right bottom, left top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to left top, #6c186e, #1436a8);
}
.infoBox__text--active {
  color: #ffffff;
  background: -webkit-gradient(linear, right bottom, left top, from(#6c186e), to(#1436a8));
  background: linear-gradient(to left top, #6c186e, #1436a8);
}
.infoBox .infoText {
  margin: 0 auto;
}
.infoBox .infoText__item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 20px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  opacity: 0;
}
.infoBox .infoText__item .wordBox {
  width: 200px;
  margin: 20px;
}
.infoBox .infoText__item .wordBox h4 {
  margin-bottom: 5px;
}
.infoBox .infoText__item .wordBox p {
  color: #8d8d8d;
}
.infoBox .infoText__item--active {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popout {
  background: rgba(0, 0, 0, 0.839);
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
}
.popout__block {
  position: relative;
  max-width: 760px;
  background: #161616;
  background-size: 100% 100%;
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  max-height: 70vh;
  overflow: auto;
}
.popout__block-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  cursor: pointer;
}
.popout__block-close svg {
  fill: #fff;
}
.popout__dm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 30vh;
  padding: 70px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.popout__dm a {
  width: 100%;
  background: #ffffff;
  color: #000000;
  text-align: center;
  border-radius: 5px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px;
}
.popout__dm a img {
  height: 50px;
}

.cardPopup {
  width: 100%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.842);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  text-align: left;
}
.cardPopup__noShow {
  display: none;
}
.cardPopup__box {
  position: absolute;
  width: 90%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 90vh;
  max-width: 1000px;
  overflow: hidden;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 3px #f3c37f, 0 0 0 6px #ffffff, 0 0 0 15px #f3c37f;
          box-shadow: 0 0 0 3px #f3c37f, 0 0 0 6px #ffffff, 0 0 0 15px #f3c37f;
  margin: 0 auto;
}
.cardPopup__box .popUpBlock {
  max-height: 90vh;
  overflow-y: scroll;
}
.cardPopup__box .popUpBlock::-webkit-scrollbar {
  opacity: 0;
  width: 5px;
}
.cardPopup__box .popUpBlock::-webkit-scrollbar-track {
  opacity: 0;
  border: 1px solid #ececec;
  padding: 2px 0;
  background-color: #ececec;
}
.cardPopup__box .popUpBlock::-webkit-scrollbar-thumb {
  opacity: 0;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px #af8a57;
          box-shadow: inset 0 0 6px #af8a57;
  background-color: #af8a57;
  border: 1px solid #af8a57;
}
.cardPopup__box .popUpBlock .closeBlock {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cardPopup__box .popUpBlock .closeBlock__btn {
  display: inline-block;
  font-size: 30px;
  color: #000000;
  margin: 5px 10px;
  width: 40px;
  opacity: 1;
}
.cardPopup__box .popUpBlock .closeBlock__btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cardPopup__box .popUpBlock__space {
  padding: 0 0 5%;
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .cardPopup__box .popUpBlock__space {
    width: 95%;
    padding: 0 25px 5%;
  }
}
.cardPopup__box .popUpBlock__space .noteTxt {
  text-align: center;
}
.cardPopup__box .popUpBlock__space .moreLink {
  width: 100%;
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.cardPopup__box .popUpBlock__space .moreLink a {
  margin: 10px;
  cursor: pointer;
  display: block;
  width: 180px;
}
.cardPopup__box .popUpBlock__space .moreLink a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cardPopup__box .popUpBlock__space .moreLink .moreLinkBtn {
  margin: 10px;
  cursor: pointer;
  display: block;
  width: 180px;
}
.cardPopup__box .popUpBlock__space .moreLink .moreLinkBtn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cardPopup__box .popUpBlock__space .destinyContent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .cardPopup__box .popUpBlock__space .destinyContent {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cardPopup__box .popUpBlock__space .destinyContent__figure {
  max-width: 100%;
  width: 90%;
  margin-bottom: 20px;
}
.cardPopup__box .popUpBlock__space .destinyContent__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .cardPopup__box .popUpBlock__space .destinyContent__figure {
    margin-right: 20px;
    width: 300px;
  }
  .cardPopup__box .popUpBlock__space .destinyContent__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cardPopup__box .popUpBlock__space .destinyContent .destinyBox {
  max-width: 100%;
  width: 100%;
}
@media (min-width: 996px) {
  .cardPopup__box .popUpBlock__space .destinyContent .destinyBox {
    width: 80%;
  }
}
.cardPopup__box .popUpBlock__space .destinyContent .destinyBox h4 {
  color: #aa8026;
}
.cardPopup__box .popUpBlock__space .destinyContent .destinyBox p {
  margin-bottom: 20px;
}
.cardPopup__box .popUpBlock__space .destinyContent .destinyBox__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 996px) {
  .cardPopup__box .popUpBlock__space .destinyContent .destinyBox__flex {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.cardPopup__box .popUpBlock__space .destinyContent .destinyBox__flex-text {
  max-width: 100%;
  margin-right: 10px;
}
@media (min-width: 996px) {
  .cardPopup__box .popUpBlock__space .destinyContent .destinyBox__flex-text {
    max-width: 60%;
  }
}
.cardPopup__box .popUpBlock__space .destinyContent .destinyBox__flex-figure {
  max-width: 100%;
  width: 80%;
}
.cardPopup__box .popUpBlock__space .destinyContent .destinyBox__flex-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .cardPopup__box .popUpBlock__space .destinyContent .destinyBox__flex-figure {
    width: 200px;
  }
  .cardPopup__box .popUpBlock__space .destinyContent .destinyBox__flex-figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.cardPopup__box .popUpBlock__applySpace {
  width: 100%;
  margin: 0 auto;
}
.cardPopup__box .popUpBlock__applySpace .applyBox {
  width: 100%;
}
.cardPopup__box .popUpBlock__applySpace .applyBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.news {
  width: 100%;
  text-align: center;
  padding: 5% 0;
  background: url("https://storage-asset.msi.com/event/2023/CND/2024happynewyear-tw/images/news-bg.jpg") no-repeat top center/cover;
  position: relative;
}
.news__figure {
  max-width: 100%;
  width: 80%;
  position: relative;
  margin: -15% auto 0;
}
.news__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 996px) {
  .news__figure {
    width: 55%;
  }
  .news__figure img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.news .newsBox {
  margin-top: 50px;
  position: relative;
}
.news .newsBox__figure {
  max-width: 100%;
  width: 250px;
  margin: 0 auto;
}
.news .newsBox__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news .newsBox__slick {
  margin-top: 50px;
  position: relative;
}
.news .newsBox__slick-figure {
  display: block;
  position: relative;
  z-index: 2;
  width: 100%;
}
.news .newsBox__slick-figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.news .newsBox__slick-figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7529411765);
  width: 100%;
  height: 100%;
  z-index: 10;
}
.news .newsBox__slick--active::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  width: 0%;
  height: 0%;
  z-index: 10;
}
.news .slick-prev {
  z-index: 10;
  width: 100px;
  height: 100px;
  left: 25%;
  top: 50%;
}
.news .slick-prev::before {
  content: "";
}
.news .slick-prev img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news .slick-next {
  z-index: 10;
  right: 25%;
  width: 100px;
  height: 100px;
  top: 50%;
}
.news .slick-next::before {
  content: "";
}
.news .slick-next img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=main.css.map */