@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


body {
    /*font-family: 'Noto Sans TC', sans-serif;*/
    font-family:"Noto Serif",serif;
    font-weight: normal !important;
    font-smooth: always;
    font-smooth: antialiased;
    font-size: 16px;
    color: #181818;
    box-sizing: border-box;
}

.content {
    padding-top: 60px;
    min-height: 80vh;
}

a {
    color: inherit;
}

    a:hover {
        text-decoration: none;
        color: inherit;
    }

input:active,
input:focus {
    outline: none;
}

.wc100 {
    width: 100%;
    height: auto;
}

.relative {
    position: relative;
}

.pointer {
    cursor: pointer;
}

.dark-bg {

   /* background: radial-gradient(44.8% 71.36% at 1.5% 53.72%, #43414b 0%, #191c24 100%);*/
   background:#fff;
}

.context {
    color: #583A26;
    line-height: 2em;
}
.eng-content {
    color: #583A26;
}

.main-title {
    position: relative;
    color: #4E211A;
}

    .main-title .main {
        font-weight:bold;
        position: relative;
        font-size: 2em;
        left:40px;
        z-index: 10;
    }

    .main-title .sub {
        position: absolute;
        top: -42px;
        font-size: 2.2em;
        z-index: 1;
        
        
    }

    .main-title.white .main {
        color: #4E211A;
    }

.square-image {
    position: relative;
    padding-top: 100%;
    padding-left: 100%;
    display: block;
    background-position: center;
    background-size: cover;
}

.more-btn {
    font-family: "Noto Serif TC", serif;
    font-optical-sizing:auto;
    font-weight: bold;
    font-style: normal;
    color: white;
    display: inline-block;
    width: 130px;
    background-color: #4E211A;
    border-radius: 5px;
    font-size: 1.6em;
    line-height: 1.6em;
    transition: 0.3s;
}

    .more-btn:hover {
        color: white;
        letter-spacing: 0.1em;
        transition: 0.3s;
    }

    .more-btn span {
        display: block;
        color: #cbbd9b;
    }

.main-btn {
    background-color: #cbbd9b;
    padding: 10px 10px;
    display: inline-block;
    color: white;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

    .main-btn:hover {
        background-color: #a89158;
        color: white;
    }

@media (max-width: 992px) {
    .main-btn {
        width: 100%;
    }
}

.main-outline-btn {
    background-color: transparent;
    border: 1px solid #cbbd9b;
    padding: 10px 10px;
    display: inline-block;
    color: #cbbd9b;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

    .main-outline-btn:hover {
        color: #a89158;
        border-color: #baa779;
    }

@media (max-width: 992px) {
    .main-outline-btn {
        width: 100%;
    }
}

#header {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 300;
    width: 100%;
    transition: 0.3s;
    background-color: #9D5A4D;
    height: 60px;
}

    #header.dark {
        background-color: #35201B;
    }

.nav-top {
    height: 60px;
}

    .nav-top .logo {
        width: 360px;
    }

@media (max-width: 991px) {
    .nav-top .logo {
        padding-left: 20px;
    }
}

@media (max-width: 767px) {
    .nav-top .logo {
        width: 280px;
        padding-left: 10px;
    }
}

.nav-top .hamburger {
    width: 30px;
    position: relative;
    z-index: 500;
    cursor: pointer;
}

.nav-top .close-nav {
    width: 30px;
    position: relative;
    z-index: 500;
    cursor: pointer;
}

.nav-top .nav-list {
    display: flex;
    padding: 0px;
    margin: 0px 200px;
}

@media (max-width: 400px) {
    .nav-top .nav-list {
        margin: 0px;
    }
}

.nav-top .nav-list li {
    padding: 0 10px;
    display: inline;
    color: white;
    width: 5.5rem;
}

@media (max-width: 991px) {
    .nav-top .nav-list li {
    }
}


.nav-top .nav-list li a:hover {
    color: #cbbd9b;
}

.nav-top .nav-list li small {
    display: block;
    line-height: auto;
    font-size: 10px;
}

