@charset "euc-kr";
/* ½ºÅ¸ÀÏ ÃÊ±âÈ­ */

/* ¿ä¼Ò(element) ¿©¹é ÃÊ±âÈ­  */
* {
	margin:0;
	padding:0;
	}
a {color: #727272; text-decoration: none;}
a:link {text-decoration: none;}
a:hover {text-decoration: underline;}
a:action {text-decoration: 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: collapse;
	border-spacing:0;
	border:0 none;
	}
caption, th, td {
	text-align:left;
	font-weight: normal;
	}

/* ÅØ½ºÆ® °ü·Ã ¿ä¼Ò ÃÊ±âÈ­ */
address, caption, em {
	font-weight:normal;
	font-style:normal;
	}

/* ¼öÆò¼±*/
hr {display: none; }

