a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.nav-tabs,
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover,
.nav-tabs>li>a,
.nav-tabs>li>a:hover {
    background-color: unset;
    border: unset;
    line-height: unset
}

li {
    list-style: none
}

body {
    background-image: unset;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center 100vh;
    background-size: cover;
    font-family: "Noto Sans TC", "Microsoft JhengHei", "Playfair Display", sans-serif, Arial;
    width: 100%;
    overflow-x: hidden
}



body.mask {
    display: none
}

@media only screen and (max-width:480px) {
    body {
        background-position: center 100vh;
        background-size: cover
    }
}

body a {
    background-color: unset
}

body h3 {
    font-size: 30px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin-top: 50px
}

@media only screen and (max-width:991px) {
    body h3 {
        font-size: 20px;
        line-height: 40px
    }
}

body h4 {
    font-size: 20px;
    line-height: 34px;
    color: #fff;
    font-weight: 300;
    margin-top: 20px;
    margin-bottom: 10px
}

@media only screen and (max-width:991px) {
    body h4 {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (max-width:480px) {
    body h4 {
        font-size: 15px;
        line-height: 24px;
        letter-spacing: 0
    }
}

body h5 {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 5px
}

@media only screen and (max-width:991px) {
    body h5 {
        font-size: 20px
    }
}

@media only screen and (max-width:480px) {
    body h5 {
        font-size: 16px
    }
}

body p {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300
}

@media only screen and (max-width:991px) {
    body p {
        font-size: 16px;
        line-height: 20px
    }
}

@media only screen and (max-width:480px) {
    body p {
        font-size: 12px;
        line-height: 16px
    }
}

body p.notice_text {
    color: #ec7878
}

@media only screen and (max-width:991px) {
    body p.notice_text {
        font-size: 12px
    }
}

body .mt-20 {
    margin-top: 20px
}

body .mt-100 {
    margin-top: 100px
}

body .mt-200 {
    margin-top: 200px
}

body .mt--200 {
    margin-top: -200px
}

body .mb-100 {
    margin-bottom: 100px
}

body footer img {
    max-width: 100%
}

nav.nav-top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 1040;
    background-color: #000;
    display: flex;
    flex-direction: row;
    justify-content: space-between
}

@media only screen and (max-width:991px) {
    nav.nav-top {
        justify-content: flex-end;
        height: 60px
    }
}

nav.nav-top .nav_logo {
    width: 300px;
    display: flex;
    justify-content: center;
    position: relative
}

@media only screen and (max-width:991px) {
    nav.nav-top .nav_logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 7px;
        width: 50px;
        height: 50px;
        background: url(../images/nav-logo_m.png) no-repeat center center;
        background-size: contain
    }

    nav.nav-top .nav_logo img {
        display: none
    }
}

nav.nav-top .nav_logo li {
    height: 100%;
    display: flex;
    align-items: center
}

@media only screen and (max-width:991px) {
    nav.nav-top .nav_logo li {
        width: 100%
    }
}

nav.nav-top .nav_logo li a {
    height: 50px;
    display: block
}

@media only screen and (max-width:991px) {
    nav.nav-top .nav_logo li a {
        width: 100%;
        height: 100%
    }
}

nav.nav-top .nav_logo li a img {
    height: 50px;
    max-height: 100%
}

@media only screen and (max-width:991px) {
    nav.nav-top .nav_logo li a img {
        height: auto
    }
}

nav.nav-top .nav_social {
    display: flex;
    align-items: center;
    margin-right: 5px
}

nav.nav-top .nav_social li {
    margin-left: 5px;
    margin-right: 5px
}

@media only screen and (max-width:991px) {
    nav.nav-top .nav_social li:first-child {
        display: none
    }
}

@media only screen and (max-width:991px) {
    nav.nav-top .nav_home {
        display: none
    }
}

.border_b {
    text-align: center;
    border: 1px solid #a88878;
    transition: .3s all
}

.border_b a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    width: 110px;
    text-decoration: none;
    color: #a88878;
    transition: .3s all
}

.border_b:hover {
    border: 1px solid #fff
}

.border_b:hover a {
    color: #fff
}

#history_list {
    border: unset
}

#history_list a {
    width: 40px
}

@media only screen and (max-width:991px) {
    #history_list {
        border: unset
    }

    #history_list a {
        width: 45px;
        width: 20px;
        line-height: 20px
    }
}