@media (max-width: 991px) {
    .nav-top .nav-list {
        display: none;
    }

        .nav-top .nav-list.active {
            display: block;
            position: fixed;
            width: 100%;
            height: 100vh;
            background-color: red;
            top: 0;
            left: 0;
            background-color: #191c24;
            background: radial-gradient(44.55% 102.94% at 50% 0%, rgba(67, 65, 75, 0.9) 0%, rgba(25, 28, 36, 0.9) 100%);
            padding-top: 20vh;
            backdrop-filter: blur(11px);
            z-index: 300;
        }

            .nav-top .nav-list.active li {
                display: block;
                font-size: 1.2em;
                padding: 20px 0;
                letter-spacing: 0.2em;
                text-align: center;
                width: 24.5rem;
            }
}

.nav-top .nav-list .open-cart-btn .num-alert {
    padding: 0 5px;
    font-size: 12px;
    background-color: #fc6666;
    color: white;
    border-radius: 100px;
    margin-left: 2px;
}

.nav-top .logo-link {
    line-height: 0px;
}

.nav-top .yise-link img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.font-white {
    color: white;
}

.sub-color {
    color: #fd8008;
}

table .table-thumbnail {
    width: 60px;
    height: 60px;
    background-color: #f6f6f6;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/*
    banner style by shunfa
*/

#banner-image{
   width:100%;
   margin-top: 60px;

}
@media (max-width: 576px) {
    #banner-image {
       content: url(../img/banner_m1.jpg);
    }
}






.works-list .work-item {
    margin-bottom: 30px;
}

    .works-list .work-item .work-artist {
        font-size: 0.8em;
        color: #808080;
    }

    .works-list .work-item .work-item-context {
        padding: 0 20px;
        color:black;
    }

.works-list.white .work-item {
    color: white;
}

.works-list.white .work-artist {
    font-size: 0.8em;
    color: #4a4a4a;

}

.works-list .work-thumbnail {
    position: relative;
    padding-left: 100%;
    padding-top: 81%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(0, 0, 0, 0.05);
}

    .works-list .work-thumbnail.sold:after {
        position: absolute;
        right: 0px;
        bottom: 0px;
        color: white;
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
        padding: 2px 5px;
        content: '已收藏';
        font-size: 0.9em;
    }

.works-list .work-name {
    font-weight: bold;
    margin-top: 10px;
}

i {
    margin-right: 6px;
    color: #989898;
}
/*.work-name i {
    color: #989898;
}
.work-en-name i {
    color: #8B7260;
}

.work-artist i {
    color: #8B7260;
}*/

.works-list .work-en-name {
    margin-bottom: 10px;
    font-size: 0.8em;
}

.works-list .price-ori {
    font-size: 0.8em;
    margin-top: 10px;
    text-decoration: line-through;
}

    .works-list .price-ori label {
        background-color: #fd8008;
        color: white;
        padding: 0 3px;
        font-size: 0.9em;
        margin: 0px;
        margin-right: 5px;
    }

.works-list .product-price {
    color: #fd8008;
    font-weight: bold;
    font-size: 1.2em;
}

.works-list .work-price {
    color: #fd8008;
    font-weight: bold;
    margin-top: 5px;
}

.works-detail {
    margin-bottom: 110px;
    display: flex;
}

@media (max-width: 992px) {
    .works-detail {
        display: block;
    }
}

.works-detail .works-detail-thumbnail {
    min-width: 360px;
    position: -webkit-sticky;
    min-height: 100%;
}

    .works-detail .works-detail-thumbnail img {
        position: sticky;
        top: 100px;
    }

@media (max-width: 992px) {
    .works-detail .works-detail-thumbnail {
        min-width: 100%;
        margin-top: 30px;
    }
}

.works-detail .works-detail-thumbnail .zoom-icon {
    display: block;
    position: relative;
}

    .works-detail .works-detail-thumbnail .zoom-icon::before {
        position: absolute;
        top: 0px;
        right: 0px;
        z-index: 10;
        width: 36px;
        height: 36px;
        display: block;
        content: ' ';
        background-image: url('../img/zoom.png');
        background-size: cover;
    }

.works-detail .works-detail-content {
    padding: 0 30px;
    min-width: 50%;
}

@media (max-width: 992px) {
    .works-detail .works-detail-content {
        padding: 0px;
        margin-top: 30px;
    }
}

.works-detail .works-detail-content .price {
    font-size: 1.6em;
    color: #fd8008;
}

.works-detail .work-title {
    font-size: 1.4em;
    margin-bottom: 0px;
    font-weight: bold;
}

.works-detail .work-artist {
    margin-bottom: 20px;
}

