@charset "UTF-8";
html{
  overflow-x: hidden;
}

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  background-color: #111111;
  color: #fff;
  overflow-x: hidden;
  position: relative;
}

*{margin:0px;
  padding:0px;
}


img {
  max-width: 100%;
  height: auto;
}

#gotop {
  display: block;
  position: fixed;
  bottom: 14px;
  right: 38px;
  z-index: 999;
}
:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

button:focus{
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

h2 {
  margin: 80px 0 30px;
  font-weight: 700;
}

.row.five-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.thumbnail{
  background-color: #fff;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.row.five-gutters [class^='col-'],
.row.five-gutters [class*=' col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.btn-on {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  z-index: 0;
}

/* muice */


/* header */
#header {
  background: url(../images/header_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  height: 950px;
  position: relative;
  /* padding-top: 50px; */
}

#header::before{
  content: "";
  background: url(../images/header_lamp.png) no-repeat;
  background-size: cover ;
  width: 100%;
  height: 700px ;
  position: absolute;
  top: 10px;
  /* mix-blend-mode: screen  */
}

#header::after{
  content: "";
  background: url(../images/header_lamp_01.png) no-repeat;
  background-size: cover ;
  width: 100%;
  height: 800px ;
  position: absolute;
  bottom: -74.5%;
  left: 0;
  z-index: 1;
  filter: brightness(100%);
  /* mix-blend-mode: screen  */
}

#header .contents {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  z-index: 7;
}

#header .title{
    position: relative;
    top: -714px;
    left: 454px;
} 

#header .muice{
  position:absolute;
    z-index: 999;
    top: 10%;
    left: 52.5%;
 
}

#header .char{
  position: relative;
  top:80px;
  }

.char1 {
  z-index: 9;
}

.title {
  margin: -90px 0 0;
  z-index: 9;
  filter: brightness(120%);
  animation: light 1.5s infinite ease-in-out alternate;
}

@keyframes light{
  0%{
    filter: brightness(120%);
  }
  100%{
    filter: brightness(100%);
  }
}

/* header */



#contents{
  background: url(../images/header_bg_2.jpg) no-repeat;
  background-size: cover ;
  padding-top: 45px;
  position: relative;
}

#contents::before{
  content: "";
  background: url(../images/header_lamp_02.png) no-repeat;
  background-size: cover ;
  width: 100%;
  height: 355px ;
  position: absolute;
  top: -15%;
  mix-blend-mode: lighten;
}

.btn {
  position: relative;
  z-index: 999;
  top: -20%;
  left: -30%;
}

.btn ul{
  font-size: 0;
}

.btn ul li{
  display: inline-block;
}

.btn ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #000;
}

.btn-reg{
  display: inline-block;
  background: url(../images/btn_register.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 64%;
  top: -38%;
  width: 220px;
  height: 230px;
}

.btn-download{
  display: inline-block;
  background: url(../images/btn_download.png) no-repeat;;
  background-size: cover;
  width: 220px;
  height: 230px;
}

.btn-reg:hover{
  display: inline-block;
  background: url(../images/btn_register.png);
  background-size: cover;
  filter: brightness(120%);

}

.btn-download:hover{
  display: inline-block;
  background: url(../images/btn_download.png);
  background-size: cover;
  filter: brightness(120%);

}

.logo {
  position: absolute;
  z-index: 999;
  top: 10%;
  left: 42%;
}

/* BANNER */

.container{
  width: center;
  height: auto;

}
.wrap {
  position: relative;
  margin: auto;
  width: 100%;
  padding-bottom: 32px;
  text-align:center;
  z-index: 2;
}

.wrap ul li a {
display: inline-block;
width: 100%;
height: 100%;
text-decoration: none;

}

.card-body{
  width: 600px !important;
  flex: 1 1 auto;
    min-height: 1px;
    padding: 0;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  align-items: flex-start;
  filter: drop-shadow(0px 8px 5px rgba(9, 5, 66, 0.678));
}

.card-header:hover{
  filter: brightness(150%);

}

.accordion.width {
  /* border: 1px solid rgba(0, 0, 0, 0.125); */
  display: flex;
}

.accordion.width .card {
  flex-direction: row;
  flex-grow: 0;
  flex-shrink: 1;
  min-width: min-content;
}

.accordion.width .card .card-header {
  cursor: pointer;
  /* transform: rotate(180deg); */
  writing-mode: vertical-rl;
}

.accordion.width .card .card-header:not(.collapsed) {
  pointer-events: none;
}

.collapsing.width {
  transition: width 0.35s ease;
  height: auto;
  width: 0;
}

/* BANNER */

.wrap {
  position: relative;
  margin: auto;
  width: 100%;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgb(255, 182, 26);
}

.navbar-dark .navbar-nav .nav-link:hover{
  color: rgb(255, 255, 255);
}


#footer{
  /* position: absolute; */
  bottom: 0;
  z-index: 999;
}



