@charset "UTF-8";

	.bottomBtn{margin: 20px 0 25px;display: flex;gap:10px;justify-content: end;}

/* SUB PAGE // map SCALEBAR SET */
	.maps{width: 620px; height: 560px; position: relative;}
	.bgMap{width: 620px; height: 560px; background-color: #FFF; position: absolute;}
	.layerMaps{width: 620px; height: 560px; position: relative; float: left; z-index: 1;}
	.noMapImage {display:none; z-index: 1; position: absolute; top:50%; left:50%; transform:translate(-50%, -50%); font-size:18px; font-weight:bold; color:#0c82e9; background-color: rgba(255, 255, 255, 1); border-radius: 5px; padding: 13px;}
	.leaflet-container{overflow:hidden;}
	.leaflet-image-layer, .leaflet-layer, .leaflet-map-pane, .leaflet-marker-icon, .leaflet-marker-pane, .leaflet-marker-shadow, .leaflet-overlay-pane, .leaflet-overlay-pane svg, .leaflet-popup-pane, .leaflet-shadow-pane, .leaflet-tile, .leaflet-tile-container, .leaflet-tile-pane, .leaflet-zoom-box{position: absolute; top: 0; left: 0;}
	
	
	
	@media screen and (max-width: 768px) {
		body.sub .board-filter-wrapper .board-filter .filter-box .filter-top .filter-item:not(:last-child){width: calc(50% - 7.5px);}
		body.sub .board-filter-wrapper .board-filter .filter-box .filter-top{column-gap: 15px !important;}
	}