﻿html {
    font-family: 'Microsoft JhengHei';
    font-size: 100%;
}

body, input, select, textarea, a, label {
    line-height: 20px;
    color: #23282B !important;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 2px;
}

@media (max-width:719.9px) {
    body, input, select, textarea, a, label {
        font-size: 0.875rem !important;
    }
}

body {
    height: 100%;
    background: unset;
    background: unset;
}

.-mob {
    display: none;
}

.-pc {
    display: unset;
}

@media (max-width: 719.9px) {
    .-mob {
        display: unset;
    }

    .-pc {
        display: none;
    }
}

.font-30 {
    font-size: 1.875rem !important;
}

.font-24 {
    font-size: 1.5rem !important;
}

.font-20 {
    font-size: 1.25rem !important;
}

.font-16 {
    font-size: 1rem !important;
}

.font-12 {
    font-size: 0.75rem !important;
}
/*CKEDITOR*/
.text-tiny {
    font-size: 0.5rem !important;
}

.text-small {
    font-size: 0.75rem !important;
}

.text-big {
    font-size: 1.25rem !important;
}

.text-huge {
    font-size: 1.5rem !important;
}

.image-style-block-align-left {
}

.image-style-align-center {
    margin: 0 auto 1rem auto;
}

.image-style-block-align-right {
    margin: 0 0 1rem auto;
}
/*CKEDITOR*/

.pt-120 {
    padding-Top: 120px !important;
}

.pb-50 {
    padding-bottom: 50px !important;
}

.h-100vh {
    height: 100%;
    min-height: 100vh;
}

.h-50vh {
    height: 100%;
    min-height: calc(100vh - 80px);
    padding-top: 60px;
}


.h-70 {
    height: 64px;
}

.border-gary {
    border-color: rgba(0,0,0,0.15) !important;
}

.shadow {
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 13%) !important;
    box-shadow: 0 0 16px rgb(0 0 0 / 13%) !important;
}

#nArticlePageContentBlock {
    background-color: #FFFFFF !important;
}

figure figcaption {
    text-align: center;
}

.form-inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btnNtmfoa {
    display: block;
    padding: 0 8px;
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
    border-radius: 4px;
    color: #fff !important;
    background: #C7ACA1;
    cursor: pointer;
}

    .btnNtmfoa:hover {
        color: #FFF !important;
    }

.btnLarget {
    padding: 0 15px;
    height: 45px;
    font-size: 1.5rem;
    line-height: 45px;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    font-size: inherit;
    line-height: inherit;
    font-family: "Material Icons" !important;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "liga" !important;
    -webkit-font-feature-settings: 'liga' !important;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 20px;
    position: relative;
}

    .breadcrumb-item + .breadcrumb-item::before {
        color: #848788;
        content: '' !important;
        background-image: url('../images/right-arrow.svg');
        background-size: 11px;
        background-repeat: no-repeat;
        background-position: center;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 5px;
        left: 5px;
    }


.breadcrumb-item {
    color: #848788 !important;
}

    .breadcrumb-item a {
        text-decoration: none;
        color: #848788 !important;
    }

.breadcrumb .active {
    font-weight: bold !important;
    color: #4F5355 !important;
}

.nPageTitleBrown {
    background-image: url('../images/PageTitleBrown.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.nPageTitleWhite {
    background-image: url('../images/PageTitleWhite.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.nPageTitleBlack {
    background-image: url('../images/PageTitleBlack.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.nPageTitleYellow {
    background-image: url('../images/PageTitleYellow.png');
    background-repeat: no-repeat;
    background-position: left center;
}


.nPageTitle-h1 {
    font-size: 1.875rem !important;
    line-height: 30px;
    letter-spacing: 3px;
}

.nPageTitleBg-h1 {
    background-size: 30px;
    padding-left: 50px;
}

.nPageTitle-h2 {
    font-size: 1.5rem !important;
    line-height: 24px;
    letter-spacing: 3px;
}

.nPageTitleBg-h2 {
    background-size: 24px;
    padding-left: 30px;
}

.nav-Top {
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: unset !important;
    background-color: #FFFFFF !important;
    border-bottom: 1px solid #F2F2F2;
    padding-bottom: 15px !important;
}
/*Top*/
.collapse:not(.show) {
    display: unset;
    opacity: 0;
    height: 0;
    transition: opacity .9s,height 1.1s;
    padding-bottom: 0px;
}

.collapse {
    height: 700px;
    opacity: 1;
    transition: opacity .8s,height 1.1s;
    padding-bottom: 40px;
}

#navbars01::-webkit-scrollbar {
    display: none;
}

#navbars01 {
    max-height: 500px !important;
    overflow-y: scroll !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.TopMenuBox {
    position: relative;
    width: 100%;
}

/*   .TopMenuBox .nav img {
        width: 130px !important;
        height: auto;
    }*/

.navbar .collapsed .navbar-toggler-icon2 {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/burger.svg);
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: transparent;
}

.navbar .navbar-toggler-icon2 {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/arrow-up.svg);
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    color: transparent;
}

.Navbarbox {
    align-items: start !important;
}

.NavbarboxItem {
    padding: 3px;
    width: 50%;
    -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0.75s;
}

.NavbarboxItemTitle {
    position: relative;
    font-size: 1.25rem !important;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 8px;
}

.NavbarboxItem .navbar-nav .NavbarboxItemTitle::before {
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    top: 100%;
    background: #DAAA71 !important;
}

.NavbarboxItemList {
    padding: 8px 0;
}

    .NavbarboxItemList a {
        font-size: 0.9375rem;
        line-height: 20px;
        color: #000;
        text-decoration: none;
    }

@media (max-width: 719.9px) {
    .Navbarbox {
        margin-top: 30px;
        margin-left: 2px;
        margin-right: 2px;
        width: 100%;
    }

    .NavbarboxItem {
        padding-left: 40px;
    }

        .NavbarboxItem .navbar-nav .NavbarboxItemTitle::before {
            content: '';
            overflow: hidden;
            position: absolute;
            left: -40px;
            top: 11px;
            height: 2px;
            width: 32px;
            background: #008296;
        }

    .NavbarboxItemList a {
        font-size: 1rem;
        line-height: 20px;
    }
}

@media (min-width:720px) and (max-width: 1119.9px) {
    .Navbarbox {
        margin-top: 30px;
        margin-bottom: 32px;
        margin-left: 32px;
        margin-right: 32px;
    }

    .NavbarboxItemList a {
        font-size: 0.9375rem;
        line-height: 20px;
    }
}

@media (min-width: 1120px) {
    .Navbarbox {
        margin-top: 30px;
        margin-bottom: 32px;
        margin-left: auto;
        margin-right: auto;
        /* width: 960px;*/
    }

    .NavbarboxItem {
        width: calc((100% - 1px) / 7);
    }

    .NavbarboxItemList a {
        font-size: 1.125rem;
        line-height: 24px;
    }
}

.MenuBox:not(.show) {
    display: none;
    opacity: 0;
    height: 0;
    transition: opacity .1s,height 1s;
    padding-bottom: 0px;
}

.MenuBox {
    width: 180px;
    height: auto;
    opacity: 1;
    transition: opacity .1s,height 1s;
    position: absolute;
    left: 0;
    top: 50px;
    background-color: #f9f9f9c9;
    border: 1px solid #f9f9f9c9;
}

@media (max-width:975.9px) {
    .MenuBox {
        top: 30px;
    }
}

.navActive {
    border-bottom: 1px solid #f9f9f9c9;
    background-color: #f9f9f9c9;
}

.bg-Active {
    background-color: #f9f9f9c9;
}

.litoggler a {
    padding-left: 0px;
    padding-right: 0px;
}
/*End Top*/
.divFooter {
    position: relative;
    color: #FFF;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url('../images/footbg.png');
    background-repeat: repeat-x;
    margin-top: 70px;
}

    .divFooter .BodyBox {
        width: 100%;
        padding: 30px 50px;
    }

        .divFooter .BodyBox a {
            color: #E0AE74 !important;
        }

            .divFooter .BodyBox a:hover {
                color: #E0AE74 !important;
            }

.slider_container {
    overflow: auto;
    background-size: contain;
}

