@charset "utf-8";


/* footer */
#footer address { padding-right: 6rem; }

/* 웹접근성 마크 */
#footer .wa_mark { top: auto; bottom: 0; }
#footer .wa_mark img { max-width: 100%; }

/* media query mobile */
@media screen and (max-width: 1280px){



	
}

@media screen and (max-width: 1200px){

	

}

@media screen and (max-width: 1024px){



}

@media (max-width:690px) {



}

@media (max-width:560px) {



}

@media screen and (max-width: 480px){
/* 웹접근성 마크 */
	#footer .wa_mark { position: relative; bottom: auto; right: auto; width: 100%; max-width: 100%; margin: 1rem auto 0; padding: 0 1rem; }
	#footer .wa_mark img { margin: auto; max-width: 5.25rem; }


}

@media (max-width:380px) {


}