.works-detail .works-detail-section {
    margin-top: 20px;
    line-height: 2em;
}

    .works-detail .works-detail-section .works-detail-item {
        margin-bottom: 30px;
    }

.works-detail .work-info {
    font-size: 1em;
    color: #808080;
}

.works-detail .sold {
    background-color: #f3f3f3;
    color: #999999;
    border: 1px solid #cccccc;
    padding: 10px 50px;
    text-align: center;
    display: inline-block;
}

footer {
    position: relative;
    background-size: auto 100%;
    padding: 20px 0px;
    background-color: #EAEAEA;
    font-size:14px;
    font-weight: 700;
    color: #4D4D4D;
}

    footer.fixed {
        position: fixed;
        width: 100%;
        bottom: 0px;
        left: 0;
        z-index: 200;
    }

    footer .social {
        margin: 10px 0px;
        padding: 0px;
    }

        footer .social a {
            color: white !important;
        }

            footer .social a:hover {
                transition: 0.3s;
                color: #e1c495 !important;
            }

        footer .social li {
            width: 30px;
            height: 30px;
            font-size: 12px;
            border: 1px solid #ffffff;
            border-radius: 3px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            transition: 0.3s;
            margin-right: 5px;
        }

            footer .social li:hover {
                transition: 0.3s;
                border: 1px solid #e1c495;
            }

@media (max-width: 768px) {
    footer {
        text-align: center;
    }
}

footer .dgm_logo {
    display: inline-block;
    width: 200px !important;
    vertical-align:text-bottom
}

    footer .dgm_logo img {
        width: 100%;
        height: auto;
    }

.news-items {
    margin-bottom: 30px;
}

    .news-items .news-thumbnail {
        position: relative;
        padding-left: 100%;
        padding-top: 100%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.3);
        border: 1px solid #d3d3d3;
        margin-bottom: 10px;
    }

    .news-items .news-title {
        font-size: 1.1em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

.purchase-login-page {
    width: 100%;
    min-height: 100vh;
    background: radial-gradient(44.55% 102.94% at 50% 0%, #43414b 0%, #191c24 100%);
    padding: 50px 0px;
    position: relative;
    overflow: hidden;
}

    .purchase-login-page .bg-circle1 {
        position: absolute;
        width: 998.3px;
        height: 981.31px;
        left: -470.55px;
        top: -288.5px;
        z-index: -1;
        background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(240, 8, 8, 0) 100%);
    }

    .purchase-login-page .bg-circle2 {
        position: absolute;
        width: 998.3px;
        height: 981.31px;
        right: -500px;
        bottom: -600px;
        z-index: -1;
        background: radial-gradient(50% 50% at 50% 50%, rgba(105, 82, 60, 0.5) 0%, rgba(105, 82, 60, 0) 100%);
    }

    .purchase-login-page .purchase-page-logo {
        width: 280px;
        height: auto;
        margin: 0 auto;
    }

    .purchase-login-page .purchase-page-login-card {
        background-color: rgba(0, 0, 0, 0.4);
        color: white;
        text-align: center;
        padding: 50px 30px;
        width: 400px;
        margin: 0 auto;
    }

@media (max-width: 767px) {
    .purchase-login-page .purchase-page-login-card {
        width: 100%;
    }
}

.purchase-login-page .purchase-page-login-card input {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.5);
    height: 46px;
    width: 100%;
    color: white;
    padding: 15px;
    text-align: center;
}

.purchase-page {
    margin-bottom: 100px;
}

.purchase-wrapper {
    display: flex;
}

@media (max-width: 992px) {
    .purchase-wrapper {
        display: block;
    }
}

.purchase-wrapper .purchase-art-price {
    font-size: 1.4em;
    color: #fd8008;
    font-weight: bold;
}

.purchase-wrapper .purchase-list {
    display: flex;
    flex: 360px;
    min-width: 360px;
    padding-right: 20px;
}

@media (max-width: 992px) {
    .purchase-wrapper .purchase-list {
        flex: 100%;
        max-width: 100%;
        padding-right: 0px;
    }
}

.purchase-wrapper .purchase-list .purchase-thumbnail {
    flex: 100px;
    max-width: 100px;
    margin-right: 20px;
}

.purchase-wrapper .purchase-list .purchase-art-name {
    font-weight: bold;
}

.purchase-wrapper .purchase-list .purchase-content {
    flex: 1;
}