.SearchBox {
    height: auto;
    flex-direction: row;
}

.countBlock {
    width: 40%;
}

    .countBlock div {
        line-height: 90px;
        font-size: 5.625rem;
        text-shadow: #000 0.1em 0.1em 0.2em;
        color: #FFF;
        padding: 10px;
        white-space: nowrap;
    }

.inputBlock {
    width: calc(100% - 40%);
    position: relative
}

@media (min-width:820px) and (max-width:1200px) {
    .countBlock div {
        line-height: 70px;
        font-size: 3.75rem;
    }
}

@media (min-width:800.9px) and (max-width:819.9px) {
    .countBlock div {
        line-height: 30px;
        font-size: 1.875rem;
    }
}

@media (max-width:800px) {
    .SearchBox {
        display: block !important;
    }

    .countBlock {
        width: 100%;
    }

        .countBlock div {
            line-height: 40px;
            font-size: 2.5rem;
        }

    .inputBlock {
        width: 100%;
    }
}

.inputBlock img {
    visibility: hidden;
}

.inputBlock .SearchBar {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 15px 70px;
}

@media (max-width:800px) {

    .inputBlock .SearchBar {
        top: 25%;
        transform: translateY(25%);
        padding: 15px 40px;
    }

    .inputBlock img {
        max-height: 250px;
        height: auto;
    }
}

.bg-Brown {
    background-color: #C7ACA1 !important;
}

.bg-Yellow {
    background-color: #DAAA71 !important;
}

.bg-Yellow2 {
    background-color: #E9CCAA !important;
}

.bg-Yellow-new {
    background-color: #E9CCAA !important;
}




.bg-Gary {
    background-color: #f8f8f8 !important;
}

.bg-Gary2 {
    background-color: #F3ECE4 !important;
}

.text-Brown {
    color: #C7ACA1 !important;
}

.text-Yellow {
    color: #DAAA71 !important;
}

.text-Gary {
    color: #848788 !important;
}

.btnMore {
    line-height: 20px;
    padding: 5px 12px;
    border-radius: 20px;
    text-align: justify;
    font-size: 1.25rem
}

@media(max-width:719.9px) {
    .btnMore {
        font-size: 1rem;
    }
}

.SearchGroup input[type=submit] {
    font-size: 1.25rem;
    line-height: 40px;
    background: url('../images/search.svg'),rgba(35,40,43,0.5) !important;
    padding: 10px 30px 10px 10px;
    background-size: 16px auto !important;
    background-repeat: no-repeat !important;
    background-position: calc(100% - 30px) center !important;
    width: 130px;
}

.SearchGroup input[type=text] {
    width: calc(100% - 131px);
    border: 0;
    font-size: 2rem;
    line-height: 50px;
    height: 58px;
    background-color: rgba(255,255,255,0.7);
}

@media (max-width: 719.9px) {
    .SearchGroup input[type=submit] {
        line-height: 28px;
        background: url('../images/search.svg'),rgba(35,40,43,0.5) !important;
        background-position: calc(100% - 20px) center !important;
        background-size: 16px auto !important;
        background-repeat: no-repeat !important;
        width: 110px;
    }

    .SearchGroup input[type=text] {
        width: calc(100% - 111px);
        border: 0;
        font-size: 1.75rem;
        line-height: 45px;
        height: 45px;
        background-color: rgba(255,255,255,0.7);
    }
}

.BodyBox-Full {
    padding-bottom: 25px;
}

.BodyBox {
    padding-bottom: 25px;
}

