.content {
	padding: 18px;
	font-size: 14px;
	color: #333;
	line-height: 1.5em;
}
.content > h2 {
	margin-bottom: 8px;
	color: #fe504f;
}

.con-box {
	margin-bottom: 20px;
}

.location-img {
	position: relative;
}
.location-img > img {
	display: block;
	width: 100%;
}

.zoom_in_btn > img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10%;
}

#overlay_box {
	display: none;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0px;
}
.popup_close_btn {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 8%;
}
.popup_close_btn.map_close_btn {
	position: absolute;
	top: 3px;

}
.popup_close_btn > img {
	width: 100%;
}


#popup_box {
	position: absolute;
}

/* 20181016 구글맵 유료 전환으로 인한 숙소 상세 내 구글맵 숨기기 (지도보기버튼) */
.mo_address01 .sub_tit.renew__location_tit, .mo_address02 .sub_tit.renew__location_tit{
	font-size: 17px;
	font-weight: 500;
	color: #484848;
	padding: 10px 0 10px 0;
}
.mo_address01 .map_view_btn_area {
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	margin: 15px 0 20px 0;
	display: inline-block;
}
.mo_address01 .map_view_btn_area .map_view_btn{
	padding: 8px 15px;
	font-size: 15px;
	font-weight: 500;
	color: #484848;
}
/* 20181016 구글맵 유료 전환으로 인한 숙소 상세 내 구글맵 숨기기 (지도보기버튼) end */