/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:400,500,700");
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;
}

/* CSS Document */
@font-face {
  font-family: "DINPro-Regular";
  src: url("fonts/DINPro-Regular.eot");
  src: url("fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.ttf") format("truetype"), url("fonts/DINPro-Regular.svg#DINPro-Regular") format("svg");
}

@font-face {
  font-family: "Geforce-Bold";
  src: url("fonts/Geforce-Bold.eot");
  src: url("fonts/Geforce-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/Geforce-Bold.woff") format("woff"), url("fonts/Geforce-Bold.ttf") format("truetype"), url("fonts/Geforce-Bold.svg#Geforce-Bold") format("svg");
}

@font-face {
  font-family: "GeForce-Light";
  src: url("fonts/GeForce-Light.eot");
  src: url("fonts/GeForce-Light.eot?#iefix") format("embedded-opentype"), url("fonts/GeForce-Light.woff") format("woff"), url("fonts/GeForce-Light.ttf") format("truetype"), url("fonts/GeForce-Light.svg#GeForce-Light") format("svg");
}

@-webkit-keyframes firefly {
  0% {
    -webkit-box-shadow: #ff0 0 0 0px;
    box-shadow: #ff0 0 0 0px;
    border: rgba(255, 255, 0, 0.2) 0px solid;
  }
  50% {
    -webkit-box-shadow: #ff0 0 0 10px;
    box-shadow: #ff0 0 0 10px;
    border: rgba(255, 255, 0, 0.5) 1px solid;
  }
  70% {
    -webkit-box-shadow: #ff0 0 0 30px;
    box-shadow: #ff0 0 0 30px;
    border: rgba(255, 255, 0, 0.5) 2px solid;
  }
  100% {
    -webkit-box-shadow: #ff0 0 0 0px;
    box-shadow: #ff0 0 0 0px;
    border: rgba(255, 255, 0, 0.2) 0px solid;
  }
}

@keyframes firefly {
  0% {
    -webkit-box-shadow: #ff0 0 0 0px;
    box-shadow: #ff0 0 0 0px;
    border: rgba(255, 255, 0, 0.2) 0px solid;
  }
  50% {
    -webkit-box-shadow: #ff0 0 0 10px;
    box-shadow: #ff0 0 0 10px;
    border: rgba(255, 255, 0, 0.5) 1px solid;
  }
  70% {
    -webkit-box-shadow: #ff0 0 0 30px;
    box-shadow: #ff0 0 0 30px;
    border: rgba(255, 255, 0, 0.5) 2px solid;
  }
  100% {
    -webkit-box-shadow: #ff0 0 0 0px;
    box-shadow: #ff0 0 0 0px;
    border: rgba(255, 255, 0, 0.2) 0px solid;
  }
}

