@charset "UTF-8";

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  background-color: #111111;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

:focus, button:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}
.titleBox a {
  display: inline-block;
}
.navbar-inverse .navbar-nav>li>a,
.sideBtn ul>li>a {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* modal */
.modal-bg{
  background-color: #0000007a;
  width: 100%;
  height: 100%;
  position: relative;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: .3s all;
}
.modal-bg.show{
  opacity: 1;
}
button.close {
  opacity: 1;
  position: absolute;
  right: 0;
  width: 70px;
  height: 70px;
  font-size: 70px;
  font-weight: lighter;
  color: #a10303;
  text-shadow: none;
  overflow: hidden;
  cursor: pointer;
  border: solid 1px #bf0101;
  border-radius: 70px;
  z-index: 9;
}

button.close span {
  display: block;
  margin-top: -6px;
}

button.close:hover {
  opacity: 1;
  background-color: #a10303;
  color: #000000;
}

#picModal .modal-body {
  padding: 0;
  text-align: center;
}

.container {}

.menuBox {
  position: absolute;
  left: 22%;
  bottom: 10%;
  display: flex;
  z-index: 3;
}

.link {
  display: inline-block;
  margin-right: 0px;
  width: 118px;
  height: 159px;
  transition: .1s all;
}


.activeShow {
  background-position-y: -356px;
}

.link:first-child {
  background: url(../images/tab-01.png) left center no-repeat;
}
.link:first-child:hover,.link.activeShow:first-child{
  background: url(../images/tab-01-active.png) left center no-repeat;
}
.link:nth-child(2) {
  background: url(../images/tab-02.png) left center no-repeat;
  margin-top: 20px;
}
.link:nth-child(2):hover,.link.activeShow:nth-child(2){
  background: url(../images/tab-02-active.png) left center no-repeat;
}
.link:nth-child(3) {
  background: url(../images/tab-03.png) left center no-repeat;
}
.link:nth-child(3):hover,.link.activeShow:nth-child(3){
  background: url(../images/tab-03-active.png) left center no-repeat;
}
.link:nth-child(4) {
  margin-top: 20px;
  background: url(../images/tab-04.png) left center no-repeat;
}
.link:nth-child(4):hover,.link.activeShow:nth-child(4){
  background: url(../images/tab-04-active.png) left center no-repeat;
}

.content {
  position: absolute;
  top: 120px;
  right: -50%;
  background: url('../images/content-bg.png') center center no-repeat;
  background-size: cover;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.6s ease-in-out;
  opacity: 0;
  padding: 28px 20px;
  z-index: 3;

}   
.content .scroll{
  overflow-x: hidden;
  overflow-y: scroll;
  color: #fff;
  max-width: 630px;
  height: calc(100dvh - 300px);
  padding: 24px 56px;
  position: relative;
  z-index: 10;
  scrollbar-width: thin;
}
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 8px;
  background: #00000057; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #F4C56A;
  border-radius: 8px;
  border: 1px solid #FCE5B8;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #ffe2a8; 
}
.content::after{
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 2px solid #FCE5B8;
  z-index: 8;
}
.content.show {
  opacity: 1;
  right: 10%;
  display: block !important;
}

.content::-webkit-scrollbar {
  display: none;
}

.content {
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.tab {
  max-width: 740px;
  height: auto;
  border: 0px;
  text-align: center;
  margin-top: 12px
}
.tablinks{
  border: 0;
}
.tablinks:first-child{
  margin-right: 8px;
}
/* content1 */
#content1 .tablinks:first-child{
  background: url(../images/sub-tab-01.png) center center no-repeat;
  width: 253px;
  height: 43px;
}
#content1 .tablinks:nth-child(2){
  background: url(../images/sub-tab-02.png) center center no-repeat;
  width: 167px;
  height: 43px;
}
#content1 .tablinks:first-child.tablinksShow {
  background: url(../images/sub-tab-01-active.png) center center no-repeat;
}
#content1 .tablinks:nth-child(2).tablinksShow {
  background: url(../images/sub-tab-02-active.png) center center no-repeat;
}
/* content2 */
#content2 .tablinks:first-child{
  background: url(../images/sub-tab-21.png) center center no-repeat;
  width: 189px;
  height: 42px;
}
#content2 .tablinks:nth-child(2){
  background: url(../images/sub-tab-22.png) center center no-repeat;
  width: 167px;
  height: 42px;
}
#content2 .tablinks:nth-child(3){
  background: url(../images/sub-tab-23.png) center center no-repeat;
  width: 232px;
  height: 42px;
}
#content2 .tablinks:first-child.tablinksShow {
  background: url(../images/sub-tab-21-active.png) center center no-repeat;
}
#content2 .tablinks:nth-child(2).tablinksShow {
  background: url(../images/sub-tab-22-active.png) center center no-repeat;
}
#content2 .tablinks:nth-child(3).tablinksShow {
  background: url(../images/sub-tab-23-active.png) center center no-repeat;
}
.content .eventTitle {
  text-align: center;
  max-width: 740px;
  margin-top: -70px;
  display: inline-block;
}
/* content3 */
#content3 .tablinks:first-child{
  background: url(../images/sub-tab-31.png) center center no-repeat;
  width: 167px;
  height: 43px;
}
#content3 .tablinks:nth-child(2){
  background: url(../images/sub-tab-32.png) center center no-repeat;
  width: 167px;
  height: 43px;
}
#content3 .tablinks:first-child.tablinksShow {
  background: url(../images/sub-tab-31-active.png) center center no-repeat;
}
#content3 .tablinks:nth-child(2).tablinksShow {
  background: url(../images/sub-tab-32-active.png) center center no-repeat;
}
/* content4 */
#content4 .tablinks:first-child{
  background: url(../images/sub-tab-41.png) center center no-repeat;
  width: 212px;
  height: 43px;
}
#content4 .tablinks:nth-child(2){
  background: url(../images/sub-tab-42.png) center center no-repeat;
  width: 216px;
  height: 43px;
}
#content4 .tablinks:first-child.tablinksShow {
  background: url(../images/sub-tab-41-active.png) center center no-repeat;
}
#content4 .tablinks:nth-child(2).tablinksShow {
  background: url(../images/sub-tab-42-active.png) center center no-repeat;
}
.close-btn {

  left: 12px;
  top: 12px;
  background: url(../images/btn-close.png) top left no-repeat;
  width: 37px;
  height: 36px;
  display: block;
  margin: 15px;
  cursor: pointer;
  border: 0px;
  position: absolute;
  z-index: 1010;
  /* transition: all 2s; */
}

