@charset "UTF-8";
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;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #0c1555;
  min-width: 1280px;
}

::selection {
  background: #88ce00;
  color: #fff;
}

::-moz-selection {
  background: #669b00;
  color: #fff;
}

.floatbnr {
  position: fixed;
  z-index: 9999;
  bottom: 15px;
  right: 0;
}
.floatbnr img {
  display: block;
  margin: 5px 0;
  width: 150px;
  transition: .3s;
}
.floatbnr a:hover img {
  opacity: 0.6;
}

nav {
  position: fixed;
  background: rgba(15, 34, 170, 0.8);
  width: 100%;
  height: 80px;
  z-index: 99999;
}
nav:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #E4A700;
}
nav ul {
  width: 1280px;
  margin: auto;
}
nav ul li {
  width: 16.6666%;
  float: left;
  cursor: pointer;
}
nav ul li a {
  font-size: 24px;
  color: #fff;
  line-height: 80px;
  display: block;
  text-align: center;
  letter-spacing: 0.08em;
  cursor: pointer;
}
nav ul li a.thisPage, nav ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
}
nav ul li a.signup-nav {
  color: #CF4000;
  font-size: 26px;
  font-weight: bold;
  background: linear-gradient(#d6d6d6, #fff, #d6d6d6);
}
nav ul li a.signup-nav:hover {
  background: #E4A700;
  color: #fff;
  text-shadow: 0 0 10px #000;
}
nav ul li a.disabled {
  pointer-events: none;
  color: #ccc;
}

header {
  background: url(../images/header.jpg) center top no-repeat;
  height: 930px;
}
header img {
  display: block;
  margin: 0 auto;
  padding-top: 470px;
}

article {
  background: url(../images/dec-1.png) left 300px no-repeat, url(../images/dec-2.png) right 700px no-repeat, url(../images/bg.png) center top no-repeat;
  position: relative;
  margin-top: -100px;
  padding-bottom: 100px;
}
article .mainwrap {
  width: 1080px;
  margin: 50px auto 0;
  position: relative;
  z-index: 10;
}

footer {
  background: #000;
  padding: 2em 0;
  background: url(../images/bg-footer.png) center top no-repeat;
  position: relative;
  height: 395px;
  margin-top: -300px;
  z-index: 3;
}

body, input, select {
  font-family: 'Noto Sans TC', sans-serif;
  color: #C5E8FF;
  font-size: 17px;
}

p, li, th, td, h2 {
  letter-spacing: 0.05em;
}

a {
  transition: .3s;
}

article h2 {
  font-size: 60px;
  color: #E4A700;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-shadow: 0 5px 0 #083ED1;
  text-align: center;
  padding-top: 145px;
  position: relative;
  z-index: 9999;
}

.contact {
  font-size: 18px;
  text-align: center;
  margin: 1em;
}

.notice {
  margin: 1em;
  line-height: 1.8em;
  font-weight: 300;
}

.listbox {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 22px;
}
.listbox .title1 {
  background: url(../images/title-1.png) 0 0 no-repeat;
  width: 200px;
  height: 55px;
  line-height: 53px;
  padding-left: 63px;
  margin-right: 20px;
}
.listbox .textbox {
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #4BB7FF;
  width: 274px;
  height: 190px;
  float: left;
  text-align: center;
  padding: 0 1.2em;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}
.listbox .textbox span {
  font-size: 50px;
  color: #E4A700;
  display: block;
}
.listbox .textbox p {
  font-size: 17px;
}

.title2 {
  text-align: center;
  font-size: 30px;
  line-height: 85px;
  background: url(../images/title-2.png) 0 0 no-repeat;
  width: 865px;
  height: 87px;
  margin: 1.5em auto;
}

ul.list {
  list-style: decimal;
  line-height: 1.5em;
  font-size: 17px;
  font-weight: 300;
  margin-left: 30px;
  margin-bottom: 3em;
}
ul.list li {
  margin-bottom: 5px;
}
ul.list li span {
  color: #E4A700;
}

p.large {
  font-size: 26px;
  text-align: center;
  margin-bottom: 1em;
}
p.large span {
  font-size: 33px;
  color: #E4A700;
  font-weight: 500;
}

img {
  display: inline-block;
  width: initial;
  margin: 1em auto;
  position: relative;
}

.btn {
  display: flex;
  justify-content: center;
  margin-top: 3em;
  clear: both;
}
.btn a {
  color: #fff;
  background: #223CFF;
  font-size: 24px;
  padding: 0.5em 1em;
  border-radius: 15px;
}
.btn a:hover {
  background: #001cee;
}
.btn.two a:last-child {
  margin-left: 20px;
}

.btn2 {
  display: flex;
  justify-content: center;
  margin-top: -60px;
  position: relative;
  z-index: 20;
}
.btn2 a {
  background: url("../images/bg-btn.png") no-repeat;
  color: #fff;
  text-align: center;
  width: 312px;
  height: 76px;
  font-size: 24px;
  line-height: 73px;
}
.btn2 a:hover {
  text-shadow: 0 0 20px #fff;
  transform: scale(1.1);
}
.index .btn2 {
  margin-top: 0;
}

.intro {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #97F8FF;
  text-shadow: 0 0 15px #3052FF;
  margin-bottom: 1.5em;
}

.activity {
  margin-top: 2em;
  display: inline-block;
  position: relative;
}
.activity > div {
  padding-left: 110px;
  display: inline-block;
}
.activity > div:before {
  content: "";
  width: 65px;
  height: 65px;
  border-radius: 32px;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 35px;
}
.activity > div:after {
  content: "";
  width: 5px;
  height: 80%;
  background: #C5E8FF;
  position: absolute;
  z-index: 99;
  left: 30px;
  top: 120px;
  transform: skewY(30deg);
}
.activity > div:nth-child(1):before {
  background: linear-gradient(#AB4BFF, #0034DE);
}
.activity > div:nth-child(2):before {
  background: linear-gradient(#0034DE, #26E1E1);
}
.activity > div:nth-child(3):before {
  background: linear-gradient(#26E1E1, #EBCF19);
}
.activity > div .title_step {
  font-size: 20px;
  color: #97C2DE;
}
.activity > div h3 {
  font-size: 50px;
  font-weight: bold;
  color: #E4A700;
}
.activity > div .actbox {
  background: #005085;
  padding: 1em;
  margin: 1em 0;
  border: 2px solid #E4A700;
  border-left: 10px solid #E4A700;
  color: #fff;
}
.activity > div .actbox p:first-child {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}
.activity > div .actbox p:last-child {
  font-size: 18px;
}
.activity > div .title3 {
  font-size: 24px;
  color: #4BB7FF;
  margin-bottom: 0.5em;
}
.activity > div .title3:after {
  content: "▸";
}

.white-popup {
  position: relative;
  background: #000;
  max-width: 1080px;
  margin: 120px auto 20px;
}
.white-popup img {
  width: 100%;
  margin: 0;
  border: 3px solid #97C2DE;
}

/* 兩種關閉按鈕：按鍵關閉、全畫面關閉。都放!
---------------------*/
.close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 2em;
  font-weight: bold;
  color: #626262;
}

.cancel {
  position: absolute;
  width: 100%;
  height: 100%;
}

.title4 {
  background: url(../images/title-3.png) 0 0 no-repeat;
  background-size: cover;
  width: 225px;
  height: 84px;
  text-align: center;
  line-height: 80px;
  font-size: 30px;
  margin: auto;
  z-index: 99;
  position: relative;
}

.awardbox img:nth-child(2) {
  float: right;
}

.award .signup_confirm {
  margin-top: -40px;
}
.award .signup_confirm div {
  font-size: 20px;
  color: #C5E8FF;
  text-align: center;
  padding-top: 10px;
}
.award .signup_confirm div span {
  font-size: 30px;
  color: #E4A700;
  margin-left: 5px;
  text-decoration: underline;
  font-weight: bold;
}

.finalbox {
  background: url(../images/bg-final.png) 0 0 no-repeat;
  height: 623px;
  padding: 4em 0 2em;
  text-align: center;
}
.finalbox .title4 {
  width: 165px;
  height: 62px;
  font-size: 22px;
  line-height: 60px;
}
.finalbox p {
  font-size: 22px;
  margin: 0.8em 0 2em;
  text-align: center;
}
.finalbox p.im {
  color: #E4A700;
}
.finalbox span {
  font-size: 16px;
  display: block;
  color: #C5E8FF;
}

.tab_cafe_list {
  display: flex;
  justify-content: center;
  margin-bottom: 2em;
}
.tab_cafe_list li {
  margin-right: 10px;
}
.tab_cafe_list li a {
  display: block;
  color: #fff;
  font-size: 24px;
  padding: 8px 1em;
  background: #000;
  border: 1px solid #C5E8FF;
}
.tab_cafe_list .ui-state-active a {
  color: #000;
  background: #C5E8FF;
}

.tab_content {
  position: relative;
  margin-top: 2em;
}
.tab_content .table-scroll {
  margin-top: 80px;
  border: 1px solid #223CFF;
}
.tab_content table {
  width: 100%;
  text-align: left;
  font-weight: 400;
  background: rgba(0, 0, 0, 0.5);
}
.tab_content table th {
  background: #223CFF;
  padding: 8px 0 8px 1em;
}
.tab_content table tr:hover {
  background: #005085;
}
.tab_content table td {
  border-bottom: 1px solid #223CFF;
  border-right: 1px solid #223CFF;
  padding-left: 1em;
  padding: 5px 0 5px 1em;
  font-size: 16px;
}
.tab_content table td:nth-child(1) {
  width: 135px;
}
.tab_content table td:nth-child(2) {
  width: 410px;
}

.score {
  background: url(../images/bg-score.png) 0 0 no-repeat;
  width: 1080px;
  height: 1171px;
  padding: 0 50px;
}
.score .score_top {
  padding-top: 350px;
}
.score .score_top .score_top_box {
  width: 322px;
  background-size: cover;
  height: 300px;
  margin-right: 7px;
  margin-bottom: 1em;
  float: left;
  color: #C5E8FF;
  text-align: center;
  padding-top: 100px;
}
.score .score_top .score_top_box:nth-child(1) {
  background: url(../images/s1.png) 0 0 no-repeat;
}
.score .score_top .score_top_box:nth-child(2) {
  background: url(../images/s2.png) 0 0 no-repeat;
}
.score .score_top .score_top_box:nth-child(3) {
  background: url(../images/s3.png) 0 0 no-repeat;
  margin-right: 0;
}
.score .score_top .score_top_box div:nth-child(1), .score .score_top .score_top_box div:nth-child(2) {
  font-size: 18px;
}
.score .score_top .score_top_box div:nth-child(3) {
  font-size: 28px;
  color: #E4A700;
  font-weight: bold;
  margin: 15px 0 40px;
}
.score .score_top .score_top_box div:nth-child(4) {
  font-size: 24px;
}
.score .score_all table {
  width: 100%;
  text-align: center;
}
.score .score_all table th {
  font-size: 18px;
  color: #4BB7FF;
  padding: 5px 0;
  border-bottom: 5px solid #005085;
}
.score .score_all table tr {
  border-bottom: 1px solid #005085;
}
.score .score_all table tr:last-child {
  border-bottom: none;
}
.score .score_all table td {
  font-size: 15px;
  color: #97C2DE;
  padding: 5px 0;
}
.score .score_all table td:nth-child(1) {
  color: #fff;
}
.score .score_all table td:nth-child(1), .score .score_all table td:nth-child(2) {
  width: 110px;
}
.score .score_all table td:nth-child(4) {
  color: #E4A700;
  width: 250px;
}
.score .score_all table td:nth-child(5) {
  width: 150px;
}

input, select {
  padding: 3px 8px;
  color: #E4A700;
  font-size: 18px;
  border: 1px solid #77B2FF;
  background: none;
  margin-bottom: 8px;
  outline: none;
  transition: 0.3s;
}
input:hover, select:hover {
  border: 1px solid #E4A700;
}
input:focus, select:focus {
  box-shadow: 0 0 3px #E4A700;
  color: #fff;
}
input option, select option {
  color: #626262;
}
input option[disabled], select option[disabled] {
  color: #626262;
}

.form_wrap1 {
  margin-top: 1em;
}
.form_wrap1 select:first-child {
  width: 170px;
  margin-right: 8px;
}
.form_wrap1 select:nth-child(2) {
  width: 455px;
}
.form_wrap1 input {
  display: block;
  width: 635px;
  font-size: 20px;
  margin-top: 0.5em;
}
.form_wrap1 select {
  font-size: 20px;
  color: #B7B7B7;
}

input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #B7B7B7;
}

input:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder {
  color: #fff;
}

input:last-child {
  margin-bottom: 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  color: #000;
}

.form_wrap2 {
  background: url(../images/bg-form1.png) 0 0 no-repeat;
  width: 1080px;
  height: 240px;
  margin: 2em 0;
  padding: 2em 3em;
}
.form_wrap2 h4 {
  font-size: 28px;
  color: #E4A700;
  font-weight: bold;
  margin-bottom: 8px;
}
.form_wrap2 p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}
.form_wrap2 input {
  margin-right: 10px;
  width: 243px;
}

.form_wrap3 h4 {
  color: #4BB7FF;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
}
.form_wrap3 .box1 {
  background: url(../images/bg-form2.png) 0 0 no-repeat;
  width: 345px;
  height: 352px;
  padding: 1.5em 3em;
  float: left;
  margin-right: 22px;
  margin-bottom: 22px;
}
.form_wrap3 .box1:nth-child(3), .form_wrap3 .box1:nth-child(6) {
  margin-right: 0;
}
.form_wrap3 .box1 input {
  width: 100%;
}

.signup_confirm {
  background: url(../images/bg-confirm.png) no-repeat;
  width: 1080px;
  height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 1.5em 0;
}
.signup_confirm div {
  font-size: 30px;
  color: #E4A700;
  font-weight: 300;
}
.signup_confirm div span {
  color: #fff;
  letter-spacing: 0.05em;
}
