#point_map{
	border:1px solid #cacaca;
	width:100%;
	height:100%;
}

#point_map * {
	-webkit-box-sizing: content-box;
 	-moz-box-sizing: content-box;
 	box-sizing: content-box;
}

/* 지도검색에서 좌측검색, 가운데지도, 우측 목록을 모두 감싸는 클래스 */
.map_wrapper{
	padding-right:352px;
	position:relative;
	height:100%;
}
/* dungzi */
.maplist_1 {padding-right:402px;}

/* dabang */
.maplist_2 {padding-right:432px;}

/* zigbang */
.maplist_3 {padding-right:902px;}

/* realtor */
.maplist_4 {padding-right:420px;}

.map_list_wrapper {
	width:410px;
	border-radius:5px;
	padding:3px 0px 3px 3px;
	background-color: #454545;
}

.map_list_wrapper i{
	padding-left:5px;
}
.map_list_wrapper a{
	font-size:12px;
}

.map_list{
	width:385px;
	height:167px;
	overflow-y: auto;
	background-color:#ffffff;
	background-repeat:repeat;
	border:1px solid #efefef;
}

/* 지도 좌측 타일 */
#map_tile {
	position:absolute;
	top:10px;
	left:10px;
	width:100px;
	overflow:hidden;
	z-index:1000;
	opacity:0.9;
}

#map_tile:hover {
	opacity:1;
}

#map_list{
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:400px;
	overflow-y:auto;
}

#map_list.map_list_1{
	width: 400px;
}
#map_list.map_list_2{
	width: 430px;
}
#map_list.map_list_3{
	width: 900px;
}

#map_list.map_list_4{
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:413px;
	overflow-y:auto;
}

.relist{
	margin-bottom:2px;
	margin-right:2px;
	background-color:#ffffff; 
}

	
/* 글꼴과 글자색깔은 str_helper.php에서 price함수에 넣어 놓는다. 블로그 포스팅 때문에... */
.relist a{font-size:13px;}

.maplist_2 .relist a{font-size:14px;}
.maplist_3 .relist a{font-size:14px;}
.maplist_4 .relist a{font-size:16px;}
#map_search_list{
	background: #f6f6f6;
	padding-top:1px;
	padding-bottom:1px;
}

.relist:hover {
	background-color:#efefef; 
}

.info_image {
	overflow:hidden;
	width:140px;
	height:120px;
	float:left;
	margin:3px;
	position:relative;
	border: 1px solid #ddd;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	-webkit-transition: border 0.3s ease,box-shadow 0.3s ease;
	transition: border 0.3s ease,box-shadow 0.3s ease;	
}

.info_image.sell{
	height:139px;
}

.info_image .thumb {
	width:100%;
	height:100%;
}

.info_desc {
	letter-spacing:-1px;
	line-height:2em;
	padding:0px 0px 4px 4px;
	/*float:left;*/
}

.info_desc .address{
	letter-spacing:-1px;
	color:#787878;
}

.info_desc .label {
	font-size:11px;
	padding: 2px 3px 2px 2px;
}

#search_section {
	padding:10px;
	border-right:1px solid #cacaca;
	background-color: #FEFEFE;
	position:absolute;
	width:250px;
	top:0px;
	left:0px;
	height:100%;
	overflow-y:auto;
	overflow-x:hidden;
	z-index:99;
}


#search-map {overflow-x:hidden;}
#search_section ul:after{
	content: "";
	display: table;
	clear: both;
}

#search_section .btn {
	padding: 3px 5px;
}

.sorting_select {
	float:right;
	width:auto;
	font-size:11px;
	line-height:30px;
	height:28px;
	margin-right:10px;
}

#center_address {line-height:28px;letter-spacing:-1px;font-size:12px;}

/**** search button ***/
.pocp_button_left.btn_active {
	left: 260px;
}

.pocp_button_left {
	left: 20px;
}

.pocp_button {
	position: absolute;
	z-index: 99;
	top: 20px;
	font-size: 14px;
	color: #fff !important;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	padding: 7px 12px;
	background: #191919;
	outline: none;
	border-radius:10px;
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.3s 0.2s;
	-moz-transition: all 0.3s 0.2s;
	-o-transition: all 0.3s 0.2s;
	transition: all 0.3s 0.2s;
}

