@charset "UTF-8";
@import url("/css/font-awesome-4.5.0/css/font-awesome.min.css");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: Khmer, Bayon, arial, 微軟正黑體, sans-serif;
  text-decoration: none;
}

html, body {
  height: 100%;
}

body {
  background: #050004 url(../../images/bg.jpg) top center no-repeat;
  background-size: 256%;
}
@media screen and (min-width: 768px) {
  body {
    background-size: initial;
  }
}

h2 {
  display: none;
}

.float-left {
  float: left;
}
.float-right {
  float: right;
}

.clear-both {
  clear: both;
}

.textalign-left {
  text-align: left;
}
.textalign-center {
  text-align: center;
}
.textalign-right {
  text-align: right;
}

.show {
  display: block;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.download_index {
  width: 90%;
  max-width: 750px;
  margin: 0 auto;
}

.header > .container {
  width: 100%;
  height: 54.6666666667vw;
  max-height: 410px;
  margin-bottom: -20px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .header > .container {
    width: 750px;
    height: 410px;
    margin: 0 auto;
  }
}
.header > .container .gamelogo {
  max-width: 340px;
  width: 45.3333333333%;
  height: 44.1333333333vw;
  max-height: 331px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  background: transparent url(../../images/img_figure.png) 92% top no-repeat;
  background-size: 100%;
}
.header > .container .download_index {
  position: absolute;
  top: clamp(100px, 44.1333333333 + vw, 331px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .header > .container .download_index {
    top: 342px;
  }
}

.download_index {
  max-width: 600px;
  width: 80%;
  margin: 0 auto;
}
.download_index > div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.download_index p {
  display: block;
  width: 38.5%;
  margin: 0 auto;
}
.download_index a {
  display: block;
  width: 100%;
  padding-bottom: 28.1385281385%;
}
.download_index a.btn_QR {
  background: url(../../images/btn_QR.png?20191001) left top no-repeat;
  background-size: 100%;
}
.download_index a.btn_QR_commingSoon {
  background: url(../../images/btn_QR_commingSoon.png) left top no-repeat;
  background-size: 100%;
}
.download_index a.btn_AppStore {
  background: url(../../images/btn_AppStore.png) left top no-repeat;
  background-size: 100%;
}
.download_index a.btn_GooglePlay {
  background: url(../../images/btn_OfficialApkDownload.png) left top no-repeat;
  background-size: 100%;
}

.content {
  padding: 20px 0;
}
.content > .container {
  color: #ffffff;
  background: url(../../images/cont_bg.png), url(../../images/cont_bg.png);
  background-size: 100%, 100% 100%;
  background-repeat: no-repeat;
  width: 90%;
  max-width: 750px;
  min-height: 400px;
  margin: 0 auto;
  z-index: 0;
  position: relative;
}
.content > .container::before {
  content: "";
  width: 100%;
  max-width: 750px;
  height: 100%;
  background: url(../../images/cont_bg.png), url(../../images/cont_bg.png);
  background-size: 100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
  position: absolute;
  bottom: 0;
}
.content > .pagebox {
  color: rgb(249, 218, 172);
  background: rgba(0, 0, 0, 0.7);
  width: 90%;
  padding: 2%;
  max-width: 750px;
  min-height: 400px;
  margin: 20px auto;
  border-radius: 8px;
}

ul.NewsKind {
  width: calc(100% - 40px);
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
ul.NewsKind li {
  width: clamp(100px, (100% - 40px) / 2, 178px);
  height: clamp(23px, 7.2 + vw, 36px);
  background-size: 100% !important;
}
ul.NewsKind li.event {
  background: url(../../images/btn_event.png);
}
ul.NewsKind li.event.action {
  background: url(../../images/btn_event_action.png);
}
ul.NewsKind li.system {
  background: url(../../images/btn_system.png);
}
ul.NewsKind li.system.action {
  background: url(../../images/btn_system_action.png);
}

.news_index {
  padding: 16px;
  position: relative;
}
.news_index h3 {
  display: none;
}

.content_page {
  padding: 16px;
  position: relative;
}
.content_page h3 {
  display: none;
}

.ni-list {
  width: calc(100% - 24px);
  min-height: 370px;
  margin: 0 auto;
  padding: 16px 30px 30px 30px;
  margin-bottom: 30px;
  background: url(../../images/container_bg.png), url(../../images/container_bg.png);
  background-size: 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  z-index: 0;
  position: relative;
}
.ni-list::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../../images/container_bg.png), url(../../images/container_bg.png);
  background-size: 100%, 100% 100%;
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ni-list span[class^=ni] {
  display: block;
  width: 4em;
  line-height: 1em;
  padding: 6px 10px 6px 10px;
  float: left;
  text-align: center;
  margin-right: 5px;
  border-radius: 30px;
}
.ni-list ul li {
  border-bottom: 1px solid #554631;
  padding: 12px 10px 12px 0;
  line-height: 30px;
  list-style: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ni-list ul li a {
  text-decoration: none;
  color: #f9daac;
}

.ni-new {
  border: 1px solid #af7238;
  background: #8f5c2a;
}
.ni-sys {
  border: 1px solid #456067;
  background: #304347;
}
.ni-act {
  border: 1px solid #673AD2;
  background: #673AD2;
}
.ni-upd {
  border: 1px solid #687347;
  background: #455c37;
}
.ni-data {
  min-height: 700px;
  padding-bottom: 20px;
}
.ni-data-header {
  width: 100%;
  border: 1px solid #f9daac;
}
.ni-data-header ul {
  overflow: auto;
  width: 100%;
}
.ni-data-header ul li {
  display: block;
  float: left;
  list-style: none;
  border: 1px solid #f9daac;
  border-right: none;
  border-top: none;
  padding: 5px;
}
.ni-data-header ul li:first-child {
  width: 65%;
  border-left: none;
  min-width: 80px;
  text-align: center;
  line-height: 30px;
}
.ni-data-header ul li:nth-child(2) {
  line-height: 30px;
  width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ni-data-header ul li:last-child {
  border-bottom: none;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ni-data-content {
  padding: 10px;
}
.ni-data-content a {
  color: #39C;
}
.ni-data-content p {
  line-height: 26px;
}
.ni-data-content img {
  max-width: 90%;
  margin: 10px auto;
  display: block;
}
.ni-data-footer {
  width: 100%;
  border-top: 1px solid #f9daac;
  padding-top: 10px;
  line-height: 26px;
}
.ni-data-footer a {
  color: #0CF;
  text-decoration: none;
}

#AddNewsBtn {
  margin-top: 8pt;
  width: 100%;
  background-color: transparent;
  border: 1px solid #f9daac;
  color: #f9daac;
  line-height: 24pt;
  cursor: pointer;
}

.index_footer {
  text-align: center;
  color: #f9daac;
}
.index_footer a {
  color: #F90;
}

.article_index {
  padding: 2% 3%;
  text-align: center;
}
.article_index h3 {
  color: #ffffff;
  font-size: 1.65em;
  letter-spacing: 2px;
  margin-top: 0.5em;
  background: -webkit-gradient(linear, left top, right top, from(rgba(150, 0, 255, 0)), color-stop(20%, rgb(150, 0, 255)), color-stop(80%, rgb(150, 0, 255)), to(rgba(150, 0, 255, 0)));
  background: linear-gradient(to right, rgba(150, 0, 255, 0) 0%, rgb(150, 0, 255) 20%, rgb(150, 0, 255) 80%, rgba(150, 0, 255, 0) 100%);
}
@media screen and (max-width: 813px) {
  .article_index h3 {
    font-size: 1.45em;
  }
}
.article_index p {
  line-height: 26px;
  font-size: 1.1em;
}
.article_index > p > a {
  color: #77fff4;
  text-decoration: underline;
}
.article_index img {
  display: block;
  margin: 0 auto;
}
.article_index img-full {
  width: 85%;
}

.btn {
  background: linear-gradient(135deg, rgb(82, 155, 255) 0%, rgb(79, 45, 131) 100%);
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: 2px solid #4d4a61;
  border-top-color: #6d919c;
  border-bottom-color: #4d4a61;
  border-radius: 30px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  min-width: 100px;
  padding: 0.5em 1em;
  font-size: 1em;
}
.btn_active {
  background: transparent;
  opacity: 0.7;
}

.table {
  border-collapse: collapse;
  border-spacing: 0;
  color: #000;
  border: 2px solid rgb(249, 218, 172);
  margin: 0 auto;
}
.table tr {
  background: #e6e6e6;
}
.table td {
  line-height: 24px;
  text-align: center;
  color: #662e00;
  font-size: 1em;
  border: 1px solid #270b0b;
  background: #f6ede4;
}
.table-head th {
  color: #270b0b;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  font-size: 110%;
  border: 1px solifromd #3c1939;
  background: #665542;
  background: -webkit-gradient(linear, left top, left bottom, from(#665542), to(#bba893));
  background: linear-gradient(to bottom, #665542 0%, #bba893 100%);
}
.table-head th.styleA {
  background: rgb(223, 98, 15);
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 166, 82)), to(rgb(223, 98, 15)));
  background: linear-gradient(to bottom, rgb(255, 166, 82) 0%, rgb(223, 98, 15) 100%);
}
.table-full {
  width: 100%;
}

.btnclass {
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btnclass .btn {
  width: 46%;
  margin: 0 9px;
}

.selectclass {
  overflow: auto;
  padding: 20px 0;
}
.selectclass p {
  line-height: 35px;
  padding-left: 10px;
}
.selectclass select {
  margin-left: 10px;
}
.selectclass .btn {
  width: 40%;
  margin: 20px auto 5px auto;
}

.RwdMobileData {
  display: none;
}