@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&display=swap");

body {
    margin: 0;
    font-family: "Helvetica", "Noto Sans TC", "Microsoft JhengHei", "微軟正黑體", "Arial", "sans-serif";
    font-size: 1rem;
    line-height: 1.5;
    color: #222;
    text-align: left;
    background-color: #fff;
}

/* 主視覺 */
.kv_wrapper {
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

/* .pc {
    display: block !important;
} */
.mb {
    display: none !important;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.header_title {
    font-size: 36px;
    line-height: 1.6;
    font-weight: 900;
    /* letter-spacing: 3px; */
    text-align: left;
}

.exhibition_title {
    font-size: 42px;
    line-height: 1.6;
    font-weight: 900;
    letter-spacing: 3px;
}

.exhibition_text {
    font-size: 18px;
    line-height: 1.6;
    margin: 0 auto;
    padding: 0 0 10px;
}

.name_title {
    font-size: 24px;
    font-weight: 700;
}

.contents_title span {
    font-size: 16px;
    font-weight: 400;
}

.contents_title {
    display: flex;
    align-items: center;
    font-size: 26px;
    border-left: 4px solid #222;
    font-weight: 700;
    padding-left: 10px;
    height: 25px;
}

.item_title {
    font-size: 22px;
    font-weight: 700;
    margin-block-end: 0;
}

.item_title span {
    font-size: 14px;
    font-weight: 400;
    /* padding-left: 20px; */
}

.item_text {
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    border-top: 1px solid #222;
    padding-top: 15px;
    padding-bottom: 15px;
}

.map_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.map_text {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    list-style: none;
}

.line {
    padding: 10px;
    border-top: 1px solid #999;
    margin-top: 50px;
}

.button {
    margin: 0 auto;
    font-size: 28px;
    font-weight: 700;
    padding: 8px 15px;
    color: #222;
    border: 1px solid #222;
}

.button a {
    color: #222;
    font-size: 24px;
}

.button a:hover {
    opacity: 0.5;
    transition: all .5s;
}


.people-img {
    width: 120px;
    min-width: 100%;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none !important;
    }

    .mb {
        display: block !important;
    }

    .contents_title {
        display: flex;
        align-items: center;
        font-size: 20px;
        border-left: 4px solid #222;
        font-weight: 700;
        padding-left: 10px;
        height: 20px;
    }

    .contents_title span {
        font-size: 15px;
    }

    .people-img {
        width: 100px;
    }

    .header_title {
        font-size: 7.2vw;
    }

    .exhibition_title {
        font-size: 32px;
    }

    .exhibition_title span {
        display: block;
    }

    .exhibition_text {
        font-size: 17px;
        line-height: 1.6;
    }

    .item_title {
        font-size: 5.4vw;
        margin-top: 0;
    }

    .exhibition_text {
        font-size: 16px;
        line-height: 1.6;
    }

    .item_text {
        font-size: 16px;
        padding-bottom: 40px
    }

    .button {
        font-size: 24px;
        padding: 6px 10px;
    }

    .arrow {
        display: none !important;
    }
}

/* swiper */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next';
    background-color: #fff;
    padding: 5px;
    opacity: 0.5;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev';
    background-color: #fff;
    padding: 5px;
    opacity: 0.5;
}

:root {
    --swiper-theme-color: #000000;
}

/* =====================
  動態
===================== */
.js_fade-in {
    opacity: 0;
    transition: all 1000ms;
    transform: translate(0, 35px);
}

.js_fade-in.js_slow {
    transition: all 1400ms;
}

.js_fade-in.js_fast {
    transition: all 600ms;
}

.js_fade-in.js_scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
    .js_fade-in {
        transform: translate(0, 20px);
    }

    .js_fade-in.js_slow {
        transition: all 1000ms;
    }

    .js_fade-in.js_fast {
        transition: all 1000ms;
    }
}



.swiper-button-next:after,
.swiper-button-prev:after {

    font-size: 1.8rem !important;

}