/* 웹접근성 마크 */
#footer .wa_mark {position: relative;top: auto;bottom: 0;max-width:5.25rem;float: right;}
#footer .wa_mark img { max-width: 100%; display:block;}

#gnb .depth01 > ul{ justify-content: center}
#gnb .depth01 > ul > li { flex:auto;}
#nav.oneDown .depth02{ width:10rem; left:calc(50% - 5rem);}
.pop0027 .pop_img .item a:focus {border:5px solid #111;}

/* media query mobile */
@media (max-width: 1440px) {
	#nav.oneDown .depth01 > ul > li:first-child .depth02{ left:0%;}
	#nav.oneDown .depth01 > ul > li:last-child .depth02{ left:auto; right:0;}
	
	/* 웹접근성 마크 */
    #footer .wa_mark { right: 1rem; }
}



@media (max-width: 1240px) {
}



@media (max-width: 1024px) {
	/* 웹접근성 마크 */
	#footer .wa_mark { bottom: 0rem; }
}



@media (max-width: 768px) {
}



@media (max-width: 580px) {
}



@media (max-width: 480px) {
	/* 웹접근성 마크 */
	#footer .wa_mark {position: relative;bottom: auto;right: auto;width: 100%;max-width: 100%;margin: 1rem auto 0;padding: 0 1rem;float:none;}
	#footer .wa_mark img { margin: auto; max-width: 5.25rem; }
}



@media (max-width: 380px) {
}