@charset "utf-8";

body,h1,h2,h3,h4,h5,h6,ul,li,p,button,a
{margin:0; padding:0; list-style:none; text-decoration:none;}
img{border:0;}
button{cursor:pointer; background:none; border:0;}

body,button{font-family: NanumSquare, sans-serif;}
.none{display:none;}
body{
    height: 1080px;
    background-color:#e3dfd6;
    overflow: hidden; }

#header{
    position:fixed; z-index:10; left:0; top:0;
    width:100%; height:80px; line-height:80px;
    text-align: center;
    background:#fff; border-bottom:1px solid rgba(0,0,0,0.1);
}
h1{margin-top: 10px;}

/* #container .section_wrap{width: 720px;} */
#container section{text-align: center;}


#footer{
    position:fixed; z-index:10; left:0; bottom:0;
    width:100%; height:80px; line-height:80px;
    text-align: center;
    background:#fff;
}
#footer p{margin-top: 10px;}