@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* ½ºÅ¸ÀÏ ÃÊ±âÈ­ */
html, body,
div, span,
dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6,
p, address,
form, fieldset, legend, input, select, textarea,
caption, col, colgroup, thead, tfoot, tbody, th, td {
	margin:0;
	padding:0;
	font-family:'Nanum Gothic', ±¼¸², dotum, µ¸¿ò;
	font-size:12px; color:#333; 
}

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

fieldset, img, abbr, acronym {
border: 0 none;
}


table {
	border-collapse: collapse;
	border-spacing:0;
	
}/*border:0 none;*/

caption, th, td {
	/*text-align:left;*/
	font-weight:normal;
}

address, caption, strong, em {
	font-weight:normal;
	font-style:normal;
}

/* ¼öÆò¼±*/
hr { display:none; }

caption{display:none;}

th, strong{font-weight:bold;}

ul{list-style:none;}

legend{display:none;}

a:link, a:visited, a:active{color:#333; text-decoration:none;}
a:hover {color:#008738;}
*{vertical-align:middle;}