#footer-en {
    position: relative;
    z-index: 10;
    width: 100%;
    height: auto;
    min-height: 0;
    padding: 18px 32px !important;
    border-top: 0;
    background: #edf2f2;
    color: #303638;
    font-family: "Noto Sans KR", "Noto Sans", Arial, sans-serif;
    text-align: center;
}

#footer-en .inner-en {
    display: flex;
    width: min(100%, 1320px);
    height: auto;
    min-height: 42px;
    margin-inline: auto;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    gap: 8px;
}

#footer-en .copyright-en {
    display: flex;
    width: auto;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px 16px;
    order: 1;
    color: #303638;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
}

#footer-en .copyright-en strong {
    font-size: 12px;
    font-weight: 600;
}

#footer-en .copyright-en a:nth-child(n) {
    margin: 0;
    color: #606668;
    font-size: 11px;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
}

#footer-en .privacy-menu {
    display: flex;
    width: auto;
    margin: 0;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    flex-wrap: wrap;
    gap: 8px 19px;
    order: 2;
    font-weight: 400;
}

#footer-en .footer-en__copyright {
    color: #606668;
    font-size: 10px;
    font-weight: 400;
    white-space: nowrap;
}

#footer-en .privacy-menu a {
    margin: 0;
    color: #303638;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

#footer-en .copyright-en a:hover,
#footer-en .privacy-menu a:hover {
    color: #416f85;
}

@media (max-width: 820px) {
    #footer-en {
        padding: 20px !important;
    }

    #footer-en .inner-en {
        align-items: center;
        gap: 13px;
    }

    #footer-en .copyright-en,
    #footer-en .privacy-menu {
        width: 100%;
        margin: 0;
    }

    #footer-en .copyright-en {
        padding-right: 0;
        justify-content: center;
        gap: 3px 13px;
    }

    #footer-en .privacy-menu {
        justify-content: center;
        gap: 12px 20px;
    }

    #footer-en .privacy-menu a {
        margin: 0;
    }
}