.purchase-wrapper .purchase-form {
    flex: 100%;
    border-left: 1px solid #e6e6e6;
    padding-left: 20px;
}

@media (max-width: 992px) {
    .purchase-wrapper .purchase-form {
        padding-left: 0px;
        border: none;
        border-top: 1px solid #e6e6e6;
        margin-top: 20px;
        padding-top: 20px;
    }
}

.purchase-wrapper .verify-code .input-group-text {
    padding: 0px;
}

    .purchase-wrapper .verify-code .input-group-text img {
        height: 34px !important;
        height: auto;
    }

.customer-management-page {
    background-color: #f9fbfc;
    min-height: 100vh;
}

.product-detail-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

    .product-detail-wrapper .product-detail-gallery {
        flex-shrink: 1;
        width: 50%;
    }

        .product-detail-wrapper .product-detail-gallery .slick-item {
            margin-top: 10px;
            width: 100px;
            max-width: 80px;
            margin-right: 5px;
            cursor: pointer;
        }

        .product-detail-wrapper .product-detail-gallery .slick-track {
            margin-left: initial !important;
        }

        .product-detail-wrapper .product-detail-gallery .product-detail-xs-thumbnail {
            border: 1px solid #e6e6e6;
        }

            .product-detail-wrapper .product-detail-gallery .product-detail-xs-thumbnail.active {
                border: 1px solid #cbbd9b;
            }

    .product-detail-wrapper .product-detail-intro {
        width: calc(50% - 30px);
        margin-left: 30px;
        margin-bottom: 30px;
        margin-top: 0px;
    }

@media (max-width: 768px) {
    .product-detail-wrapper .product-detail-intro {
        margin-top: 30px;
    }
}

.product-detail-wrapper .product-detail-intro .product-detail-intro-border {
    border: 1px solid #999999;
    padding: 30px;
}

.product-detail-wrapper .product-detail-intro .product-name {
    font-size: 1.8em;
}

.product-detail-wrapper .product-detail-intro .product-ori-price {
    text-decoration: line-through;
    margin-top: 20px;
}

    .product-detail-wrapper .product-detail-intro .product-ori-price label {
        color: white;
        margin: 0px;
        margin-right: 5px;
        padding: 0 5px;
        background-color: #fd8008;
    }

.product-detail-wrapper .product-detail-intro .product-price {
    color: #fd8008;
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 20px;
}

.product-detail-wrapper .product-detail-intro .product-specification .check-specification {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
}

    .product-detail-wrapper .product-detail-intro .product-specification .check-specification .form-check-input {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 10;
        opacity: 0;
        cursor: pointer;
    }

        .product-detail-wrapper .product-detail-intro .product-specification .check-specification .form-check-input:checked ~ label {
            border: 1px solid #cbbd9b;
            position: relative;
        }

            .product-detail-wrapper .product-detail-intro .product-specification .check-specification .form-check-input:checked ~ label:before {
                position: absolute;
                display: block;
                content: ' ';
                top: 0px;
                left: 0px;
                background-image: url(./img/icon/input-check.png);
                background-size: cover;
                width: 15px;
                height: 15px;
            }

    .product-detail-wrapper .product-detail-intro .product-specification .check-specification label {
        border: 1px solid #cccccc;
        padding: 3px 10px;
        margin-right: 5px;
    }

        .product-detail-wrapper .product-detail-intro .product-specification .check-specification label:last-child {
            margin-right: 0px;
        }

.product-detail-wrapper .product-detail-content {
    flex-shrink: 1;
    width: 100%;
    margin-top: 50px;
}

    .product-detail-wrapper .product-detail-content .tab-content {
        line-height: 2em;
        margin-top: 20px;
    }

        .product-detail-wrapper .product-detail-content .tab-content img {
            max-width: 100%;
            height: auto;
        }

    .product-detail-wrapper .product-detail-content .product-info-nav {
        margin-bottom: 30px;
    }

        .product-detail-wrapper .product-detail-content .product-info-nav .nav-link {
            background-color: transparent;
            border: none;
            color: inherit;
        }

            .product-detail-wrapper .product-detail-content .product-info-nav .nav-link.active {
                color: #cbbd9b;
                border-bottom: 3px solid #cbbd9b;
            }

