
#gnb .depth01 > ul{ justify-content: center}
#gnb .depth01 > ul > li { flex:auto;}
#nav.oneDown .depth02{ width:11rem; left:calc(50% - 5.5rem);}

.pop0040 .pop_img .item a:focus {border:3px solid #111; transition:none;}/* 웹접근성 */


/*방문자 명도대비 수정*/
.visitant {background: #2c4a6b;}
.visitant ul li strong {color: #ffeaab;}
.footer_link li a strong { color: #0072EB; }

/* 웹접근성 마크 */
#footer .wa_mark {position: relative;top: auto;bottom: 0;max-width:5.25rem;float: right;}
#footer .wa_mark img { max-width: 100%; display:block;}

/* 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) {
}