@charset "UTF-8";
/**********************************************一版到底********************************************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*function & variables*/
/* design start */
body, input, button, textarea, select, optgroup {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1;
}

html {
  font-size: 768px;
}

body {
  background: #16110e;
  font-size: 0.0390625rem;
  color: #fff;
  line-height: 1.5;
}

table {
  width: 100%;
  margin-bottom: 0.078125rem;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.0364583333rem;
}
table tr {
  background: #4d4745;
}
table tr th {
  padding: 0.0065104167rem 0;
  background: #5b4947;
  color: #e4b17f;
}
table tr th, table tr td {
  border: 0.0013020833rem solid #727272;
}
table em {
  color: yellow;
  font-style: normal;
}

ul, ol, p {
  margin: 0 0 0.0390625rem 0;
}

a {
  color: #ffd63c;
}

input, button, textarea, select, optgroup {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: inline-block;
}

#gbox .gbox-wrap {
  width: auto;
  max-width: 0.6770833333rem;
  margin: 0;
  padding: 0.0546875rem 0.0651041667rem 0.0651041667rem 0.0651041667rem;
  background: #332823;
  color: #fff;
  border-radius: 0.015625rem;
  box-shadow: 0 0 0.01953125rem rgba(255, 255, 255, 0.5);
}
#gbox .gbox-wrap .gbox-content {
  padding: 0 0 0.0520833333rem 0;
  font-size: 0.0520833333rem;
}
#gbox .gbox-wrap .gbox-close {
  width: 0.078125rem;
  height: 0.078125rem;
  font-size: 0;
  right: -0.078125rem;
  top: -0.078125rem;
}
#gbox .gbox-wrap .gbox-close:before, #gbox .gbox-wrap .gbox-close:after {
  content: "";
  width: 100%;
  height: 5%;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}
#gbox .gbox-wrap .gbox-close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
#gbox .gbox-wrap .gbox-close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
#gbox .gbox-wrap .gbox-action .gbox-btn {
  margin: 0 0.0325520833rem;
  padding: 0.0325520833rem 0.0325520833rem;
  border-radius: 0.0104166667rem;
  font-size: 0.046875rem;
  text-shadow: 0 0 0.01953125rem black;
  background: #a47651;
}

