	body
	{
		margin					: 0px;
		padding					: 0px;
		width					: 100%;
		min-width				: 320px;
		font-family				: 'NanumBarunGothic','Nanum Gothic','나눔고딕','맑은 고딕','Malgun Gothic','돋움',Dotum,'굴림',Gulim,Helvetica,sans-serif;
		-webkit-text-size-adjust: none;
		-moz-text-size-adjust	: none;
		-ms-text-size-adjust	: none;
		text-size-adjust		: none;
	}
	
	h1, h2, h3, h4, h5, h6
	{
		margin					: 0px;
		padding					: 0px;
		font-size				: inherit;
		font-weight				: inherit;
		line-height				: inherit;
	}
	
	input
	{
		margin					: 0px;
		padding					: 0px;
		border					: 0px;
	}
	
	a
	{
		color					: inherit;
		text-decoration			: none;
	}
	
	img
	{
		border					: 0px;
	}
	
	.hidden
	{
		width					: 0px;
		height					: 0px;
		margin					: 0px;
		padding					: 0px;
		overflow				: hidden;
		visibility				: hidden;
	}
	.bold
	{
		font-weight				: bold;
	}
	.cursor
	{
		cursor				: pointer;
	}
	
	
	ul,
	li
	{
		list-style-type			: none;
		margin					: 0px;
		padding					: 0px;
	}
	
	.tb
	{
		display					: table;
		border					: 0px;
		border-spacing			: 0px;
		border-collapse			: collapse;
	}
	.tr
	{
		display					: table-row;
	}
	.tc
	{
		display					: table-cell;
		vertical-align			: top;
	}
	
	.clear
	{
		clear					: both;
	}