@charset "utf-8";

#wrap {
    background-color: #000;
}

#main {
    width: 100%;
    height: 100%;
    background: url(../img/index00.jpg) center no-repeat;
    background-size: cover
}


/*** footer 고정 ***/

#footer_bg {
    background-color: #000;
    width: 100%;
    height: 50px;
    position: fixed;
    bottom: 0;
    z-index: 1
}
