.manage_btn {float: right; width: 150px; height: 30px; text-align: center; border: 1px solid #e6e6e6; font-size: 18px; color: #332d26; line-height: 25px; cursor: pointer;}
.search_btn {cursor:pointer;}
.search_box {display:flex;}

.dg-map-area{ float: left; width: 100%; max-width:380px; border:1px solid #dcdcdc; margin-right:30px;}
.dg-map{ text-align: center; background: #fff; display:flex; align-items:center; max-width:555px;}
.dg-map-in{ width: 100%; height: 100%; margin: 0 auto;}

polyline{cursor:pointer; transition: all 0.3s ease-in-out;}
path{cursor:pointer; transition: all 0.3s ease-in-out;}
polyline:hover {fill: #b6c931 !important;}
text{cursor:pointer;}