@charset "UTF-8";
@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");
/*Laptop featuers CSS Document */
* {
  font-size: 100%;
  line-height: 1.5em;
}
/**color**/

.red {
  color: #ff0000;
}
.white {
  color: #fff;
}
.dark-black {
  color: #262626;
}

/**P feature text**/
#PS {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  overflow-x: hidden;
}
#PS a {
  color: #666;
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
}
#PS a:hover {
  color: #666;
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
}
#NOpadding {
  padding: 0;
}

h2.nbtitle {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 2.8vh;
  line-height: 35px;
  font-weight: 500;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0px;
  color: #000;
}
h3.nb-subtitle {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 5vh;
  line-height: 3.5vh;
  font-weight: normal;
  margin: 0;
}
h3.nb-subtitle > samp {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 2.5vh;
  line-height: 3.5vh;
  font-weight: normal;
}
b.nb-subtitle {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: 2.5vh;
  line-height: 3.5vh;
  font-weight: normal;
}
b {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
}
p.nb-article {
  font-size: 2.2vh;
  line-height: 2.8vh;
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  color: #666;
}
p.article {
  font-size: 1.8vh;
  line-height: 2.4vh;
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  color: #000;
}

b.closeup {
  font-size: 5vh;
  line-height: 3.5vh;
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  color: #000;
  font-weight: 400;
}

p.notetext {
  padding-top: 10px;
  font-size: 1.5vh;
  line-height: 1.8vh;
  color: #888;
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
}
/*＝＝ MEDIA QUERY : WIDER THAN 992px-768 px  ＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2.nbtitle {
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    font-size: 2.2vh;
    line-height: 2.5vh;
    margin-top: 0rem;
    margin-bottom: 1rem;
    margin-left: 0px;
    color: #000;

    text-align: center;
  }

  p.nb-article {
    font-size: 1.8vh;
    line-height: 2.2vh;
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    color: #666;
    padding: 0 10px;
    text-align: center;
  }
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  h2.nbtitle {
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    font-size: 3.5vh;
    line-height: 3.5vh;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    margin-left: 0px;
    color: #000;
    text-align: left;
}
p.nb-article {
    font-size: 2.5vh;
    line-height: 3vh;
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    color: #666;
    padding: 0 0;
    text-align: left;
}
  h3.nb-subtitle {
    font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
    font-size: 5vh;
    line-height: 3.5vh;
    font-weight: normal;
    text-align: left;
  }
  .iconbox {
    display: block;
    width: 100px;
  }
}
