@charset "utf-8";
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    display: inline;
    zoom: 1
}

audio:not([controls]) {
    display: none
}

[hidden] {
    display: none
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

:root {
    --sat: constant(safe-area-inset-top);
    --sat: env(safe-area-inset-top);
    --sar: constant(safe-area-inset-right);
    --sar: env(safe-area-inset-right);
    --sab: constant(safe-area-inset-bottom);
    --sab: env(safe-area-inset-bottom);
    --sal: constant(safe-area-inset-left);
    --sal: env(safe-area-inset-left)
}

body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
    height: 100%
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft JhengHei", "微軟正黑體", "Apple LiGothic Medium", "Lucida Grande", "Lucida Sans Unicode", Helvetica;
    color: #222
}

a {
    color: #333
}

a:visited {
    color: #333
}

a:hover {
    color: #06e
}

a:focus {
    outline: thin dotted
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

blockquote {
    margin: 1em 40px
}

dfn {
    font-style: italic
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

ins {
    background: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background: #ff0;
    color: #000;
    font-style: italic;
    font-weight: 700
}

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

q {
    quotes: none
}

q:after,
q:before {
    content: "";
    content: none
}

small {
    font-size: 85%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

dd {
    margin: 0 0 0 40px
}

nav ol,
nav ul {
    list-style: none;
    list-style-image: none;
    margin: 0;
    padding: 0
}

img {
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

form {
    margin: 0
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

label {
    cursor: pointer
}

legend {
    border: 0;
    margin-left: -7px;
    padding: 0
}

button,
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline
}

button,
input {
    line-height: normal;
    overflow: visible
}

table button,
table input {
    overflow: auto
}

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

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical
}

input:invalid,
textarea:invalid {
    background-color: #f0dddd
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td {
    vertical-align: top
}

.ir {
    display: block;
    border: 0;
    text-indent: -999em;
    overflow: hidden;
    background-color: transparent;
    background-repeat: no-repeat;
    text-align: left;
    direction: ltr
}

.ir br {
    display: none
}

.hidden {
    display: none !important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

@media print {
    * {
        background: 0 0 !important;
        color: #000 !important;
        text-shadow: none !important;
        filter: none !important;
        -ms-filter: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}

body * {
    touch-action: pan-x pan-y !important
}

body,
html {
    touch-action: manipulation;
    background: #000;
    height: 100%;
    text-align: center;
    width: 100%
}

div {
    position: relative
}

#main {
    margin: auto;
    height: 100%;
    position: relative
}

#h5preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 1.5em;
    background-color: rgba(0, 0, 0, .7);
    z-index: 100
}

.pc #h5preloader {
    background-color: transparent
}

#h5preloader .loaderLogo {
    width: 100%;
    padding: 15vh 0 2vh 0;
    min-height: 223px
}

#h5preloader .loaderLogo img {
    width: 40vh;
    max-width: 480px
}

#h5preloader .wrapper {
    position: absolute;
    width: 100%;
    height: 100%
}

#h5preloader .logo {
    width: 50%;
    text-align: center;
    margin: 0 auto
}

#h5preloader .logo img {
    width: 100%;
    margin: 0 auto
}

#dataWarning {
    padding: 10px 0 0 0
}

#h5preloader p {
    text-align: center;
    padding: 0 5% 0 5%;
    line-height: 150%;
    font-size: 2.5vh;
    font-weight: 400
}

#loaderContainer .preloadTxt {
    color: #e4cea3;
    font-size: 3vh;
    padding: 2vw 0 0 0
}

.laya #h5preloader,
.laya .bottomMessage {
    width: 1832px;
    height: 1080px;
    transform-origin: left top
}

.laya .bottomMessage .bottomMessageHolder {
    bottom: 40px;
    position: fixed;
    width: 100%
}

#main .langTxt {
    color: #8e7d64;
    font-size: 3vh;
    padding: 5vw 0 10px 0
}

#main .bottomMessage {
    position: fixed;
    bottom: 40px;
    width: 100%;
    z-index: 110
}

#main .browserVer {
    color: #e4cea3;
    font-size: 2vh;
    padding: 1.5vh 0 0 0
}

.mobile #main .bottomMessage .langTxt img {
    width: 5vw
}

