@charset "UTF-8";
@import url("/css/normalize.css");
@import url(" /css/font-awesome-4.5.0/css/font-awesome.min.css");
@import url(" /css/message.css");
@import url("/css/button.css");
.f-danger {
  color: #d40000;
}

.f-fun {
  color: #f7f40a;
}

.f-primary {
  color: #007bff;
}

.f-success {
  color: #28a745;
}

.f-info {
  color: #00f7ff;
}

.f-beauty {
  color: #da199d;
}

.f-light {
  color: #fff;
}

.f-wraning {
  color: #ffc107;
}

.f-dark {
  color: #000;
}

.f-secondary {
  color: #868e96;
}

.f-bold {
  font-weight: bold;
}
.f-lg {
  font-size: 1.2em;
}
.f-sm {
  font-size: 0.8em;
}

@font-face {
  font-family: coopbl;
  src: url(/include/font/coopbl.ttf);
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif, "微軟正黑體";
}

html,
body {
  height: 100%;
  background-color: #2d1f77;
}

body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: Arial, Helvetica, sans-serif;
}

.wrap {
  width: 100%;
  min-height: 100%;
  position: relative;
}

ol {
  margin-top: 0px;
  padding-top: 0px;
}

p {
  margin: 0;
  padding: 0;
}

img {
  display: block;
}

a .link {
  color: #06F;
  font-size: 16px;
  line-height: 27px;
  text-decoration: underline;
}
a .link:hover {
  color: #F00;
}

