footer {
    padding: 25px 3rem 35px;
    background-color: #e5e6e8;
    color: var(--sub-text);
    width: 100%;
    /* min-width: 1350px; */
    letter-spacing: 0;
}

footer.footer-simple {
    padding: 1.0rem 3rem 1.0rem;
}

footer.footer-simple .footer-row .footer-col.footer-left .logo-img {
    height: 30px;
}

footer .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
    /* padding: 0 3rem; */
}

footer .footer-row .footer-col.footer-left .logo-img {
    height: 38px;
    /* filter: opacity(0.6) drop-shadow(0 0 0 #000000); */
}

footer .footer-row .footer-col.footer-left h3 {
    display: block;
    font-size: 0.8em;
    margin-block-start: 1.5em;
    margin-block-end: 1.5em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.4em;
    font-weight: 200;
    unicode-bidi: isolate;
}

footer .footer-row .footer-col.footer-left h4 {
    display: block;
    font-size: 0.8em;
    line-height: 1.4em;
    color: var(--sub-text);
    font-weight: 400;
    margin: 1em 0;
}

footer .footer-row .footer-col.footer-left a {
    color: var(--sub-text);
    text-decoration: none;

}

footer .footer-row .footer-col.footer-right {
    text-align: right;
}

footer .footer-row .footer-col.footer-right.term-link a {
    display: inline-block;
    color: var(--sub-text);
    margin: 0 0 0 1em;
    cursor: pointer;
    font-size: 0.8em;
}

footer .footer-row .footer-col.footer-right.out-link {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* margin: 1em 0; */
}

footer .footer-row .footer-col.footer-right.out-link a {
    margin-left: 10px;
}

footer .footer-row .footer-col.footer-right.out-link .logo-img.kcci {
    height: 30px;
    margin-right: 10px;
    filter: grayscale(100%)
        /* filter: opacity(0.2) drop-shadow(0 0 0 #000000); */
}

footer .footer-row .footer-col.footer-right.out-link .logo-img.gs1 {
    height: 35px;
    /* filter: opacity(0.3) drop-shadow(0 0 0 #000000); */
}

footer .footer-row .footer-col p {
    font-size: .7em;
    line-height: 1.6em;
    margin-bottom: 0;
    font-weight: 300;
}

footer .footer-row .footer-col .copyright {
    text-align: right;
    font-size: .6em;
    line-height: 1.4em;
}

@media (min-width: 1536px) {
    footer .footer-row {
        padding: 0 3rem;
    }
}

@media (min-width: 1536px) {
    footer .footer-row {
        padding: 0 3rem;
    }
    footer.footer-simple .footer-row {
        padding: 0;
        margin: 0;
        max-width: initial;
    }
}