.GamingQD202403 {
  overflow: hidden;
  background: #000;
}
.GamingQD202403 img {
  max-width: 100%;
  display: block;
}
.GamingQD202403 a {
  text-decoration: none;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.GamingQD202403 .kv {
  position: relative;
}
.GamingQD202403 .kv h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
  text-indent: -9999px;
}
.GamingQD202403 .kv picture img {
  width: 100%;
}

.GamingQD202403 .info {
  position: relative;
  /* background: url(https://storage-asset.msi.com/event/2024/TW/2024Mar-GamingQD-OLED/images/info-bg.jpg) center no-repeat #000; */
  /* padding: 3% 0 6vw 0; */
  background-size: 500%;
  margin-bottom: 11%;
}
.GamingQD202403 .info__flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  padding: 5% 0;
  width: 90%;
}
.GamingQD202403 .info__mainTxt h2 {
  color: #fff;
  font-size: 26px;
  text-shadow: 2px 2px 5px #000, 2px 2px 10px #000;
}
.GamingQD202403 .info__mainTxt h2:nth-of-type(2) {
  color: #ffe281;
}
.GamingQD202403 .info__hightlight {
  position: relative;
  max-width: 760px;
  margin: auto;
}
.GamingQD202403 .info__hightlight figure img {
  margin: auto;
}
.GamingQD202403 .info__hightlight-txt {
  position: absolute;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 95%;
}
.GamingQD202403 .info__hightlight-txt span:nth-of-type(1) {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-shadow: 2px 2px 6px #a4691c, 2px 2px 6px #a4691c;
}
.GamingQD202403 .info__hightlight-txt span:nth-of-type(2) {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  text-shadow: 5px 5px 6px #a4691c, 2px 2px 6px #a4691c;
}
.GamingQD202403 .info__pd {
  padding: 3% 0;
}
.GamingQD202403 .info__pd-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;
  width: 100%;
  margin: 3% auto;
}
.GamingQD202403 .info__pd-flex h4 {
  width: 100%;
  color: #ffe281;
  text-shadow: 2px 2px 5px #000, 2px 2px 10px #000;
  font-size: 18px;
}
.GamingQD202403 .info__btn {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.GamingQD202403 .info__btn figure:first-child {
  margin: 5% auto;
  max-width: 350px;
}
/* .GamingQD202403 .info__btn figure:last-child {
  position: relative;
  max-width: 250px;
}
.GamingQD202403 .info__btn figure:last-child img:last-child {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: -40%;
  width: 25%;
  -webkit-animation: pointer 1s infinite;
          animation: pointer 1s infinite;
} */
@media (min-width: 576px) {
  .GamingQD202403 .info__mainTxt h2 {
    font-size: 30px;
  }
  .GamingQD202403 .info__mainTxt-txt span:nth-of-type(1) {
    font-size: 5vw;
  }
  .GamingQD202403 .info__mainTxt-txt span:nth-of-type(2) {
    font-size: 2vw;
  }
  .GamingQD202403 .info__pd h4 {
    width: 50%;
  }
  .GamingQD202403 .info__pd h4 h4:nth-of-type(odd) {
    border-right: 2px solid #fff;
  }
  .GamingQD202403 .info__btn {
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
    position: absolute;
    /* bottom: -12%; */
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
  .GamingQD202403 .info__btn figure:first-child {
    max-width: 100%;
    margin: 0 auto;
  }
  /* .GamingQD202403 .info__btn figure:last-child {
    max-width: 100%;
  } */
}
@media (min-width: 996px) {
  .GamingQD202403 .info {
    /* padding: 3% 0 12vw 0; */
    /* background: url(https://storage-asset.msi.com/event/2024/TW/2024Mar-GamingQD-OLED/images/info-bg.jpg) no-repeat #000; */
    background-size: 100%;
    margin-bottom: 0;
  }
  .GamingQD202403 .info__flexbox {
    width: 80%;
  }
  .GamingQD202403 .info__mainTxt h2 {
    font-size: 2vw;
  }
  .GamingQD202403 .info__hightlight {
    max-width: 100%;
  }
  .GamingQD202403 .info__hightlight-txt {
    width: 80%;
  }
  .GamingQD202403 .info__hightlight-txt span:nth-of-type(1) {
    font-size: 3vw;
    -moz-text-fill-color: #ffffff;
    -webkit-text-fill-color: #ffffff;
    -moz-text-stroke-color: #a4691c;
    -webkit-text-stroke-color: #a4691c;
    -moz-text-stroke-width: 2px;
    -webkit-text-stroke-width: 2px;
    text-shadow: 2px 2px 6px #a4691c, 2px 2px 6px #a4691c;
  }
  .GamingQD202403 .info__hightlight-txt span:nth-of-type(2) {
    font-size: 1.2vw;
    text-shadow: 5px 5px 6px #a4691c, 2px 2px 6px #a4691c;
  }
  .GamingQD202403 .info__pd-flex {
    width: 70%;
  }
  .GamingQD202403 .info__pd-flex h4 {
    width: calc(50% - 20px);
    font-size: 1.5vw;
  }
  .GamingQD202403 .info__btn {
    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;
    position: absolute;
    /* bottom: -1%; */
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 65vw;
  }
}
@media (min-width: 1600px) {
  .GamingQD202403 .info__btn {
    /* bottom: -10%; */
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 60vw;
  }
}
@media (min-width: 1930px) {
  .GamingQD202403 .info {
    margin-bottom: 0;
    /* padding: 3% 0 14vw 0; */
  }
  .GamingQD202403 .info::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30%;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  }
  .GamingQD202403 .info__hightlight-txt span:nth-of-type(1) {
    font-size: 60px;
  }
  .GamingQD202403 .info__hightlight-txt span:nth-of-type(2) {
    font-size: 30px;
  }
  .GamingQD202403 .info__pd-flex {
    width: 100%;
  }
  .GamingQD202403 .info__btn {
    /* bottom: -16%; */
    z-index: 5;
  }
}
@media (min-width: 2200px) {
  .GamingQD202403 .info__mainTxt h2 {
    font-size: 60px;
  }
  .GamingQD202403 .info__btn {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}
@media (min-width: 2400px) {
  .GamingQD202403 .info {
    /* padding: 3% 0 5vw 0; */
  }
  .GamingQD202403 .info__btn {
    position: initial;
    width: 100%;
    margin: auto;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    margin-top: 15%;
  }
}
.GamingQD202403 .account {
  position: relative;
  background: #000;
  padding-top: 5%;
  margin-top: 50px;
}

.GamingQD202403 .account .account__title {
  color: #9580ff;
  font-size: 26px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-family: "source-han-sans-cjk-tc", sans-serif;
  font-weight: 900;
  font-style: normal;
  margin-bottom: 0px;
}
.GamingQD202403 .account__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  margin: auto;
  padding: 1% 1%;
  z-index: 1;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.GamingQD202403 .account__itembox {
  width: 90%;
  margin: 10px;
  background: rgb(44,38,75);
  background: linear-gradient(180deg, rgba(44,38,75,1) 0%, rgba(9,14,21,1) 100%);
  text-align: left;
  padding: 20px;
  color: #fff;
}
.GamingQD202403 .account__itembox-step {
  font-size: 26px;
  font-weight: bold;
  padding: 3% 0 6%;
  position: relative;
  z-index: 1;
}

.GamingQD202403 .account__itembox-step span {
  background-color: #ffdd00;
  color: #000;
  border-radius: 50%;
  padding: 5px;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 24px;
  display: inline-block;
}

.GamingQD202403 .account__text {
  font-weight: bold;
  font-size: 15px;
  line-height: 1.6;
}

.GamingQD202403 .account__text a {
  color: #0190b4;
  word-break: break-word;
}
.GamingQD202403 .account__text a:hover {
  text-decoration: underline;
}
.GamingQD202403 .account__text span {
  color: #ffdd00;
  display: inline-block;
  font-size: 15px;
}
@media (min-width: 576px) {
  .GamingQD202403 .account__itembox-step {
    font-size: 4.8vw;
  }
  /* .GamingQD202403 .account__itembox:last-child {
    border: none;
  } */
  .GamingQD202403 .account__text span {
    font-size: 18px;
  }
}
@media (min-width: 996px) {
  .GamingQD202403 .account {
    padding-top: 0;
  }
  .GamingQD202403 .account__title figure {
    width: 18vw;
    margin: auto;
  }
  .GamingQD202403 .account .account__title {
    font-size: 2vw;
  }
  .GamingQD202403 .account__flex {
    width: 80%;
    -webkit-box-orient: initial;
    -webkit-box-direction: initial;
        -ms-flex-direction: initial;
            flex-direction: initial;
  }
  .GamingQD202403 .account__itembox {
    width: calc(25% - 10px);
    /* border-right: 1px solid #000;
    border-bottom: 0; */
    min-height: 236px;
    padding: 2%;
  }
  .GamingQD202403 .account__itembox-step {
    font-size: 1.5vw;
  }
  .GamingQD202403 .account__text span {
    font-size: 15px;
  }
}
@media (min-width: 1930px) {
  .GamingQD202403 .account__title {
    width: 100%;
  }
  .GamingQD202403 .account__itembox {
    min-height: 390px;
  }
  .GamingQD202403 .account__text {
    font-size: 30px;
  }
  .GamingQD202403 .account__text span {
    font-size: 22px;
  }
}
.GamingQD202403 .notice {
  background: #000000;
  color: #fff;
}
.GamingQD202403 .notice__wrap {
  width: 80%;
  margin: auto;
  padding: 5% 0;
}
.GamingQD202403 .notice__wrap h2 {
  font-size: 26px;
  font-weight: bold;
  text-shadow: 2px 2px 10px #262121;
  margin: 0 0 1%;
  color: #9580ff;
  text-align: center;
}
.GamingQD202403 .notice__wrap ul li {
  list-style-type: decimal;
  line-height: 2.2;
}
@media (min-width: 996px) {
  .GamingQD202403 .notice__wrap {
    width: 60%;
  }
  .GamingQD202403 .notice__wrap h2 {
    font-size: 2vw;
  }
}

@-webkit-keyframes pointer {
  0%, 100% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes pointer {
  0%, 100% {
    -webkit-transform: translate(-5px, -5px);
            transform: translate(-5px, -5px);
  }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}/*# sourceMappingURL=main.css.map */