@charset "utf-8";

*{margin:0;padding:0;}
ul{list-style: none;}
a{text-decoration: none;}
img{display: block;}
.clear {clear: both;}
body {
    font-family: "arial", "malgun gothic", "dotum", sans-serif;
    background:url(../img/logo/bg_body.jpg) 0 0;
    color:#000;
}
#wrapper {
    width:960px;
    height:100%;
    margin:0 auto;
    background:#fff;
    overflow: hidden;
    z-index:-14;
}