@media (max-width: 719.9px) {
    .BodyBox {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

@media (min-width:720px) and (max-width: 1119.9px) {
    .BodyBox {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (min-width: 1120px) {
    .BodyBox {
        padding-left: 110px !important;
        padding-right: 110px !important;
    }
}

.TopMenuBox .nav .nav-nlink {
    font-size: 1.5rem;
    text-align: right;
}
/*台灣意象*/
.TaiImgBox {
    display: flex;
    flex-direction: row;
}

.TaiImgBoxDesc {
    padding: 0px 50px;
    flex: 0 0 auto;
    width: 50%
}

.TaiImgBox .TaiImgListBox {
    flex: 0 0 auto;
    width: 50%
}

.TaiImgBoxDesc .TailogoBox {
    position: relative;
    Top: 50%;
    transform: translateY(-50%);
}

.TaiImgBoxDesc .Tailogo {
    /*        padding: 15px;
        width: 165px;
        position: relative;
        left: 50%;
        transform: translateX(-50%);*/

    padding: 50px 50px 0px 50px;
}

.Tailogo img {
    max-width: 80%;
}

.Tailogo .TailogoSeal {
    width: 165px;
    height: 150px;
    padding-top: 15px;
}

.TaiImgBoxDesc .Tailogo .StrCH {
    color: #DAAA71;
    display: block;
    font-size: 3.125rem;
    line-height: 50px;
    text-align: center;
}

.TaiImgBoxDesc .Tailogo .StrEN {
    color: #DAAA71;
    display: block;
    font-size: 0.75rem;
    line-height: 20px;
    text-align: center;
}

.TaiImgBoxDesc .TaiStr {
    padding: 50px 50px 0px 50px;
    font-size: 1.5rem;
    line-height: 40px;
    letter-spacing: 0px;
}

.TaiImgBox .TaiImgListBox {
    padding-left: .25rem !important;
}

.TaiImgBox .TaiImgListItem {
    margin-bottom: .25rem !important;
}

    .TaiImgBox .TaiImgListItem:last-child {
        margin-bottom: 0px !important;
    }


.TaiImgListBox .TaiImgListItem .TaiImgListBoxStr {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    font-size: 1.625rem;
    color: #FFF;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
}

    .TaiImgListBox .TaiImgListItem .TaiImgListBoxStr div {
        position: relative;
        Top: 50%;
        transform: translateY(-50%);
    }

        .TaiImgListBox .TaiImgListItem .TaiImgListBoxStr div span {
            line-height: 50px;
            padding: 0px 2px;
            font-size: 1.5rem;
        }

@media (max-width: 1110px) {
    .TaiImgBoxDesc {
        padding: 25px;
        flex: 0 0 auto;
        width: 100%
    }

    .TaiImgBox {
        flex-direction: column;
    }

        .TaiImgBox .TaiImgBoxDesc {
            width: 100%;
        }

            .TaiImgBox .TaiImgBoxDesc .TailogoBox {
                Top: unset;
                transform: unset;
                /*                display: flex;
                flex-direction: row;*/
            }

    .TaiImgBoxDesc .Tailogo {
        padding: 25px 25px 0px 25px;
    }

    .TaiImgBoxDesc .TaiStr {
        flex-grow: 1;
        padding: 25px 0px 0px 25px;
        font-size: 1rem;
    }

    .TaiImgBox .TaiImgListBox {
        padding-left: 0px !important;
        flex: 0 0 auto;
        width: 100%;
        padding-top: .25rem !important;
    }
}
/*精選*/

.nSelectedBox .nSelectedBoxItem {
    margin-top: 25px;
    margin-right: 25px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
}

@media (min-width: 1120px) {
    .nSelectedBox .nSelectedBoxItem {
        width: calc((100% - 76px) / 4);
    }

        .nSelectedBox .nSelectedBoxItem:nth-child(4n) {
            margin-right: 0px;
        }
}

@media (min-width:720px) and (max-width: 1119.9px) {
    .nSelectedBox .nSelectedBoxItem {
        width: calc((100% - 51px) / 3);
    }

        .nSelectedBox .nSelectedBoxItem:nth-child(3n) {
            margin-right: 0px;
        }
}

@media (max-width: 719.9px) {
    .nSelectedBox .nSelectedBoxItem {
        width: calc((100% - 26px) / 2);
    }

        .nSelectedBox .nSelectedBoxItem:nth-child(2n) {
            margin-right: 0px;
        }
}

.nSelectedBox .nSelectedBoxItemImg img {
    display: flex;
    margin-left: auto;
    margin-right: auto;
}

.nSelectedBox .nSelectedBoxItemDesc {
    font-size: 1.25rem;
    padding: 15px 5px;
}

.nSelectedBoxItem .ArtWorkFaBtn {
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -16px);
    transform: translate(-50%, -16px);
}

.nSelectedBoxItem:hover .ArtWorkFaBtn {
    opacity: 1;
}

.nSelectedBoxItem .ArtWorkFaBtn a {
    white-space: nowrap !important;
    padding: 10px;
}

.nSelectedBoxItemDesc div {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nSelectedBoxItemDesc .name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*最新文章*/
.DocListItem {
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    position: relative;
}



@media (max-width: 699.9px) {
    .DocListItem {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

    .DocItemImg {
        width: 100px;
        height: 100%;
        padding-right: 5px;
    }

        .DocItemImg img {
            position: relative;
            top: unset;
            transform: unset;
            -webkit-transition: all .25s ease-out;
            transition: all .25s ease-out;
        }

    .DocItemDesc {
        padding-left: 10px;
        border-top: 0px solid rgba(0,0,0,0.15) !important;
        border-left: 1px solid rgba(0,0,0,0.15) !important;
        width: calc(100% - 100.5px);
        max-height: 100px;
        height: 100%;
    }
}

@media (min-width: 700px) {
    .DocListItem {
        width: calc((100% - 40.5px) / 3);
        margin-right: 20px;
    }

        .DocListItem:nth-child(3n) {
            margin-right: 0px;
        }

    .DocItemImg {
    }

    .DocItemDesc {
        padding: 10px 0px;
        border-top: 1px solid rgba(0,0,0,0.15) !important;
        height: 130px;
    }

    .DocListItem:hover .DocItemImg {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    .DocListItem:hover .DocItemDesc {
        margin-top: 1px;
    }

    .DocListItem:hover .DocItemImg img {
        webkit-box-shadow: 0 0 32px rgb(0 0 0 / 30%);
        box-shadow: 0 0 32px rgb(0 0 0 / 30%);
    }
}

.DocItemImg {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

.DocItemDesc {
}

.DocItemImg .disp {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.DocItemImg img {
    position: absolute;
    left: 50%;
    top: 50%;
    max-width: 100%;
    max-height: 100%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    height: auto;
    width: auto;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 13%);
    box-shadow: 0 0 16px rgb(0 0 0 / 13%);
    /*  border: 4px solid #FFF;*/
}

.DocItemDesc .DocTitle {
    overflow: hidden;
    margin: 8px 0;
    font-size: 1rem;
    font-weight: bold;
    line-height: 24px;
    max-height: 48px;
    color: #000;
}

.DocItemDesc .DocDesc {
    overflow: hidden;
    margin-bottom: 12px;
    font-size: 0.75rem;
    line-height: 16px;
    max-height: 48px;
    color: #666;
}

.DocBox {
    display: flex;
    flex-direction: row;
}

    .DocBox .DocBoxItemImgBox {
        display: inline-block;
        width: 50%;
    }

    .DocBox .DocBoxItemDescBox {
        display: inline-block;
        width: 50%;
    }

.DocBoxItemImgBox .DocBoxItemImg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

    .DocBoxItemImgBox .DocBoxItemImg img {
        visibility: hidden;
    }

.DocBoxItemDescBox .DocBoxItemDescBoxItem {
    position: relative;
    Top: 15%;
    transform: translateY(-15%);
    padding: 0px 45px;
}

    .DocBoxItemDescBox .DocBoxItemDescBoxItem span {
        padding: 5px 0px;
    }

    .DocBoxItemDescBox .DocBoxItemDescBoxItem .Title {
        font-size: 2.5rem;
        line-height: 70px;
    }

    .DocBoxItemDescBox .DocBoxItemDescBoxItem .Write {
        font-size: 1.5rem;
        line-height: 56px;
    }

    .DocBoxItemDescBox .DocBoxItemDescBoxItem .Desc {
        font-size: 1.5625rem;
        line-height: 40px;
        letter-spacing: 3px;
        max-height: 240px;
        overflow: hidden;
    }

    .DocBoxItemDescBox .DocBoxItemDescBoxItem .More {
        text-align: right;
        line-height: 48px;
        height: 36px;
    }

.MoreBox a {
    font-size: 1.5rem;
    line-height: 30px;
}

    .MoreBox a img {
        height: 24px;
        width: auto;
    }

.MoreBox2 a {
    font-size: 1.5rem;
    line-height: 30px;
    color: #FFF;
    background-color: #A48055;
    padding: 10px 25px;
    border-radius: 30px;
}

    .MoreBox2 a img {
        height: 24px;
        width: auto;
    }

.MoreBox3 a {
    font-size: 1.5rem;
    line-height: 30px;
    color: #FFF;
    background-color: #BDB5AE;
    padding: 10px 25px;
    border-radius: 30px;
}

    .MoreBox3 a img {
        height: 24px;
        width: auto;
    }

@media (max-width: 1110px) {
    .DocBox {
        display: flex;
        flex-direction: column;
    }

        .DocBox .DocBoxItemImgBox {
            display: block;
            width: 100%
        }

        .DocBox .DocBoxItemDescBox {
            display: block;
            width: 100%
        }

    .DocBoxItemDescBox .DocBoxItemDescBoxItem {
        Top: unset;
        transform: unset;
        padding: 0px 0px;
    }

        .DocBoxItemDescBox .DocBoxItemDescBoxItem .Title {
            font-size: 1.875rem;
            line-height: 70px;
        }

        .DocBoxItemDescBox .DocBoxItemDescBoxItem .Write {
            font-size: 1.5rem;
            line-height: 56px;
        }

        .DocBoxItemDescBox .DocBoxItemDescBoxItem .Desc {
            font-size: 1.25rem;
            line-height: 40px;
        }
}
/*.ArtWorkList*/
.ArtWorkListItem {
    margin-right: 6px;
    margin-top: 12px;
    width: calc((100% - 25px) / 5);
    transform: scale(0.9);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    cursor: pointer;
}

    .ArtWorkListItem:hover {
        transform: scale(1);
    }

    .ArtWorkListItem:nth-child(5n) {
        margin-right: 0px;
    }

@media (min-width:720px) and (max-width:1119.9px) {
    .ArtWorkListItem {
        width: calc((100% - 19px) / 4);
    }

        .ArtWorkListItem:nth-child(4n) {
            margin-right: 0px;
        }
}

@media (max-width:719.9px) {
    .ArtWorkListItem {
        width: calc((100% - 7px) / 2);
    }

        .ArtWorkListItem:nth-child(2n) {
            margin-right: 0px;
        }
}

.ArtWorkImg {
    width: 100%;
    height: calc(100% - 100px);
}

    .ArtWorkImg .disp {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
    }


    .ArtWorkImg img {
        position: absolute;
        left: 50%;
        top: 50%;
        max-width: 100%;
        max-height: 100%;
        /*  border: 4px solid #fff;*/
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
        height: auto;
        width: auto;
        -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 13%);
        box-shadow: 0 0 16px rgb(0 0 0 / 13%);
    }

.ArtWorkInfo {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 8px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
}

    .ArtWorkInfo .name {
        padding-top: 5px;
        overflow: hidden;
        margin-bottom: 4px;
        font-size: 1rem;
        font-weight: 700;
        line-height: 20px;
        max-height: 45px;
        color: #000;
    }

    .ArtWorkInfo .meta {
        text-transform: capitalize;
        color: #23282B !important;
        line-height: 25px;
        font-size: 1rem;
    }

    .ArtWorkInfo .creator {
        font-size: 1rem;
        line-height: 25px;
    }

.ArtWorkListItem a {
    z-index: 1;
}

.ArtWorkListItem .ArtWorkFaBtn {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 10px;
}

.ArtWorkListItem:hover .ArtWorkFaBtn {
    opacity: 1;
    top: 0px;
    -webkit-transform: translate(-50%, -16px);
    transform: translate(-50%, -16px);
}

/*加入收藏按鈕*/

.ArtWorkFaBtn {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 500;
    border: 1px solid transparent;
    opacity: 0;
    color: #ccc;
    background: #333;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    box-shadow: 0 0 8px rgb(0 0 0 / 15%);
    -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}


    .ArtWorkFaBtn::before {
        content: '';
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 12px;
        height: 12px;
        margin-left: -6px;
        margin-bottom: -6px;
        background: #333;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .ArtWorkFaBtn div {
        width: 49%;
        border: 0px;
        background-color: transparent;
        text-align: center;
    }

    .ArtWorkFaBtn a {
        white-space: nowrap !important;
        text-decoration: none;
        color: rgba(255,255,255,0.8) !important;
    }

    .ArtWorkFaBtn input[type=submit] {
        background-color: transparent;
        color: rgba(255,255,255,0.8) !important;
        width: 49%;
        border: 0px;
    }

        .ArtWorkFaBtn input[type=submit]:hover {
            color: rgba(255,255,255,1) !important;
        }

    .ArtWorkFaBtn a:hover {
        color: rgba(255,255,255,1) !important;
    }

    .ArtWorkFaBtn span {
        color: #000000;
    }

/*靜態文章用*/
.PageTitle-h1 {
    background-image: url('../images/PageTitleYellow.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.875rem;
    line-height: 30px;
    letter-spacing: 3px;
    background-size: 30px;
    padding-left: 50px;
}

.PageTitle-h2 {
    font-size: 1.2rem;
    line-height: 25px;
    letter-spacing: 3px;
    color: #23282B;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    text-align: left;
}

.PageTitle-h3 {
    font-size: 1.125rem;
    line-height: 27px;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight: bold;
    text-align: left;
    color: #C7ACA1 !important;
}

.DocTitle-h1 {
    background-image: url('../images/PageTitleYellow.png');
    background-repeat: no-repeat;
    background-position: left center;
    font-size: 1.875rem;
    line-height: 30px;
    letter-spacing: 3px;
    background-size: 30px;
    padding-left: 50px;
}

.DocTitle-h2 {
    font-size: 1.5rem;
    line-height: 25px;
    letter-spacing: 3px;
    background-size: 25px;
    padding-left: 50px;
    /*background-image: url('../images/PageTitleYellow.png');*/
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.DocTitle-h3 {
    font-size: 1.125rem;
    line-height: 18px;
    letter-spacing: 3px;
    background-size: 18px;
    padding-left: 50px;
    /* background-image: url('../images/PageTitleYellow.png');*/
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.DocDataBox {
    padding-left: 50px !important;
    color: #848788 !important;
    text-align: justify;
    font-size: 1.25rem;
}

    .DocDataBox p {
        text-align: justify;
        font-size: 1.25rem;
        line-height: 36px;
        text-indent: 1em;
        color: #848788 !important;
    }

    .DocDataBox div {
        text-align: justify;
        font-size: 1.25rem;
        line-height: 36px;
    }

    .DocDataBox img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
    }

    .DocDataBox .DocDataBoxNum {
        width: 26px;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
        white-space: nowrap;
    }

    .DocDataBox .DocDataBoxNum2 {
        width: 50px;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
        white-space: nowrap;
    }

    .DocDataBox .DocDataBoxDot {
        font-size: 0.75rem;
        width: 26px;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
        transform: scale(0.7);
    }

    .DocDataBox .DocDataBoxDot2 {
        font-size: 0.75rem;
        width: 26px;
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
        transform: scale(0.75);
    }

    .DocDataBox .DocDataBoxValue {
        width: calc(100% - 26px);
    }

    .DocDataBox .DocDataBoxValue2 {
        width: calc(100% - 50px);
    }

    .DocDataBox .DocDataBoxValue a {
        font-weight: 400;
        color: rgba(66,139,202,0.8);
        /*  border-bottom: 2px solid rgba(66,139,202,0.25);*/
        -webkit-transition: all .25s;
        transition: all .25s;
        text-decoration: none;
    }

    .DocDataBox a {
        font-weight: 400;
        color: rgba(66,139,202,0.8);
        /*      border-bottom: 2px solid rgba(66,139,202,0.25);*/
        -webkit-transition: all .25s;
        transition: all .25s;
        text-decoration: none;
    }

    .DocDataBox .img-fluid {
        width: 100%;
        max-width: 1000px;
        height: auto;
    }

@media (max-width:719.9px) {
    /*    .DocTitle-h1 {
        padding-left: 0px !important;
    }*/

    .DocTitle-h2 {
        font-size: 1.2rem;
        padding-left: 0px !important;
    }

    .DocDataBox {
        padding-left: 0px !important;
    }

        .DocDataBox p {
            font-size: 1rem;
            line-height: 32px;
        }

        .DocDataBox div {
            font-size: 1rem;
            line-height: 32px;
        }
}

/*文創商品*/
.NavSelectBar {
}

    .NavSelectBar .nav-item a {
        padding: 0 12px;
        margin: 2px 0;
        font-size: 1rem;
        line-height: 32px;
        border-radius: 16px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        text-transform: capitalize;
        color: inherit;
        cursor: pointer;
        -webkit-transition: all .25s;
        transition: all .25s;
    }

    .NavSelectBar .nav-item .Active {
        color: #fff !important;
        background: #DAAA71;
        border-radius: 16px;
    }

    .NavSelectBar .nav-item:hover .nav-link {
        background: rgba(0,0,0,0.05) !important;
    }

    .NavSelectBar .nav-item:hover .Active {
        color: #fff;
        background: #DAAA71 !important;
        border-radius: 16px;
    }

.ProBox {
}

.ProBoxItem {
    display: block;
    color: #fff;
    margin-top: 12px;
}

    .ProBoxItem > .wrapper {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: 100%;
        -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 13%);
        box-shadow: 0 0 16px rgb(0 0 0 / 13%);
        -webkit-transition: all .25s ease-out;
        transition: all .25s ease-out;
    }

    .ProBoxItem:hover > .wrapper {
        -webkit-box-shadow: 0 0 32px rgba(0,0,0,0.3);
        box-shadow: 0 0 32px rgba(0,0,0,0.3);
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .ProBoxItem:hover .ProBoxItemImg {
        -webkit-transform: scale(1.15);
        transform: scale(1.15)
    }

    .ProBoxItem:hover .ProBoxItemTxt {
        background: rgba(0,0,0,0.5)
    }

.ProBoxItemImg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.ProBoxItemTxt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px;
    background: rgba(0,0,0,0.3);
    text-shadow: 0 0 4px rgb(0 0 0 / 15%);
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
    color: #fff;
    max-height: 70px;
    overflow: hidden;
}

.ProBoxItemTxtYear {
    font-size: 0.75rem;
    line-height: 16px;
}

.ProBoxItemTxtName {
    margin-bottom: 4px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 20px;
}

@media (min-width: 1100px) {
    .ProBoxItem {
        margin-top: 20px;
        margin-right: 20px;
        width: calc((100% - 61px) / 4);
    }

        .ProBoxItem:nth-child(4n) {
            margin-right: 0px;
        }
}

@media (min-width: 701px) and (max-width: 1099.9px) {
    .ProBoxItem {
        margin-top: 15px;
        margin-right: 15px;
        width: calc((100% - 31px) / 3);
    }

        .ProBoxItem:nth-child(3n) {
            margin-right: 0px;
        }
}

@media (max-width: 700.9px) {
    .ProBoxItem {
        margin-top: 15px;
        margin-right: 15px;
        width: calc((100% - 16px) / 2);
    }

        .ProBoxItem:nth-child(2n) {
            margin-right: 0px;
        }



        .ProBoxItem > .wrapper {
            padding-bottom: 66.66%;
        }
}


@media (max-width: 719.9px) {
    .NavSelectBar .nav-item a {
        padding: 0 6px;
        margin: 2px 0;
        font-size: 0.8125rem;
        line-height: 28px;
    }
}

.ProDataDetailBox {
    /*    border-left: 1px solid rgba(0,0,0,0.15) !important;
    border-right: 1px solid rgba(0,0,0,0.15) !important;*/
}

.ProDataDetailBuy .price {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 64px;
    text-align: center;
    font-family: Roboto, "Microsoft Jhenghei", "sans-serif";
}

.ProDataDetailBuy a {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:1119.9px) {
    .pls-auto {
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
    }

    .ProDataDetailBox {
        border-left: 1px solid rgb(255 255 255) !important;
        border-right: 1px solid rgba(255 255 255) !important;
    }
}

@media (max-width: 719.9px) {
    .ProDataDetailText {
        font-size: 1rem;
        line-height: 28px;
    }

    .ProDataDetailBuy {
        padding: 16px;
        border-top: 1px solid rgba(0,0,0,0.15) !important;
        border-bottom: 1px solid rgba(0,0,0,0.15) !important;
        text-align: center;
    }

        .ProDataDetailBuy a {
            width: 50%;
            display: inline-flex !important;
            justify-content: center;
            align-items: center;
        }

        .ProDataDetailBuy .price {
            width: 50%;
            display: inline-flex !important;
            font-size: 1.25rem;
            font-weight: bold;
            line-height: 48px;
            text-align: center;
        }
}

@media (min-width:720px) and (max-width: 1119.9px) {
    .ProDataDetailText {
        font-size: 1rem;
        line-height: 32px;
    }
}

@media (min-width: 1120px) {
    .ProDataDetailText {
        font-size: 1.125rem;
        line-height: 36px;
    }
}

.ProDataDetailTitle {
    width: 50px;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    font-weight: bold;
}

.ProDataDetailValue {
    width: calc(100% - 50px);
    padding-left: 10px;
}

/*Gal Data*/
.DetailBox {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .DetailBox a {
        color: inherit;
        border-bottom: 2px solid rgba(199,172,161,0.4);
        -webkit-transition: all .25s;
        transition: all .25s;
        text-decoration: none;
    }

        .DetailBox a:hover {
            border-bottom: 2px solid #C7ACA1;
        }

.DetailTitle {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
    width: 130px;
    font-weight: bold;
    text-align: left;
    padding: 8px 0px;
}

.DetailValue {
    width: calc(100% - 130px);
    padding: 8px 0px;
    font-size: 1rem;
    line-height: 24px;
}

.DescBox {
    text-align: justify;
    font-size: 1rem;
    line-height: 28px;
    text-indent: 2em;
}

.DescFromBox {
    text-indent: 0;
    text-align: right;
    line-height: 28px;
    font-size: 1rem;
}

.GalCard {
    width: 100%;
    max-width: 520px;
    padding: 32px 40px;
}

.GalCardName .NameCH {
    font-size: 1.5rem;
    line-height: 28px;
    font-weight: 700;
    display: block;
}

.GalCardName .NameEN {
    font-size: 1.25rem;
    line-height: 24px;
    font-weight: 700;
}

.GalCardType .TypeCH {
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
}

.GalCardType .TypeEN {
    font-size: 0.875rem;
    line-height: 18px;
    max-height: 36px;
    overflow: hidden;
    font-weight: 700;
}

.GalCardAuthor {
    padding-left: 16px;
    border-left: 1px solid rgba(0,0,0,0.15);
}

    .GalCardAuthor .AuthorNameCH {
        font-size: 1rem;
        overflow: hidden;
        max-height: 48px;
        font-weight: 700;
        display: block;
    }

    .GalCardAuthor .AuthorNameEN {
        font-size: 0.875rem;
        line-height: 20px;
        overflow: hidden;
        max-height: 40px;
        font-weight: 700;
        display: block;
        font-family: Roboto, "Microsoft Jhenghei", sans-serif;
    }

    .GalCardAuthor .AuthorDate {
        font-size: 0.75rem;
        line-height: 24px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: 700;
    }

.GalCardSize .SizeCN {
    font-size: 0.875rem;
    overflow: hidden;
    line-height: 24px;
    font-weight: 700;
    display: block;
}

.GalCardNO .NOTitle {
    font-size: 0.875rem;
    overflow: hidden;
    line-height: 24px;
    font-weight: 700;
    display: block;
    text-align: right;
}

.GalCardNO .NOValue {
    font-size: 0.875rem;
    overflow: hidden;
    line-height: 24px;
    font-weight: 700;
    display: block;
}

@media (max-width: 719.9px) {
    .DetailBox {
        width: 100%;
        padding-right: var(--bs-gutter-x,.75rem);
        padding-left: var(--bs-gutter-x,.75rem);
        display: block;
    }

    .DetailTitle {
        width: 100px;
    }

    .DetailValue {
        width: calc(100% - 100px);
    }

    .GalCard {
        width: 90%;
        max-width: 520px;
    }
}

.InfoBox a {
    text-decoration: none;
    padding: 0 24px;
    font-size: 1rem;
    line-height: 40px;
    border-radius: 20px;
    color: rgba(255,255,255,0.8);
    background: rgba(0,0,0,0.5);
    cursor: pointer;
    -webkit-transition: all .25s;
    transition: all .25s;
    text-align: center;
}

    .InfoBox a:hover {
        color: #fff;
        background: rgba(0,0,0,0.8);
    }
/*會員*/
.info {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    padding: 8px;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
    text-align: center;
}

    .info .title {
        overflow: hidden;
        margin-bottom: 8px;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 24px;
        color: #000;
    }

    .info .meta {
        margin-bottom: 32px;
        font-size: 0.875rem;
        line-height: 18px;
        color: #666;
    }

    .info .type {
        text-transform: capitalize;
    }

    .info .year {
        margin-left: .5em;
    }

    .info .author {
        font-size: 0.875rem;
        font-weight: bold;
        line-height: 18px;
    }

.loginArtwork {
    height: 100%;
}

    .loginArtwork .imageWrapper {
        position: relative;
        height: calc(100% - 110px);
    }

        .loginArtwork .imageWrapper img {
            position: absolute;
            left: 50%;
            top: 50%;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
            /* border: 4px solid #fff;*/
            -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 13%);
            box-shadow: 0 0 16px rgb(0 0 0 / 13%);
        }
/*註冊*/
.registMark {
    padding: 8px 16px;
    font-size: 120%;
    line-height: 150%;
    text-align: center !important;
    color: #000;
    background: #FE0;
}

.registLink {
    color: #005663;
    border-bottom: 2px solid rgba(199,172,161,0.4);
    -webkit-transition: all .25s;
    transition: all .25s;
    text-decoration: none;
}

    .registLink:hover {
        color: #428bca;
        border-bottom-color: rgba(199,172,161,0.5);
    }

.d-inline-block label {
    padding-left: 10px;
}

.abbrtip {
    font-size: 0.75rem;
    padding-left: 8px;
    font-weight: 500;
}

/*會員*/
#memberCardBlock {
    position: relative;
    width: 240px;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#memberSummaryBlock {
    width: calc(100% - 288px);
    margin-left: 48px;
    -webkit-transition: all .25s;
    transition: all .25s;
}

#memberCardBlock .thumb {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 16px auto 16px;
    width: 224px;
    height: 224px;
    border-radius: 50%;
    border: 4px solid #fff;
    -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 13%);
    box-shadow: 0 0 16px rgb(0 0 0 / 13%);
    background-color: #DAAA71;
    background-size: cover;
    background-position: center center;
}

    #memberCardBlock .thumb .namealt {
        position: absolute;
        left: 55%;
        top: 55%;
        font-size: 17.5rem;
        font-weight: bold;
        color: #fff;
        -webkit-transform: translate(-50%, -50%) rotate( -15deg );
        transform: translate(-50%, -50%) rotate(-15deg);
    }

#memberCardBlock .name {
    margin-bottom: 16px;
    padding-bottom: 16px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    border-bottom: 2px solid rgba(0,0,0,0.15);
}

.function a {
    display: block;
    position: relative;
    font-size: 1rem;
    line-height: 40px;
    color: #333;
    cursor: pointer;
    text-decoration: none;
}

#memberCardBlock .function a:first-child {
    display: block;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 16px;
}

.function a span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #DAAA71;
    color: #fff;
    border-radius: 50%;
    text-align: center;
}

