html {
    scroll-behavior: smooth;
}

body {
    background: #f5f3f2 url(../images/425172_body_bg.png);
    background-attachment: fixed;
    overflow-x: hidden;
    color: #040000;
}

a {
    text-decoration: none;
}

.fs-18 {
    font-size: 1.125rem;
}

.text-justify {
    text-align: justify;
}

.text-blue-00 {
    color: #008cd5;
}

.text-orange-e4 {
    color: #E49573;
}

.bg-warning-f9 {
    background-color: #F9F8F1;
}

.bg-orang-f5 {
    background-color: #F5CEB9;
}

.bg-orange-e4 {
    background-color: #E49573;
}

.border-orang-f5 {
    border-color: #F5CEB9 !important;
}

.border-orang-f4 {
    border-color: #f4a685 !important;
}

.text-style-times {
    font-family: Georgia, "Times New Roman", Times, serif, "新細明體", "PMingLiU";
}

.text-style-gothic {
    font-family: "Century Gothic", sans-serif;
}

.z-01 {
    z-index: -1;
}

.show-content {
    height: 550px;
}

.show-content::-webkit-scrollbar {
    width: 12px;
}

.show-content::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #F5CEB9;
}

.show-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #E49573;
}

.social-icon .btn,
[href="#top"] {
    max-width: 60px;
}

.border-orang-f4.rounded-pill {
    border-bottom-right-radius: 0 !important;
}

h2+span {
    left: -15px !important;
    top: -60px !important;
    transform: rotate(-15deg);
}

.position-absolute.bottom-0.end-0.bg-orange-e4.p-2 {
    border-top-left-radius: 50%;
}

.line {
    border-bottom: 2px dotted #E49573;
    height: 1px;
}
.col-xxl-9{
    box-shadow: 0 -5px 8px rgba(0,0,0,0.08);
}
@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);
    }
}