﻿@charset "utf-8";

#js_board_wrap{
	width: 790px;
	font-family: '돋움';
	font-size: 12px;
}

#access_terms_content, #privacy_policy_contents{
	line-height: 19px;
	color: #535353;
	font-size: 12px;
	padding: 30px;	
}

#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{
	font-weight: bold;
}

#privacy_policy_contents h3{
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 20px;
}

#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;
}