@charset "UTF-8";

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  background-color: #111111;
  color: #fff;
  min-width: 1300px;
}

img {
  max-width: 100%;
  height: auto;
}

#gotop {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
}
:focus {
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h2 {
  margin: 80px 0 30px;
  font-weight: 700;
}


.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;
}

.navbar-inverse .navbar-nav>li>a,
.sideBtn ul>li>a,
#gotop {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}


/* modal */
button.close {
  width: 71px;
  height: 70px;
  background: url(../images/pop-close-off.png) no-repeat top;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -54px;
  z-index: 999;
  background-size: 100% auto;
}
button.close:hover{
  background: transparent url(../images/pop-close-on.png) no-repeat 0 100%;
}
.modal-dialog {
  top: 50%;
}
#picModal .modal-body {
  padding: 0;
  text-align: center;
}

.modal.in .modal-dialog,
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.modal-footer {
  padding: 10px 30px 10px;
  text-align: right;
  border: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
}

.modal-backdrop.in{
  opacity: .8;
}

/* modal */



/* header */

#header {
  background: url(../images/header_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;
  padding-top: 50px;
}


/* header */

/* 中間選單 */
.navbtn {
  z-index: 999;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 128px;
  background: url(../images/navbar-bg.png) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 160px;
}

.navbtn ul {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  height: 128px;
}

.navbtn ul>li {
  float: left;
}

.navbtn ul>li>a {
  text-indent: -9999px;
  width: 267px;
  height: 98px;
  font-size: 18px;
  padding: 30px 50px;
  display: inline-block;
  margin: 0 10px;
}

.navbtn ul>li::before{
  content: "";
  background: url(../images/navbar-btn-dec.png);
  width: 18px;
  height: 7px;
  position:absolute;
  top: 46px;
  left: -10px;
}

.navbtn ul li:first-child::before{
display: none;
}

.navbtn ul>li:nth-child(1) a {
  background: url(../images/navbar-btn01.png) no-repeat center center;
}

.navbtn ul>li:nth-child(2) a {
  background: url(../images/navbar-btn02.png) no-repeat center center;
}

.navbtn ul>li:nth-child(3) a {
  background: url(../images/navbar-btn03.png) no-repeat center center;
}

.navbtn ul>li:nth-child(4) a {
  background: url(../images/navbar-btn04.png) no-repeat center center;
}

.navbtn ul>li:nth-child(5) a {
  background: url(../images/navbar-btn05.png) no-repeat center center;
}

.navbtn ul>li>a:hover,
.navbtn ul>li.active>a {
  width: 267px;
  height: 98px;
}

.navbtn ul>li:nth-child(1) a:hover,
.navbtn ul>li.active:nth-child(1) >a {
  background: url(../images/navbar-btn01-hover.png)no-repeat center center;
}

.navbtn ul>li:nth-child(2) a:hover,
.navbtn ul>li.active:nth-child(2) >a {
  background: url(../images/navbar-btn02-hover.png)no-repeat center center;
}

.navbtn ul>li:nth-child(3) a:hover,
.navbtn ul>li.active:nth-child(3) >a {
  background: url(../images/navbar-btn03-hover.png)no-repeat center center;
}

.navbtn ul>li:nth-child(4) a:hover,
.navbtn ul>li.active:nth-child(4) >a {
  background: url(../images/navbar-btn04-hover.png)no-repeat center center;
}

.navbtn ul>li:nth-child(5) a:hover,
.navbtn ul>li.active:nth-child(5) >a {
  background: url(../images/navbar-btn05-hover.png)no-repeat center center;
}


.navbtn.fixed {
  position: fixed;
  top: 0;
  bottom: unset;
}

.btn-all{
    position: fixed;
    top: 597px;
    left: 213px;
    width: 474px;
    margin: 0;
    padding: 0;
}

.btn-all div{
  margin: 0;
  padding: 0;
}

.logo{
  position: absolute;
  top:30px;
  left: 80px;
}

.btn-download{
  background: url(../images/btn-download.png) no-repeat center 0;
  width: 154px;
  height: 75px;
  display: inline-block;
}

.btn-download:hover{
  background: url(../images/btn-download-hover.png) no-repeat center 0;
}

.btn-login{
  background: url(../images/btn-sign.png) no-repeat center 0;
  width: 154px;
  height: 75px;
  display: inline-block;
}
.btn-login:hover{
  background: url(../images/btn-sign-hover.png) no-repeat center 0;
}

