@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

*{margin: 0; border: 0; padding: 0;}
html{overflow-y: scroll;}
body{font-family: "nanumgothic", "맑은 고딕", Arial;}
ul, li, dl, dt, dd{list-style: none;}
a{text-decoration: none;}

.fl{float: left;}
.fr{float: right;}
.cb{clear: both;}
.cf:after{content: ''; display: block; clear:both;}