#fullpage .section:nth-child(3){
  height: auto !important;
}

#fullpage .section:nth-child(3) .fp-tableCell{
  height: auto !important;
}


@media (max-width: 768px) {

  .modal-footer {
    padding: 5px 20px 5px;
  }


  #header .title {
    position: relative;
    top: -934px;
    left: 514px;
}


.title{
  margin: 0;
   position: absolute;
   width: 35%;
   height: auto;
 
 }


 .top {
  position: relative;
  display: inline-block;
  left: -113px;
  top: 30px;
 

}

  .logo {
    
    right: -226px;
  }

  #header .muice {
    
    left: 208px;
}

  .nav_center {
    display: block;
  }


  div.awardBox .row>div:last-child {
    margin-top: -0.3rem;
  }

  .awardBox {
    margin-bottom: 0.15rem;
  }

  .acount ul,
  .awardBox,
  .register {
    width: 100%;
  }



  .get:after {
    width: 0.8rem;
    height: 1.5rem;
    margin-left: -0.36rem;
  }

 
  .btn {
    position: relative;
    top: 30%;
    left: -9%;
}

.btn-reg {
    left: 82%;
  top: 2%;
}




.btn ul li a {
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 108%;
  left: 4px;
  text-decoration: none;
  
}


#header {
  background: url(../images/header_bg.jpg) no-repeat 0 0;
  background-size: cover;
  height: 100vh;
  position: relative;
  padding-top: 50px;
}

#header::before {
  content: "";
  display: none;
}

#header::after {
  content: "";
  display: none;
}


#header .char {
  background: url(../images/header_char02.png) no-repeat  ;
  background-size: cover;
  position: relative;
  /* max-width:100% ; */
  width: 100%;
  height: 100vh;
  top: -70px;
}

.char img{ 
  display: none ;
}



.wrap>.tab-content>.tab-pane>span>a {
  position: absolute;
  top: 46%;
  left: 38%;
  font-size: 16px;
  text-decoration: none;
  color: #f6ff0a;
}

.wrap>.tab-content>.tab-pane>span>a.tklink{
  position: absolute;
  top: 27.5%;
  left: 23%;
  font-size: 20px;
  text-decoration: none;
  color: #ff1b61;
}

.card-body {
  width: 48vw !important;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 0;
}

.card-header {
  width: 10vw !important;
}



}


@media (max-width: 480px) {




  .navbtn ul>li>a {
    padding: 20px 48px;
    font-size: 14px;
  }

  .navbar-inverse .navbar-nav>li>a,
  .form-control,
  label.btn span,
  .fa-2x,
  .nav-pills>li>a,
  .mapInfo ul li {
    font-size: 14px;
  }
  .noticeWrap {
    padding: 15px;
  }
  .form_txt p,
  .copyright .cp  .tab-content ul li a {
    font-size: 12px;
  }









#header {
  background: url(../images/header_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  height: 100vh;
  width: 100%;
  position: relative;
  padding-top: 50px;
  }


  
  
#header .char {
    left: 7px;
    height: 70vh;
    top: -146px;
}

#header .title {
  top: -718px;
  left: 8px;
  width: 30%;
}

#header .muice {
  left: 220px;
  top: -115px;
}

.logo {
 
  top: -146px;
  left: 44px;
}

.btn {
  display: inline-block;
  position: relative;
  top: 31%;
  left: -11%;
 
}


/* .btn-all ul li a {
  display: inline-block;
  background: url(../images/btn_download_signup.png) no-repeat;
  width: 124px;
  height: 41px;
  background-size: cover;
}

.btn-reg a {
  background-position-x: -124px !important;
} */

.wrap>.tab-content>.tab-pane>span>a {
  position: absolute;
  top: 44.4%;
  left: 37%;
  font-size: 6px;
  text-decoration: none;
  color: #f6ff0a;
}



}

@media (max-width: 375px) {

  .top {
    position: relative;
    display: inline-block;
    left: -133px;
    top: 35px;
}


  #header .muice {
    left: 224px;
    top: -109px;
}

.logo {
  top: -128px;
  left: 75px;
}

.btn {
  display: inline-block;
  position: relative;
  top: 25%;
  left: -18%;
}

.btn-reg {
  position: absolute;
  left: 66%;
  top: -22%;
  width: 220px;
  height: 230px;
}




#header .title {
  top: -573px;
}


}