@-webkit-keyframes pdimg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  53% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes pdimg {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  1% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  53% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes btlight {
  0% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#000000));
    background: linear-gradient(to right, #000000 1%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  20% {
    background: #222;
    /* Old browsers */
    background: -moz-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #222), color-stop(25%, #000000), to(#000000));
    background: linear-gradient(to right, #222 2%, #000000 25%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  50% {
    background: #222;
    /* Old browsers */
    background: -moz-linear-gradient(left, #222 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #222 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#000000));
    background: linear-gradient(to right, #222 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  70% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), color-stop(49%, #222), to(#222));
    background: linear-gradient(to right, #000000 1%, #222 49%, #222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
    /* IE6-9 */
  }
  85% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#222));
    background: linear-gradient(to right, #000000 1%, #222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
    /* IE6-9 */
  }
  100% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#000000));
    background: linear-gradient(to right, #000000 1%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
}

@keyframes btlight {
  0% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#000000));
    background: -o-linear-gradient(left, #000000 1%, #000000 100%);
    background: linear-gradient(to right, #000000 1%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  20% {
    background: #222;
    /* Old browsers */
    background: -moz-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #222), color-stop(25%, #000000), to(#000000));
    background: -o-linear-gradient(left, #222 2%, #000000 25%, #000000 100%);
    background: linear-gradient(to right, #222 2%, #000000 25%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  50% {
    background: #222;
    /* Old browsers */
    background: -moz-linear-gradient(left, #222 0%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #222 0%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#222), to(#000000));
    background: -o-linear-gradient(left, #222 0%, #000000 100%);
    background: linear-gradient(to right, #222 0%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
  70% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), color-stop(49%, #222), to(#222));
    background: -o-linear-gradient(left, #000000 1%, #222 49%, #222 100%);
    background: linear-gradient(to right, #000000 1%, #222 49%, #222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
    /* IE6-9 */
  }
  85% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #222 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #222 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#222));
    background: -o-linear-gradient(left, #000000 1%, #222 100%);
    background: linear-gradient(to right, #000000 1%, #222 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222',GradientType=1 );
    /* IE6-9 */
  }
  100% {
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(left, #000000 1%, #000000 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #000000 1%, #000000 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(1%, #000000), to(#000000));
    background: -o-linear-gradient(left, #000000 1%, #000000 100%);
    background: linear-gradient(to right, #000000 1%, #000000 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=1 );
    /* IE6-9 */
  }
}

@-webkit-keyframes btflash {
  0% {
    -webkit-box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
  }
  50% {
    -webkit-box-shadow: #f00 0 0 50px;
    -moz-box-shadow: #f00 0 0 50px;
    box-shadow: #f00 0 0 50px;
  }
  100% {
    -webkit-box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
  }
}

@keyframes btflash {
  0% {
    -webkit-box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
  }
  50% {
    -webkit-box-shadow: #f00 0 0 50px;
    -moz-box-shadow: #f00 0 0 50px;
    box-shadow: #f00 0 0 50px;
  }
  100% {
    -webkit-box-shadow: #000 0 0 0;
    -moz-box-shadow: #000 0 0 0;
    box-shadow: #000 0 0 0;
  }
}

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

.footer {
  margin-top: 0 !important;
}

#vga {
  font-family: "Noto Sans TC", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif !important;
  font-size: 18px;
  color: #fff;
  /*optsty Radio box*/
}

#vga .error {
  color: #c00;
}

#vga .title {
  padding-bottom: 30px;
}

#vga .title h1 {
  padding-top: 4rem;
  width: 65%;
  margin: 0 auto;
  max-width: auto;
}

#vga .title h2 {
  font-size: 75px !important;
  color: #fff !important;
  font-family: "Noto Sans TC", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif !important;
  font-weight: bold;
}

#vga .title h3 {
  font-size: 45px !important;
  color: #f8f1f1 !important;
  font-family: "Noto Sans TC", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif !important;
  text-shadow: #000 2px 2px 5px;
}

#vga .title .ftSty {
  position: relative;
  z-index: 2;
  width: 100%;
  text-align: center;
}

#vga .title .ftSty:before {
  content: attr(data-text);
  position: absolute;
  color: #999;
  z-index: 0;
  text-shadow: #000 2px 2px 5px;
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
}

#vga .title .ftSty:after {
  content: attr(data-text);
  position: absolute;
  z-index: 3;
  width: 100%;
  left: 0;
  text-align: center;
  background: -webkit-linear-gradient(top, #cbcbcb 0, #fff 50%, #cbcbcb 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#vga .optsty {
  /*Check box*/
}

#vga .optsty li {
  padding-bottom: 5px;
}

#vga .optsty label {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
  color: #222;
  font-size: 90%;
}

#vga .optsty label a {
  color: #000;
}

#vga .optsty label a:hover {
  text-decoration: underline;
}

#vga .optsty input[type="checkbox"] + .label-text:before {
  width: 18px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
  content: "";
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon.png) center center no-repeat ;
  background-size: cover;
}

#vga .optsty input[type="checkbox"]:checked + .label-text:before {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon-on.png) center center no-repeat ;
  background-size: cover;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
}

#vga .optsty input[type="checkbox"]:disabled + .label-text {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon.png) center center no-repeat ;
  background-size: cover;
}

#vga .optsty input[type="checkbox"]:disabled + .label-text:before {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon.png) center center no-repeat ;
  background-size: cover;
}

#vga .optsty input[type="checkbox"], #vga .optsty input[type="radio"] {
  position: absolute;
  right: 9000px;
}

#vga .optsty input[type="radio"] + .label-text:before {
  width: 18px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
  content: "";
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon.png) center center no-repeat ;
  background-size: cover;
}

#vga .optsty input[type="radio"]:checked + .label-text:before {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon-on.png) center center no-repeat ;
  background-size: cover;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
}

#vga .optsty input[type="radio"]:disabled + .label-text {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon.png) center center no-repeat ;
  background-size: cover;
}

