@charset "UTF-8"; 

/********************************
 작은도서관 지도
 *******************************/
/*표*/
.vertical_table {height:400px; overflow-y:scroll; border-bottom:1px solid #555;}
.vertical_table thead th {position:sticky; top:0; border-top:1px solid #555;}

/*보기버튼*/
.bd_btn.btn_view {padding:5px 10px; font-size:1.5rem; line-height:1.4; word-break:break-all; background-color:#333; color:#fff; border:none;}


 
/*지도*/
#map {width:100%; height:400px; border-radius:15px; border:1px solid #ddd;}


/* media query */

@media screen and (max-width:767px){
	/*표*/
	.vertical_table {border-top:1px solid #555;}
}