@charset "utf-8";

/* 제목요소 */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0
}
/* 테두리 없애기 */
fieldset, img, abbr, acronym {
	border: 0 none;
}
/* 목록 */
ul, ol {
	padding: 0;
	margin: 0;
}
/* 테이블 - 마크업에 'cellspacing="0"' 지정 함께 필요 */
table {
	border-collapse: separate;
	border-spacing: 0;
	border: 0 none;
}
caption, th, td {
	font-weight: normal;
}
/* 텍스트 관련 요소 초기화 */
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;
}