@charset "euc-kr";
/*	Reseed by bsw 2014.08.27	------------------------------		swbyeon@reseedcorp.com		-------------------------------*/

.sub_content{
	width:1000px;
	display:block;
	margin:auto;
	height:100%;
	font-family:NANUM;
}
.sub_count {
	background:#4b4e56;
	position:relative;
	font-family:NANUM;
	text-align:center;
}
.sub_faq_title{
	max-width:980px;
	display:block;
	margin:auto;
	margin-top:3%;
}
.sub_faq_title img{
	width:100%;
}

.faq_table{
	width:100%;
	padding:50px;
	font-size:15px;
	border-top:2px #4b4e56 solid;
	margin:3% 0 5% 0;
}

.faq_table td{
	padding:2% 13%;
	border-bottom:1px #a1a3a7 solid;
	position:relative;
}

.faq_icon{
	width:21px;
	position:absolute;
	left:5%;
}

.faq_td_gray{
	background:#f7f7f7;
}

.faq_cursor{
	cursor:pointer;
}


.privacy_cont_title{
	margin:10% 0 3% 0;
	color: #4b4e57;
	font-size: 30px;
	line-height: 40px;
	font-family: NANUM;
	font-weight: 600;
	text-align: center;
}

.privacy_cont_line{
	width:90%;
	height:2px;
	margin:10px auto;
	background:#4b4e57;
}

.privacy_cont{
	width:84%;
	height:400px;
	padding:3% 0;
	margin:3% 8%;
	line-height:130%;
	font-size:14px;
	overflow-y:scroll;
}



@media only screen and (max-width:960px),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
	.sub_content{
		width:90%;
		display:block;
		margin:auto;
		padding-top:5%;
		font-family:NANUM;
	}
	
	.sub_count {
		min-width:0;
		width:100%;
		background:#4b4e56;
		position:relative;
		font-family:NANUM;
		text-align:center;
	}

	.sub_faq_title{
		max-width:980px;
		display:block;
		margin:auto;
		margin-top:55px;
	}
	.faq_icon{
		width:15px;
		top:50%;
		margin-top:-5px;
		position:absolute;
		left:3%;
	}
	
	.faq_table td{
		padding:5% 15%;
		font-size:0.75em;
	}
	.privacy_cont_title{
		font-weight: 600;
		text-align: center;
		font-size: 1.5em;
		line-height: 130%;
		font-family: NANUM;
		padding-top:55px;
		margin-top: 3%;
	}
	.privacy_cont{
		width:84%;
		padding:3% 0;
		margin:3% 8%;
		line-height:140%;
		font-size:0.7em;
		overflow-y:visible;
		height:100%;
	}
	
}
