html {
    scroll-behavior: smooth;
}

body {
    font-family: "Century Gothic", "微軟正黑體", sans-serif;
    /* background-color: #ffeb00; */
    overflow-x: hidden;
    color: #231815;
}

a {
    text-decoration: none;
}

.fs-18 {
    font-size: 1.125rem;
}

.fs-22 {
    font-size: 1.375rem;
}

.text-justify {
    text-align: justify;
}

.text-warning {
    color: #fff100 !important;
}

.text-purple {
    color: #8c83bd;
}

.bg-red {
    background-color: #efd1d7 !important;
}

.bg-warning {
    background-color: #ffeb00 !important;
}

.bg-light-warning {
    background-color: #faf5db;
}
.bg-light-warning-1 {
    background-color: #fefae9;
}
.bg-light-orange {
    background-color: #f0e3d1;
}

.bg-light-blue {
    background-color: #cddae6;
}

.border-warning {
    border-color: #fff100 !important;
}

.border-green {
    border-color: #c9dfd3 !important;
}

.border-red {
    border-color: #efd1d7 !important;
}

.border-purple {
    border-color: #8c83bd !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: #cddae6;
}

.show-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #8c83bd;
}

.social-icon .btn,
[href="#top"] {
    max-width: 80px;
}


.line {
    border-bottom: 1px dashed #929195;
    height: 1px;
}

img {
    transition: all 0.5s;
}

hr {
    opacity: 1;
}

main h2:not(#anchor-4 .col-lg-9 h2) {
    padding: 0 65px;
}

main h2:not(#anchor-4 .col-lg-9 h2):before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000;
}

@media (min-width:1200px) {

    .h2,
    h2:not(#anchor-4 .col-lg-9 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);
    }
}