html {
    scroll-behavior: smooth;
}

body {
    font-family: "Century Gothic", "微軟正黑體", sans-serif;
    background: #ededed url(../images/423020_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;
}

.fs-22 {
    font-size: 1.375rem;
}

.text-justify {
    text-align: justify;
}

.text-warning {
    color: #f2e199 !important;
}

.text-brown {
    color: #514540;
}

.text-info {
    color: #3fabae !important;
}

.border-style-dashed {
    border-bottom-style: dashed !important;
}

.bg-info {
    background-color: #bce2e3 !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: #d4d4d4;
}

.show-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #444444;
}

.social-icon .btn {
    max-width: 60px;
}

[href="#top"] {
    max-width: 80px;
}


.line {
    border-bottom: 1px dashed #929195;
    height: 1px;
}

img {
    transition: all 0.5s;
}


hr {
    opacity: 1;
}

li strong b {
    top: -18px;
    left: 5px;
}

.icon-svg {
    width: 2rem;
}

main h2 {
    border-bottom: 3px solid #000;
    border-left: 3px solid #000;
    border-radius: 0 0 0 20px;
}

main h2:before {
    position: absolute;
    right: 50px;
    bottom: -21px;
    width: 0;
    height: 0;
    content: '';
    border-width: 21px 21px 0 0;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
}

main h2:after {
    position: absolute;
    right: 54px;
    bottom: -14px;
    width: 0;
    height: 0;
    content: '';
    border-width: 14px 14px 0 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

@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);
    }
}