html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Noto Serif TC', "Times New Roman", serif;
    background: #f3f3f3 url(../images/342073_bg_img.webp);
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
    color: #040000;
}

a {
    text-decoration: none;
}

.fs-18 {
    font-size: 1.125rem;
}

.text-justify {
    text-align: justify;
}

.text-danger {
    color: #e60012 !important
}

.text-brown {
    color: #967858;
}

.text-purple {
    color: #6b539d !important
}

.text-purple-50 {
    color: #503e84;
}

.border-purple {
    border-color: #6b539d !important;
}

.border-style-dashed {
    border-bottom-style: dashed !important;
}

.text-style-times {
    font-family: Georgia, "Times New Roman", Times, serif, "新細明體", "PMingLiU";
}


.show-content {
    height: 550px;
}

.show-content::-webkit-scrollbar {
    width: 12px;
}

.show-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #bbaadf;
}

.show-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #6b539d;
}

.social-icon .btn {
    max-width: 60px;
}

[href="#top"] {
    max-width: 80px;
}


.line {
    border-bottom: 2px solid #f2f2f2;
    height: 1px;
}

.heading-img {
    width: 130px;
}

.show-content p:not(:last-child) {
    text-indent: 2.25rem;
}

.icon-svg svg {
    width: 18px;
}

#anchor-3 .icon-svg svg {
    width: 28px;
}

img {
    transition: all 0.5s;
}

[data-fancybox="gallery"]:hover img {
    transform: scale(1.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.header-icon svg {
    width: 2rem;
}

hr {
    opacity: 1;
}

@media (min-width:1200px) {

    .h2,
    h2 {
        font-size: 1.8rem;
    }
}

@media (max-width:991px) {
    header>div>.position-relative {
        position: static;
    }

    .offcanvas.offcanvas-top {
        height: 80vh;
    }

    hr {
        opacity: 1;
    }

}

@media (max-width:575px) {
    h2.display-5 {
        font-size: calc(1.425rem + 1.6vw);
    }
}