/*어린이집*/
.ch_map { padding:2rem 0;border-top:2px solid #000; }

.ch_map h4 { margin-top:0; }
.ch_map .bul_box { overflow: hidden; } 
.ch_map .bul_box .bul { width:49%;float: left;margin-left:2%; }
.ch_map .bul_box .bul:first-of-type { margin-left:0; }

.ch_half { overflow: hidden; }
.ch_half .hbox { width:49%;float: left;margin-left:2%; }
.ch_half .hbox:first-of-type { margin-left:0; }

.ch_half .hbox .h_img { overflow: hidden; }
.ch_half .hbox .h_img div{ width:49%;margin-left:2%;float: left;height: 10.7rem; }
.ch_half .hbox .h_img div img { width:100%;height: 100%; }
.ch_half .hbox .h_img div:first-of-type { margin-left:0; }
.ch_half .hbox .h_img div:first-of-type+div+div { margin-left:0;margin-top:2%; }
.ch_half .hbox .h_img div:first-of-type+div+div+div { margin-top:2%; }
.map_position { height: 12rem;background: #ddd; }
.map_position>div { width:100%; height:100%; }
@media(max-width:767px){
	.ch_half .hbox { width:100%;float: none; margin-left:0; }
	.ch_half .hbox .h_img div { height: auto; }
	.ch_map .bul_box .bul { width: 100%;margin-left:0;margin-top: .25rem; }
	.ch_map .bul_box .bul:first-of-type { margin-top:0; }
	.map_position { height: 17rem; }
}
