/**지도 관련 css*/ 

.location_info  tbody tr:first-child th,
.location_info tbody tr:first-child td{ border-top:0; } 
.location_info {
	margin:20px 0;
}
.location_info table {
	width:100%;border-top:1px solid #a7a9ac;border-bottom:1px solid #a7a9ac;    
}

.location_info th {
    text-align:left;
    width:100px;
	padding:13px 10px 11px;
    border-top:1px solid #ebebeb;
    white-space:normal;
    word-break: break-all;
    vertical-align:top;
    font-size:14px;
    font-weight:bold; 
}

.location_info td{padding:13px 10px 11px;border-top:1px solid #ebebeb;white-space:normal;word-break:break-all;}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
    #map {
        width:100%;
        height:250px;
    }
    .location_info th,
    .location_info td{
    	display:block;
       width:100%;
    }
  	.location_info td{
      border-top:0;
      padding: 2px 10px 11px;
    }
    
}