.glc {
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAALYAAABBCAMAAABLua6XAAAC/VBMVEVHcEz////////////////////////////////+/v7////////////////////////////////////////////q6erLysqwsLCenZ6Jh4hXVlZzcXKop6j////////////////////DwsMnJicHBgcAAAAtLC3v7u7///////////////////9fXl////////////////////////88Ozy0srP///////////////83NTYQDxDx8PH///////////////////////////////////////////////////////////////////////////////////////////////////9TUVP///////////////////////////////////////////////////////////////////95eHmvrq////////////////+lpKWOjY7////////////////////////////g39////////////////////////////////////////////////////////9MS0z///////////////////9cWlv///////////////////+YlpcWFRb39vf////////////////c3NzW1dX///////////////8fHh7///////99e33///////////////////+/vb////////////////////8MCwz////////////i4eP///////////////+tqqz///////////////////8CAgJ1dHX///////////////////8JCAjt6+z////////5+fm5uLn///9qaWokJCT////4+PgYGBnX19dvbm+RkJH///86ODlCQUP///////8bGhv////R0NBnZmd+fX7z8vOjoaKHhYYICAn///8yMTLl5OUTExTT09MrKiqDgoOCgYL///////8vLi////////////9jYmNFREXBwMC2tLb///+UkpT///////9aWVr19PT///90c3T////My8yRkZKbmZrJpifIAAAA/HRSTlMAYp4WJ2BWG6X//yak3d7TlUxGaUr//////////yUBqsjm////////JKiTzO//NuU6bFyK//+6LbCn////DLV7+whTWDgEGXxOFG8aRTlACY+a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);
    background-size: contain;
    padding: 0 !important;
    margin-right: 100px;
    width: 182px;
    height: 65px
}

#loaderContainer .loader {
    width: 120px;
    margin: 0 auto 0
}

#loaderContainer .outerloader {
    border: 10px solid rgba(103, 90, 71, .5);
    border-top: 10px solid rgba(103, 90, 71, .7);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite
}

#loaderContainer .innerloader {
    border: 8px solid rgba(200, 178, 141, .5);
    border-top: 8px solid rgba(200, 178, 141, .7);
    border-radius: 50%;
    width: 90px;
    height: 90px;
    -webkit-animation: revSpin .7s linear infinite;
    animation: revSpin .7s linear infinite;
    position: absolute;
    top: 7px;
    left: 7px
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes revSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

@keyframes revSpin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

span {
    display: block;
    margin: 0 auto
}

span[class*=l-] {
    height: 10px;
    width: 10px;
    background: #e4cea3;
    display: inline-block;
    margin: 10px 2px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-animation: pre-loader 4s infinite;
    -webkit-animation-timing-function: cubic-bezier(.03, .615, .995, .415);
    -webkit-animation-fill-mode: both;
    -moz-animation: pre-loader 4s infinite;
    -moz-animation-timing-function: cubic-bezier(.03, .615, .995, .415);
    -moz-animation-fill-mode: both;
    -ms-animation: pre-loader 4s infinite;
    -ms-animation-timing-function: cubic-bezier(.03, .615, .995, .415);
    -ms-animation-fill-mode: both;
    animation: pre-loader 4s infinite;
    animation-timing-function: cubic-bezier(.03, .615, .995, .415);
    animation-fill-mode: both
}

span.l-1 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -ms-animation-delay: 1s;
    -moz-animation-delay: 1s
}

span.l-2 {
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    -ms-animation-delay: .8s;
    -moz-animation-delay: .8s
}

span.l-3 {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    -ms-animation-delay: .6s;
    -moz-animation-delay: .6s
}

span.l-4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    -ms-animation-delay: .4s;
    -moz-animation-delay: .4s
}

span.l-5 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -ms-animation-delay: .2s;
    -moz-animation-delay: .2s
}

span.l-6 {
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -ms-animation-delay: 0;
    -moz-animation-delay: 0
}

@-webkit-keyframes pre-loader {
    0% {
        -webkit-transform: translateX(-200px);
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        -webkit-transform: translateX(200px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes pre-loader {
    0% {
        -moz-transform: translateX(-60px);
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        -moz-transform: translateX(60px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@keyframes pre-loader {
    0% {
        transform: translateX(-60px);
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        transform: translateX(60px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes pre-loader {
    0% {
        -ms-transform: translateX(-60px);
        opacity: 0
    }
    25% {
        opacity: 1
    }
    50% {
        -ms-transform: translateX(60px);
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

@media (min-aspect-ratio:1280 / 750) {
    .mobile #main .bottomMessage {
        bottom: 5.3vh
    }
    .mobile #main .bottomMessage .browserVer {
        padding-top: 1.3vh
    }
    .mobile #main .bottomMessage .langTxt img {
        width: 1.9vw
    }
}