#history_list {
    display: none
}

nav.nav-left {
    position: fixed;
    width: 300px;
    height: 100%;
    top: 0;
    background-color: #000000ee;
    z-index: 1041;
    transition: .3s all;
    left: -300px;
    transform: translateX(0)
}

nav.nav-left.open {
    transform: translateX(100%)
}

nav.nav-left .nav_logo {
    height: 110px;
    width: 100%;
    position: relative;
    background-color: #000;
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #1a1a1a
}

nav.nav-left .nav_logo li {
    height: 80px;
    display: flex;
    align-items: center
}

nav.nav-left .nav_logo li a {
    height: 50px;
    display: block
}

nav.nav-left .nav_logo li a img {
    height: 50px;
    max-height: 100%
}

nav.nav-left .nav_version_left::-webkit-scrollbar {
    display: none
}

nav.nav-left .nav_version_left {
    height: calc(100vh - 220px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    border-bottom: 1px solid #1a1a1a;
    padding-bottom: 80px
}

nav.nav-left .nav_version_left a {
    text-decoration: none
}

nav.nav-left .nav_version_left a .ver_box {
    position: relative;
    width: 100%;
    padding: 6px 0;
    border-bottom: 1px solid #1a1a1a;
    display: flex;
    align-items: center
}

nav.nav-left .nav_version_left a .ver_box .icon {
    width: 60px;
    height: 61px
}

nav.nav-left .nav_version_left a .ver_box .icon img {
    transition: .3s all
}

nav.nav-left .nav_version_left a .ver_box .txt {
    margin-left: 12px;
    font-family: "Microsoft JhengHei", sans-serif, Arial
}

nav.nav-left .nav_version_left a .ver_box .txt h5 {
    font-weight: 400;
    font-size: 14px;
    margin: 0
}

nav.nav-left .nav_version_left a .ver_box .txt .sub_title h5 {
    color: #999
}

nav.nav-left .nav_version_left a .ver_box .txt .title h5 {
    color: #fff;
    transition: .3s all
}

nav.nav-left .nav_version_left a:hover .txt .title h5 {
    color: #d4b17b
}

nav.nav-left .nav_hp {
    height: 110px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

nav.nav-left .nav_hp li {
    height: 80px;
    display: flex;
    align-items: center
}

nav.nav-left .nav_hp li.border_b {
    height: 40px
}

@media only screen and (min-width:992px) {
    nav.nav-left .nav_hp li.nav_home {
        display: none
    }
}

nav.nav-left #ver_toggler {
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #000;
    right: -50px;
    top: 10px;
    cursor: pointer
}

@media only screen and (max-width:991px) {
    nav.nav-left #ver_toggler {
        top: 5px
    }
}

nav.nav-left #ver_toggler span {
    position: absolute;
    width: 20px;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1px;
    background: #a88878;
    transition: 1s all
}

nav.nav-left #ver_toggler span:nth-of-type(1) {
    transform: translate(-50%, calc(-50% + 5px))
}

nav.nav-left #ver_toggler span:nth-of-type(3) {
    transform: translate(-50%, calc(-50% - 5px))
}

nav.nav-left #ver_toggler.open span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(-135deg)
}

nav.nav-left #ver_toggler.open span:nth-of-type(2) {
    width: 0
}

nav.nav-left #ver_toggler.open span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(135deg)
}

nav.nav-right {
    display: none;
    position: fixed;
    z-index: 1041;
    transition: .3s all;
    width: 358px;
    height: auto;
    max-height: 500px;
    background: #000;
    top: 80px;
    right: 20px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23);
    overflow-y: auto
}

nav.nav-right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #000
}

nav.nav-right::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5
}

nav.nav-right::-webkit-scrollbar-thumb {
    background-color: #a88878
}

nav.nav-right.full {
    width: 716px
}

nav.nav-right.full>ul {
    width: 50%
}

nav.nav-right.open {
    display: flex
}

@media only screen and (max-width:991px) {
    nav.nav-right {
        width: 325px;
        flex-direction: column;
        top: 60px;
        right: 10px;
        overflow-y: auto
    }

    nav.nav-right::-webkit-scrollbar {
        display: none
    }

    nav.nav-right.full {
        width: 325px
    }

    nav.nav-right.full>ul {
        width: 100%
    }
}