@media (max-width: 719.9px) {
    #memberCardBlock {
        margin-bottom: 32px;
        position: relative;
        width: 100%;
    }

    #memberSummaryBlock {
        margin-left: 0px;
        margin-bottom: 32px;
        width: 100%;
    }

    #memberCardBlock .thumb {
        float: left;
        position: relative;
        display: block;
        overflow: hidden;
        width: 112px;
        height: 112px;
        border-radius: 50%;
        border: 2px solid #fff;
        -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 13%);
        box-shadow: 0 0 16px rgb(0 0 0 / 13%);
        background-color: #DAAA71;
        background-size: cover;
        background-position: center center;
    }

    #memberCardBlock .name {
        margin-left: 128px;
        margin-bottom: 16px;
        padding-bottom: 0px;
        font-size: 1.25rem;
        font-weight: bold;
        line-height: 28px;
        border-bottom: 2px solid rgba(0,0,0,0.15);
        text-align: left;
    }

    #memberCardBlock .function {
        margin-left: 128px;
    }

        #memberCardBlock .function a {
            display: inline-block;
            font-size: 0.875rem;
            line-height: 32px;
        }

            #memberCardBlock .function a:first-child {
                display: block;
                padding-bottom: 0px;
                border-bottom: 0px solid rgba(0,0,0,0.1);
                margin-bottom: 0px;
            }

            #memberCardBlock .function a span {
                width: 20px;
                height: 20px;
                background-color: transparent;
                color: transparent;
                border-radius: 50%;
                text-align: center;
                content: '';
            }

    #memberCardBlock .thumb .namealt {
        position: absolute;
        left: 55%;
        top: 55%;
        font-size: 8.75rem;
        font-weight: bold;
        color: #fff;
        -webkit-transform: translate(-50%, -50%) rotate( -15deg );
        transform: translate(-50%, -50%) rotate(-15deg);
    }
}


