html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html * {
  font-family: "Microsoft JhengHei";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 100%;
  color: #373737;
  font-size: 18px;
  font-weight: bold;
  background: url("../images/container-bg.jpg") repeat-y top;
}

* {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.wrap {
  width: 100%;
  min-width: 1280px;
  height: auto;
  overflow: hidden;
}

.promo-btn {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 183px;
  z-index: 100;
  cursor: pointer;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: promoHeartbeat 1.8s ease-in-out infinite;
          animation: promoHeartbeat 1.8s ease-in-out infinite;
}
.promo-btn img {
  display: block;
}

.sec1-pic8 {
  vertical-align: middle;
}

@-webkit-keyframes promoHeartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes promoHeartbeat {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  30% {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.header {
  width: 100%;
  height: 980px;
  background: url("../images/header-bg.png") no-repeat center;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner {
  width: 1280px;
  height: 100%;
  margin: 0 auto;
}

.header-title {
  position: absolute;
  top: 92px;
  right: 60px;
  width: 670px;
  height: 323px;
  background: url("../images/header-title.png") no-repeat center;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation: headerTitleShake 5s infinite;
          animation: headerTitleShake 5s infinite;
}

@-webkit-keyframes headerTitleShake {
  0%, 92%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  93% {
    -webkit-transform: translate3d(-3px, 0, 0) rotate(-1deg);
            transform: translate3d(-3px, 0, 0) rotate(-1deg);
  }
  94% {
    -webkit-transform: translate3d(4px, -1px, 0) rotate(1.1deg);
            transform: translate3d(4px, -1px, 0) rotate(1.1deg);
  }
  95% {
    -webkit-transform: translate3d(-3px, 1px, 0) rotate(-0.9deg);
            transform: translate3d(-3px, 1px, 0) rotate(-0.9deg);
  }
  96% {
    -webkit-transform: translate3d(2px, 0, 0) rotate(0.6deg);
            transform: translate3d(2px, 0, 0) rotate(0.6deg);
  }
  97% {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(-0.2deg);
            transform: translate3d(-1px, 0, 0) rotate(-0.2deg);
  }
  98% {
    -webkit-transform: translate3d(1px, 0, 0) rotate(0.15deg);
            transform: translate3d(1px, 0, 0) rotate(0.15deg);
  }
}

@keyframes headerTitleShake {
  0%, 92%, 100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0deg);
            transform: translate3d(0, 0, 0) rotate(0deg);
  }
  93% {
    -webkit-transform: translate3d(-3px, 0, 0) rotate(-1deg);
            transform: translate3d(-3px, 0, 0) rotate(-1deg);
  }
  94% {
    -webkit-transform: translate3d(4px, -1px, 0) rotate(1.1deg);
            transform: translate3d(4px, -1px, 0) rotate(1.1deg);
  }
  95% {
    -webkit-transform: translate3d(-3px, 1px, 0) rotate(-0.9deg);
            transform: translate3d(-3px, 1px, 0) rotate(-0.9deg);
  }
  96% {
    -webkit-transform: translate3d(2px, 0, 0) rotate(0.6deg);
            transform: translate3d(2px, 0, 0) rotate(0.6deg);
  }
  97% {
    -webkit-transform: translate3d(-1px, 0, 0) rotate(-0.2deg);
            transform: translate3d(-1px, 0, 0) rotate(-0.2deg);
  }
  98% {
    -webkit-transform: translate3d(1px, 0, 0) rotate(0.15deg);
            transform: translate3d(1px, 0, 0) rotate(0.15deg);
  }
}
a.logo {
  position: absolute;
  display: block;
  width: 362px;
  height: 191px;
  top: 20px;
  left: 20px;
  z-index: 50;
}

.social-btns {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  top: 30px;
  right: 20px;
}
.social-btns a {
  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;
  width: 55px;
  height: 55px;
  border: 1px solid #823412;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.social-btns a:hover {
  opacity: 0.8;
}

.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 120px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.scroll-down span {
  position: absolute;
  left: 50%;
  width: 25px;
  height: 25px;
  border-right: 4px solid rgba(255, 255, 255, 0.75);
  border-bottom: 4px solid rgba(255, 255, 255, 0.75);
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  -webkit-animation: arrowMove 1.4s infinite;
          animation: arrowMove 1.4s infinite;
}

.scroll-down span:nth-child(1) {
  top: 0;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.scroll-down span:nth-child(2) {
  top: 14px;
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.scroll-down span:nth-child(3) {
  top: 28px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

@-webkit-keyframes arrowMove {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrowMove {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.notice-box {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  background: #663925;
  color: #ffdd66;
  border-radius: 15px;
  font-weight: bold;
}

.container {
  width: 100%;
  height: auto;
  padding-bottom: 50px;
}

.content {
  width: 1280px;
  margin: 0 auto;
}

.chain1 {
  position: absolute;
  top: -309px;
  left: -330px;
  width: 466px;
  height: 579px;
  background: url("../images/chain1.png") no-repeat center;
}

.chain2 {
  position: absolute;
  top: -189px;
  right: -346px;
  width: 569px;
  height: 472px;
  background: url("../images/chain2.png") no-repeat center;
}

.chain3 {
  position: absolute;
  top: 581px;
  left: -350px;
  width: 498px;
  height: 270px;
  background: url("../images/chain3.png") no-repeat center;
}

.chain4 {
  position: absolute;
  top: 850px;
  right: -330px;
  width: 475px;
  height: 434px;
  background: url("../images/chain4.png") no-repeat center;
}

.chain5 {
  position: absolute;
  top: 1609px;
  left: -330px;
  width: 512px;
  height: 322px;
  background: url("../images/chain5.png") no-repeat center;
}

.content-top {
  width: 100%;
  height: 153px;
  background: url("../images/cont-top.png") no-repeat center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.content-middle {
  width: 100%;
  background: url("../images/cont-middle.png") repeat-y center;
  padding: 10px 0 5px 0;
}

.content-bottom {
  width: 100%;
  height: 153px;
  background: url("../images/cont-bottom.png") no-repeat center;
}

.tab-menu {
  width: 100%;
  max-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  z-index: 20;
}

.tab-menu.is-fixed {
  position: fixed;
  top: 0;
  left: 50%;
  width: min(1100px, 100vw - 24px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 12px 18px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 0 18px 18px;
  background: rgba(38, 16, 8, 0.92);
  -webkit-box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.tab-btn {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}
.tab-btn img {
  display: block;
}
.tab-btn .tab-btn-active {
  display: none;
}
.tab-btn.active .tab-btn-default {
  display: none;
}
.tab-btn.active .tab-btn-active {
  display: block;
}

.tab-panel {
  display: none;
  color: #f4e4ad;
  line-height: 1.6;
}
.tab-panel.active {
  display: block;
}

.tab-title {
  text-align: center;
}
.tab-title img {
  display: inline-block;
  max-width: 100%;
}

.tab-cont {
  width: 1069px;
  margin: 0 auto;
}

.main-cont-bottom {
  margin-top: 16px;
}

.gameplay-intro {
  text-shadow: 0px 0px 5px rgba(250, 212, 131, 0.8);
}

.or {
  color: #f57d2d;
}

.blue {
  color: #12cbee;
}

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  width: 100%;
  max-width: 1069px;
  margin: 0 auto 20px;
}

.footer-social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.footer-social-btns a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-social-btns a img {
  top: -1px;
  left: -1px;
}
.footer-social-btns a:hover {
  background: #b69c72;
  border: 1px solid #b69c72;
  opacity: 1;
}

.level-table {
  width: 300px;
  border: 2px solid #b57d2a;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}

.level-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 44px;
  border-bottom: 1px solid #b57d2a;
}

.level-table .row:last-child {
  border-bottom: none;
}

.level-table .label {
  width: 120px;
  background: #9b7332;
  color: #fff;
  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;
}

.level-table .value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: #f7f7f7;
  color: #bd812d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 26px;
}

.table-title {
  width: 120px;
  background: #201107;
  color: #dfcf9c;
  font-weight: bold;
  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;
}

.text-ol {
  margin-left: 1em;
}

.footer {
  width: 100%;
  height: auto;
  background: #000;
  color: #7b7b7b;
  border-top: 2px solid #b69c72;
}

.glyph-table-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.glyph-table {
  border-collapse: collapse;
  border: 2px solid #906f38;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.glyph-table th,
.glyph-table td {
  width: 72px;
  height: 22px;
  border: 1px solid #906f38;
}

.glyph-table th {
  background: #906f38;
  color: #fff;
  font-weight: bold;
}

.glyph-table td:first-child {
  background: #ffeac7;
  color: #906f38;
}

.glyph-table .normal {
  background: #d9ead3;
  color: #73b15e;
}

.glyph-table .high {
  background: #f4b6b6;
  color: #b00000;
}

.glyph-table .top {
  background: #fff;
  color: #606060;
}

.glyph-table .low {
  background: #93d1a0;
}

.glyph-table .bad {
  background: #63be7b;
}

.footer-social-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  padding: 30px 0;
  background: #181818;
}
.footer-social-btns a {
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer-social-btns a img {
  top: -1px;
  left: -1px;
}
.footer-social-btns a:hover {
  background: #b69c72;
  border: 1px solid #b69c72;
  opacity: 1;
}

.footer-inner {
  width: 1280px;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-left,
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
}

.footer-left {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
}

.copyright {
  font-size: 12px;
}

.text-row {
  margin-top: 10px;
  margin-bottom: 20px;
}

.pic-row {
  border-bottom: 1px solid #553e2f;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.agreement {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.agreement a {
  color: #7b7b7b;
  font-size: 12px;
}
.agreement a:hover {
  color: #666666;
}

.agreement-line {
  display: block;
  width: 2px;
  height: 16px;
  background: #7b7b7b;
  margin: 0 25px;
}

.lager-logo {
  width: 143px;
  height: 40px;
  margin-right: 10px;
  background: url("../images/lager-logo.png") center no-repeat;
}

.class-level {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.class-txt {
  font-size: 12px;
}

.sec5-table {
  width: 100%;
  max-width: 350px;
  border-collapse: collapse;
  border: 2px solid #b57d2a;
  font-family: "Microsoft JhengHei", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sec5-table td {
  border: 1px solid #b57d2a;
}
.sec5-table thead {
  background: #9b7332;
  color: #fff;
  text-align: center;
}
.sec5-table tbody {
  background: #fff;
  color: #301b0d;
  text-align: center;
}
.sec5-table tr:nth-child(even) {
  background: #f4ebdb;
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .wrap {
    min-width: 0;
  }
  .inner {
    width: 100%;
  }
  .content {
    width: 100%;
  }
  .promo-btn {
    width: 100%;
    bottom: 0;
    right: 0;
    -webkit-animation: none;
            animation: none;
  }
  .promo-btn img {
    max-width: 100%;
  }
  .header {
    width: 100%;
    height: auto;
    aspect-ratio: 768/1231;
    background: url("../images/header-bg-m.png") top no-repeat;
    background-size: 100% auto;
  }
  .header-title {
    display: none;
  }
  .content-top {
    height: auto;
    padding: 30px 16px 12px;
    background: url("../images/cont-top-m.png") top no-repeat;
    background-size: 98% auto;
  }
  #particles-js {
    display: none;
  }
  .social-btns a {
    width: 40px;
    height: 40px;
  }
  .social-btns a img {
    width: 55%;
  }
  a.logo {
    width: 50%;
    height: auto;
    top: 0px;
    left: 0px;
  }
  a.logo img {
    max-width: 100%;
  }
  .content-middle {
    min-height: auto;
    padding: 24px 20px 50px;
    background-size: 98% auto;
  }
  .content-bottom {
    height: auto;
    padding: 30px 16px 12px;
    background-size: 98% auto;
  }
  .chain1, .chain2, .chain3, .chain4, .chain5 {
    display: none;
  }
  .tab-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
  }
  .tab-btn {
    width: calc(50% - 5px);
  }
  .tab-btn img {
    width: 100%;
  }
  .tab-panels {
    min-height: auto;
  }
  .tab-copy {
    padding: 24px 18px;
  }
  .tab-cont {
    width: 100%;
    padding: 0 4%;
  }
  .main-cont-top, .main-cont-bottom {
    width: 100%;
    height: auto;
  }
  .flex-box {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
    margin-top: 20px;
  }
  .flex-box img {
    max-width: 100%;
  }
  .pic-row img, .text-row img {
    max-width: 100%;
  }
  .glyph-table-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
  .footer {
    padding: 0;
    height: auto;
  }
  .footer-social-btns {
    padding: 30px 0;
  }
  .footer-inner {
    width: 100%;
    display: block;
    padding: 10% 5%;
  }
  .footer-left,
  .footer-right {
    display: block;
    width: 100%;
  }
  .footer-left {
    margin-bottom: 20px;
  }
  .lager-logo,
  .class-level {
    margin-bottom: 10px;
  }
  .copyright {
    margin-bottom: 20px;
  }
  .scroll-down {
    display: none;
  }
}