
#footer .footer_link .sns-wrap{ margin-top: 0;}
#footer .footer_link{ display: flex; align-items: center; gap: 1rem;}

/* 인증마크 */
#footer .mark1 img{ height: 2.5rem; width: auto;}


@media screen and (max-width:580px) {

    /* 인증마크 */
    #footer .mark1 img{ height: 2.25rem;}
}

@media screen and (max-width:320px) {
    #footer .footer_link{ flex-direction: column; align-items: start;}
}






