


/* 요소(element) 여백 초기화  */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
blockquote, p, address, pre, cite,
form, fieldset, input, textarea, p
table, th, td {
	margin:0px;
	padding:0px;
	color:#2c2c2c;
	font-size:14px;
	font-family:'돋움',Dotum,'굴림',Gulim,Arial,arial,sans-serif;
	line-height:21px; 
	list-style-type:none;
}

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {  
	font-size:100%;   
	font-weight:normal;   
} 

/* 테두리 없애기 */
fieldset, img, abbr,acronym { border:0 none; } 

/* 목록 */
ol, ul { list-style:none; }



/* 테이블 - 마크업에 'cellspacing="0"' 지정  */
table {
	border-collapse: separate;
	border-spacing:0;
	border:0 none;
	}

/* 텍스트 관련 요소 초기화 */
address, caption, strong, em, cite {
	font-weight:normal;
	font-style:normal;
	}
ins { text-decoration:none; }
del { text-decoration:line-through; }

/* 인용문 */
blockquote:before, blockquote:after, q:before, q:after { content:""; }
blockquote,q { quotes:"" ""; }

/* 수평선*/
hr { display:none; }
.pad01 {padding:3px 0px;}

/* floating */
.fl {float:left;}
.fl li{float:left;}
.fr {float:right;}
.cl {clear:both;}

/* align */
.al {text-align:left !important;}
.ac {text-align:center !important;}
.ar {text-align:right !important;}

a{outline:none}

select{font-size:14px;}