/* map */
#map {
	width: 100%;
	height: 520px;
	border-top: 1px solid #e0e0e0;
}

#marker {
	background-image: url('../images/icon-location.svg');
	background-size: contain;
	width: 33px;
	height: 43px;
	cursor: pointer;
}

.mapboxgl-popup-close-button {
	width: 15px;
	height: 15px;
	min-width: 0;
	padding: 0;
	outline: none;
	color: #000;
}

.mapboxgl-popup {
	max-width: 200px;
}