@charset "UTF-8";

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  background-color: #111111;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

#gotop {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

button:focus{
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}


.fade:not(.show) {
  opacity: 1;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  pointer-events: none;
  z-index: 0;
}

button.pic-modal.start {
  background-color: transparent;
  border: unset;
}

button>img:hover{
  filter: brightness(1.2);
  transform: translateY(-20px);
}

/* text */
h2 {
  margin: 80px 0 40px;
  font-weight: 700;
}

h4{
  margin-bottom: 40px;
  font-weight: 700;
}

p{
  font-size: 1.2rem;
}

h2.title{
  color: #f2d010;
}

h4.subtitle{
  color: rgb(133, 133, 133);
}

.notic.title{
  margin-top: 200px;
}

.contents{
  width: 100%;
  font-size: 1.2rem;
  line-height: 40px;
  text-align: center;
  list-style-position: inside;
}

.contents ol{
  display: inline-block;
}

.titleBox {
  margin: -45px 0 0;
}

.subtitleBox2{
  margin-top: -40px;
}
/* text end */

/* modal */
button.close {
  width: 54px;
  height: 54px;
  background: url(../img/close.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;
}

.modal-dialog {
  top: 50%;
  pointer-events: auto;
  transform: translateY(-50%) !important;
}

#picModal .modal-body {
  padding: 0;
  text-align: center;
}

.modal-backdrop {
  opacity:0.5;
}

.modal-footer {
  padding: 10px 30px 10px;
  text-align: right;
  border: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  color: #fff;
  left: 0;
  right: 0;
}
/* modal  end*/

/*navbar*/
.navbar {
  background-color: black;
  padding: 0;
  margin: 0;
}

/* .collapse.in {
  display:block;
} */

.navbar-collapse{
  justify-content: flex-end;
  margin-right: 230px;
}

a.navbar-brand.home {
  margin-left: 50px;
}

a.nav-link {
  color: #fff;
}

.fb {
  z-index: 9999;
  position:fixed;
  top: 12px;
  right: 30px;
}
.collapse.in {
  display: block;
}
#menu {
  background-color: #000;
}
/*navbar end*/

/* header */
#header {
  background: url(../img/main-bg.jpg) no-repeat 50% 0;
  background-size: cover;
  height:100vh;
  position: relative;
  padding-top: 50px;
}

#header .title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-27%, -50%);
  -o-transform: translateY(-50%);
  z-index: 7;
  max-width: 121%;
}

#scene {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.char {
  width: 100%;
  height: 100%;
}

.char-main0 {
  background: transparent url(../img/main-man.png) no-repeat 0 0;
  margin-left: -787px;
  bottom: -87px;
  width: 713px;
  height: 922px;
  position: absolute;
  left: 50%;
  background-size: 100% auto !important;
}
/* header */

/* 中間選單 */
.navbtn {
  z-index: 5;
  position: absolute;
  bottom: 0;
  width: 70%;
  text-align: center;
  align-content: flex-end;
}

.navbtn>a{
  z-index: 999;
  text-indent: -9999px;
  background: url(../img/navbar-btn01.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 226px;
  height: 81px;
  font-size: 18px;
  display: inline-block;
}

.navbtn >a:hover,
.navbtn >a.active {
  color: #fff;
  background: url(../img/navbar-btn01-hover.png);
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-color: transparent !important;
  text-decoration: none;
  border-radius: 0;
}

.navbtn>a:nth-child(2){
  background: url(../img/navbar-btn02.png);
}

.navbtn>a:nth-child(2):hover,.navbtn>a:nth-child(2).active{
  background: url(../img/navbar-btn02-hover.png);
}

.navbtn>a:nth-child(3){
  background: url(../img/navbar-btn03.png);
}

.navbtn>a:nth-child(3):hover,.navbtn>a:nth-child(3).active {
  background: url(../img/navbar-btn03-hover.png);
}

.navbtn>a:nth-child(4){
  background: url(../img/navbar-btn04.png);
}

.navbtn>a:nth-child(4):hover,.navbtn>a:nth-child(4).active {
  background: url(../img/navbar-btn04-hover.png);
}

.navbtn>a:nth-child(5){
  background: url(../img/navbar-btn05.png);
}

.navbtn>a:nth-child(5):hover,.navbtn>a:nth-child(5).active {
  background: url(../img/navbar-btn05-hover.png);
}
/* 中間選單 */

/* sidebar */
.sideBtn {
  position: fixed;
  right: 50px;
  top: 100px;
  z-index: 998;
}

.sideBtn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sideBtn ul>li {
  margin: 0 0 10px;
  cursor: pointer;
}

.sidebtn01{
  display: block;
  background:url(../img/slidebtn01.png);
  background-size: contain;
  width: 150px;
  height: 150px;
  margin: auto;
}

.sidebtn02{
  display: block;
  background:url(../img/slidebtn02.png) no-repeat;
  background-size: contain;
  width: 150px;
  height: 114px;
}

.sideBtn ul>li>a:hover,
.sideBtn ul>li>a:focus,
.sideBtn ul>li.active a{
filter: brightness(1.3);
}

#gotop {
  display: block;
  width: 80px;
  height: 80px;
  padding: 0;
  border-radius: 50%;
  color: #fff;
  background: #ff6427ca;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
}