nav.nav-right>ul {
    width: 100%;
    height: auto;
    padding: 20px 10px 20px 20px;
    position: relative
}

nav.nav-right>ul>li {
    padding-bottom: 10px
}

nav.nav-right>ul>li .title {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    color: #a88878
}

@media only screen and (max-width:991px) {
    nav.nav-right>ul>li .title {
        font-size: 16px;
        line-height: 25px
    }

    nav.nav-right>ul>li .title:not(:first-child) {
        margin-top: 5px
    }
}

nav.nav-right>ul>li ul.list {
    height: auto
}

@media only screen and (max-width:991px) {
    nav.nav-right>ul>li ul.list {
        max-height: unset;
        overflow-y: hidden
    }
}

nav.nav-right>ul>li ul.list>li {
    font-size: 16px;
    line-height: 25px;
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer
}

nav.nav-right>ul>li ul.list>li:hover {
    background: #a0a0a01a
}

nav.nav-right>ul>li ul.list>li:hover a {
    color: #fff
}

nav.nav-right>ul>li ul.list>li a {
    color: #999;
    text-decoration: unset;
    transition: .3s all
}

@media only screen and (max-width:991px) {
    nav.nav-right>ul>li ul.list>li {
        font-size: 14px;
        line-height: 22px
    }
}

@media only screen and (max-width:991px) {
    nav.nav-right>ul>li:not(:first-child) {
        margin-top: 5px
    }
}

@media only screen and (max-width:991px) {
    nav.nav-right>ul.left-content {
        padding: 12px 12px 5px 12px
    }
}

@media only screen and (max-width:991px) {
    nav.nav-right>ul.right-content {
        padding: 0 12px 12px 12px
    }
}

@media only screen and (min-width:992px) {
    nav.nav-right>ul.right-content:before {
        content: '';
        clear: both;
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        background-color: rgba(51, 51, 51, .35);
        width: 1px;
        height: calc(100% - 48px);
        transform: translateY(-50%)
    }
}

#ft {
    padding: 25px 0;
    background: #000;
    margin: 0 auto;
    position: relative;
    z-index: 998
}

#ft .copyright {
    display: flex;
    list-style-type: none;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    margin: 0;
    padding: 0;
    max-width: 740px;
    margin: 0 auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center
}

@media (max-width:480px) {
    #ft .copyright {
        text-align: center
    }
}

#ft .copyright li {
    font-family: "Microsoft JhengHei", sans-serif, Arial;
    margin: 0 0 25px;
    vertical-align: top;
    line-height: 1;
    display: flex;
    font-size: 13px;
    font-weight: 300;
    justify-content: center
}

@media only screen and (max-width:834px) and (orientation:portrait) {
    #ft .copyright li {
        font-size: 12px;
        width: 100%;
        -ms-flex-wrap: wrap;
        -ms-flex-wrap-flex-wrap: wrap;
        margin: 0 0 10px
    }
}

@media (max-width:480px) {
    #ft .copyright li {
        line-height: 1.3
    }
}

#ft .copyright li:nth-child(1),
#ft .copyright li:nth-child(2) {
    width: 50%;
    -ms-flex-wrap: nowrap;
    -ms-flex-wrap-flex-wrap: nowrap;
    padding: 0 10px
}

#ft .copyright li:nth-child(3) {
    margin-bottom: 8px
}

#ft .copyright li>span {
    display: inline-block
}

#ft .copyright li:last-child {
    line-height: 25px;
    margin-bottom: 0
}

@media only screen and (max-width:834px) and (orientation:portrait) {
    #ft .copyright li:last-child {
        display: flex;
        -ms-flex-wrap: wrap;
        -ms-flex-wrap-flex-wrap: wrap;
        line-height: 1.4;
        -ms-flex-wrap: nowrap;
        -ms-flex-wrap-flex-wrap: nowrap;
        text-align: left
    }
}

@media (max-width:480px) {
    #ft .copyright li .break {
        display: block
    }
}

#ft .copyright li .copytxt {
    padding-left: 15px
}

@media (max-width:480px) {
    #ft .copyright li .copytxt {
        padding-left: 0
    }
}

#ft .copyright .rating {
    width: 50px;
    margin-right: 12px
}

@media only screen and (max-width:834px) and (orientation:portrait) {
    #ft .copyright .rating {
        margin-right: 5px;
        width: 35px
    }
}

#ft .copyright .ratingInfo {
    line-height: 17px
}