@charset "utf-8"; /* CSS Document */
/* 푸터  calc(var(--sec_pd) * 1.75)*/

#footer {
    border-top: 1px solid #31353f;
    padding: calc(var(--sec_pd) / 2) 0px ;
    line-height: 1.3 !important;
}
#footer .footer_logo{ width: 200px; display: inline-block;}

    #footer a {
        color: inherit;
    }

    #footer a:hover {
		filter: brightness(1.3);
    }



@media ( max-width: 900px ) {

	#footer .footer_logo{ width: 25%; margin-bottom: 3rem;}
    #footer .column_md{margin-top: 1.5rem;}
    #footer .copy{ text-align: center;}
}