.container .header {
  height: 0.1302083333rem;
  padding: 0 0.0390625rem;
  box-shadow: 0 0 0.0651041667rem rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.container .header a {
  font-size: 0;
}
.container .header a:hover {
  filter: contrast(0.9) brightness(1.4);
}
.container .header .logo {
  width: 0.15625rem;
  height: 0.1171875rem;
  background: url(img/logo.png) 50% 50%/contain no-repeat;
}
.container .header .soxial {
  width: 0.2760416667rem;
  height: 0.08984375rem;
  background: url(img/soxial.png) 50% 50%/contain no-repeat;
}
.container .menu {
  padding: 0 0.0390625rem;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0.1302083333rem;
  left: 0;
  z-index: 10;
  bottom: 0;
}
.container .menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.container .menu ul li a {
  display: block;
  padding: 0.0130208333rem 0.0260416667rem;
  color: #fff;
  font-size: 0.0260416667rem;
  text-decoration: none;
  border-bottom: 0.0013020833rem solid rgba(255, 255, 255, 0.3);
}
.container .menu ul li a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.container .menu .addl {
  padding-top: 0.0130208333rem;
  font-size: 0;
}
.container .menu .addl a {
  width: 0.2734375rem;
  height: 0.0833333333rem;
  background: url(img/pre-register.png) 50% 50%/contain no-repeat;
  display: inline-block;
}
.container .menu .addl a:hover {
  filter: contrast(0.9) brightness(1.4);
}
.container .menu .toggler {
  width: 0.078125rem;
  height: 0.078125rem;
  background: url(img/arrow.png) 50% 50%/contain no-repeat rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0.0260416667rem;
  left: 100%;
  cursor: pointer;
}
.container .menu .toggler:hover {
  background-color: rgba(58, 58, 58, 0.7);
}
.container .menu .toggler.on {
  transform: scaleX(-1);
}
.container .content {
  display: none;
  background: url("_") 50% 0% no-repeat, url("_") 50% 0% no-repeat;
}
.container .content h1 {
  display: none;
}
.container .content h3 {
  margin-bottom: 0.0260416667rem;
  font-size: 0;
  background: url("_") 50% 50%/contain no-repeat;
}
.container .content img {
  width: 100%;
  display: block;
}
.container .content .wrap {
  width: 1rem;
  margin: 0 auto;
  box-sizing: border-box;
}
.container .content .wrap .game-sec {
  width: 0.8854166667rem;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}
.container .content .wrap .game-sec a {
  width: 0.390625rem;
  height: 0.0885416667rem;
  font-size: 0;
  background: url("_") 50% 50%/contain no-repeat;
}
.container .content .wrap .game-sec a.launch {
  background-image: url(img/kv-btn01.png);
}
.container .content .wrap .game-sec a.download {
  background-image: url(img/kv-btn02.png);
}
.container .content .wrap .game-sec a:hover {
  filter: contrast(0.9) brightness(1.4);
}
.container .content.knight {
  background-image: url(img/sec1-bg.jpg), url(img/sec1-body-bg.jpg);
}
.container .content.knight .wrap {
  padding-top: 1.4322916667rem;
}
.container .content.job {
  background-image: url(img/sec2-bg.jpg), url(img/sec2-body-bg.jpg);
}
.container .content.job .wrap {
  padding-top: 1.6927083333rem;
}
.container .content.store {
  background-image: url(img/sec3-bg.jpg), url(img/sec3-body-bg.jpg);
}
.container .content.store .wrap {
  padding-top: 1.3020833333rem;
}
.container .content.knight .wrap .game-sec {
  top: 1.2239583333rem;
}
.container .content.knight .wrap h3 {
  height: 0.0833333333rem;
  background-size: 0.3411458333rem 0.0833333333rem;
}
.container .content.knight .wrap h3.t1 {
  background-image: url(img/sec1-title01.png);
}
.container .content.knight .wrap h3.t2 {
  background-image: url(img/sec1-title02.png);
}
.container .content.knight .wrap h3.t3 {
  background-image: url(img/sec1-title03.png);
}
.container .content.knight .wrap h4 {
  font-size: 0.046875rem;
  margin: 0 0 0 0;
  color: #FFE999;
}
.container .content.knight .wrap .table1 th:nth-child(1) {
  width: 0.1302083333rem;
}
.container .content.knight .wrap .table1 th:nth-child(2) {
  width: 0.1953125rem;
}
.container .content.knight .wrap .table1 th:nth-child(3) {
  width: 0.1302083333rem;
}
.container .content.knight .wrap .table1 td:nth-child(1) {
  text-align: center;
}
.container .content.knight .wrap .table2 {
  text-align: center;
}
.container .content.knight .wrap .table2 th:nth-child(1) {
  width: 0.1953125rem;
}
.container .content.knight .wrap .table2 th:nth-child(2) {
  width: 0.390625rem;
}
.container .content.job .wrap {
  /* h3{
  	height: rem(95);
  	background-size: rem(638) rem(95);
  	&.t1{
  		background-image: url(img/sec2-title01.png);
  	}
  	&.t2{
  		background-image: url(img/sec2-title02.png);
  	}
  } */
}
.container .content.job .wrap h3 {
  font-size: 0.0546875rem;
  margin: 0 0 0 0;
  color: #FFE999;
}
.container .content.job .wrap .table1 th:nth-child(1) {
  width: 0.1953125rem;
}
.container .content.job .wrap .table1 th:nth-child(2) {
  width: 0.1953125rem;
}
.container .content.job .wrap .table1 th:nth-child(3) {
  width: 0.2604166667rem;
}
.container .content.job .wrap .table1 .item {
  width: 0.1927083333rem;
  height: 0.1927083333rem;
  background: url("_") 50% 50%/contain no-repeat;
}
.container .content.job .wrap .table1 .item.item1 {
  background-image: url(img/sec2-img01.png);
}
.container .content.job .wrap .table1 .item.item2 {
  background-image: url(img/sec2-img02.png);
}
.container .content.job .wrap .table2 {
  text-align: center;
}
.container .content.job .wrap .table2 th:nth-child(1) {
  width: 0.2604166667rem;
}
.container .content.job .wrap .table2 th:nth-child(2) {
  width: 0.390625rem;
}
.container .content.store .wrap {
  text-align: center;
}
.container .content.store .wrap .game-sec {
  top: 0.9114583333rem;
}
.container .content.store .wrap a.bnr {
  width: 0.9518229167rem;
  height: 0.4296875rem;
  margin-bottom: 0.0481770833rem;
  background: url("_") 50% 50%/contain no-repeat;
  display: inline-block;
}
.container .content.store .wrap a.bnr.bnr1 {
  background-image: url(img/sec3-banner01.jpg);
}
.container .content.store .wrap a.bnr.bnr2 {
  background-image: url(img/sec3-banner02.jpg);
}
.container .content.store .wrap a.bnr.bnr3 {
  margin-bottom: 0.1302083333rem;
  background-image: url(img/sec3-banner03.jpg);
}
.container .content.store .wrap a.bnr:hover {
  filter: brightness(1.2) contrast(0.9);
}

@media screen and (max-width: 768px) { /*小於等於768px*/
  html {
    font-size: 100vw;
  }
  .container .menu ul li a {
    font-size: 0.0390625rem;
  }
  .container .menu .addl a {
    width: 0.3697916667rem;
    height: 0.11328125rem;
  }
  .container .content {
    background-size: 2.5rem auto, 2.5rem auto !important;
  }
  .container .content .wrap {
    padding: 0 0.0260416667rem;
  }
}
@media screen and (max-width: 320px) { /*小於等於320px*/ }/*# sourceMappingURL=default.css.map */