@charset "utf-8";

/* CSS Document */


/** base **/

html,
body {
    height: 100%;
    overflow-y: hidden;
}

body {
    position: relative;
    min-width: 1200px;
    font-family: "Dotum", "Arial", sans-serif;
    font-size: 12px;
    color: #333;
}

.posNum {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 50px;
    margin: -25px 0 0 -150px;
    background: #111;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}


/** scrollBox **/

.scrollBox {
    min-width: 1200px;
    height: 100%;
    position: relative;
}

.scrollBox .wrap {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.scrollBox .wrap>div {
    height: 1000px;
    position: relative;
}

.scrollBox .wrap .objs>li {
    position: absolute;
    left: 50%;
}


/** Scene01 **/

#scene01 {
    height: 1394px;
    background: url("../img/sub/sub_home01.png") no-repeat center top;
}


#scene01 .gnb_wrap {
    margin: 0 auto;
    width: 1920px;
    position: relative;
    background: url("../img/sub/sub_homes02_gnb.png") no-repeat center top;
    height: 56px;
    z-index: 9999;
}

#scene01 h1{
    position: absolute;
    left:19px;
    top:12px;
}


#scene01 h1 a{
    display:block;
    height:100%;
}

#scene01 .button{
    position: absolute;
    left:0;
    top: 926px;
}

#scene01 .button a{
    display: block;
    height:100%;
    cursor:pointer;
}




/** footer **/

.footer {
    height: 50px;
    background: #333;
}
