body, div, h1, h2, h3, h4, h5, h6, p, blockquote, span, a,
dl, dt, dd, ul, ol, li, img,
form, fieldset, label, legend,
table, caption, tbody, thead, tfoot, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

html, body {
  height: 100%;
}

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

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

* {
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

a:focus, button:focus {
  outline: none;
}

h1, h2, h3, h4, h5, p, span, li, table {
  cursor: default;
}

body {
  background: url(../images/dirty_old_shirt.png) repeat;
  color: #fff;
}

header {
  width: 100%;
  height: 60px;
  background: #fff;
  padding: 0 15px;
  position: fixed;
  top: 0;
  z-index: 9999;
  transition: 0.3s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}
header .nav {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header .nav a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 60px;
  text-align: center;
  width: 100%;
}
header .nav a:hover {
  color: #00ffff;
  background: url(../images/img-bg-2.png) repeat;
}
@media (min-width: 480px) {
  header .nav {
    width: initial;
    justify-content: center;
  }
  header .nav a {
    width: initial;
    font-size: 18px;
    padding: 0 1rem;
  }
}
@media (min-width: 1280px) {
  header .nav a {
    padding: 0 2.5rem;
  }
}

.kv {
  margin-top: 60px;
  background: url(../images/kv.png) no-repeat center;
  background-size: auto 100%;
  height: 200px;
  position: relative;
  border-left: 5px solid #00ffff;
  border-right: 5px solid #009bff;
}
@media (min-width: 480px) {
  .kv {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .kv {
    height: 450px;
  }
}
@media (min-width: 1280px) {
  .kv {
    height: 650px;
    background-size: cover;
  }
}

footer {
  background: #fff;
  padding: 1.5rem 15px;
}
footer .f-title {
  color: #929292;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
footer .f-logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 768px) {
  footer .f-logo {
    flex-direction: row;
  }
}
footer .f-logo img {
  margin: auto;
}
footer .sponsor {
  padding: 1em 0;
}
footer .copyright {
  font-size: 13px;
  font-weight: normal;
  color: #929292;
  text-align: center;
  border-top: 1px solid #929292;
  padding-top: 1.5rem;
}

* {
  font-family: "Noto Sans TC", sans-serif;
}

p, li, a, h1, h2, h3, h4 {
  line-height: 1.5em;
}

body {
  font-size: 16px;
}

img, a {
  display: block;
}

a, button {
  color: #fff;
  transition: 0.2s ease;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.grid {
  max-width: 960px;
  padding: 0 15px;
  margin: auto;
}

h2 {
  font-size: 2.5rem;
  font-weight: 900;
  text-shadow: 0 0 15px #00ffff;
  text-align: center;
  margin-bottom: 2rem;
}
h2 span {
  display: block;
  font-style: italic;
  font-size: 3.3rem;
}

section {
  padding: 3rem 0 5rem;
  border-left: 5px solid #00ffff;
  border-right: 5px solid #009bff;
}

.content-box {
  border: 2px solid #00ffff;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(64, 70, 91) 100%);
}

.intro-wrap {
  padding: 3.75rem 1rem;
  text-align: center;
  position: relative;
}
.intro-wrap p {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.3rem;
}
@media (min-width: 1280px) {
  .intro-wrap {
    padding-bottom: 5rem;
  }
}

.btn-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 1.5rem;
  position: relative;
}
.btn-wrap .btn {
  margin: auto;
  cursor: pointer;
  max-width: 200px;
  width: 100%;
}
.btn-wrap .btn img {
  width: 100%;
}
.btn-wrap .btn:hover {
  transform: scale(1.05);
}
.btn-wrap .btn.disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn-wrap .btn:first-child {
  margin-bottom: 0.8rem;
}
@media (min-width: 1280px) {
  .btn-wrap {
    flex-direction: row;
    margin-top: 0;
  }
  .btn-wrap .btn:first-child {
    margin-bottom: 0;
    margin-right: 2.5rem;
  }
  #intro .btn-wrap {
    position: absolute;
    bottom: -35px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#info {
  background: url(../images/bg-info.png) no-repeat center 100px;
  background-size: 110%;
}

.info-wrap img {
  max-width: 561px;
  width: 100%;
  margin: 0 auto 2rem;
}

.info-box {
  border: 2px solid #00ffff;
  padding: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 500;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(64, 70, 91) 100%);
}
.info-box span {
  color: #ffe600;
}

#award {
  background: url(../images/bg-award.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}

.award-wrap {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
}
.award-wrap .award-col {
  width: 100%;
  margin-bottom: 4rem;
  padding: 1rem 2rem;
  padding-top: 5.5rem;
  position: relative;
}
.award-wrap .award-col p {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}
.award-wrap .award-col img {
  position: absolute;
  top: -3.75rem;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .award-wrap {
    flex-direction: row;
  }
  .award-wrap .award-col {
    padding: 1rem 3.5rem;
    padding-top: 5.5rem;
    margin-bottom: 2rem;
    margin-right: 5px;
  }
  .award-wrap .award-col:last-child {
    margin-right: 0;
  }
}

.award-prize {
  padding: 1rem;
}

.award-prize-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.award-prize-wrap img {
  max-width: 250px;
  width: 100%;
  margin: 0 auto 1rem;
}
@media (min-width: 480px) {
  .award-prize-wrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}

.notice-wrap {
  margin-bottom: 3rem;
}
.notice-wrap ol {
  list-style: decimal;
  margin-left: 1.2rem;
}
.notice-wrap ol li {
  margin-bottom: 0.8rem;
}

#recommend .banner-wrap {
  display: flex;
  flex-direction: column;
}
#recommend .banner-wrap a {
  display: block;
  margin: 0 auto 1.5rem;
}
#recommend .banner-wrap a:hover {
  opacity: 0.8;
}
#recommend .banner-wrap img {
  display: block;
  max-width: 100%;
}
@media (min-width: 768px) {
  #recommend .banner-wrap {
    flex-direction: row;
  }
  #recommend .banner-wrap a {
    margin: 1rem;
  }
}

.float {
  display: block;
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;
}
.float img {
  display: block;
  width: 160px;
  height: auto;
}
@media (min-width: 480px) {
  .float img {
    width: initial;
  }
}
.float:hover {
  opacity: 0.8;
}/*# sourceMappingURL=all.css.map */