@charset "EUC-KR";

#canvas {
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: block;
	padding: 0em;
}

#map_bottom_breadcrums {
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 250px;
	background-color: white;
	display: block;
}

.bt_breadcrum{
	position: absolute;
	bottom: 20px;
	right: 20px;
	width: 116px;
	height: 35px;
	border:0px solid;
	outline: none;
	background-image: url("/assets/image/prod/map/bt_map_breadcrumb_w_p.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}

.coordinate_info{
	position: absolute;
	display: flex;
	top: 5px;
	right: 20px;
	height: 17px;
	text-align: right;
}

.coordinate_icon{
	position: relative;
	top:0px;
	width: 18px;
	height: 18px;
	background-image: url("/assets/image/prod/map/ic_map_coordinate.svg"); 
}

.coordinate_text{
	position: relative;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Noto Sans KR', sans-serif;
	color: #FF5A00;
}