@media (max-width: 767px) {
    .product-detail-wrapper {
        display: block;
    }

        .product-detail-wrapper .product-detail-gallery {
            width: 100%;
        }

        .product-detail-wrapper .product-detail-intro {
            width: 100%;
            margin-left: 0px;
        }

        .product-detail-wrapper .product-detail-content {
            width: 100%;
        }
}

.cart-wrapper {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 300;
    width: 400px;
    height: 100vh;
    background-color: #1e1e1e;
    display: none;
    cursor: pointer;
}

    .cart-wrapper .close-cart-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 36px;
        height: 36px;
        background-color: rgba(255, 255, 255, 0.1);
        text-align: center;
    }

        .cart-wrapper .close-cart-btn img {
            width: 26px;
            height: 26px;
        }

    .cart-wrapper .purchase-btn {
        position: absolute;
        bottom: 0px;
        left: 0px;
        /*width: 100%;*/
        width: 400px;
        padding: 8px 20px;
        text-align: center;
        background-color: #49cc60;
        color: white;
        z-index: 500;
    }

    .cart-wrapper .pop-cart-list {
        position: relative;
        /*margin-top: 20px;*/
        overflow-y: auto;
        /*height: 100vh;
  padding-bottom: 150px;*/
    }

        .cart-wrapper .pop-cart-list .cart-list-item {
            width: calc(100% - 20px);
            background-color: white;
            padding: 15px;
            margin: 0 10px 10px 10px;
        }

            .cart-wrapper .pop-cart-list .cart-list-item .cart-item-thumbnail {
                width: 60px;
                height: 60px;
                background-size: cover;
                background-color: #f6f6f6;
            }

            .cart-wrapper .pop-cart-list .cart-list-item .delete-cart-item {
                width: 100%;
                padding: 3px 10px;
                background-color: #fee5e9;
                color: #fc6666;
                margin-top: 5px;
            }

        .cart-wrapper .pop-cart-list .cart-item-context .title {
            font-weight: bold;
        }

.cart-list .cart-list-item {
    display: flex;
    border-bottom: 1px solid #e6e6e6;
    padding: 10px 0px;
}

    .cart-list .cart-list-item:last-child {
        border: none;
    }

    .cart-list .cart-list-item .cart-list-thumbnail {
        flex-shrink: 0;
        width: 80px;
        height: 80px;
        background-color: #e6e6e6;
        margin-right: 10px;
        border: 1px solid #e6e6e6;
    }

    .cart-list .cart-list-item .cart-list-name {
        width: 300px;
        flex-shrink: 1;
    }

    .cart-list .cart-list-item .cart-list-quantity {
        flex-shrink: 1;
        flex-basis: 1;
        width: 120px;
        flex-shrink: 0;
        margin-right: 15px;
    }

        .cart-list .cart-list-item .cart-list-quantity .input-group {
            min-width: 140px;
        }

    .cart-list .cart-list-item .cart-list-fuction {
        width: 100px;
        flex-shrink: 0;
        text-align: right;
    }

    .cart-list .cart-list-item .cart-list-item-price {
        flex: 1;
        text-align: right;
    }

    .cart-list .cart-list-item .cart-list-dete {
        background-color: #fedfe0;
        border: 1px solid #fc6666;
        color: #fc6666;
        padding: 3px 5px;
        text-decoration: none;
        border-radius: 3px;
    }

@media (max-width: 767px) {
    .cart-list .cart-list-item {
        flex-wrap: wrap;
    }

        .cart-list .cart-list-item .cart-list-name {
            width: auto;
        }

        .cart-list .cart-list-item .cart-list-quantity {
            margin-top: 15px;
            width: 100%;
            flex-shrink: 0;
            margin-bottom: 15px;
        }

        .cart-list .cart-list-item .cart-list-thumbnail {
            width: 50px;
            height: 50px;
        }

        .cart-list .cart-list-item .cart-list-item-price {
            text-align: left;
        }
}

.cart-list-total-price {
    border: 1px solid #e6e6e6;
    padding: 20px;
    margin-top: 30px;
}

.purchase-form .purchase-form-title {
    background-color: #f3f3f3;
    border-left: 5px solid #cbbd9b;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.phtoto-gallery a {
    padding-left: 100%;
    padding-top: 100%;
    content: '';
    display: block;
    background-size: cover;
    background-position: center;
}


.index-artist {
    background:url(../img/Web_Image_about.jpg);
}
