@charset "utf-8";
/* css to dawul popup customize css  */
/* 필요한 스타일 시트는 정의 해서 사용하세요.. */ 
/* 적용은 팝업 옵션의 'className':'custom_popup'로 적용 */
.custom_popup {
	margin-bottom: 0 !important;
}

.custom_popup .leaflet-popup-content-wrapper{
	color: black;
	border-radius: 0px;
	box-shadow:0 0 0 rgba(0,0,0,0); /*완전투명*/  
	background-color:transparent;   /*백그라운드 투명*/
}
.custom_popup .leaflet-popup-content {
	margin: 0;
	font-size: 13px;
	max-height: none;
}

.custom_popup .leaflet-popup-tip-container {
	display: none;
}

.dawul .leaflet-popup-tip {
	padding: 0px;
	margin: 0px;
	transform: none;
	color: black;
	width: 0px;
	height: 0px;
}

.dawul .leaflet-popup-content-wrapper{
	color: black;
	border-radius: 0px;
	box-shadow:0 0 0 rgba(0,0,0,0);
	background-color:transparent;
}
.dawul .leaflet-popup-content {
	margin: 5px 5px;
}