.ApplyBoxItem .ApplyBoxItemData {
    width: 34%;
}

.ApplyBoxItem .ApplyBoxItemState {
    width: 34%;
    text-align: center;
}

.ApplyBoxItem .ApplyBoxItemPrint {
    width: 29%;
}

.FaListBoxItem {
    margin-right: 16px;
    margin-top: 10px;
    width: calc((100% - 49px) / 4);
    height: 320px;
}

    .FaListBoxItem:nth-child(4n) {
        margin-right: 0px;
    }


    .FaListBoxItem .disp::before {
        content: '';
        position: absolute;
        left: 4px;
        top: 4px;
        right: 4px;
        border-top: 4px dotted rgba(0,0,0,0.15);
    }

    .FaListBoxItem .disp {
        position: relative;
        height: calc(100% - 50px);
        padding: 10px;
    }

        .FaListBoxItem .disp::after {
            content: '';
            position: absolute;
            z-index: -100;
            left: 2px;
            right: 2px;
            top: 3px;
            height: 100%;
            background: #fff;
            -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 13%);
            box-shadow: 0 0 16px rgb(0 0 0 / 13%);
            border-radius: 4px;
        }

        .FaListBoxItem .disp img {
            position: absolute;
            left: 50%;
            top: 50%;
            max-width: 100%;
            max-height: 100%;
            width: auto;
            height: auto;
            -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
            -webkit-transform: translate(-50%, -50%) scale(0.8);
            transform: translate(-50%, -50%) scale(0.8);
            /* border: 4px solid #fff;*/
            -webkit-box-shadow: 0 0 16px rgb(0 0 0 / 13%);
            box-shadow: 0 0 16px rgb(0 0 0 / 13%);
        }

    .FaListBoxItem .info {
        height: 50px;
        text-align: left;
    }


