
.nav-line {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 1px;
	background-color: black;
}
#current_me_position{
	display:none;
}

.centered-title {
  text-align: center;
  display: block;
  margin: 0 auto;
}
.nav-area {
	position: fixed;
	top: -10px;
	left: 300px;
	height: 92%;
	margin-top: 86px;
	width: 400px;
	background-color: rgb(255, 255, 255);
	/*overflow-y: scroll;*/
	/* Add scrollable area */
	display: flex;
	/* Add flexbox display */
	flex-direction: column;
	/* Set flex-direction to column */
}

#address-map {
	position: absolute;
	top: 42px;
	/* left: 420px; */
	width: calc(70% - 450px);
	border-radius:15px;
	height: 88%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	right: 320px;
}

#map {
	width: 100%;
	height: calc(100% - 120px);
	margin-top: 118px;
}

.box {
	width: 90%;
	height: 80%;
	/* margin-right: 2px; */
	border: 1px solid #e3e3e3;
	text-align: center;
	/* Added margin */
	padding: 10px 10px 10px 10px;
	/* margin-left: 20px; */
	overflow: auto;
	margin-top: 10px;
	/* Added margin-top */
	border-radius: 10px;
	/* box-shadow: 0px 0px 5px #444; */
}

.output-item {
	height: auto;
	border: 1px solid #e3e3e3;
	text-align: left;
	border-radius: 5px;
	/* padding-top: 15px; */
	/* padding-left: 5px; */
	font-size: 14px;
	padding: 10px;
	color: rgb(26 26 26);
}

.right-area{
		position:absolute;
}
.left-area{
	position:absolute;
}

.output-item:hover {
	cursor: pointer;
}

.selected {
	background-color: rgb(255 225 218);
	font-weight: bold;
}

#daegu_top10_title {
	font-size:20px;
	margin-top:20px;
	text-align: center;
	color: rgb(26 26 26);
	/* color: var(--text-color); */
}

.wrap {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 288px;
	height: 132px;
	margin-left: -144px;
	text-align: left;
	overflow: hidden;
	font-size: 12px;
	font-family: 'Malgun Gothic', dotum, '돋움', sans-serif;
	line-height: 1.5;
}

.wrap * {
	padding: 0;
	margin: 0;
}

.wrap .info {
	width: 286px;
	height: 120px;
	border-radius: 5px;
	border-bottom: 2px solid #ccc;
	border-right: 1px solid #ccc;
	overflow: hidden;
	background: #fff;
}

.wrap .info:nth-child(1) {
	border: 0;
	box-shadow: 0px 1px 2px #888;
}

.info .title {
	padding: 5px 0 0 10px;
	height: 30px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
	font-weight: bold;
}

.info .close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #888;
	width: 17px;
	height: 17px;
	background:
		url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/overlay_close.png');
}


.info .close:hover {
	cursor: pointer;
}

.info .body {
	position: relative;
	overflow: hidden;
}

.info .desc {
	position: relative;
	margin: 13px 0 0 90px;
	height: 75px;
}

.desc .ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.desc .jibun {
	font-size: 11px;
	color: #888;
	margin-top: -2px;
}

.info .img {
	position: absolute;
	top: 6px;
	left: 5px;
	width: 73px;
	height: 71px;
	border: 1px solid #ddd;
	color: #888;
	overflow: hidden;
}

.info:after {
	content: '';
	position: absolute;
	margin-left: -12px;
	left: 50%;
	bottom: 0;
	width: 22px;
	height: 12px;
	background:
		url('https://t1.daumcdn.net/localimg/localimages/07/mapapidoc/vertex_white.png')
}

.info .link {
	color: #5085BB;
}