#vga .optsty input[type="radio"]:disabled + .label-text:before {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon.png) center center no-repeat ;
  background-size: cover;
}

@-webkit-keyframes effect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes effect {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  25% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  75% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

#vga .optsty2 {
  margin-left: 2%;
  padding-bottom: 20px;
}

#vga .optsty2 label {
  position: relative;
  cursor: pointer;
  padding-right: 15px;
  color: #300;
  font-size: 90%;
}

#vga .optsty2 input[type="radio"] {
  position: absolute;
  right: 9000px;
}

#vga .optsty2 input[type="radio"] + .label-text:before {
  width: 18px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
  content: "";
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon2.png) center center no-repeat ;
  background-size: cover;
}

#vga .optsty2 input[type="radio"]:checked + .label-text:before {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon2-on.png) center center no-repeat ;
  background-size: cover;
  -webkit-animation: effect 250ms ease-in;
  animation: effect 250ms ease-in;
}

#vga .optsty2 input[type="radio"]:disabled + .label-text {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon2.png) center center no-repeat ;
  background-size: cover;
}

#vga .optsty2 input[type="radio"]:disabled + .label-text:before {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon2.png) center center no-repeat ;
  background-size: cover;
}

#vga .optsty2 li {
  padding-bottom: 15px;
  font-size: 24px;
}

#vga .optsty2 li.error label {
  color: #c00;
}

#vga .optsty2 li.error input[type="radio"] + .label-text:before,
#vga .optsty2 li.error input[type="radio"]:checked + .label-text:before,
#vga .optsty2 li.error input[type="radio"]:disabled + .label-text,
#vga .optsty2 li.error input[type="radio"]:disabled + .label-text:before {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon2-error.png) center center no-repeat ;
  background-size: cover;
}

#vga-game-info {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/bg-home.jpg) top center no-repeat ;
  background-size: cover;
  padding-bottom: 30px;
  /*box1*/
  /*#home*/
  /*form*/
}

#vga-game-info sup {
  vertical-align: super;
  font-size: 50%;
}

#vga-game-info p, #vga-game-info li {
  line-height: 30px;
}

#vga-game-info .box1 {
  width: 100%;
  margin: 0 auto;
  max-width: 1198px;
  color: #000;
}

#vga-game-info .box1 img {
  vertical-align: bottom;
  width: 100%;
}

#vga-game-info .box1 .box-wp {
  position: relative;
}

#vga-game-info .box1 .box-wp .box-bg, #vga-game-info .box1 .box-wp .box-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

#vga-game-info .box1 .box-wp .box-top {
  z-index: 1;
}

#vga-game-info .box1 .box-wp .box-dw {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
}

#vga-game-info .box1 .box-wp .vga-steam {
  position: absolute;
  bottom: 5%;
  z-index: 3;
  left: -22%;
  width: 60%;
}

#vga-game-info .box1 .box-wp .vga-steam img {
  width: 100%;
}

#vga-game-info .box1 .box-text {
  position: relative;
  z-index: 10;
  top: 0;
  left: 0;
  min-height: 1000px;
  padding: 0px 12%;
  text-align: left;
}

#vga-game-info .box1 .box-score {
  width: 575px;
  height: 587px;
  float: right;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}

#vga-game-info .box1 .box-score:after {
  clear: both;
  display: block;
  visibility: hidden;
  height: 0;
  content: "";
}

#vga-game-info .box1 .box-score .img {
  position: relative;
  z-index: 0;
}

#vga-game-info .box1 .box-score .scorebox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

#vga-game-info .box1 .box-score .scorebox h3 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  padding-top: 40px;
}

#vga-game-info .box1 .box-score .score-list {
  width: 80%;
  margin: 30px auto 0;
  height: 420px;
  padding-bottom: 20px;
}

#vga-game-info .box1 .bt {
  clear: both;
  text-align: center;
  padding-top: 30px;
}

#vga-game-info .box1 .bt .btsty {
  font-size: 36px;
  max-width: 416px;
}

#vga-game-info #home {
  padding: 0rem 0;
}

#vga-game-info #home .firefly {
  -webkit-animation: firefly 1s infinite ease-in;
  animation: firefly 1s infinite ease-in;
  opacity: 0.5;
}

#vga-game-info #home .box-text {
  font-size: 20px;
}

