@charset "UTF-8";

/* CSS 핵 */
/* IE7 : 속성 앞에  *표시 (예:*text-align:left) */
/* IE8 : 속성 뒤에 \0/IE8; */
/* IE9 : :root 선택자, 속성값 뒤에 \9 (예: :root div{float: left\9;} */


.layerPopupBackground {
	position: fixed;
	top:0px;
	left:0px;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: none rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#80000000', endColorstr='#80000000');
	z-index: 9999;
}

#clickableArea {
	position: absolute;
	height: 100%; width: 100%;
}

#layerPopup {
	position: relative;
	top:50px;
	/*background-color: #ffffff;*/
	margin: 0 auto;
}

#LPContent .loadingImg {
	margin: 0 auto;
	height:50px;
	width:50px;
}

.layerPopupContent {
	overflow-x : hidden;
	overflow-y : auto;
	background-color: #ffffff;
}
.content_area{
	text-align: center;
}
#LPTestArea {display: none;}

#heightColtroller {overflow: hidden;}


/* 팝업 요소 시작 */
#LPContent{
	padding-bottom: 20px;
}
#pop_header{
	border-top: 4px solid #32302e;
	position: relative;
	line-height: 40px;
	background: url(/common/image/line_header_bottom.jpg) bottom;
	background-repeat: repeat-x;
	background-color: #ffffff;
}
#pop_header img{
	position: absolute;
	display: inline-block;
	right: 0;
	cursor: pointer;
}
#pop_header .pop_h2{
	display: inline-block;
	font-size: 16px;
	color: #545250;
	background: url(/common/image/bg_subtitle.jpg) left;
	background-repeat: no-repeat;
	padding-left: 21px;
	margin: 0;
	margin-left: 10px;
	margin-bottom: 6px;
}
#pop_header img{
	right: 0;
}
#pop_container_type1{
	margin-top: 25px;
	margin: 0 20px;
	padding: 25px 0 30px 0;
	border-bottom: 1px dotted #d8d8d8;
}
#pop_container_type1{
	border-bottom: 0;
	padding-bottom: 0;
}



#pop_content {
	position: relative;
	/*width: 100%;*/
	border-top: 1px dotted #d8d8d8;
	border-bottom: 1px dotted #d8d8d8;
}

#pop_content strong{
	display: inline-block;
	font-size: 14px;	
}

#pop_content strong.type2{
	margin-top: 20px;
}
#pop_content > div{
	text-align: center;
}
.pop_msg_content{
	padding-top: 35px;
}
.pop_table_content p{
	text-align: left;
	margin-top: 10px;
}
.pop_table_content table th, .pop_table_content table td{
	padding: 0;
}
.pop_table_content table td div.error{
	display: block;
}


#pop_wrap .btn_container{
	margin-top: 10px;
	text-align: center;
}

/*  팝업 컨텐즈 요소 시작*/
	#pop_container_type1 #pop_content > div{
		text-align: left;
	}
	.pop_info_area{
		background-color: #f1f1f1 !important;
		border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
		padding: 10px;
	}
	.pop_info_area strong{
		font-size: 16px;
	}
	.pop_info_area .bg3_division_line{
		margin: 0 10px;
	}
	.pop_info_area .serviceUrl{
		font-weight: bold;
		font-size: 1.3em;
		margin-left: 5px;
		text-decoration: underline;
	}
	.pop_rank_area{
		position: relative;
		background: url(/img/bg_ranking.jpg) left;
		background-repeat: no-repeat;
		background-position: 10px 4px;
		height: 70px;
		padding-left: 100px;
		margin: 18px 0;
	}
	.pop_rank_area p{
		border-left: 1px solid #d8d8d8;
		height: 100%;
		padding-left: 15px;
		word-break:break-all;
	}
	.pop_rank_area p strong{
		margin-bottom: 6px;
	}
	.pop_ranking{
		position: absolute;
		font-size: 36px;
		color: #5fd4e1;
		left: 15px;
		top: 25px;
		font-weight: bold;
		width: 67px;
		text-align: center;
	}
	/* 기타요소 */
	.stats_area_type1{
		background-color: #32302e;
		border-radius: 10px;
		padding: 20px 10px;
		position: relative;
	}
	.stats_area_type1 h6{
		font-weight: normal;
		color: #918c88;
	}
	.stats_area_type1 > ul li span{
		font-weight: bold;
	}
	
	.stats_area_type1 .stats5 .like{
		color: #ff7800;
	}
	.stats_area_type1 .stats5 .unlike{
		color: #5fd4e1;
	}
	
	/* 기타 요소*/
	.btn_pop{
		display: inline-block;
		zoom: 1;
		*display: inline;
		background-color: #32302e;
		color: #fff;
		padding: 5px 20px;
		cursor: pointer;
		line-height: 1.4;
	}
	.btn_pop + .btn_pop{
		margin: 0 10px;
	}
	
	.pop_btn_type1{
		background-color: #32302e;
		color: #fff;
		padding: 8px 26px;
		font-size: 13px;
		cursor: pointer;
		line-height: 1.4;
		display: inline-block;
	}
	input[type="text"].type5{
		text-align: center;
		
	}
	.pop_table_content input[type="text"], .pop_table_content select{
		width: 84%;
	}
	.btn_address{
		background-color: #32302e;
		color: #fff;
		padding: 6px 20px;
		cursor: pointer;
	}
	textarea.type2{
		width: 99.6%;
	}
	

/* 팝업 요소 끝 */

