html {
    scroll-behavior: smooth;
}

body {
    font-family: "Century Gothic", "微軟正黑體", sans-serif;
    background: #f5f3f2 url(../images/425184_bg_img.jpg);
    background-attachment: fixed;
    overflow-x: hidden;
    color: #040000;
}

a {
    text-decoration: none;
}

.fs-18 {
    font-size: 1.125rem;
}

.text-justify {
    text-align: justify;
}

.text-red {
    color: #ac4724;
}

.text-green {
    color: #456f37
}

.bg-warning-f9 {
    background-color: #F9F8F1;
}

.border-info-subtle {
    border-color: #d8efc2 !important
}

.text-style-times {
    font-family: Georgia, "Times New Roman", Times, serif, "新細明體", "PMingLiU";
}

.z-01 {
    z-index: -1;
}

.show-content {
    height: 550px;
}

.show-content::-webkit-scrollbar {
    width: 12px;
}

.show-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #d8efc2;
}

.show-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #456f37;
}

.social-icon .btn,
[href="#top"] {
    max-width: 60px;
}

h2+span {
    left: -10px !important;
    top: -50px !important;
    transform: rotate(-15deg);
}

.heading-img {
    width: 70px;
}

.bg-img {
    background-image: url(../images/425184_header_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.col-xxl-9 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

@media (min-white:991px) {
    #anchor-1 h2+span {
        left: 0 !important;
        top: -25px !important;
    }
}

@media (max-width:991px) {
    header>div>.position-relative {
        position: static;
    }

    .offcanvas.offcanvas-top {
        height: 80vh;
    }

    hr {
        opacity: 1;
    }

    span.position-absolute.bottom-50.start-0 {
        bottom: 80% !important;
    }
}

@media (max-width:575px) {
    h2.display-5 {
        font-size: calc(1.425rem + 1.6vw);
    }
}