@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

/* reset.css */
*, html, body, h1, h2, h3, h4, h5, h6, p, div, img {
	margin:0; padding:0; border:0; font-family: "Noto Sans KR", sans-serif;}
body{width:100%;height:100%;}

h1,h2{font-weight:bold;}
table,tr,td,thead,tbody,tfoot{
	border-style:solid; border-color:#333; 	border-spacing:0; border-collapse:collapse;}
ul, ol, li{list-style: none;}
a{text-decoration: none; color: #000;}
a:hover{color: #000;text-decoration:none;}
input:focus,button:focus,textarea:focus{outline:none;}


/* html5 */
header, article, section, footer, nav, aside, hgroup, figure{
	display: block;}

/* normalize */
.clearfix::before, .clearfix::after{content:""; display: block; clear: both;}

ul:after{display:block;visibility:hidden;clear:both;content:""}