#vga-game-info #home .box-text h2 {
  font-size: 40px !important;
  font-weight: bold;
  font-family: "Noto Sans TC", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif !important;
  color: #000 !important;
  padding-bottom: 15px;
  text-align: center;
}

#vga-game-info #home .box-text h2.topsp {
  padding-top: 40px;
}

#vga-game-info #home .box-text ul {
  text-align: left;
}

#vga-game-info #home .box-text ul li {
  padding-bottom: 25px;
  line-height: 30px;
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon03.png) 0px 6px no-repeat;
  padding-left: 25px;
}

#vga-game-info #home .box-text ul li ol {
  margin-left: 25px;
  padding-top: 15px;
}

#vga-game-info #home .box-text ul li ol li {
  padding-left: 0 !important;
  background: none !important;
  padding-top: 5px !important;
  padding-bottom: 0 !important;
  color: #300 !important;
  list-style: disc !important;
}

#vga-game-info #home .box-text p {
  padding-bottom: 30px;
}

#vga-game-info #home .box-text p a {
  color: #300;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

#vga-game-info #home .box-text p a:hover {
  color: #600;
}

#vga-game-info #form {
  display: none;
}

#vga-game-info #form h2 {
  font-size: 22px !important;
  padding-bottom: 50px;
  color: #000 !important;
}

#vga-game-info #form .item {
  padding: 20px 0;
}

#vga-game-info #form .item .title {
  padding-bottom: 10px;
}

#vga-game-info #form .item .field span.square {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon.png) center center no-repeat ;
  background-size: cover;
  width: 18px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
}

#vga-game-info #form .item .field .vga-use {
  padding-bottom: 5px;
  color: #222;
}

#vga-game-info #form .item .field .lv2 {
  margin-left: 25px;
  margin-bottom: 15px;
  display: none;
}

#vga-game-info #form .note {
  padding-top: 30px;
  line-height: 26px;
  font-size: 18px;
}

#vga-game-info #form .note a {
  color: #ffd323;
  cursor: pointer;
}

#vga-game-info #form .note a:hover {
  text-decoration: underline;
}

#vga-game-info #form input[type="text"], #vga-game-info #form input[type="email"] {
  border: none;
  width: 100%;
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/line01.png) left bottom repeat-x;
}

#vga-game-info #form input[type="text"]:focus, #vga-game-info #form input[type="email"]:focus {
  outline: none;
}

#vga-game-info #form select {
  background: none;
  width: 100%;
  padding: 10px;
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/line01.png) left bottom repeat-x;
  border: none;
}

#vga-game-info #form select:focus {
  background: #c8752f;
  border: #300 2px solid;
  outline: #300 2px solid;
}

.gamecontent {
  font-weight: bold;
  padding-bottom: 30px;
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/bg-game.jpg) top center no-repeat ;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.gamecontent .title {
  position: absolute;
  width: 100%;
  padding-top: 50px;
  display: none;
}

.gamecontent .title .count {
  font-size: 90px;
  font-family: "Noto Sans TC", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  color: #f90;
  display: none;
  text-align: center;
}

.gamecontent .title .count span.millisecond {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 90px;
}

.gamecontent .title .urgent {
  color: #f00;
}

.gamecontent .title .lucky {
  position: absolute;
  width: 100%;
  bottom: 0;
  max-width: 250px;
  left: 65%;
  display: none;
}

.gamecontent .btsty {
  font-size: 26px;
  max-width: 250px;
}

.gamecontent .box2 {
  padding-top: 100px;
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
}

.gamecontent .box2 img {
  vertical-align: bottom;
  width: 100%;
}

.gamecontent .box2 img.vtop {
  vertical-align: top;
}

.gamecontent .box2 .box-wp {
  position: relative;
}