/* .close-btn:hover{
  animation: headShake 0.8s alternate infinite;
} */
.tabcontent {
  display: none;
  max-width: 740px;
  font-size: 15px;
  text-align: center;
  padding: 10px 0 0;
}

.eventInfo {
  display: inline-block;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  line-height: 180%; /* 25.2px */
}

.tabcontent img {
  margin: 20px auto;
  max-width: 500px;
  height: auto;
}

.tabcontent a {
  display: block;
}
.tabcontent section{
  margin-bottom: 20px;
}
.tabcontent h4 {
  font-weight: bold;
  margin: 0;
  color: #FCE5B8;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}
.tabcontent span {
  margin: 0 0 10px;
}
.tabcontent p {
  text-align: left;
}

#tab1,
#tab3,
#tab6,
#tab8 {
  display: block;
}

/* modal */

/*navbar*/
.navbar-inverse {
  background-color: #111;
  border-color: #08080800;
}

.navbar-inverse .navbar-nav>li>a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a.brandlogo {
  padding: 5px 0;
  margin-right: 20px;
}

.navbar-inverse .navbar-nav>li>a:focus {
  background-color: transparent;
  outline: none;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  color: #fff;
  background-color: #f2d010;
  font-weight: 400;
  font-size: 16px;
}

.navbar-inverse .navbar-nav>li>a:hover {
  background-color: #333;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar {
  min-height: 50px;
  margin-bottom: 0px;
  border: 0px;
}

/* header */
#header {
  background: url(../images/xa_bg.png) no-repeat center 15%;
  background-size: cover;
  height: calc(100dvh - 93px);
  position: relative;
  overflow: hidden;
}

.titleWrapper {
  position: absolute;
  top: 115px;
  left: 26%;
  mix-blend-mode: difference;
  z-index: 2;
}
.char{
  position: absolute;
  right: 0;
  bottom: -9%;
  animation: char 6s ease-in-out 0s infinite;
}
@keyframes char{
  0%{
    bottom: -9%;
  }
  50%{
    bottom: -6%;
  }
  100%{
    bottom: -9%;
  }
}
.line{
  position: absolute;
  right: 0%;
  animation: line 6s ease-in-out 1s infinite;
  bottom: -5%;
}
@keyframes line{
  0%{
    bottom: -5%;
  }
  50%{
    bottom: -10%;
  }
  100%{
    bottom: -5%;
  }
}

.knot{
  animation: knot 3s ease-in-out 1s infinite;
  transform-origin: top center;
}

@keyframes knot{
  0%{
    transform: rotate(0);
  }
  50%{
    transform: rotate(-15deg);
  }
  100%{
    transform: rotate(0);
  }
}
.light{
  position: absolute;
  right: 0%;
  height: 100%;
  mix-blend-mode: plus-lighter;
}
.light img{
  height: 100%;
}

.titleWrapper .titleBox {
  position: relative;
}

.titleWrapper .titleBox img {
  max-height: 100%;
}
.rbtn ul>li a {
  position: relative;
  z-index: 2;
}
.rbtn ul>li a img{
  transition: .3s all;
}
.rbtn ul>li a:hover img{
  position: relative;
  filter: brightness(1.2);
}

