@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;
}

* {
  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;
}

::selection {
  background: #E02525;
  color: #fff;
  text-decoration: none;
}

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

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

*:focus {
  outline: none;
}

a {
  color: #333;
  text-decoration: underline;
  transition: color 0.4s;
}

a:hover {
  color: #E02525;
}

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

html, body {
  overflow-x: hidden;
}

body {
  font-size: 20px;
  line-height: 1.7;
  color: #333;
  font-family: 微軟正黑體, Arial;
  background: #fff;
  background: linear-gradient(180deg, #fff 0, rgba(249, 139, 139, 0.2) 100%);
  text-align: left;
}
body.lock {
  overflow: hidden;
}

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

#g-wrap {
  width: 100%;
  max-width: 1440px;
  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% 0 2%;
}
#g-logo img {
  width: 20%;
  margin: 0 auto;
}

#g-rule {
  margin-bottom: 5%;
}
#g-rule time {
  text-align: right;
  display: block;
  margin: 20px 0;
}
#g-rule h1 {
  font-size: 50px;
  text-align: center;
  line-height: 1.3;
  font-weight: bold;
}
#g-rule h2 {
  font-size: 30px;
  margin-top: 40px;
  color: #E02525;
  font-weight: bold;
}
#g-rule h3 {
  font-size: 20px;
}
#g-rule h4 {
  font-size: 17px;
}
#g-rule p {
  margin: 10px 0;
}
#g-rule a {
  word-break: break-all;
}
#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 .list-dot > li {
  position: relative;
  padding-left: 20px;
}
#g-rule .list-dot > li:before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 6px;
  background: #000;
  position: absolute;
  top: 15px;
  left: 5px;
}
#g-rule .underline {
  text-decoration: underline;
}
#g-rule .note {
  margin-top: 5%;
  display: block;
}
#g-rule table {
  margin: 10px 0;
}
#g-rule table th, #g-rule table td {
  border: 1px solid #666;
  padding: 10px;
}
#g-rule table h3 {
  font-weight: bold;
}
#g-rule table p {
  margin: 0;
}
#g-rule table thead th {
  width: 50%;
  font-weight: bold;
  text-align: center;
  background: rgba(224, 37, 37, 0.2);
}

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

@media screen and (max-width: 990px) {
  body {
    font-size: 15px;
  }

  #g-logo img {
    width: 40%;
  }

  #g-rule h1 {
    font-size: 7vw;
  }
  #g-rule h2 {
    font-size: 6vw;
  }
  #g-rule h3, #g-rule h4 {
    font-size: 17px;
  }
  #g-rule .list-dot > li:before {
    top: 10px;
    left: 5px;
  }
}
@media screen and (max-width: 500px) {
  #g-footer {
    letter-spacing: 0;
    font-size: 12px;
  }
}