@charset "UTF-8";
/*==============
    basic
==============*/
body {
  min-height: 100%;
  font-family: "Microsoft JhengHei", "SF Pro TC","SF Pro Text","PingFang TC", Arial, sans-serif;
  line-height: 1.6;
  letter-spacing: 1;
  text-align: left;
  font-weight: normal;
  color: #ffffff;
  overflow-x:hidden;
  font-size: 18px;

  letter-spacing: 0.5px;

  animation-play-state:paused;
  -webkit-animation-play-state:paused;

  background-color: #040409;
}

img {
	max-width: 100%;
  max-height:100%;
  display: block;
}

a {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #ffffff; opacity: 0.8; }
a:active { color: #ffffff; }


h1 {
  font-size: 36px;
  font-weight: 600; 
  line-height: 1.4;
  margin-bottom: 20px;
}
h2 {
  font-size: 20px;
  margin-bottom: 10px; 
}
  
h3 {
  font-size: 20px;
  margin-bottom: 20px; 
}
  

/*==============
    main style
==============*/

.container {position: relative; }

.wrapper {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  clear: both;
  zoom: 1; }
.wrapper:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; 
}
@media screen and (max-width: 1200px) {
  .wrapper {
    width: 95%; 
  } 
}
@media screen and (max-width: 767px){
  .wrapper.w-full { width: 100%;}
}


.photo img{
  width: 100%;
  display: block;
}

p { font-size: 18px;}

.textC {text-align: center !important; }
.textL { text-align: left !important; }
.textR { text-align: right !important; }


.login-grid-bg {
  background-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('../img/grid_gray.svg');
  background-size: 50px 49px;
  background-repeat: repeat;

}

@media screen and (max-width: 767px){
  .login-grid-bg{
  }
}


.grid-Block {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  text-align:center; 
}
.grid-Block p {color:#040409;font-size: 16px;}
.grid-Block p.showinMb {color: #e53a40; margin-bottom: 20px;}

@media screen and (max-width: 767px){  
  .grid-Block{
    padding: 20px;
  }
}
.Quiescent-grid-Block {
  position: relative;
  padding: 40px;
  background-color: #ffffff;
  text-align:center; 
  width: 800px;
  margin: 0 auto;
  border:solid 1px #231f20;
  box-sizing: border-box;
}
.Quiescent-grid-Block p {color:#040409;font-size: 16px;}
.Quiescent-grid-Block::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  right: -20px;
  z-index: -1;
  bottom: -20px;
}
@media screen and (max-width: 1023px){
  .Quiescent-grid-Block{
    width: 95%;
  }
}
@media screen and (max-width: 767px){
  .Quiescent-grid-Block{
    width: 100%;
    padding: 20px;
    border:none;
  }
  .Quiescent-grid-Block::after{ display: none;}
}


.QuiescentContent {
  text-align: left;
  position: relative;
  z-index: 2;
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px){
  .QuiescentContent{
    width: 100%;
  }
}


.collectContent {
  text-align: left;
  position: relative;
  z-index: 2;
  color:#040409;
}

.summary {
  font-size: 16px;
  margin:0 0 40px 0;
}
.photoBox {
  margin-bottom: 40px;
}
.photoBox:last-child { margin-bottom: 0;}
.artist {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.picinfo {
  background-color:#040409;
  color: #ffffff; 
  padding: 15px;
}
.photo{
  border: solid 4px #040409;
  box-sizing: border-box;
  clear: both;
  zoom: 1; 
}
.photo:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; 
}


.otherInfo {
  width: 650px;
  margin: 60px auto;
}
.otherInfo h2 { font-size: 20px; font-weight: bold;}
@media screen and (max-width: 767px) {
  .otherInfo { width: 90%;}
}


.btn-start {
  background-color: #3c40d0;
  font-weight: bold;
  width: 250px;
  margin: 60px auto;
  display: block;
  text-align: center;
  padding: 10px 0;
  position: relative;
}
.btn-start::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #ffffff;
  right: -5px;
  z-index: -1;
  bottom: -5px;
}
.btn-start:hover { opacity: 1;}
.btn-start img { display: inline-block;vertical-align: middle;}

.inlineBtn {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #ffffff;
  font-weight: bold;
}



/* footer */

.footer {
  clear: both;
  zoom:1;
  margin: 60px 0;
}
.footer::after {
  visibility:hidden;  
  display:block;  
  font-size:0;  
  content:" ";  
  clear:both;  
  height:0; 
}
.social-share{
  text-align: center;
}
.social-share a { 
  display: inline-block;
  padding: 5px 10px;
}

.social-share a.not-in-app { display: inline-block;}
.social-share a.in-app { display: none;}

.in-app-module .social-share a.in-app { display: inline-block;}
.in-app-module .social-share a.not-in-app { display: none;}


.support {
    width: 250px;
    margin: 25px auto;
    font-size: 14px;
}
.support div { margin-bottom: 10px;}
.support img { display: inline-block;vertical-align: middle;}
.inline-line > div,
.inline-line span { display: inline-block;vertical-align: middle;}

.contact { 
  font-size: 12px;
}
.contact > div { margin-bottom: 5px;}

.alignC { text-align: center;}

.gotoGame {
  position: absolute;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 767px){
  .gotoGame { right: 15px;}
}

.faceicon {
  width: 80px;
  margin: 0 auto 30px;
}
header {
  text-align: center;
}