.btn-reg{
  background: url(../images/btn-reg.png) no-repeat center 0;
  width: 154px;
  height: 75px;
  display: inline-block;
}

.btn-reg:hover{
  background: url(../images/btn-reg-hover.png) no-repeat center 0;
}
/* 中間選單 */

#gotop {
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background: #7f239d;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
}

#gotop:hover {
  background: #a032b6;
  color: #010101;
  outline: none;
}

/* pop */
.pop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}

.pop .popArea {
  z-index: 1070;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  text-align: center;
}

.pop .popArea img {
  width: 100%;
  height: 100%;
}

.popStart {
  cursor: pointer;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  border: none;
  opacity: .9;
  transition: .3s;
}


.pop .btnclose {
  position: absolute;
right: 5%;
  top: 27px;
  display: block;
  z-index: 1070;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.pop .btnclose:hover {
  transform: rotateZ(180deg);
}

.pop .btnclose button {
  display: block;
  text-indent: -99999em;
  width: 71px;
  height: 70px;
  background: transparent url(../images/pop-close-off.png) no-repeat 0 100%;
  cursor: pointer;
  padding: 0;
  border: none;
outline: none;
}

.pop .btnclose button:hover{
  background: transparent url(../images/pop-close-on.png) no-repeat 0 100%;
}

#tab-1,
#tab-2,
#tab-3,
#tab-4,
#tab-5 {
  background-size: cover !important;
  position: relative;
  z-index: 2;
  padding: 0 0 150px;
  overflow: hidden;
  height: 2350px;
}

#tab-1 {
  background:url(../images/01-bg.jpg) center center;
  text-align: center;
}

#tab-2 {
  background:url(../images/02-bg.jpg) center center;
}

#tab-3 {
  background:url(../images/03-bg.jpg) center center;
}
#tab-4 {
  background:url(../images/04-bg.jpg) center center;
}

#tab-5 {
  background:url(../images/05-bg.jpg) center center;
}

/* tab-1 */
#tab-1 .row{
  display: flex;
  justify-content: space-between;
  padding:0 15px;
}
#tab-1 .btn01{
  background: url(../images/btn01.png) center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 498px;
  width: 244px;
  height: 76px;
  cursor: pointer;
}

#tab-1 .btn01:hover{
  background: url(../images/btn01-hover.png) center center;
  left: 50%;
  transform: translateX(-50%);
}

#tab-1 .btn01-2{
  text-decoration:underline;
  z-index: 999;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 37%));
  top: 1219px;
  font-size: 16px;
  color: rgb(255, 204, 0);
  font-weight: bolder;
}

#tab-1 .box{
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 1%));
  top: 670px;
}

#tab-1 .item{
  cursor: pointer;
  width: 221px;
  height: 204px;
  background-size: contain;
  background-repeat: no-repeat !important;
}

#tab-1 .item:hover{
  width: 221px;
  height: 204px;
}

#tab-1 .item1{
  background: url(../images/btn1.png) center center;
  
}

#tab-1 .item1:hover{
  background: url(../images/btn1-hover.png)center center;
}

#tab-1 .item2{
  background: url(../images/btn2.png) center center;
}

#tab-1 .item2:hover{
  background: url(../images/btn2-hover.png)center center;
}

#tab-1 .item3{
  background: url(../images/btn3.png) center center;
}

#tab-1 .item3:hover{
  background: url(../images/btn3-hover.png)center center;
}

#tab-1 .item4{
  background: url(../images/btn4.png) center center;
}

#tab-1 .item4:hover{
  background: url(../images/btn4-hover.png)center center;
}

#tab-1 .item5{
  background: url(../images/btn5.png) center center;
}

#tab-1 .item5:hover{
  background: url(../images/btn5-hover.png)center center;
}

#tab-1 .item6{
  background: url(../images/btn6.png) center center;
}

#tab-1 .item6:hover{
  background: url(../images/btn6-hover.png)center center;
}

#tab-1 .item7{
  background: url(../images/btn7.png) center center;
}

#tab-1 .item7:hover{
  background: url(../images/btn7-hover.png)center center;
}

#tab-1 .item8{
  background: url(../images/btn8.png) center center;
}

#tab-1 .item8:hover{
  background: url(../images/btn8-hover.png)center center;
}