.gamecontent .box2 .box-wp .box-bg, .gamecontent .box2 .box-wp .box-top {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.gamecontent .box2 .box-wp .box-bg {
  z-index: 0;
}

.gamecontent .box2 .box-wp .box-top {
  z-index: 1;
}

.gamecontent .box2 .box-wp .box-txt {
  position: relative;
  z-index: 100;
  padding: 40px 10% 0;
  color: #330000;
}

.gamecontent .box2 .box-wp .rules h2 {
  font-size: 50px !important;
  color: #fff !important;
  padding-bottom: 50px;
  text-shadow: #fff 2px 1px 5px;
}

.gamecontent .box2 .box-wp .rules h3 {
  font-size: 30px !important;
  color: #660000 !important;
  padding-bottom: 25px;
  text-align: left;
  font-style: italic;
  text-shadow: #fff 1px 1px 2px;
}

.gamecontent .box2 .box-wp .rules ul {
  text-align: left;
}

.gamecontent .box2 .box-wp .rules ul li {
  padding-bottom: 25px;
  line-height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: normal;
}

.gamecontent .box2 .box-wp .rules ul li span {
  width: calc(100% - 23px);
  display: block;
}

.gamecontent .box2 .box-wp .rules ul li:before {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/icon03.png) center center no-repeat ;
  background-size: cover;
  width: 18px;
  height: 18px;
  content: "";
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.gamecontent .box2 .box-wp .qabox .qa {
  display: none;
}

.gamecontent .box2 .box-wp .qabox .on {
  display: block;
}

.gamecontent .box2 .box-wp .qabox .q-title {
  font-size: 24px;
  line-height: 36px;
  padding-bottom: 40px;
  text-align: left;
  font-weight: 500;
}

.gamecontent .box2 .box-wp .qabox .q-ans {
  text-align: left;
  font-weight: 500;
}

.gamecontent .box2 .box-wp .findcardbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.gamecontent .box2 .box-wp .findcardbox .imgbox {
  width: 86%;
  position: relative;
}

.gamecontent .box2 .box-wp .findcardbox .imgbox img {
  border-radius: 30px;
  -webkit-box-shadow: #bb8d19 0 0 10px;
  box-shadow: #bb8d19 0 0 10px;
}

.gamecontent .box2 .box-wp .findcardbox .imgbox .img {
  position: relative;
  z-index: 0;
}

.gamecontent .box2 .box-wp .findcardbox .imgbox .imgs {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: none;
}

.gamecontent .box2 .box-wp .findcardbox .imgbox .bt {
  position: absolute;
  cursor: pointer;
  z-index: 5;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.gamecontent .box2 .box-wp .findcardbox .imgbox .bt-trio {
  width: 8%;
  height: 6%;
  top: 16%;
  right: 8.5%;
}

.gamecontent .box2 .box-wp .findcardbox .imgbox .bt-gaming {
  width: 8%;
  height: 7%;
  bottom: 12.5%;
  left: 49.5%;
  -webkit-transform: rotate(-22deg);
  -ms-transform: rotate(-22deg);
  transform: rotate(-22deg);
}

.gamecontent .box2 .box-wp .findcardbox .imgbox .bt-armor {
  width: 8%;
  height: 7%;
  right: 14%;
  top: 54%;
}

.gamecontent .box2 .box-wp .findcardbox .imgbox .bt-duke {
  width: 8%;
  height: 6%;
  top: 49%;
  left: 27%;
}

.gamecontent .box2 .box-wp .findcardbox .imgbox .bt-ventus {
  width: 8%;
  height: 6%;
  bottom: 4.5%;
  left: 11%;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.gamecontent .box2 .box-wp .findcardbox #vga-list {
  width: 14%;
}

.gamecontent .box2 .box-wp .findcardbox #vga-list li {
  padding-top: 20px;
}

.gamecontent #game1 {
  display: none;
  position: relative;
}

#vga-game-stage1, #vga-game-stage2, #game2 {
  display: none;
}

/*lightbox*/
.lightbox {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Noto Sans TC", "Noto Sans", "DINPro", "PTSansNarrowRegular", "Arial Unicode MS", Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #fff;
}

.lt-content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lt-scorebox {
  width: 100%;
  margin: 0 auto;
  max-width: 484px;
  position: relative;
}

.lt-scorebox .img {
  position: relative;
  z-index: 0;
}

.lt-scorebox .bt-close {
  position: absolute;
  top: 1.5%;
  right: 1%;
  z-index: 2;
  width: 11%;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}

.lt-scorebox .bt-close:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.lt-scorebox .txt {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 42%;
  z-index: 2;
}

.lt-scorebox .txt .score {
  font-size: 120px;
  color: #ffd323;
  font-weight: bold;
}

.lt-scorebox .txt .bt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

.lt-scorebox .txt .bt button {
  width: 49.5%;
  font-weight: bold;
}

