html {
  width: auto !important;
}

body {
  word-wrap: break-word;
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei", "Helvetica", "Arial", sans-serif !important;
  word-break: break-word;
  background: #d7e4f0 !important;
}

a:hover {
  text-decoration: none;
}

.container {
  max-width: 2200px;
  margin: 0 auto;
  width: 90%;
}

.main-title {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}

.common-title {
  color: #fff;
  font-size: 70px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #0069ea), to(#00376f));
  background: linear-gradient(to bottom, #0069ea 1%, #00376f 100%);
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  letter-spacing: -5px;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-filter: drop-shadow(0px 0px 10px white) drop-shadow(0px 0px 10px white) drop-shadow(0px 0px 50px white);
          filter: drop-shadow(0px 0px 10px white) drop-shadow(0px 0px 10px white) drop-shadow(0px 0px 50px white);
}

@media (max-width: 960px) {
  .common-title {
    color: #465860;
    font-size: 30px;
  }
}

.common-title1 {
  color: #000;
  font-size: 45px;
  text-transform: uppercase;
  margin: 50px 0;
  padding-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.common-title2 {
  color: #465860;
  font-size: 34px;
  margin: 5px 0;
  width: 100%;
  text-align: center;
  font-weight: bold;
}

@media (max-width: 960px) {
  .common-title2 {
    color: #465860;
    font-size: 20px;
  }
}

.common-text {
  color: #000;
  font-size: 26px;
  line-height: 32px;
  font-family: 'DINPro-Regular';
}

.common-text1 {
  color: #000;
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  font-weight: bold;
}

.common-text2 {
  color: #000;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 10%;
}

@media (max-width: 960px) {
  .pc {
    display: none;
  }
}

.mobile {
  display: none;
}

@media (max-width: 960px) {
  .mobile {
    display: block;
  }
}

img {
  max-width: 100%;
}

.hidden {
  display: none;
}

article {
  background-image: url("https://storage-asset.msi.com/event/2021/tw/2021winter/images/bg_blue.jpg");
  background-repeat: repeat-y;
  background-size: contain;
}

/* to top */
.btn-top {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 10px 15px;
  z-index: 9999;
  border: 3px solid #465860;
}

.btn-top img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.btn-top:hover {
  background-color: #fcfcfc;
  color: #0d133a;
}

.btn-top:hover i {
  font-size: 20px;
}

/* kv */
.kv img {
  width: 100%;
}

@media (max-width: 960px) {
  .kv img {
    width: 100%;
  }
}

/* model */
.model {
  position: relative;
  margin-top: -8%;
}

@media (max-width: 960px) {
  .model {
    margin-top: 5%;
  }
}

.model__wrap {
  width: 80%;
  margin: auto;
  max-width: 1440px;
}

.model__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;
  background: #fff;
  border-radius: 20px;
  padding: 5%;
  margin-bottom: 5%;
}

@media (max-width: 768px) {
  .model__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.model__textbox {
  width: 50%;
}

@media (max-width: 768px) {
  .model__textbox {
    width: 90%;
    margin: auto;
  }
}

.model__textbox-name {
  position: relative;
  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;
}

.textbox__absolute{
  position: absolute;
  color: rgb(237 76 76);
  right: 13%;
  bottom: -9%;
  font-size: 18px;
}



.model__textbox-name img {
  width: calc( 100%/3);
  margin: 20px;
}

.model__textbox-name img.w100 {
  width: 52%;
}

.model__textbox-name img.name-style {
  height: 43px;
  width: auto;
}

.model__textbox-text {
  color: #a7a7a7;
  font-size: 20px;
  text-align: center;
  margin: 5% 0;
}

.model__textbox-text .textbox__noteMobile{
  color: rgb(237 76 76);
  font-size: 18px;
  font-weight: bold;
  display: none;
}

.model__textbox-text b {
  color: #899bb5;
  font-size: 45px;
  font-weight: bold;
  line-height: 80px;
  display: block;
}

@media (max-width: 1120px) {
  .model__textbox-text b {
    font-size: 26px;
    line-height: 50px;
  }
}

.model__textbox-text b span {
  background: #30a5a4;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
}

@media (max-width: 1120px) {
  .model__textbox-text b span {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 960px){
  .textbox__absolute{
    right: 11%;
  }
}

.model__itembox {
  width: 50%;
}

@media (max-width: 768px) {
  .model__itembox {
    width: 90%;
    margin: auto auto 50px;
  }
  .textbox__absolute{
    display: none;
  }
  .model__textbox-text .textbox__noteMobile{
    display: block;
  }
}

/* terms */
.terms {
  background: url("../images/terms_bg.jpg") bottom no-repeat #a0b5d4;
  -webkit-clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
          clip-path: polygon(50% 20%, 100% 0, 100% 100%, 0 100%, 0 0);
  padding: 15% 0 5% 0;
}

@media (max-width: 1130px) {
  .terms {
    -webkit-clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 15%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

@media (max-width: 960px) {
  .terms {
    -webkit-clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
            clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
  }
}

@media (max-width: 768px) {
  .terms {
    -webkit-clip-path: none;
            clip-path: none;
    background-size: contain;
  }
}

.terms__wrap {
  width: 60%;
  margin: auto;
  max-width: 1440px;
}

@media (max-width: 768px) {
  .terms__wrap {
    width: 80%;
  }
}

.terms__wrap ul {
  list-style: none;
}

.terms__wrap ul li {
  color: #000;
  font-size: 20px;
  list-style: none;
}

.terms__qrcode {
  text-align: center;
}

.terms__qrcode a {
  display: inline-block;
  margin: 2%;
}

@media (max-width: 768px) {
  .terms__qrcode a {
    width: 50%;
  }
}
/*# sourceMappingURL=main.css.map */