#gotop:hover {
  background: #f08e0dec;
  color: #010101;
  font-weight: 800;
  outline: none;
}
/* sidebar end */


/* content tab1-5 */
#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;
}

#tab-1 {
  background:url(../img/page1-bg.jpg) center center;
  height: 4900px;
}

#tab-2 {
  background:url(../img/page2-bg.jpg) center center;
  height:3798px;
}

#tab-3 {
  background:url(../img/page3-bg.jpg) center center ;
  height: 1312px;
}

#tab-4 {
  background:url(../img/page4-bg.jpg) center center;
  height: 1312px;
}

#tab-5 {
  background:url(../img/page5-bg.jpg) center center;
  height: 5000px;
}

.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;
} */
/* content tab1-5 end */


/* --- tab2  --- */
/* 背景影片 */
.fullscreen .start {
  position: relative;
  cursor: pointer;
  z-index: 1;
  width: 159px;
  height: 158px;
  left: 50%;
  top: 420px;
  transform: translateX(-50%);
  background-color: unset;
  border: unset;
  background-image: url('../img/section2_play_btn.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.3s all;
}

.fullscreen .start:active,
.fullscreen .start:focus {
    border: unset;
    background-color: unset;
    outline: unset;
}

.fullscreen .start:hover {
    filter: brightness(150%) drop-shadow(0px 0px 20px rgba(255, 255, 255, 1)) drop-shadow(0px 0px 20px rgba(255, 255, 255, 1));
    transition: 0.3s all;

}

.fullscreen {
  height: 100vh;
  position: relative;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.fullscreen-bg:after {
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, .25) url(../images/ptn2.png) 50% 0 repeat;
  height: 100%;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  left: 0;
  z-index: 0;
  display: block;
}

.fullscreen h2 {
  position: relative;
  z-index: 9;
  padding: 80px 0;
}
/* 背景影片 */

/* popup */
.popup,
.btn_a {
    display: block;
    width: 405px;
    height: 232px;
    position: absolute;
    left: 50%;
    top: 0;
    opacity: 0;
    background: transparent;
    /*background: #159;*/
}

.popup:hover {
    opacity: 0;
}

.popup-1 {
    width: 800px;
    height: 588px;
    margin-left: -594px;
    top: 114px;
}

.popup-2 {
    margin-left: 209px;
    top: 99px;
    height: 320px;
}

.popup-3 {
    margin-left: 210px;
    top: 418px;
    height: 300px;
}

.popup-4 {
  width: 600px;
    top: 721px;
    height: 340px;

}

.popup-5 {
  width: 600px;
  margin-left: -600px;
  top: 725px;
  height: 335px;

}

.popup-7 {
  width: 800px;
  height: 614px;
  margin-left: -196px;
  top: 1475px;
}

.popup-8 {
    width: 376px;
    height: 315px;
    margin-left: -587px;
    top: 1472px;
}

.popup-9 {
    width: 376px;
    height: 291px;
    margin-left: -587px;
    top: 1795px;
}

.popup-10 {
  width: 600px;
  height: 340px;
  margin-left: -595px;
  top: 2088px;
}

.popup-11 {
  width: 600px;
  height: 340px;
  margin-left: 9px;
  top: 2094px;
}
/* popup end */

/* role */
.girl{
  position: absolute;
  right: 0;
  top: 1500px;
}
/* role end */
/* --- tab-2 end --- */


/* --- tab-3 --- */
#tab-3 .container{
  margin-top: 128px;
}
#tab-3 h2{
  position: relative;
}
#tab-3 h2::before{
  content: "- 金幣 -";
  position: absolute;
  top: -29px;
  font-size: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
} */

