@charset "utf-8";
/* RESET */ 
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 
 

* {
	margin:0px ; padding:0px ; border:0px ; word-break:keep-all ; 
	text-decoration:none ; color:#595959 ; line-height:0px ;
	font-size:14px ; font-family:'Nanum Gothic','Malgun Gothic','맑은 고딕',dotum,serif ; font-weight:normal}
	
img {border:0px}
ul,li,dt,dd,dl { list-style:none }
html, body {width:100% ; height:100%} 
a , button { cursor:pointer }