@media(max-width:800px) {

    .FaListBoxItem {
        margin-right: 16px;
        margin-top: 10px;
        width: calc((100% - 17px) / 2);
        height: 320px;
    }

        .FaListBoxItem:nth-child(2n) {
            margin-right: 0px;
        }
}
/*查詢*/
.ArtWorkListItem2 {
    margin-top: 10px;
    width: calc((100% - 1px) / 3);
    transform: scale(0.9);
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    .ArtWorkListItem2:hover {
        transform: scale(1);
    }


@media (max-width: 719.9px) {
    .ArtWorkListItem2 {
        width: 100%;
    }
}

@media (min-width:720px) and (max-width: 1119.9px) {
    .ArtWorkListItem2 {
        width: calc((100% - 1px) / 2);
    }
}

.ArtWorkListItem2 .ArtWorkImg2 {
    width: 120px;
}

.ArtWorkListItem2 .ArtWorkDesc2 {
    width: calc(100% - 155px);
    padding: 16px;
}

.ArtWorkListItem2 .ArtWorkFb2 {
    position: relative;
    width: 32px
}

    .ArtWorkListItem2 .ArtWorkFb2 a {
        width: 32px;
        height: 32px;
        font-family: "Material Icons";
        -webkit-font-feature-settings: "liga" 1;
        font-feature-settings: "liga" 1;
        color: #d8d8d8;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.ArtWorkListItem2:hover .ArtWorkFb2 a {
    color: rgb(0, 130, 150)
}

/*Search*/
.SearchBox1 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

    .SearchBox1 input[type=submit] {
        padding: 0 16px;
        height: 48px;
        font-size: 1.25rem;
        line-height: 48px;
        text-align: center;
        color: #fff;
        background: #C7ACA1;
        border-radius: 4px;
    }

    .SearchBox1 input[type=text] {
        width: calc(100% - 225px);
    }

    .SearchBox1 a {
        display: unset;
        padding: 0 16px;
        height: 48px;
        font-size: 1.25rem;
        line-height: 48px;
        text-align: center;
        color: #fff;
        background: #C7ACA1;
        border-radius: 4px;
    }

        .SearchBox1 a:hover {
            color: #fff;
        }

    .SearchBox1 .AdvSearchBox {
        display: inline-block;
    }

@media(max-width:720px) {
    .SearchBox1 input[type=text] {
        width: calc(100% - 70px);
    }

    .SearchBox1 input[type=submit] {
        padding: 0 8px;
        height: 40px;
        font-size: 1rem;
        line-height: 40px;
        text-align: center;
        color: #fff;
        background: #008296;
        border-radius: 4px;
    }

    .SearchBox1 .AdvSearchBox {
        display: none;
    }
}

/*.MoreSearch:not(.show) {
    opacity: 1;
    visibility: visible;
    height: 70px;
    transition: height 0.8s ease;
}

    .MoreSearch:not(.show) .divKeyWrd {
        flex: 0 0 auto;
        width: 100%;
        padding-right: 0px;
    }*/

/*    .MoreSearch:not(.show) .divOther {
        display: none;
    }*/

.MoreSearch {
    height: 320px;
    visibility: visible;
    opacity: 1;
    transition: height 0.8s ease;
    display: flex;
    flex-wrap: wrap;
}

    .MoreSearch .divKeyWrd {
        flex: 0 0 auto;
        width: 50%;
        padding-right: 15px;
    }

    .MoreSearch .divOther {
        display: inline-block;
        flex: 0 0 auto;
        width: 50%;
    }
/*
.divOther:nth-child(odd) {
    padding-right: 15px;
}

.divOther:nth-child(even) {
    padding-left: 15px;
}

@media (max-width: 719.9px) {
    .MoreSearch {
        height: 700px;
    }

        .MoreSearch .divKeyWrd {
            width: 100%;
            padding-right: 0px;
        }

        .MoreSearch .divOther {
            width: 100%;
            padding: 0px !important;
        }
}*/

.ItemBox {
    /* height: 120px;*/
    border-radius: 4px;
    /* overflow-y: scroll;*/
    padding: 8px;
}

.chkListItem {
    width: calc((100% - 1px) / 5);
    padding: 5px;
    position: relative;
    margin-bottom: 10px;
}

    .chkListItem:hover {
        background: #f8f8f8;
    }

@media (max-width: 719.9px) {
    .chkListItem {
        width: calc((100% - 1px) / 2);
    }
}

.form-check-ntmofa input[type=checkbox] {
    opacity: 0;
}

.form-check-ntmofa label:before {
    display: inline-block;
    content: "";
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 0px !important;
    position: absolute;
    top: 5px;
    left: 3px;
}

.form-check-ntmofa label {
    font-size: 1rem;
    line-height: 20px;
    width: calc(100% - 21px);
    padding-left: 10px;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-check-ntmofa input[type=checkbox]:checked ~ label:before {
    content: '✓';
    color: #fff;
    background-color: #DAAA71 !important;
    font-size: 0.9375rem;
    text-align: center;
}

.MoreCondition {
    position: relative;
}


    .MoreCondition:not(.show) .iconmore {
        width: 20px;
        height: 20px;
        -moz-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        transform: scaleY(-1);
        transition: transform .9s;
    }

    .MoreCondition .iconmore {
        width: 20px;
        height: 20px;
        -moz-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        -o-transform: scaleY(1);
        transform: scaleY(1);
        transition: transform .9s;
    }


/*Year*/
.Link a {
    display: block;
    position: relative;
    padding-right: 40px;
    font-size: 0.875rem;
    line-height: 32px;
    color: inherit;
    text-align: right;
    text-decoration: none;
}

.Link .morelink::before {
    content: 'chevron_right';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-family: "Material Icons";
    text-align: center;
    -webkit-font-smoothing: antialiased !important;
    -webkit-font-feature-settings: "liga" 1;
    font-feature-settings: "liga" 1;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: #DAAA71;
    -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 15%);
    box-shadow: 0 0 4px rgb(0 0 0 / 15%);
    border-radius: 50%;
    color: #fff;
}

.Years .Year {
    font-size: 2.5rem;
    line-height: 64px;
    height: 64px;
    font-weight: 300;
    border-bottom: 2px solid #008296;
    text-align: justify !important;
    text-justify: inter-word;
}

.Years .Count {
    font-size: 0.875rem;
    line-height: 32px;
}

.MobLink .Year {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 24px;
    padding-left: 16px;
    height: 24px;
    border-left: 2px solid #008296;
}

.TimeLineBoxItem {
    width: calc(100% - 175px);
}

.TimeLineBoxTip {
    width: 160px;
    display: flex;
    margin-left: 15px;
}

.MobLink {
    display: none;
}

@media (max-width: 719.9px) {
    .TimeLineBoxItem {
        width: 100%;
    }

    .TimeLineBoxTip {
        display: none;
    }

    .MobLink {
        display: flex;
    }

    .Link a {
        display: inline-block;
        padding-right: 20px;
        margin-right: 10px;
    }

    .Link .morelink::before {
        width: 14px;
        height: 14px;
        line-height: 14px;
        right: 3px;
    }
}

.TimeLineBoxItemImg {
    width: calc(100% / 3);
    padding: 20px;
}

    .TimeLineBoxItemImg img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

.ImgBox1 {
    background: -webkit-gradient(linear, left top, right top, color-stop(90%, rgba(0,0,0,0)), to(rgba(0,0,0,0.04)));
    background: linear-gradient(to right, rgba(0,0,0,0) 90%, rgba(0,0,0,0.04) 100%);
}

.ImgBox2 {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, rgba(0,0,0,0)), to(rgba(0,0,0,0.04)));
    background: linear-gradient(to right, rgba(0,0,0,0) 70%, rgba(0,0,0,0.04) 100%);
}

