.cate_icon{
	width:30px;
	height:30px;
}

img[role=presentation][src^='/icons/']{
	background:white !important;
	border-radius:3px;
	border:black 1px solid;
	padding:1px;
}


.btn_map_cate{
	display:inline-block;
	padding:3px 5px;
	text-align:center;
	border:#cecece 1px solid;
	border-radius:5px;
	cursor:pointer;
}


.btn_map_cate.on{
	background:teal;
	color:white;
}



#kko_map_overlay{
	position:absolute;right:140px;top:5px;z-index:10;
	background:white;
	padding:5px 0px 0px 5px;
	border-radius:5px;
	display:inline;
	box-shadow:3px 3px 8px hsl(0deg 0% 0% / 0.25);
	height:34px !important;
}
#kko_map_overlay label{
	font-weight:normal !important;
	padding:0px 20px 0px 10px;
}

#kko_map_category{
	position:absolute;right:10px;bottom:-20px;z-index:10;
	background:white;
	padding:5px;
	border-radius:5px;
	display:inline;
	box-shadow:3px 3px 8px hsl(0deg 0% 0% / 0.25);
}

.placeinfo_wrap {position:absolute;bottom:28px;left:-150px;width:300px;}
.placeinfo {position:relative;width:100%;border-radius:6px;border: 1px solid #ccc;border-bottom:2px solid #ddd;padding-bottom: 10px;background: #fff;}
.placeinfo:nth-of-type(n) {border:0; box-shadow:0px 1px 2px #888;}
.placeinfo_wrap .after {content:'';position:relative;margin-left:-12px;left:50%;width:22px;height:12px;background:url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')}
.placeinfo a, .placeinfo a:hover, .placeinfo a:active{color:#fff;text-decoration: none;}
.placeinfo a, .placeinfo span {display: block;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.placeinfo span {margin:5px 5px 0 5px;cursor: default;font-size:13px;}
.placeinfo .title {font-weight: bold; font-size:14px;border-radius: 6px 6px 0 0;margin: -1px -1px 0 -1px;padding:10px; color: #fff;background: #d95050;background: #d95050 url(https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/arrow_white.png) no-repeat right 14px center;}
.placeinfo .tel {color:#0f7833;}
.placeinfo .jibun {color:#999;font-size:11px;margin-top:0;}


