.ol-popup {
	position: absolute;
	background-color: #2b2c4c;
	 -webkit-filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	filter: drop-shadow(0 1px 4px rgba(0,0,0,0.2));
	padding: 5px;
	border-radius: 10px;
	border: 1px solid #cccccc;
	bottom: 12px;
	left: -50px;
	min-width: 177px;
}
.popup-content-grid{
	display: flex;
	flex-direction: column-reverse;
	margin: 5px;
	height: 95%;
	width: 155px;
}
.bzdt_list{
	margin-block-start: 0px;
	margin-block-end: 0px;
	padding-inline-start: 0px;
	margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    width: 100%;
}
.bzdt-item{
	list-style: none;
	margin: 0px;
	margin-bottom: 3px;
	border-bottom: 1px dashed;
	color: white;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
}
.bzdt-item.current{
	overflow: hidden;
	color: white;
	font-weight: bold;
	background: linear-gradient(to bottom, #2b2c4c, #673fff);
    border-bottom: 2px dashed white;
}
.bzdt-item:hover{
	color:red;
	font-weight: bold;
}
.over-view-map{
	border: 1px dashed lightgray;
	padding: 3px;
	width: 150px;
    height: 150px;
}
.ol-popup:after, .ol-popup:before {
	top: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.ol-popup:after {
	border-top-color: #2b2c4c;
	border-width: 10px;
	left: 48px;
	margin-left: -10px;
}
.ol-popup:before {
	border-top-color: #2b2c4c;
	border-width: 11px;
	left: 48px;
	margin-left: -11px;
}
.ol-popup-closer {
	text-decoration: none;
	cursor:pointer;
	position: absolute;
	top: 2px;
	right: 8px;
}
.ol-popup-closer:after {
	content: "✖";
	color: white;
}
.overlay-popup {
  z-index: 1; /* 기본 z-index */
}

.overlay-hover {
  z-index: 2; /* 마우스 오버 시 높은 z-index */
}