@charset "utf-8";

/* 지도 */
#location-map {
	height: 400px;
	border: 1px solid #e1e1e1;
}
.address-info {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

@media (min-width: 992px) {
	.address-info {
		flex-direction: row;
	}
}
