@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/css?family=Play:400,700");
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
* {
  padding: 0;
  margin: 0;
  vertical-align: top;
}

h2.overview-title {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 36px;
  color: #000;
  margin: 0;
  padding: 10px 0 10px;
  line-height: 1.5;
}

@media screen and (max-width: 1920px) {
  h2.overview-title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1536px) {
  h2.overview-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 960px) {
  h2.overview-title {
    font-size: 22px;
  }
}

.msi-pen {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 24px;
  color: #333;
  line-height: 1.6;
  overflow-x: hidden;
}

.msi-pen .center {
  text-align: center;
}

.msi-pen .left {
  text-align: left;
}

.msi-pen .right {
  text-align: right;
}

.msi-pen img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
  vertical-align: top;
}

.msi-pen img.full {
  width: 100%;
  max-width: 100%;
}

.msi-pen .imgxs,
.msi-pen .boxxs {
  display: none;
}

.msi-pen h2 {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 36px;
  color: #000;
  margin: 0;
  padding: 30px 0;
  line-height: 1.5;
}

.msi-pen h2.white {
  color: #fff;
}

.msi-pen h3 {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 30px;
  color: #000;
  margin: 0;
  padding: 10px 0 10px;
  line-height: 1.5;
}

.msi-pen p {
  margin: 0;
  padding: 0 0 15px;
  color: rgba(0, 0, 0, 0.8);
}

.msi-pen p.white {
  color: #fff;
}

.msi-pen p.gray {
  color: rgba(0, 0, 0, 0.8);
}

.msi-pen sup {
  font-size: 80%;
}

.msi-pen ul, .msi-pen li {
  list-style: none;
}

.msi-pen .note {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 15px 0;
}

.msi-pen .note.white {
  color: #fff;
}

.msi-pen .note.gray {
  color: rgba(0, 0, 0, 0.8);
}

.msi-pen .data-num {
  font-size: 18px;
}

.msi-pen .data-num span, .msi-pen .data-num b, .msi-pen .data-num i {
  font-size: 200%;
  font-weight: 400;
}

.msi-pen .wrapper-full {
  width: 100%;
  margin: 0 auto;
  max-width: 3440px;
}

.msi-pen .wrapper {
  width: 100%;
  margin: 0 auto;
  max-width: 2200px;
}

.msi-pen .wrapper.sp {
  padding: 5% 0;
}

.msi-pen .wrapper.spbt {
  padding-bottom: 5%;
}

.msi-pen .wrapper.sptop {
  padding-top: 5%;
}

.msi-pen .wrapper.spsub {
  padding: 3% 0;
}

.msi-pen .wrapper.spsubbt {
  padding-bottom: 3%;
}

.msi-pen .wrapper.spsubtop {
  padding-top: 3%;
}

.msi-pen .box-sc {
  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;
}

.msi-pen .box-cc {
  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;
}

.msi-pen .box-s {
  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;
}

.msi-pen .box-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.msi-pen .box-e {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 2560px) {
  .msi-pen .wrapper {
    width: 85%;
    max-width: 1600px;
  }
}

@media screen and (max-width: 1920px) {
  .msi-pen {
    font-size: 20px;
  }
  .msi-pen .wrapper {
    width: 85%;
    max-width: 1440px;
  }
  .msi-pen h2 {
    font-size: 28px;
  }
  .msi-pen h3 {
    font-size: 24px;
  }
  .msi-pen .note {
    font-size: 26px;
  }
}

@media screen and (max-width: 1536px) {
  .msi-pen {
    font-size: 18px;
  }
  .msi-pen .wrapper {
    width: 90%;
    max-width: 1200px;
  }
  .msi-pen h2 {
    font-size: 26px;
  }
  .msi-pen h3 {
    font-size: 22px;
  }
  .msi-pen .note {
    font-size: 14px;
  }
}

@media screen and (max-width: 1366px) {
  .msi-pen {
    font-size: 18px;
  }
  .msi-pen .wrapper {
    width: 90%;
    max-width: 1100px;
  }
  .msi-pen h2 {
    font-size: 26px;
  }
  .msi-pen h3 {
    font-size: 22px;
  }
  .msi-pen .note {
    font-size: 14px;
  }
}

@media screen and (max-width: 960px) {
  .msi-pen {
    font-size: 18px;
  }
  .msi-pen .wrapper {
    text-align: center;
    width: 80%;
  }
  .msi-pen .wrapper.sp {
    padding: 8vh 0;
  }
  .msi-pen .wrapper.spbt {
    padding-bottom: 8vh;
  }
  .msi-pen .wrapper.sptop {
    padding-top: 8vh;
  }
  .msi-pen .wrapper.spsub {
    padding: 5vh 0;
  }
  .msi-pen .wrapper.spsubbt {
    padding-bottom: 5vh;
  }
  .msi-pen .wrapper.spsubtop {
    padding-top: 5vh;
  }
  .msi-pen h2 {
    font-size: 22px;
    padding: 30px 0 15px 0;
  }
  .msi-pen h3 {
    font-size: 20px;
  }
  .msi-pen .imglg,
  .msi-pen .boxlg {
    display: none;
  }
  .msi-pen .imgxs,
  .msi-pen .boxxs {
    display: block;
  }
  .msi-pen .data-num {
    font-size: 24px;
  }
  .msi-pen .data-num span, .msi-pen .data-num b, .msi-pen .data-num i {
    font-size: 200%;
    font-weight: 400;
  }
  .msi-pen .box-sc.box-xs, .msi-pen .box-cc.box-xs, .msi-pen .box-s.box-xs, .msi-pen .box-c.box-xs, .msi-pen .box-e.box-xs {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .msi-pen {
    font-size: 16px;
  }
  .msi-pen .wrapper {
    width: 80%;
  }
  .msi-pen .wrapper.sp {
    padding: 0vh 0;
  }
  .msi-pen h2 {
    font-size: 22px;
    padding: 16px 0 8px 0;
  }
}

@media screen and (max-width: 480px) {
  .msi-pen {
    font-size: 16px;
  }
  .msi-pen .data-num {
    font-size: 15px;
  }
  .msi-pen .data-num span, .msi-pen .data-num b, .msi-pen .data-num i {
    font-size: 200%;
    font-weight: 400;
  }
  .msi-pen .box-sc.box-xs, .msi-pen .box-cc.box-xs, .msi-pen .box-s.box-xs, .msi-pen .box-c.box-xs, .msi-pen .box-e.box-xs {
    display: block;
  }
}
/*# sourceMappingURL=msi-pen-block.css.map */