@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);


body, div, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, fieldset, input, p{margin:0; padding:0;}

body{font-family: 'Nanum Gothic', sans-serif; font-size:12px; line-height:1em; color:#121212;}
a{color:#121212; text-decoration:none;}
img{border:none;}
ul{
	list-style: none;
	text-align: center;
}
fieldset{border:none;}
legend{display:none;}



/*clearfix*/
.cf:after{clear:both; content:""; display:block;}



/*공통속성*/
.nobg{background:none !important;}
.noline{border:0 !important;}