.lt-scorebox .txt .bt.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lt-msgbox {
  background: #37415d;
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  height: 80vh;
  border-radius: 20px;
  position: relative;
}

.lt-msgbox .txtbox {
  position: relative;
  z-index: 5;
  width: 90%;
  margin: 0 auto;
  max-width: auto;
  padding-top: 5vh;
  height: 75vh;
}

.lt-msgbox .txtbox .txt {
  height: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lt-msgbox .txtbox .txt p {
  font-size: 18px;
}

.lt-msgbox .txtbox .txt p.ftthx {
  color: #ffd323;
  font-size: 32px;
  padding-bottom: 15px;
  font-weight: bold;
}

.lt-msgbox .txtbox .scorebox {
  width: 100%;
  height: 64%;
}

.lt-msgbox .txtbox .scorebox h3 {
  color: #ffd323;
  padding: 10px 0;
  background: #292a44;
  margin-bottom: 10px;
  font-weight: bold;
}

.lt-msgbox .txtbox #score-list2 {
  height: 90%;
}

.lt-msgbox .topbg, .lt-msgbox .toplt, .lt-msgbox .toprt, .lt-msgbox .lt, .lt-msgbox .rt, .lt-msgbox .dwbg, .lt-msgbox .dwlt, .lt-msgbox .dwrt {
  position: absolute;
  z-index: 0;
  height: 50%;
  width: 100%;
}

.lt-msgbox .topbg {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/msgbox-top.png) top left repeat-x;
  top: 0;
  width: calc(100% - 40px);
  left: 20px;
}

.lt-msgbox .toplt {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/msgbox-toplt.png) top left no-repeat;
  left: 0;
  top: 0;
  z-index: 1;
}

.lt-msgbox .toprt {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/msgbox-toprt.png) top right no-repeat;
  right: 0;
  top: 0;
  z-index: 1;
}

.lt-msgbox .lt {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/msgbox-lt.png) top left repeat-y;
  width: 152px;
  height: calc(100% - 40px);
  top: 20px;
  left: 0;
}

.lt-msgbox .rt {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/msgbox-rt.png) top right repeat-y;
  height: calc(100% - 40px);
  top: 20px;
  right: 0;
}

.lt-msgbox .dwbg {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/msgbox-dw.png) bottom left repeat-x;
  bottom: 0;
  width: calc(100% - 40px);
  left: 20px;
}

.lt-msgbox .dwlt {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/msgbox-dwlt.png) bottom left no-repeat;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.lt-msgbox .dwrt {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/msgbox-dwrt.png) bottom right no-repeat;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.lt-msgbox .bt-close {
  position: absolute;
  top: 5px;
  right: 2px;
  z-index: 2;
  width: 40px;
  cursor: pointer;
  -webkit-transition: 0.5s all ease-in-out;
  -o-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
  text-align: right;
}

.lt-msgbox .bt-close:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.btsty {
  background: none;
  border: none;
  position: relative;
}

.btsty img {
  position: relative;
}

