@charset "utf-8";

#sign_up_popup{
	width: 790px;
	height: 380px;
	font-family: '돋움';
	font-size: 12px;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#popup_title{
	height: 100px; 
	background-color: rgba(189,32,38,0.8);
	color: #fff;
	font-size: 30px;
}

#popup_title h2{
	padding-top:30px;
	font-size:30px;
	text-align: center;
	line-height: 1.5em;
}
#popup_title a{
	display: inline-table;
	position: absolute;
	top: 25px;
	left: 740px;
}
#popup_con{
	height: 240px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 20px;
	background:#FFF;
}


#access_terms_content, #privacy_policy_contents{
	line-height: 19px;
	color: #535353;
	font-size: 12px;
}

#access_terms_content h3{
	font-family: '맑은 고딕';
	font-size: 22px;
	text-align: center;
	padding: 40px 0;
	font-weight: bold;
}

#access_terms_content h3:first-child{
	padding-top: 0;
}

#access_terms_content h4{
	margin-bottom: 0px;
	font-weight: bold;
}

#privacy_policy_contents h3{
	font-size: 14px;
	font-weight: bold;
}

#privacy_policy_contents p{
	margin-bottom: 50px;
	padding-left: 20px;
}

#privacy_policy_contents p:first-child{
	padding-left: 0px;
}

#privacy_policy_contents p span{
	font-weight: bold;
}