/* 기관소개 > 연혁 */
.historyBox {overflow:hidden;}
.historyBox .historyBox50 {position: relative; width:49%; float:left; margin-right:2%;}
.historyBox .historyBox50:nth-child(even) {margin-right:0;}

/* 교육정보 > 교육복지우선지원사업 > 사업개요 */
.edu_wlfare {display: flex; flex-wrap: wrap;}
.edu_wlfare > dl {width:31%; margin:0.5rem 1%; padding:0.5rem 1rem; position: relative; border:2px solid #b7cee7; border-radius:0.25rem;}
.edu_wlfare > dl dt {padding:0.25rem 0 0.75rem; line-height:1.4; font-size:1rem; font-weight:600; color:#0f4e93; border-bottom:2px dotted #b7cee7; }
.edu_wlfare > dl dd {padding:1rem 0 0.5rem;}
.edu_wlfare > dl:nth-child(even) {border:2px solid #b2d5c6;}
.edu_wlfare > dl:nth-child(even) dt {color:#007342; border-bottom:2px dotted #b2d5c6; }

/* 교육정보 > 행복나누미 */
.storeList {display: flex; flex-wrap: wrap;}
.storeList > li {width:31%; margin:0.5rem 1%; padding:0.5rem 1rem; position: relative; border:2px solid #c5c9d6; border-radius:0.25rem;}
.storeList > li .tit {padding:0.25rem 0 0.25rem; text-align:center; line-height:1.4; font-size:1rem; font-weight:600; color:#0f4e93;}
.storeList > li .txt {font-size:0.75rem;}
.storeList > li .txt .TxtPoint {margin:0.5rem 0; padding:0.25rem 0.5rem; text-align:center; font-size:0.8rem; color:#222;  font-weight:500; background:#f6f6f6; border-radius:0.25rem;}

.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) {
}