/* gis */
.ol-scale-line { background-color:rgba(0,0,0,0.7); }
.ol-control button:focus, .ol-control button:hover{ backaground-color:rgba(0,0,0,0.7);}
.ol-zoom, .ol-zoom:hover { backaground-color:rgba(0,0,0,0.7);}
.ctrl > div { background-color:rgba(0,0,0,0.5); }

/* /// LEGEND /// */
.legend-position {
	position: absolute;
	right:10px; top:15px;  
	user-select: none;
	cursor: pointer;
	z-index: 2;
}
.new-main .legend-position { left:10px; top:55px; right:auto; bottom:auto; }
.legend {
	float: right;
	padding: 3px;
	margin-top: -6px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: 1px 1px 1px #999;
	background: rgba(220, 220, 220, 0.8);
}

.legend .legendWrap {
	display: flex;
}

.legend .legendWrap>div {
	flex: auto;
}

.legend .legend-btn {
	position: absolute;
	right: -3px;
	top: 50px;
	width: 30px;
	height: 30px;
	border: none;
	text-indent: -999em;
	border-radius: 15px 0 0 15px;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/ico.png);
	background-repeat: no-repeat;
	background-position: -858px -2px;
}

.legend .co {
	height: 100%;
}

.legend .no {
	display: flex;
	flex-direction: column;
	margin-left: 1px;
}

.legend .no>span {
	flex: auto;
	display: block;
	font-size: 0.8em;
	text-align: center;
}

.legend .unit {
	border-top: 1px dotted #ccc;
	font-size: 0.7em;
	text-align: center;
}

.legend .no.dense {
	line-height: 1.0em;
}

.legend .no.half {
	margin-top: 10px;
}
@media screen and (max-width:1100px) {
	
}
@media screen and (max-width:768px) {
	.new-main .legend-position {
		right:auto; 
		left:5px;
	}
	
	.legend-position {
		right:auto; 
		left:10px; 
	}
}

@media screen and (max-width:430px) {
	.new-main .legend-position { top:40px; left:5px; }
	.new-main .legend-position .legend .legendWrap{
		max-height:367px; 
		overflow-y:auto; 
	}
}

