body {
    font-family: 'Noto Serif TC',sans-serif;
    color: #fff;
    background-color: #000;
    
}

.container-bg1 {
    background-image: url(../img/Web_image_Bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}


form input:active, form input:focus, form input:visited,
form textarea:active,
form textarea:focus,
form textarea:visited {
    box-shadow: 0px 0 0px 3px #f0e9e0 !important;
    border: 1px solid #c09e77 !important;
}

.btn-main {
    color: white;
    
}

    .btn-main:hover {
        color: #e8cd81;
        border: 1px solid #e8cd81;
    }

    .btn-main:active, .btn-main:focus, .btn-main:visited {
        box-shadow: 0px 0 0px 3px #f0e9e0;
    }

.btn-main-outline {
    border-radius: 0px;
    background-color: transparent;
    border: 1px solid #c09e77;
    color: #c09e77;
}

    .btn-main-outline:active, .btn-main-outline:focus, .btn-main-outline:visited {
        box-shadow: 0px 0 0px 3px #f0e9e0;
    }

.content {
    min-height: calc(100vh - 150px);
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #fff;
    }

    a.a-link {
        text-decoration: underline;
    }

        a.a-link:hover {
            color: unset;
        }

.padding_top_80 {
    padding-top: 80px;
}

.main-color {
    color: #c09e77;
}

.font_dark_blue {
    color: #162D5D;
}

.boder_white {
    border: 1px solid #fff;
}

.flex {
    display: flex;
}

.default_flex {
    display: flex;
    align-items: center;
}

.default_flex2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-black {
    background-color: black;
    /*background-image: url("../img/page_bg.jpg");*/
    background-color: #fff;
    background-position: top center;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    color: #fff;
}

.bg_gray {
    background-color: #667375;
}

.bg_linear_wb {
    background: linear-gradient(to bottom, #96a9ac, #000);
}

.height_50 {
    height: 50px;
}

.height_100 {
    height: 100px;
}

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

.container.min-height {
    min-height: 100vh;
}

.section {
    line-height: 2em;
}

.align-items-center {
    display: flex;
    align-items: center;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.main-title {
    font-size: 2.1rem;
}

    .main-title small {
        font-size: 0.6em;
    }

.main-title_en {
    font-size: 25px;
    /*font-weight:200;*/
}

.hover {
    position: relative;
    top: 0px;
    transition: 0.3s;
    cursor: pointer;
}

    .hover:hover {
        top: -5px;
    }

.navbar-brand {
    color: white;
    padding: 0 15px;
    padding-bottom: 5px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 3px;
}

    .navbar-brand .logo {
        height: 70px;
        width: auto;
    }

@media (max-width: 992px) {
    .navbar-brand {
        margin: 0 auto;
        position: relative;
        right: -33px;
    }

        .navbar-brand .logo {
            height: 50px;
            width: auto;
        }
}

.nav-menu {
    background: #000000;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 300;
    transition: all 0.4s;
    padding: 0px;
    /*padding: 5px 0px;*/
}

@media (max-width: 992px) {
    .navbar-collapse {
        padding: 20px;
    }
}

.nav-item {
    padding: 0 10px;
}

    .nav-item .nav-yise-logo {
        position: relative;
        top: -1.5px;
        width: 16px;
        height: auto;
        margin-right: 3px;
    }

.menu-item {
    font-size: 18px;
    color: white;
    text-transform: uppercase;
}

    .menu-item:hover {
        color: #fff;
        transition: all 0.25s ease-in;
    }

.navbar-toggler {
    cursor: pointer;
    outline: 0;
}

.ham {
    transition: width 0.3s;
    background: rgb(255, 255, 255);
}

.line1,
.line2 {
    width: 28px;
    height: 2px;
    margin: 6px;
    transition: 0.4s;
}

.change .line1 {
    transform: rotate(-45deg) translate(-3px, 2px);
}

.change .line2 {
    transform: rotate(45deg) translate(-3px, -2px);
}

.dropdown-item {
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
}

.costum-navbar {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    -webkit-box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 10px -3px rgba(0, 0, 0, 0.5);
}

/* ===== END OF NAVBAR SECTION ===== */
.breadcrumb {
    background-color: transparent;
    padding: 12px 0px;
}

    .breadcrumb a:hover {
        color: #c09e77;
    }

.organizer-list {
    position: relative;
    margin-top: 30px;
    background-repeat: repeat;
}

    .organizer-list .flags {
        text-align: center;
        padding: 15px;
    }

        .organizer-list .flags img {
            width: 100%;
            max-width: 560px;
        }

    .organizer-list .organizer-item {
        width: 100%;
        max-width: 200px;
        height: auto;
        margin: 0 auto;
        border: 1px solid #eaeaea;
        border-radius: 2px;
        margin-bottom: 15px;
    }

    .organizer-list .organizer-title {
        margin-bottom: 10px;
        margin-top: 20px;
        font-size: 1.4em;
        font-weight: bold;
    }

        .organizer-list .organizer-title small {
            font-size: 0.5em;
            margin-left: 5px;
        }

.exhibition-info {
    position: relative;
}

footer {
    position: relative;
    background-color: #667375;
    background-size: 100% 100%;
    padding: 20px 0px 20px 0;
}

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

    footer p {
        color: white !important;
    }

    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 {
    width: 100px;
}

.owl-dots {
    text-align: center;
}

    .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        background-color: rgba(255, 255, 255, 0.8);
        margin: 20px 2.5px;
        display: inline-block;
        border-radius: 100px;
    }

        .owl-dots .owl-dot.active {
            background-color: #fff;
            border: 0px solid #887156;
        }

@media (max-width: 768px) {
    .index-button-tab-wrapper {
        flex-wrap: wrap;
    }

        .index-button-tab-wrapper .button-tab-item {
            min-width: 33.33%;
            max-width: 33.33%;
        }
}

.banner .banner-xl {
    position: relative;
    padding-left: 100%;
    padding-top: 50%;
    background-image: url(../img/banner/banner_bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-color: #f2f1ea;
}

    .banner .banner-xl img {
        width: 30%;
        height: auto;
        position: absolute;
        top: 15%;
        left: 12%;
    }

.banner .banner-xs {
    position: relative;
    padding-left: 100%;
    padding-top: 150%;
    background-image: url(../img/banner/M_banner_bg.jpg);
    background-size: cover;
    background-position: bottom;
    background-color: #f2f1ea;
}

    .banner .banner-xs img {
        width: 80%;
        height: auto;
        position: absolute;
        top: 5%;
        left: 5%;
    }

.works-list {
    margin-bottom: 50px;
}

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

        .works-list .work-item.ma-0 {
            margin: 0px;
        }

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

    .works-list .work-thumbnail {
        position: relative;
        padding-left: 100%;
        padding-top: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-color: rgba(255, 255, 255, 0.3);
        border: 0px solid #d3d3d3;
    }

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

        .works-list .work-name:hover {
            color: #fff;
        }

    .works-list .work-price {
        color: #bca077;
        font-weight: bold;
    }

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

@media (max-width: 992px) {
    .works-list .work-item {
        max-width: none;
    }

    .works-detail {
        display: block;
    }
}

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

    .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;
}

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

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

.works-detail .works-detail-content .purchase-btn {
    background-color: #c09e77;
    padding: 10px 50px;
    display: inline-block;
    color: white;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 992px) {
    .works-detail .works-detail-content .purchase-btn {
        width: 100%;
    }
}

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

.works-detail .work-artist {
    margin-bottom: 20px;
    font-size: 1.2em;
}

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

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

.artist-list {
    /*margin-bottom: 50px;*/
}

    .artist-list .artist-thumbnail {
        position: relative;
        padding-left: 100%;
        padding-top: 114%;
        background-position: center;
        background-size: contain;
        position: relative;
        margin-bottom: 10px;
    }

        .artist-list .artist-thumbnail .name-wrapper {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            background: rgb(3, 1, 34);
            background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
            padding: 50px 20px 20px 20px;
            color: white;
        }

            .artist-list .artist-thumbnail .name-wrapper .artist-name {
                font-size: 1.2em;
            }

.artist-name_big {
    font-size: 25px;
}

.artist-name_small {
    font-size: 16px;
}

@media (max-width: 768px) {
    .artist-list .artist-thumbnail .name-wrapper {
        padding: 30px 10px 10px 10px;
    }

        .artist-list .artist-thumbnail .name-wrapper .artist-name {
            font-size: 0.9em;
        }

        .artist-list .artist-thumbnail .name-wrapper .artist-en-name {
            font-size: 0.9em;
        }
}

.artist-list .artist-thumbnail .nation {
    position: absolute;
    top: 10px;
    right: 10px;
}

    .artist-list .artist-thumbnail .nation img {
        width: 50px;
        height: auto;
        border: 1px solid white;
        border-radius: 3px;
    }

@media (max-width: 768px) {
    .artist-list .artist-thumbnail .nation img {
        width: 30px;
    }
}

.artist-detail {
    margin-bottom: 60px;
    display: flex;
}

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

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

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

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

.artist-detail .section {
    line-height: 2em;
    padding: 20px 0px;
    border-bottom: 1px solid #e6e6e6;
}

    .artist-detail .section:last-child {
        border: none;
    }

    .artist-detail .section ul,
    .artist-detail .section ol {
        padding: 0px 0px 0px 1em;
        margin: 0px;
    }

.artist-detail .artist-name {
    font-size: 1.6em;
}

.artist-detail .artist-sub-name {
    font-size: 1.4em;
    margin-bottom: 20px;
}

.artist-detail .artist-content {
    padding: 0 30px;
    width: 100%;
}

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

.artist-detail .artist-content .citizenship {
    border: 1px solid #cccccc;
    width: 50px;
}

    .artist-detail .artist-content .citizenship img {
        width: 100%;
        height: auto;
    }

.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;
}

.purchase-wrapper .purchase-list {
    display: flex;
    flex: 360px;
    flex-direction: column;
    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: 240px;
    /* 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;
    }

.pagination {
    font-size: 14px;
}

    .pagination li {
        margin: 0px;
        text-align: center;
        padding: 0 5px;
    }

        .pagination li.active {
            background-color: #004F79;
            color: #fff;
        }

            .pagination li.active a {
                color: white;
            }

.news-wrapper .news-item {
    padding-bottom: 15px;
    border-bottom: 1px solid #d8d8d8;
}

    .news-wrapper .news-item:last-child {
        border: none;
    }

.news-wrapper .news-item-left {
    min-width: 100px;
    min-height: 100px;
}

.news-wrapper .news-context {
    padding-left: 15px;
}

    .news-wrapper .news-context .news-context-title {
        font-size: 1.2em;
        margin-bottom: 0px;
    }

@media (max-width: 768px) {
    .news-wrapper .news-context .news-context-title {
        font-size: 1em;
    }
}

.news-wrapper .news-context .news-context-text {
    margin-top: 5px;
    color: #808080;
}

@media (max-width: 768px) {
    .news-wrapper .news-context .news-context-text {
        font-size: 0.8em;
    }
}

.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;
    }

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

.icard-wrapper {
    width: 1400px;
    margin: 0 auto;
    background-color: #eeede8;
}

    .icard-wrapper .icard-content {
        width: 1000px;
        margin: 0 auto;
        display: flex;
    }

        .icard-wrapper .icard-content .content-iten {
            width: 50%;
            flex-shrink: 1;
            padding: 30px;
        }

    .icard-wrapper .work-thumbnail {
        position: relative;
        padding-left: 100%;
        padding-top: 100%;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }

    .icard-wrapper .icard-content-bg {
        background-image: url(../img/icard/bg.jpg);
        background-size: 1400px;
        background-repeat: no-repeat;
        background-color: #eeede8;
        background-position: top;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .icard-wrapper .work-info-wrapper {
        display: flex;
        margin-top: 30px;
    }

        .icard-wrapper .work-info-wrapper .author-thumbnail {
            flex-basis: 80px;
            margin-right: 20px;
        }

        .icard-wrapper .work-info-wrapper .work-info {
            flex: 1;
        }

        .icard-wrapper .work-info-wrapper .work-name {
            font-size: 1.2em;
            font-weight: bold;
        }

        .icard-wrapper .work-info-wrapper .author {
            font-weight: bold;
            margin: 10px 0px;
        }

        .icard-wrapper .work-info-wrapper .work-info-item {
            font-size: 0.9em;
            color: #808080;
            margin-bottom: 5px;
        }


#bg-container::before {
    content: "";
    display: block;
    background-image: url(../img/line1.png);
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center center;
    overflow: hidden;
}

#bg-container::after {
    content: "";
    display: block;
    background-image: url(../img/line1.png);
    width: 100%;
    height: 30px;
    background-size: cover;
    background-repeat: repeat-x;
    background-position: center center;
    overflow: hidden;
    top: -35px;
}

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

.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin: 0 5px;
}


.small50 {
    font-size: 50%;
    position: relative;
    top: -16px;
    color: #e8cd81;
}

.fs24 {
    font-size: 24px;
}

.header_bg1 {
    background-image: url("../img/Web_image_Bg_Artists.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.header_bg2 {
    background-image: url("../img/Web_image_Bg_Artworks.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}
.header_bg3 {
    background-image: url("../img/Web_image_Bg_News.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.artist-name-wrap {
    min-height: 320px;
    display: flex;
    align-items: flex-end;
    padding: 0 16px 20px;
}

.artist-name-grid {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.artist-line {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: clamp(8px, 2vw, 24px);
}

    .artist-line span {
        font-size: clamp(18px, 3.2vw, 32px);
        line-height: 1.2;
        white-space: nowrap;
        color: #fff;
        text-shadow: 0 2px 4px rgba(0,0,0,0.4);
    }



.portfolio {
    display: grid;
    grid-template-columns: 1fr 2fr; /* ����²�� 1, �k���@�~ 2 */
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px;
    font-family: "Noto Sans TC", sans-serif;
}

.profile {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}

.profile-photo {
    width: 100%;
    max-width: 200px;
    border-radius: 50%;
    margin-bottom: 16px;
}

.bio, .exhibition {
    margin-top: 20px;
}

    .bio h3, .exhibition h3, .works h3 {
        margin-bottom: 10px;
        font-size: 20px;
        border-bottom: 2px solid #333;
        padding-bottom: 4px;
    }

.works {
    padding: 20px;
}

.work-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.work-item img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.work-item p {
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
}

.profilo-name{
    font-size:36px;
    margin-bottom:10px;
    letter-spacing:2px;
}
.profilo-eng-name {
    font-size: 24px;
   /* color: #e8cd81;*/
    margin-left: 10px;
    letter-spacing:2px;


}
.profilo-title {
    color: #e8cd81;
    font-size: 32px;
    letter-spacing: 3px;
}
.profilo-title2 {
    color: #e8cd81;
    font-size: 24px;
    letter-spacing:2px;
}
.padding5{
    padding:5px 10px;
}
.profilo-title2~ul {
    list-style-type: none; 
    padding-left: 10px; 
    margin: 10px; 
}


.nav-tabs .nav-link {
    margin-bottom: -1px;
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    margin: 0 5px;
    font-size: 1.2rem;
    color: #e8cd81;
}

    .nav-tabs .nav-link:hover,
    .nav-tabs .nav-link:focus {
        color: #e8cd81;
    }

    .nav-tabs .nav-link.active,
    .nav-tabs .nav-item.show .nav-link {
        color: #e8cd81;
        background-color: transparent;
    }

.artist-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-bottom: 0;
}

.artist-tabs .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin: 0;
    padding: 8px 10px;
    white-space: nowrap;
    font-size: 18px; /* 大螢幕放大 */
    line-height: 1.2;
}

.artist-tabs .artist-tab-avatar {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

/* 手機：3x3 + 字變小 */
@media (max-width: 576px) {
    .artist-tabs {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        width: min(100%, 360px);
        margin: 0 auto;
    }

    .artist-tabs .nav-link {
        width: 100%;
        padding: 6px 4px;
        font-size: 13px; /* 手機縮小 */
        gap: 4px;
    }

    .artist-tabs .artist-tab-avatar {
        width: 18px;
        height: 18px;
    }
}



