@charset "utf-8";

/* footer */
.footer {
    font-size: 14px;
    padding: 40px 0 20px;
    background: var(--lt-blue-gray);
}
.footer .ncb_logo {
    width: 276px;
    margin: 0 auto 26px;
}
.footer .ncb_logo img {
    width: 100%;
}
.ncb_address {
    text-align: center;
    font-size: 16px;
    margin-bottom: 29px;
}
.copyright {
    font-size: 12px;
    text-align: center;
}