@charset "UTF-8";

/* .footer */
#footer {
    height: 75px;
    background-color: #fff;
    font-family: sans-serif;
    justify-content: center;
    margin: 0;
}

#footer p {
    text-align: left;
    color: #000;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0px;
    padding: 0px;
    margin: 0px;
}

#footer img {
    height: auto;
    padding-right: 5px;
}

#footer>div {
    margin: 0 10px;
}

#footer .notice {
    margin: 0px;
    flex-wrap: nowrap;
}

.notice img {
    max-width: 65px;
}

.notice span {
    font-size: 0.85rem;
}

@media (max-width:992px) {
    #footer {
        max-width: 100%;
        height: auto;
        padding: 6% 0;
    }

    #footer>div {
        padding-bottom: 0px;
    }

    .footer>div:nth-child(4) {
        padding-bottom: 20px;
    }
}

@media (max-width:768px) {
    .footer p {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .footer p {
        font-size: 10px;
        line-height: 14px;
        text-align: center;
    }
}