/* 기관소개 > 연혁 */
.grt_btn {display:inline-block; width:1.5rem; height: 1.5rem; margin-left:0.25rem; text-align:center;line-height:1.5rem; color:#fff; border-radius:50%; border:2px solid #0f4e93; background:#0f4e93;}
.grt_btn:hover,
.grt_btn:focus {background: #fff; color: #0f4e93;}

.W_black {display:block;}
.TB_block {display:none;}

/* media query mobile */
@media (max-width: 1440px) {
}



@media (max-width: 1240px) {
	
	.W_block {display:none;}
	.TB_block {display:block;}
}



@media (max-width: 1024px) {

	/* 기관소개 > 연혁 */
	.historyBox .historyBox50 {width:100%; float:none; margin-right:0;}

}



@media (max-width: 768px) {

	/* 교육정보 > 교육복지우선지원사업 > 사업개요 */
	.edu_wlfare > dl {width:48%; margin:0.5rem 1%;}

	/* 교육정보 > 행복나누미 */
	.storeList > li {width:48%; margin:0.5rem 1%;}

}



@media (max-width: 580px) {
}



@media (max-width: 480px) {

	/* 교육정보 > 교육복지우선지원사업 > 사업개요 */
	.edu_wlfare > dl {width:100%; margin:0.5rem 0;}

	/* 교육정보 > 행복나누미 */
	.storeList > li {width:100%; margin:0.5rem 0;}

}



@media (max-width: 380px) {
}