.sideBtn-light {
  position: fixed;
  left: 5.3%;
  top: 130px;
  mix-blend-mode: plus-lighter;
  display: flex;
  flex-direction: column;
  width: 90px;
  height: 500px;
}
.sideBtn-light .light-shadow{
  display: inline-block;
  width: 90px;
  height: 180px;
  z-index: 1;
  border-radius: 64px;
  background: #FA9A64;
  filter: blur(16px);
  opacity: 0;
  animation: light-shadow 3s ease-in-out 0s infinite;
}
.sideBtn-light .light-shadow:nth-child(2){
  animation: light-shadow 3s ease-in-out .8s infinite;
}
.sideBtn-light .light-shadow:nth-child(3){
  animation: light-shadow 3s ease-in-out 1.6s infinite;
}

@keyframes light-shadow{
  0%{
    opacity: 0;
  }
  50%{
    opacity: 1;
  }
  100%{
    opacity: 0;
  }
}

.gsCTA {
  position: absolute;
  top: 50%;
  transform: translate(20px, -50%);
}

.gsCTA button {
  background-color: Transparent;
  border: 0;
}

/* header */

/* sidebar */
.sideBtn {
  position: fixed;
  left: 5%;
  top: calc(0% + 115px);
  z-index: 999;
}

.sideBtn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sideBtn ul>li {
  margin: 0 0 -10px;
}

.sideBtn ul>li>a {
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
  background: none;
  outline: 0;
}

/* sidebar */

.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;
}

.goh_style {
  line-height: 0;
  text-align: center;
}


@media (max-width: 1440px) {}

@media (max-width: 1024px) {

  #header {
    background-position-x: 57%;
  }

  .game-guide-section .custom-container {
    flex-wrap: wrap;
  }

  .container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .titleWrapper {
    top: -10%;
    left: 17%;
  }

  .sideBtn {
    left: 15px;
  }

  .menuBox {
    left: 10%;
    justify-content: center;
    margin-top: 80vh;
  }

}

@media (max-width: 834px) {
  #header {
    background-position-x: 85%;
  }
}

@media (max-width: 768px) {
  #header {
    min-height: 100vh;
    height: auto;
  }
  .tablinks:first-child{
    margin-right: 0px;
  }
  .sideBtn-light {
    left: 3%;
  }
  .link{
    background-size: contain !important;
  }
  .light{
    display: none;
  }

  .titleWrapper {
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
  }
  .modal-footer {
    padding: 5px 20px 5px;
  }

  .titleBox {
    margin: 0;
  }

  .gsCTA {
    transform: translate(0px, -130%);
    width: 28vw;
  }

  .goh_style {
    text-align: left;
  }

  footer {
    margin: 0;
  }

  .menuBox {
    position: static;
    margin-top: 400px;
  }
  #xa_nav .navbar{
    padding: 0 !important;
  }
  .line{
    display: none;
  }
  .char{
    display: none;
  }
  
  .content {
    background-size: cover;
    width: 100%;
    display: none;
    padding: 12px;
  }
  .content .scroll{
    padding: 24px 12px;
    height: 300px;
    max-width: inherit;
    height: calc(100dvh - 146px);
  }

  .content.show{
    right: 0;
  }
}

@media (max-width: 600px) {}


@media (max-width: 575px) {
  .toggleSide {
    display: none;
  }
}

@media (max-width: 480px) {

  #header {
    /* height: calc(100vh - 160px); */
  }

  .nav>li>a>img {
    width: 30vw;
  }

  .sideBtn {
    left: 10px;
    top: 50px;
  }

  .copyright ul li {}

  .navbar-inverse .navbar-brand {
    max-width: 190px;
    padding-top: 10px;
  }

  .navbar-right {
    text-align: right;
  }

  .copyright ul li:first-child {}

  .copyright ul li:nth-child(2) {}

  .navbar-inverse .navbar-nav>li>a {
    font-size: 14px;
  }



  .titleWrapper .titleBox {
    height: auto;
    padding-left: 65px;
  }
  
  .tabcontent img {
    max-width: 100%;
  }
  .titleWrapper img {
    width: 60vw;
  }



  .show {
    /* margin-top: -50px; */
  }

  .container>.navbar-collapse,
  .container>.navbar-header {
    margin-right: 0px;
    margin-left: 0px;
  }
  .tabcontent p {
    padding-left: 30px;
  }

  .fixedLeftWrapper {
    background: #ffffff00;
    width: 100px;
    height: 100vh;
    position: fixed;
    left: -100px;
    top: 66px;
    z-index: 1001;
    transition: all .3s;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
  }
  .sideBtn-light{
    display: none;
  }
  .toggleSide {
    display: block;
  }

  .toggleSide a {
    width: 40px;
    height: 40px;
    background: url(../images/toggleSide.png) center center no-repeat;
    position: absolute;
    right: -50px;
    bottom: 12%;
  }

  .show2 {
    left: 0px;
    transition: .7s ease-in-out;
  }

  .fixedLeftWrapper.show2 div.toggleSide a {
    transform: rotate(180deg);
  }
}

@media (max-width: 375px) {
  /* 
  #header {
    height: calc(100vh - 50px);
    background-position: 0;
  }

  .titleWrapper {
    top: 0%;
    left: 19%;
  }

  .titleWrapper img {
    width: 40vw;
  }

  .menuBox {
    bottom: -3%;
  } */
}