@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
  list-style: none; }

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

img {
  border: 0;
  display: block; }

legend, hr {
  display: none; }

th {
  font-style: inherit;
  font-weight: inherit; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

a {
  outline: none;
  hlbr: expression(this.onFocus=this.blur());
  text-decoration: none;
  cursor: pointer; }

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* main.css ==============================================*/
/*Variable*/
/*Mixin*/
/*Reset*/
.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1;
  display: block; }

.hide {
  display: none; }

::-moz-selection {
  background: #d3a932;
  color: #000; }

::selection {
  background: #d3a932;
  color: #000;
  text-decoration: none; }

::-webkit-input-placeholder {
  color: #999; }

::-moz-placeholder {
  color: #999; }

*:focus {
  outline: none; }

a {
  color: #fff;
  text-decoration: underline;
  -webkit-transition: color .4s;
  -o-transition: color .4s;
  transition: color .4s; }

a:hover {
  color: #fff; }

*::-webkit-media-controls-overlay-play-button {
  display: none !important;
  -webkit-appearance: none; }

html, body {
  overflow-x: hidden; }

body {
  font-size: 15px;
  line-height: 1.7;
  color: #fff;
  font-family: 微軟正黑體, Arial;
  background: #000;
  background: -webkit-linear-gradient(315deg, #2A5488 17%, #457E96 60%, #4D9B9E 100%);
  background: -o-linear-gradient(315deg, #2A5488 17%, #457E96 60%, #4D9B9E 100%);
  background: linear-gradient(135deg, #2A5488 17%, #457E96 60%, #4D9B9E 100%);
  text-align: left; }
  body.lock {
    overflow: hidden; }

* {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

/*Body*/
#g-wrap {
  width: 100%;
  max-width: 990px;
  padding: 0 5%;
  position: relative;
  margin: 0 auto;
  position: relative; }
  #g-wrap img {
    max-width: 100%; }

.g-section {
  position: relative; }

#g-logo {
  display: block;
  margin: 5% auto; }
  #g-logo img {
    width: 140px; }

#g-rule {
  margin-bottom: 10%; }
  #g-rule time {
    text-align: right;
    display: block;
    color: rgba(255, 255, 255, 0.5);
    margin: 20px 0; }
  #g-rule h1 {
    font-size: 50px;
    text-align: center;
    line-height: 1.3; }
  #g-rule h2 {
    font-size: 30px;
    margin-top: 20px; }
  #g-rule h3 {
    font-size: 20px; }
  #g-rule h4 {
    font-size: 17px; }
  #g-rule p {
    margin: 10px 0; }
  #g-rule .list-no > li {
    list-style-type: decimal;
    margin-left: 20px; }
  #g-rule .list-alpha > li {
    list-style-type: lower-alpha;
    margin-left: 20px; }
  #g-rule .list-dash > li {
    position: relative;
    padding-left: 20px; }
    #g-rule .list-dash > li:before {
      content: '-';
      position: absolute;
      left: 0; }
  #g-rule .underline {
    text-decoration: underline; }

#g-footer {
  clear: both;
  font-size: 15px;
  font-weight: 200;
  letter-spacing: 2px;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  color: #fff;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px; }

@media screen and (max-width: 990px) {
  #g-rule h1 {
    font-size: 7vw; }
  #g-rule h2 {
    font-size: 5vw; }
  #g-rule h3 {
    font-size: 17px; }
  #g-rule h4 {
    font-size: 17px; } }

@media screen and (max-width: 500px) {
  #g-footer {
    letter-spacing: 0;
    font-size: 12px; } }