#tab-1 .item9{
  background: url(../images/btn9.png) center center;
}

#tab-1 .item9:hover{
  background: url(../images/btn9-hover.png)center center;
}

#tab-1 .item10{
  background: url(../images/btn10.png) center center;
}

#tab-1 .item10:hover{
  background: url(../images/btn10-hover.png)center center;
}
/* tab-2 */
#tab-2 .btn02{
  text-decoration: underline;
  z-index: 999;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 8%));
  top: 573px;
  font-size: 16px;
  color: rgb(255, 204, 0);
  font-weight: bolder;
}



/* tab5 */
#tab-5 .btn05-1{
  background: url(../images/btn05-1.png) center center;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% - 142px));
  top: 630px;
  width: 244px;
  height: 76px;
  cursor: pointer;
}

#tab-5 .btn05-1:hover{
  background: url(../images/btn05-1-hover.png) center center;
}

#tab-5 .btn05-3{
  background: url(../images/btn05-3.png) center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1099px;
  width: 244px;
  height: 76px;
  cursor: pointer;
}

#tab-5 .btn05-3:hover{
  background: url(../images/btn05-3-hover.png) center center;
}

.btn05-2 .signBtn{
  background: url(../images/btn05-2.png) center center;
  position: absolute;
  left: 50%;
  transform: translateX(calc(-50% + 142px));
  top: 630px;
  width: 244px;
  height: 76px;
  cursor: pointer;
}
.btn05-2 .signBtn:hover{
  background: url(../images/btn05-2-hover.png) center center;
}


.tabs {
  display: block;
}
.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.item {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 380px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto;
  background: transparent;
  text-align: center;
  cursor: pointer;
}

.item:hover {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}


.navbar-inverse .navbar-brand {
  padding-top: 8px;
  padding-bottom: 0;
  max-width: 220px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  color: #8060ff;
  background-color: transparent;
}




/* .footer */
footer {
  margin: 0;
  position: relative;
  z-index: 4;
  background: #23222b;
  padding: 30px 0;
}

.copyright {
  text-align: center;
}

.copyright ul {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.copyright ul li {
  float: left;
  margin: 0 30px;
  min-height: 40px;
  color: #c0c0c0;
  vertical-align: middle;
  display: block;
}

.copyright ul li:first-child {
  margin-left: 0;
}

.copyright ul li:last-child {
  margin-right: 0;
}

.copyright ul li:nth-child(2) {
  width: 86px;
}

.copyright .text {
  font-size: 12px;
  line-height: 1.6em;
  margin-top: 0px;
  text-align: center;
}

.copyright .rating {
  width: 40px;
  display: inline-block;
}

.copyright li span {
  vertical-align: top;
  display: inline-block;
  font-size: 12px;
  text-align: left;
  line-height: 1.1;
}

.copyright .cp {
  color: #c0c0c0;
  margin: 10px 0 0;
  padding: 10px 0 0;
  border-top: 1px solid #4b4a58;
  text-align: center;
}

.down-btn {
  display: block;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 99px;
  position: absolute;
  z-index: 8;
  bottom: 100px;
  animation: baloon 1.5s infinite;
}

.fade {
  opacity: 0;
  -webkit-transition:unset;
  -o-transition:unset;
  transition: unset;
}





@media (max-width: 1440px) {

  #header{
    background: url(../images/mobile_header.jpg) no-repeat 0 center;
    background-size: cover;
    height: 100vh;
    height: 133vh;
    /* background-position-x: -34px; */
  }
  .navbtn {
    height: 257px;
    line-height: 109px;
}
.navbtn ul {
  margin: 9px 130px
}
.btn-all {
  position: relative;
  top: 1006px;
  left: 0;
  width: 720px;
  margin: auto;
  padding: 0;
}

.logo{
  top: 72px;
    left: 38px;
}
.logo img {
  width: 250%;
  max-width: 250%;
  height: auto;
}
.btn-all{
  width: 1205px;
  top: 1179px;
}
.btn-download,.btn-login,.btn-reg{
  width: 100%;
  height: 103px;
  background-size: contain;
}

.btn-download:hover,.btn-login:hover,.btn-reg:hover{
  width: 100%;
  background-size:contain;
}

#gotop{
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-size: 40px;
  bottom: 36px;
  right: 36px;
  left: unset;
}


}