.ImgBox3 {
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(0,0,0,0)), to(rgba(0,0,0,0.04)));
    background: linear-gradient(to right, rgba(0,0,0,0) 50%, rgba(0,0,0,0.04) 100%);
}

.StaTitle {
    text-align: start;
    text-decoration: none;
    display: block;
    vertical-align: top;
    color: #666;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    -webkit-transition: all .25s;
    transition: all .25s;
    line-height: 100%;
    display: flex;
    opacity: 0.8;
}

.StaTitle {
    line-height: 100%;
    padding-top: 4px;
}

    .StaTitle:hover {
        color: #181818;
        opacity: 1;
    }


    .StaTitle div {
        height: 25px;
    }

    .StaTitle:hover div {
        height: 27px;
        /*   border-bottom: 2px solid rgba(0,130,150,0.5);*/
    }



/*statistics*/
.StaNumBox {
    width: 200px;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.StaValueBox {
    width: calc(100% - 200.5px);
}

.StaCountBox {
    width: 160px;
    height: 160px;
    text-align: center;
    color: #fff;
    background: #DAAA71;
    border-radius: 50%;
}

    .StaCountBox .Count {
        position: relative;
        padding-top: 32px;
        font-size: 2rem;
        font-weight: 900;
        line-height: 64px;
        text-shadow: 1px 1px 0 rgb(0 0 0 / 5%);
    }

    .StaCountBox .Desc {
        position: relative;
        border-top: 2px solid #fff;
        padding-top: 8px;
        display: inline-block;
    }

.StaBoxNum {
    width: 55px;
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

    .StaBoxNum a {
        color: #333;
        border-bottom: 2px solid rgba(0,130,150,0.2);
        -webkit-transition: all .25s;
        transition: all .25s;
        text-decoration: none;
        font-weight: 700;
    }

    .StaBoxNum:hover a {
        border-bottom: 2px solid #DAAA71;
    }

.StaBoxValue {
    width: calc(100% - 55.1px);
}

.StaBoxValueItem {
    webkit-transition: all .25s;
    transition: all .25s;
    width: calc((100% - 1px) / 3);
    padding-left: 16px;
    margin-top: 10px;
    text-decoration: none;
    color: #23282B;
}

    .StaBoxValueItem:hover {
        color: #23282B;
    }

        .StaBoxValueItem:hover .line {
            border: 2px dotted #DAAA71;
        }

@media (min-width:720px) and (max-width: 1119.9px) {
    .StaBoxValueItem {
        width: calc((100% - 1px) / 2);
    }
}

@media (max-width: 719.9px) {
    .StaNumBox {
        width: 100%;
    }

    .StaValueBox {
        width: 100%;
    }

    .StaBoxValueItem {
        width: 100%;
    }
}

.StaBoxValueItem .label {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 4px;
    font-weight: bold;
    text-transform: capitalize;
}

.StaBoxValueItem .line {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    height: 55%;
    border-bottom: 2px dotted rgba(0,0,0,0.1);
}

.StaBoxValueItem .value {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-left: 4px;
    text-align: right;
}

.StaBoxChart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}



    .StaBoxChart .ChartBar {
        position: relative;
        height: 24px;
        color: #fff;
        background: #DAAA71;
        border-radius: 4px;
    }


.StaBoxChart {
    position: relative;
}

    .StaBoxChart span {
        position: absolute;
        top: 0;
        color: #999;
        font-size: 0.875rem;
        font-weight: 700;
        line-height: 24px;
    }

    .StaBoxChart .InSide {
        color: #FFF !important;
    }

.SearchSizeBox .Active {
    color: #C7ACA1 !important;
}

.GameBG {
    /* background: url('../images/gameBGright.png') left center no-repeat,url('../images/gameBGleft.png') right center no-repeat;*/
    height: 40px;
    background-size: 40px auto;
    line-height: 40px;
    width: 100%;
    max-width: 400px;
    display: inline-block;
    margin: 0px auto;
    border-radius: 16px;
}

.GameImg {
    width: 100%;
    height: auto;
    max-width: 400px;
    display: block;
    margin: 0 auto;
}
/*典藏目錄*/
.YearTitle {
    width: 100%;
}

.YearBox {
    height: 500px;
    padding: 25px 50px;
}

.YearBox2 {
    padding: 25px 50px;
}

.YearBox3 {
    padding: 25px 50px;
}

.YearLeftBox {
    width: 150px;
}

.YearCenterBox::-webkit-scrollbar {
    display: none;
}

.YearCenterBox {
    width: calc(100% - 250px);
    overflow-y: scroll;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
    scroll-behavior: smooth;
}

.YearRightBox {
    width: 100px;
}

.YearBox .Chart {
    height: 200px;
}

.YearBox .Count {
    height: 55px;
    line-height: 55px;
    font-size: 1.25rem;
    width: 100%;
}

.YearBox .TimeLine {
    height: 60px;
    line-height: 60px;
    width: 100%;
    position: relative;
}


    .YearBox .TimeLine a {
        height: 30px;
        width: 30px;
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 15px;
    }

.YearBox .YearLeftBox .TimeLine::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 28px;
    background-color: #4F5355;
    left: 40px;
}

.YearBox .YearRightBox .TimeLine::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    top: 28px;
    right: 40px;
    background-color: #4F5355;
}