.btsty span {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #142e4a;
  text-transform: uppercase;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btsty:focus {
  outline: none;
}

.scoretb {
  display: table;
  width: 100%;
  margin: 0 auto;
}

.scoretb .tr {
  display: table-row;
}

.scoretb .th {
  display: table-cell;
  width: auto;
}

.scoretb .td {
  display: table-cell;
  width: auto;
}

.scoretb .tr {
  background: url(https://asset.msi.com/event/vga/2018/game-hard-stay-hungry-2/images/line01.png) left bottom repeat-x;
}

.scoretb .th {
  font-size: 16px;
  text-align: center;
  padding: 10px 5px;
}

.scoretb .td {
  font-weight: normal;
  font-size: 13px;
  padding: 10px 5px;
  vertical-align: middle;
  text-align: center;
}

.terms {
  height: 100%;
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}

.terms h2 {
  text-align: center;
  font-size: 32px !important;
  color: #ffd323 !important;
  padding: 25px 0;
  text-transform: uppercase;
  font-weight: bold;
}

.terms h3 {
  padding: 30px 0 10px;
  font-size: 22px;
  font-weight: bold;
}

.terms a {
  color: #ffd323;
}

.terms a:hover {
  text-decoration: underline;
}

.terms p {
  padding-bottom: 15px;
  font-weight: normal;
}

.terms ul {
  padding-bottom: 15px;
  margin-left: 25px;
  font-weight: normal;
}

.terms ul.roman li {
  list-style-type: lower-roman;
  padding-bottom: 10px;
  font-weight: normal;
}

.terms ul.roman li:before {
  content: ")";
  padding-right: 10px;
}

.terms ul.roman li ul li {
  list-style-type: lower-alpha;
}

.terms ul.disc li {
  list-style-type: disc;
  font-weight: normal;
}

.terms ul.disc li ul li {
  list-style-type: circle;
}

@media screen and (max-width: 1366px) {
  #vga {
    font-size: 20px;
  }
  #vga .title h1 {
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }
  #vga-game-info {
    /*box1*/
  }
  #vga-game-info .box1 .box-wp .vga-steam {
    bottom: 10%;
    left: -12%;
    width: 50%;
  }
  #vga-game-info .box1 .bt .btsty {
    font-size: 32px;
    max-width: 356px;
  }
  #vga .title h2 {
    font-size: 55px !important;
  }
  .gamecontent .title {
    padding-top: 30px;
  }
  .gamecontent .title .count {
    font-size: 60px;
  }
  .gamecontent .title .lucky {
    top: 10px;
    max-width: 150px;
  }
  .gamecontent .box2 {
    padding-top: 60px;
    width: 100%;
    margin: 0 auto;
    max-width: 1150px;
  }
  .gamecontent .box2 .box-wp .rules h3 {
    font-size: 26px;
  }
  .gamecontent .box2 .box-wp .rules ul li {
    line-height: 28px;
  }
  .gamecontent .box2 .box-wp .qabox .q-title {
    font-size: 24px;
    line-height: 30px;
  }
  .gamecontent .box2 .box-wp .qabox .q-ans .optsty li {
    padding-bottom: 20px;
    font-size: 22px;
  }
}

@media screen and (max-width: 960px) {
  #vga .title h2 {
    font-size: 38px !important;
    text-shadow: #000 2px 2px 5px;
  }
  #vga .title h3 {
    font-size: 32px !important;
  }
  #vga .title .ftSty:before, #vga .title .ftSty:after {
    display: none;
  }
  #vga-game-info .box1 .box-text {
    padding: 0 10%;
  }
  #vga-game-info .box1 .box-score {
    width: 100%;
    height: auto;
  }
  #vga-game-info .box1 .box-score .score-list {
    height: 65%;
  }
  #vga-game-info .box1 .box-wp .vga-steam {
    position: relative;
    bottom: auto;
    left: auto;
    width: 90%;
    margin: 0 auto;
    max-width: auto;
  }
  #vga-game-info .box1 .bt .btsty {
    font-size: 24px;
  }
  #vga-game-info #home .box-text h2 {
    font-size: 28px !important;
  }
  #vga-game-info #home .box-text h2.topsp {
    padding-top: 30px;
  }
  .lt-msgbox {
    height: 95vh;
  }
  .lt-msgbox .txtbox {
    width: 80%;
    height: 85vh;
  }
  .lt-msgbox .txtbox .txt p.ftthx {
    font-size: 28px;
  }
  .gamecontent .title .count {
    font-size: 50px;
  }
  .gamecontent .title .lucky {
    max-width: 120px;
    left: 70%;
  }
  .gamecontent .box2 {
    padding-top: 100px;
  }
  .gamecontent .box2 .box-wp .qabox .q-title {
    font-size: 22px;
    line-height: 28px;
  }
  .gamecontent .box2 .box-wp .findcardbox {
    display: block;
  }
  .gamecontent .box2 .box-wp .findcardbox .imgbox, .gamecontent .box2 .box-wp .findcardbox #vga-list {
    width: 100%;
  }
  .gamecontent .box2 .box-wp .findcardbox #vga-list li {
    padding-top: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 120px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 10px 0;
  }
  .gamecontent .box2 .box-wp .findcardbox #vga-list li img {
    width: 100%;
    height: 100%;
  }
  .lt-scorebox .txt {
    width: 86%;
    left: 7%;
    top: 38%;
  }
  .lt-scorebox .txt .score {
    font-size: 80px;
  }
  .lt-scorebox .txt .bt {
    display: block;
    margin-top: 10px;
  }
  .lt-scorebox .txt .bt button {
    width: 100%;
    margin: 0 auto;
    max-width: 250px;
    margin-top: 5px;
  }
}
