@charset "utf-8";

/* Á¦¸ñ¿ä¼Ò */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
p {
	margin: 0;
	padding: 0
}
select, input {outline-style:none;}
/* Å×µÎ¸® ¾ø¾Ö±â */
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;
}
a:active, a:hover {text-decoration:none !important;}

button {padding:0;margin:0;border:0 none;cursor:pointer;}