<?
header("content-type:text/css");
?>
@charset "utf-8";

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

* {
	font-style: normal;
	margin:0; 
	padding:0;
	font-size: 100%;
	line-height: 1.5em;
	font-family:'Noto Sans KR',sans-serif; font-weight:normal;
}
html, body{
	height:100%;
	min-height:100%;
	width:100%;
	font-family:'Noto Sans KR',sans-serif; font-weight:normal;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, span, pre, form, fieldset, input, blockquote, th, td {
	margin:0;
	padding:0;
}
body {
	-webkit-text-size-adjust: none; /* webkit 기반의 브라우저에서 텍스트사이즈가 들쑥날쑥 하지 않게 조절 */
}
fieldset, img, abbr, acronym {
	border:0px;
}
li {
	list-style-type:none;
}
hr, legend {
	display: none;
}
a {
	color:#000000;
	text-decoration:none;
}