.hidden {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

header {
  width: 100%;
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
header nav {
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d1f77), color-stop(50%, #35248b), to(#1d1656));
  background: linear-gradient(top, #2d1f77 0%, #35248b 50%, #1d1656 100%);
}
header nav .container {
  width: 98%;
  margin: 0 auto;
  height: 50px;
  min-height: 50px;
  overflow: inherit;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-wrap: initial;
      flex-wrap: initial;
}
@media only screen and (min-width: 960px) {
  header nav .container {
    width: 90%;
  }
}
header nav .container .logo a, header nav .container .logo {
  width: 72px;
  height: 50px;
}
header nav .container .logo {
  margin: 0;
}
@media only screen and (min-width: 960px) {
  header nav .container .logo {
    width: 86px;
    height: 60px;
    margin: 3px 15px;
  }
}
header nav .container .logo a {
  display: block;
  background-size: 100%;
}
@media only screen and (min-width: 960px) {
  header nav .container .logo a {
    width: 86px;
    height: 60px;
  }
}
header nav .container .logo_EN {
  width: 87.5px;
  height: 50px;
}
@media only screen and (min-width: 960px) {
  header nav .container .logo_EN {
    width: 105px;
    height: 60px;
    margin: 3px 15px;
  }
}
header nav .container .logo_EN a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/images/logo_EN.png?20220411);
  background-size: 100%;
}
header nav .container .logo_TW {
  width: 70.8333333333px;
  height: 50px;
}
@media only screen and (min-width: 960px) {
  header nav .container .logo_TW {
    width: 85px;
    height: 60px;
    margin: 3px 15px;
  }
}
header nav .container .logo_TW a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/images/logo_TW.png?20220411);
  background-size: 100%;
}
header nav .container .logo_CN {
  width: 87.5px;
  height: 50px;
}
@media only screen and (min-width: 960px) {
  header nav .container .logo_CN {
    width: 105px;
    height: 60px;
    margin: 3px 15px;
  }
}
header nav .container .logo_CN a {
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(/images/logo_CN.png?20220411);
  background-size: 100%;
}
header nav .container .nav-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav .container .nav-right .language select {
  color: #fff;
  border: 1px solid #fff;
  background: transparent;
  border-radius: 10px;
  padding: 5px;
}
header nav .container .nav-right .language select option {
  background-color: #35248b;
  color: #fff;
  line-height: 1.25em;
}
header nav .container .nav-right .menu {
  width: 35px;
  margin: 0 10px;
}
header nav .container .nav-right .menu:before {
  content: "\f0c9";
  font-family: FontAwesome;
  display: inline-block;
  font-size: 2.5em;
  line-height: 50px;
  color: #fff;
}
header nav .container .nav-center {
  width: 30%;
  max-width: 100px;
  background: #447500;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #e2ff08), color-stop(14%, #c1f93d), color-stop(47%, #115c04), to(#617e0a));
  background: linear-gradient(to bottom, #e2ff08 5%, #c1f93d 14%, #115c04 47%, #617e0a 100%);
  -webkit-box-shadow: 1px 1px 1px 1px black, 1px 1px 0px 1px #5c590e inset;
          box-shadow: 1px 1px 1px 1px black, 1px 1px 0px 1px #5c590e inset;
  border-radius: 20px;
  margin: 5px 0;
  border: 2px #9ad73b solid;
}
header nav .container .nav-center .ntn-value a {
  width: 100%;
  height: 40px;
  font-size: 1.2em;
  color: #fff;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  text-shadow: -1px -1px 0 #143900, 1px -1px 0 #143900, -1px 1px 0 #143900, 1px 1px 0 #143900, 2px 2px 2px black;
}

.navMenu {
  width: 50%;
  max-width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  background: #0d1530;
  overflow-y: scroll;
}
@media only screen and (min-width: 960px) {
  .navMenu {
    width: 300px;
  }
}
.navMenu__x {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
}
.navMenu ul {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.navMenu ul li {
  width: 90%;
  margin: 0 auto;
  display: block;
  color: #FFFFFF;
  border-bottom: 1px solid #4b455c;
  padding-left: 20px;
  line-height: 40px;
  padding: 20px 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
.navMenu ul li a {
  width: 100%;
  height: 40px;
  display: block;
  color: #FFFFFF;
  text-decoration: none;
}
.navMenu ul li.limitedEvent a {
  color: #00ffd1;
}
.navMenu ul.userSign {
  width: 100%;
  margin-top: 20px;
  border-bottom: 1px solid #322285;
}
.navMenu ul.userSign li {
  padding: 0;
  display: block;
  border-bottom: none;
}
.navMenu ul.userSign a {
  color: #fff100;
}
.navMenu ul.userInformation {
  width: 100%;
  border-bottom: 1px solid #322285;
}
.navMenu ul.userInformation li {
  padding: 0;
  display: block;
  color: #FFF;
  border-bottom: none;
}
.navMenu ul.userInformation li.name {
  width: 80%;
  margin: 0;
  padding-left: 15px;
  word-wrap: break-word;
}
.navMenu ul.userInformation a {
  color: #fff100;
}
.navMenu--close {
  right: -50%;
  opacity: 0;
}
@media only screen and (min-width: 960px) {
  .navMenu--close {
    right: -300px;
  }
}
.navMenu--open {
  right: 0;
  opacity: 1;
}

main {
  padding-top: 50px;
}

.content--before {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 50;
}

#footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#4f51b2), to(#312281));
  background: linear-gradient(top, #4f51b2 0%, #312281 100%);
  padding: 16px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#footer .footer__main {
  width: 100%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .footer__main .footer_level {
  width: 35px;
  height: 35px;
  margin: 0 5px;
  background: url(/images/index/footer/level_18.jpg) center center;
  background-size: 100%;
  display: inline-block;
}
#footer .footer__main p {
  display: inline-block;
  text-align: center;
  line-height: 1.5em;
  margin: 0 15px;
}
#footer .footer__main p a {
  text-decoration: underline;
  color: #fff;
}
#footer .footer__main p.copyright {
  line-height: 2.2em;
  margin: 0 0 0 15px;
}
#footer .footer__publicity {
  width: 100%;
  text-align: center;
  color: #fff;
  display: inline-block;
  padding: 8px 0;
  font-size: 0.9em;
}

.button {
  width: 50%;
  margin: 5px auto;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-size: 16px;
}

#cboxContent {
  background: none;
}

#cboxLoadedContent iframe {
  border-width: 0;
}

iframe .container {
  min-height: 100%;
}
iframe .container .content {
  min-height: 100%;
}

.indexPrivacy {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 8px;
  text-align: center;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  font-size: 0.825rem;
  line-height: 1.25em;
}
.indexPrivacy .privacy-btn {
  width: 100%;
}
.indexPrivacy .privacy-btn a {
  display: inline-block;
  margin: 4px auto 0 auto;
  padding: 4px 16px;
  background: #4445a9;
  color: #fff;
  cursor: pointer;
}