.YearBox .YearRightBox .TimeLine a {
    right: 15px;
    left: unset;
}

.YearBox .Year {
    height: 55px;
    line-height: 55px;
    font-size: 1.25rem;
    width: 100%;
}

.YearBox .TimeBoxItem {
    flex: 0 0 130px;
    text-align: center;
    position: relative;
    height: 100%;
}

    .YearBox .TimeBoxItem .ChartBox {
        width: 65px;
        margin: 0 auto;
        display: inline-block;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translateX(-50%);
    }


@media(max-width:719.9px) {
    .YearBox {
        padding: 25px 20px;
    }

    .YearLeftBox {
        width: 30px;
    }

    .YearBox .TimeBoxItem {
        flex: 0 0 72px;
    }

        .YearBox .TimeBoxItem .ChartBox {
            width: 40px;
        }

    .YearLeftBox .Count span {
        display: none;
    }

    .YearLeftBox .Year span {
        display: none;
    }

    .YearCenterBox {
        width: calc(100% - 60px);
    }

    .YearRightBox {
        width: 30px;
    }

    .YearBox .TimeBoxItem {
        flex: 0 0 95px;
    }
}



.YearCenterBox .TimeLine .TimeBoxItem {
    background-image: url('../images/TimeLineDot.png');
    background-repeat: no-repeat;
    background-position: center 8px;
    background-size: 30px auto;
    height: 60px;
}

    .YearCenterBox .TimeLine .TimeBoxItem:nth-child(even) {
        background-size: 24px auto;
        background-position: center 10px;
        height: 60px;
    }

    .YearCenterBox .TimeLine .TimeBoxItem:before {
        content: '';
        display: block;
        width: 130px;
        height: 4px;
        background-color: #4F5355;
        position: absolute;
        left: 0;
        top: 20px;
    }

.YearTitle {
    background-image: url('../images/arrow-down-yellow.png');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 16px;
    font-size: 1.5rem;
    line-height: 25px;
    letter-spacing: 3px;
    color: #23282B;
    margin-bottom: 8px;
    padding-bottom: 8px;
    padding-left: 28px;
    text-align: left;
}

.YearBox2 .TimeBoxItem {
    margin-top: 15px;
    margin-right: 15px;
    background-color: #F2F2F2;
    height: 80px;
    background-image: url('../images/Def.png');
    background-repeat: no-repeat;
    background-size: 80px auto;
    padding-left: 90px;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}


@media (max-width: 719.9px) {
    .YearBox2 {
        padding: 25px 20px;
    }

        .YearBox2 .TimeBoxItem {
            width: 100%;
            background-size: 50px auto;
            padding-left: 65px;
            height: 50px;
        }



            .YearBox2 .TimeBoxItem .TimeBoxItemLink {
                width: 100%;
                height: 50px;
                line-height: 50px;
                font-size: 1.125rem;
            }
}

@media (min-width:720px) and (max-width: 1119.9px) {
    .YearBox2 .TimeBoxItem {
        width: calc((100% - 31px) / 3);
    }

        .YearBox2 .TimeBoxItem:nth-child(3n+1) {
            margin-right: 0px;
        }

        .YearBox2 .TimeBoxItem .TimeBoxItemLink {
            width: 100%;
            height: 80px;
            line-height: 80px;
            font-size: 1.25rem;
        }
}

@media (min-width: 1120px) {
    .YearBox2 .TimeBoxItem {
        width: calc((100% - 46px) / 4);
    }

        .YearBox2 .TimeBoxItem:nth-child(4n+1) {
            margin-right: 0px;
        }

        .YearBox2 .TimeBoxItem .TimeBoxItemLink {
            width: 100%;
            height: 80px;
            line-height: 80px;
            font-size: 1.25rem;
        }
}

.YearBox3 .TimeBoxItem {
    margin-top: 15px;
    margin-right: 15px;
    -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    padding: 0px 15px;
}

    .YearBox3 .TimeBoxItem .TimeBoxItemDesc div {
        color: #23282B !important;
        font-size: 1.25rem;
        line-height: 30px;
        text-align: center;
        padding: 20px 0px;
    }

    .YearBox3 .TimeBoxItem img {
        display: flex;
        margin: 0 auto;
    }

@media (min-width: 1120px) {
    .YearBox3 .TimeBoxItem {
        width: calc((100% - 46px) / 4);
    }

        .YearBox3 .TimeBoxItem:nth-child(4n) {
            margin-right: 0px;
        }
}

@media (min-width:720px) and (max-width: 1119.9px) {
    .YearBox3 .TimeBoxItem {
        width: calc((100% - 31px) / 2);
    }

        .YearBox3 .TimeBoxItem:nth-child(2n) {
            margin-right: 0px;
        }
}

@media (max-width: 719.9px) {
    .YearBox3 {
        padding: 25px 20px;
    }

        .YearBox3 .TimeBoxItem {
            width: 100%;
        }

            .YearBox3 .TimeBoxItem .TimeBoxItemDesc div {
                font-size: 1.125rem;
                line-height: 20px;
            }
}

.GameList {
}

    .GameList .GameListItem {
        width: calc((100% - 1px) / 5);
        padding: 20px;
        transform: scale(0.9);
        -webkit-transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
        transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    }

        .GameList .GameListItem:hover {
            transform: scale(1);
        }

        .GameList .GameListItem .GameImg {
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center center;
        }

            .GameList .GameListItem .GameImg img {
                visibility: hidden;
            }

.GameListItem .GameDesc {
    padding: 15px 0px;
    font-size: 1.25rem;
    line-height: 25px;
}

    .GameListItem .GameDesc .GameSelect {
        width: 25px;
    }

    .GameListItem .GameDesc .GameStr {
        width: calc(100% - 25px);
    }

    .GameListItem .GameDesc .GameSelectBox .GameSelect input {
        width: 20px;
        height: 20px;
    }


@media (min-width:720px) and (max-width:1119.9px) {
    .GameList .GameListItem {
        width: calc((100% - 1px) / 4);
    }

    .GameListItem .GameDesc {
        font-size: 1rem;
    }
}

@media (max-width:719.9px) {
    .GameList .GameListItem {
        width: calc((100% - 1px) / 2);
    }

    .GameListItem .GameDesc {
        font-size: 1rem;
    }
}

.Game-Group .btn-default input {
    width: 16px;
    height: 16px;
}

.Game-Group .btn-default label {
    font-size: 1.25rem;
    margin-left: 5px;
    line-height: 25px;
}

.Grid .dropdown-menu {
    height: auto;
    max-height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

    .Grid .dropdown-menu .show {
        height: auto;
        max-height: 250px;
        overflow-y: scroll;
        overflow-x: hidden;
    }

.Grid .dropdown-item.active, .dropdown-item:active {
    background-color: #C7ACA1;
    color: #FFFFFF !important;
}

.ApplyFormBox {
    padding-bottom: 15px;
    margin-top: 15px;
}

    .ApplyFormBox .ApplyFormBoxItem {
        margin-right: 16px;
        width: calc((100% - 17px) / 2);
        line-height: 30px;
    }

        .ApplyFormBox .ApplyFormBoxItem:nth-child(2n) {
            margin-right: 0px;
        }

    .ApplyFormBox .ApplyFormBoxItem2 {
        width: 100%;
    }

.abbrtip {
    font-size: 0.875rem;
    line-height: 21px;
    height: 21px;
    /*margin-top: 5px;*/
}

.border-dark {
    border-color: rgba(0,0,0,0.5) !important;
}

.GameBox2 {
    position: relative;
}

.CompleteBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.Tip {
    -webkit-transition: all 1.5s;
    -moz-transition: all 1.5s;
    -ms-transition: all 1.5s;
    -o-transition: all 1.5s;
    transition: all 1.5s;
    text-align: center;
}

.opacity-0 {
    opacity: 0 !important;
    z-index: -1;
}

.opacity-1 {
    opacity: 1 !important;
    z-index: 10;
}
.image-style-align-center img {
    margin: 0 auto;
}

.image-style-block-align-right img {
    margin-left: 0 auto 0 0;
}


.image-style-block-align-left img {
    margin-left: 0 0 0 auto;
}