@charset "UTF-8";
/* CSS Document */
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  noFocusline: expression(this.onFocus=this.blur());
  outline: 0;
}

a:hover {
  text-decoration: none;
}

a:focus {
  -moz-outline-style: none;
}

/*img*/
img {
  max-width: 100%;
  width: expression(document.body.clientWidth>100?"100%":"auto");
  overflow: hidden;
}

/*page style*/
.txtLeft {
  text-align: left;
}

.txtRight {
  text-align: right;
}

.txtCenter {
  text-align: center;
}

.floatLeft, .imageleft {
  float: left;
  margin-right: 1em;
}

.floatRight, .imageRight {
  float: right;
  margin-left: 1em;
}

.floatClear {
  clear: both;
  height: 0;
}

.clearfix:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: " ";
}

.table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.tr {
  display: table-row;
}

.td, .th {
  display: table-cell;
}

/*----landing page-----*/
body {
  background: #000;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100vw;
  overflow-x: hidden;
  position: relative;
}

*,
*:after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.navbar {
  margin-bottom: 0;
}

#linepoints {
  font-family: "微軟正黑體";
  font-size: 22px;
  color: #fff;
  background: url(https://asset.msi.com/event/vga/2018/LINEPoints/images/bg.jpg) top center no-repeat ;
  background-size: cover auto;
}

#linepoints img {
  vertical-align: bottom;
}

@media screen and (max-width: 960px) {
  #linepoints {
    font-size: 20px;
  }
}

#linepoints .container {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

#linepoints .title {
  color: #04cdff;
  padding: 35px 0 15px;
  font-size: 40px;
}

#linepoints .kv {
  width: 90%;
  margin: 0 auto;
  max-width: 1500px;
}

#linepoints .bannertb {
  display: table;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

#linepoints .bannertb .tr {
  display: table-row;
}

#linepoints .bannertb .th {
  display: table-cell;
  width: calc(100% / 3);
}

#linepoints .bannertb .td {
  display: table-cell;
  width: calc(100% / 3);
}

#linepoints .bannertb img {
  width: 95%;
}

#linepoints .bannertb .tdleft {
  text-align: left;
}

#linepoints .bannertb .tdright {
  text-align: right;
}

@media screen and (max-width: 960px) {
  #linepoints .bannertb .th, #linepoints .bannertb .td {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  #linepoints .bannertb .th img, #linepoints .bannertb .td img {
    margin: auto;
  }
}

#linepoints .redeem .item {
  text-align: left;
  border: #04cdff 1px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#linepoints .redeem .item p {
  padding: 20px 10px !important;
  margin: 5px 5px !important;
  text-align: center;
  border: #04cdff 5px solid;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

#linepoints .redeem .item p a {
  color: #fff;
}

#linepoints .redeem .item p a:hover {
  color: #04cdff;
}

#linepoints .redeem .item p span {
  color: #03c305;
}

#linepoints .terms {
  text-align: left;
  padding: 1.5em 0 3em;
}

#linepoints .terms ul {
  margin-left: 25px;
}

#linepoints .terms ul li {
  list-style: disc;
  font-size: 90%;
  line-height: 30px;
  padding-bottom: 20px;
}