/**** search reset button ***/
.pocp_button_reset{ 
  top: 60px;
  border-radius:10px;
}

.marker{
	font-size:13px;
	font-weight:300;
	color:white;
	border-radius:5px;
	white-space: nowrap;
	text-align: center;
	z-index: 100;
}

.marker .installation {
	border-radius:5px;
	border:1px solid #f39c12;	
	padding:4px;
	color: #f39c12;
}
.marker .sell {
	border-radius:5px;
	border:1px solid #D22129;	
	padding:4px;
	color: #D22129;
}
.marker .full_rent {
	border-radius:5px;
	border:1px solid #3865C0;	
	padding:4px;
	color: #3865C0;
}
.marker .monthly_rent {
	border-radius:5px;
	border:1px solid #209F4E;	
	padding:4px;
	color: #209F4E;
}
.marker .is_finished {
	border-radius:5px;
	border:1px solid #aaa;	
	padding:4px;
	color: #aaa;
}
.marker .rent {
	border:1px solid #3865C0;	
	padding:4px;
	color: #3865C0;
}
.marker span{
	font-weight:bold;
	background-color:#FFFFFF;
}

.gugun {
	line-height:55px;
	width:55px;
	height:55px;
	padding: 0px;
	background-color: #ff7f00;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 40px;
	border-radius:50%;
}

.gugun a {font-weight:900;font-size:12px;padding:4px 2px 4px 2px;font-family:"Malgun Gothic";color: #fff;}
.gugun a:hover {color:#fff;text-decoration:none;}

.gugun-small {
	line-height:14px;
	padding: 0px;
	background-color: #ff7f00;
	text-align: center;
	position: absolute;
	left: -40px;
	top: -17px;
	border: 3px solid #ff7f00;
	border-radius:5px;
}

.gugun-small a {font-weight:900;font-size:12px;padding:4px 2px 4px 2px;font-family:"Malgun Gothic";color: #fff;}
.gugun-small a:hover {color:#fff;text-decoration:none;}

.ifbox {
	border-radius:10px;
	background-color:#fff;
	padding:0px;
    border:1px solid #666;
	margin-top:8px;
    color:#000;
    font-family:"Malgun Gothic", Arial, Helvetica, sans-serif;
    font-size:12px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0  8px #ccc;
    box-shadow: 0 0 8px #ccc;
}

/**
 * 모바일에서 클러스터 클릭시 보여주는 항 목
 */
#clusterlist {
    z-index:100;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#ffffff;
    top:0px;
    left:0px;
	box-sizing: border-box;
	padding:10px;
}

div.clusterClose {
    background: url(/assets/common/img/closebox.png) no-repeat;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 30px;
	z-index:1000;
}

#clusterlist_inner {
	margin-top:35px;
    height: 90%;
    width:100%;
	border:1px solid #cacaca;
	overflow:auto;
}

#clusterlist_inner strong{
	color: #333333;
	font-size: 20px;
	font-weight: bold;
}

#clusterlist_inner a{
    font-size:13px;
	color:#FF2558;
}

#loading {
	width:100%;
	display:none;
	position:absolute;
	top:70px;
	text-align: center;
	z-index:1000;
	font-size:100px;
}

.cluster_s {
	letter-spacing:-1px;
	white-space:nowrap;
	color:white;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	font-family: Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

.cluster_m {
	letter-spacing:-1px;
	white-space:nowrap;
	color:white;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	font-family: Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

.cluster_l {
	letter-spacing:-1px;
	white-space:nowrap;
	color:white;
	text-shadow: 0 0 4px rgba(0,0,0,0.8);
	font-family: Arial,sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

.toast {
	width:250px;
	height:20px;
	height:auto;
	position:absolute;
	left:50%;
	margin-left:-100px;
	bottom:100px;
	background-color: #383838;
	color: #F0F0F0;
	padding:10px;
	text-align:center;
	border-radius: 2px;
	-webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
	-moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
	box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
	z-index:1000;
	font-size:13px;
}

.structure_icon{
	position:absolute;
	background-color:rgba(255,255,255,0.8);
	border:2px solid #ccc;
	left:40px;
	bottom:100px;
	z-index:2;
	width:95px;
	height:205px;
	padding:10px;
	border-radius:10px;
	font-weight:bold;
	font-size:14px;
}

.structure_icon > div{
	margin-bottom:7px;
}
