/*footer*/

footer {
    position: relative;
    border-top-width: 4px;
    border-top-color: #ffb500;
    border-top-style: solid;
}

footer .container {
    line-height: 185%;
    padding: 1rem 0;
}

@media (max-width: 991px) {
    footer .container {
        text-align: center;
    }
}

footer .footer-logo {
    max-height: 60px;
}

footer .footer-logo-div {
    margin-bottom: 1rem;
}

@media (max-width: 991px) {
    footer .footer-logo-div {
        margin-bottom: 0.5rem;
    }
}


footer .footer-logo-div .foot-logo {
    font-size: 30px;
    font-weight: bolder;
}

footer a {
    text-decoration: none;
}

footer .footer-link-div .link-list .item {
    margin: 1rem 0.5rem;
    white-space: nowrap;
}

footer .footer-info-div>.d-flex>div {
    margin: 0 0.5rem;
}

footer .footer-info-div>.d-flex>div i {
    margin-right: 0.5rem;
}

footer .footer-attest-div {
    margin-top: 1rem;
    padding-top: 0.5rem;
}

@media (max-width: 991px) {
    footer .footer-attest-div {
        text-align: center;
        margin-top: 0;
    }
}


footer .community-link-group .fb {
    margin-right: 0.5rem;
}

footer .community-link-group .fb img,
footer .community-link-group .line img {
    width: 35px;
    height: 35px;
}

footer .footer-map {
    margin-bottom: -6px;
}

footer .footer-attest-div {
    margin-top: 0;
    padding: 0.3rem;
    text-align: center;
}