@charset "utf-8";
*{margin:0; padding:0; }
html, body, td, p, button, textarea, select { 
	font-family:NanumGothic,'나눔고딕','Nanum Gothic',dotum,'돋음',sans-serif;
	font-size:12px; 
	color:#555555;
	line-height:150%;
	}

ol,ul {list-style: none;}

img														{border:0px;}

a:link, a:visited, a:active		{text-decoration:none; color:#848484;} /************* 링크걸린 텍스트컬러 변경 **********/
a:hover												{text-decoration:underline;  color:#121212;} /************* 링크걸린곳 마우스 오버시 데코/텍스트컬러 변경 **********/

.clear												{clear:both; display:block;}

h1, h2, h3, h4, h5, h6				{font-weight:normal;}

/* 전체 틀 */
#total_wrap						{width:100%;}
#wrap							{width:900px; margin:0 auto;}

/* 헤더 */
#wrap_header					{width:100%; margin:0 auto; }
#wrap_sheader					{width:240px; float:left; }

/* 메인 */
#wrap_main						{width:100%; margin:0 auto;}

/* 서브 */
#wrap_sub							{width:910px; margin:0 auto;}

/* 푸터 */
#wrap_footer					{width:100%; margin-top:30px;}