/* page3 end
/* --- tab-3 end --- */


/* --- tab-4 --- */
#tab-4 .container {
  margin-top: 180px;
}

/* --- tab-5 --- */
.E-store{
  margin: 80px 0 200px ;
}
/* --- tab-5 end --- */

/* footer */
footer .container{
  max-width: 1170px !important;
}
/* footer end */


@media (max-width: 850px) {
  .modal-lg {
    width: 95%;
  }
}

@media (max-width: 768px) {
  a.navbar-brand.home {
    margin-left: 0;
}

.fb {
  right: 49px;
}

.navbtn {
  width: 100%;
}

#header .title {
  top: 33px;
  left: 0;
  right: 0;
  transform: unset;
}

.char-main0 {
  margin-left: 0;
  left: -81px;
  top: 34%;
  max-width: 120%;
}

.fullscreen .start {
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 999;
}
  .modal-footer {
    padding: 5px 20px 5px;
  }

  .titleBox {
    margin: 0;
  }

  .goh_style {
    text-align: left;
  }

  .nav_center {
    display: block;
  }

  .logoBox {
    width: 2.5rem;
    margin: 0 auto;
  }

  div.awardBox .row>div:last-child {
    margin-top: -0.3rem;
  }

  .awardBox {
    margin-bottom: 0.15rem;
  }

  .acount ul,
  .awardBox,
  .register {
    width: 100%;
  }

  div.five-gutters div:nth-child(2) {
    margin-top: 10px;
  }

  .form-control {
    height: 34px;

  }

  .goh_form_group {
    margin: 0.2rem auto;
  }

  .get:after {
    width: 0.8rem;
    height: 1.5rem;
    margin-left: -0.36rem;
  }

}

@media (max-width: 480px) {
  .girl {
    position: absolute;
    right: 0;
    top: 1550px;
}
  .girl img {
    max-height: 808px;
    /* background-size: revert; */
}
  #tab-2 {
    background: url(../img/page2-s.jpg);
    height: 3784px;
    background-position: center bottom;
}

  #tab-1{
    height: 4100px;
  }
  #tab-3 {
    height: 1500px;
}

  #tab-3 .container {
 margin-top: 0;
}
#tab-4 .container {
  margin-top: 0;
 }
 #tab-4 {
  height: 1630px;
}
#tab-5 {
  height: 4400px;
}
  #gotop {
    display: block;
    position: fixed;
    bottom: 5px;
    left: 15px;
    z-index: 999;
}
  a.navbar-brand.home {
    margin-left: 0;
}

.fb {
  right: 49px;
}

.navbtn {
  z-index: 998;
  width: 100%;
}

.navbtn >a {
  background-position: right !important;
  width: 229px;
  height: 63px;
}
.navbtn >a:hover, .navbtn >a.active{
  background-position: right !important;
}
.navbtn>a:nth-child(2),.navbtn>a:nth-child(3),.navbtn>a:nth-child(4),.navbtn>a:nth-child(5),.navbtn>a:nth-child(2):hover, .navbtn>a:nth-child(2).active,.navbtn>a:nth-child(3):hover, .navbtn>a:nth-child(3).active,.navbtn>a:nth-child(4):hover, .navbtn>a:nth-child(4).active,.navbtn>a:nth-child(5):hover, .navbtn>a:nth-child(5).active{
  background-position: right !important;
}

.contents {
    text-align: left;
    list-style-position: inside;
}
.sideBtn {
  right: 0;
  left:10px;
  top: unset;
  bottom: 60px;
}

.sidebtn01{
  margin: 0;
}

.subtitleBox2 {
  margin-top: -23px;
}
  .sideBtn ul>li>a {
    width: 100px;
    height: 100px;
    line-height: 60px;
    font-size: 14px;
}
  .navbtn ul>li>a {
    padding: 20px 48px;
    font-size: 14px;
  }
  .down-btn {
    width: 60px;
  }

  .navbar-inverse .navbar-brand {
    max-width: 190px;
    padding-top: 10px;
  }

}