@charset "utf-8";
/* CSS Document */

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

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

.posNum {
    position: fixed;
    left: 50%;
    top: 20%;
    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%; /* 브라우저 창의 크기에 따라 반응을 해야 해서 가운데 기준을 잡는다 */
}


/** gnb **/
#header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 999;
}

#header.on {
    border-bottom: 1px solid #57504e;
}

#header h1 {
    text-align: left;
    height: 30px;
    line-height: 30px;
    margin-left: 358px;
    margin-top: 27px;
    padding-right: 110px;
}

#header h1 a {
    /*color: #fff;*/
}

#header .innerGnb {
    width: 782px;
    margin-top: -10px;
    margin-left: 678px;
}

#header .innerGnb li {
    float: left;
    margin-right: 60px;

}

#header .innerGnb li:last-child {
    margin-right: 0px;
}

#header .innerGnb li a {
    display: block;
    height: 12px;
    line-height: 12px;
    text-align: left;
    /*color: #fff;*/
    /*background: #222;*/
    /*border-left: solid 1px #000;*/

}


#header .topMenu {
    width: 250px;
    height: 13px;
    position: absolute;
    left: 50%;
    top: 33px;
    margin-left: 597px;;
}

#header .topMenu li {
    float: left;
    margin-right: 14px;
}

#header .topMenu li:last-child {
    margin-right: 0px;
}

#mega {
    width: 100%;
    /*height: 290px;*/
    height: 0;
    background: rgba(0, 0, 0, 0.65);
    position: absolute;
    left: 0;
    top: 101px;
    overflow: hidden;
    transition: all 0.5s;
}

#mega.on {
    height: 290px;
}

#mega .inner {
    width: 780px;
    margin-left: 676px;
    position: relative;
    padding-top: 53px;

}

#mega .inner ul {

    float: left;
    text-align: center;
}

#mega .inner .sub1 {
    width: 125px;
    margin-right: 23px;
}

#mega .inner .sub1 li:last-child {
    margin-top: 37px;
}

#mega .inner .sub2 {
    width: 119px;
    margin-right: 15px;

}

#mega .inner .sub2 li {
    margin-bottom: 38px;
}

#mega .inner .sub2 li:last-child {
    margin-bottom: 0px;
}

#mega .inner .sub3 {
    width: 71px;
    margin-right: 40px;
}

#mega .inner .sub3 li {
    margin-bottom: 38px;
}

#mega .inner .sub3 li:last-child {
    margin-top: 35px;
}

#mega .inner .sub4 {
    width: 103px;
    margin-right: 50px;
}

#mega .inner .sub4 li {
    margin-bottom: 35px;
}

#mega .inner .sub4 li:first-child {
    margin-bottom: 38px;
}

#mega .inner .sub5 {
    width: 72px;
    margin-right: 50px;
}

#mega .inner .sub5 li {
    margin-bottom: 37px;
}

#mega .inner .sub5 li:last-child {
    margin-bottom: 0px;
}

#mega .inner .sub6 {
    width: 103px;
}

#mega .inner .sub6 li {
    margin-bottom: 38px;
}

/*header end*/


/** footer **/
#footer {
    height: 424px;
    background: #333;
    position: relative;
}



/** Scene01 **/
#sub1 {
    position: relative;
    height: 2750px;

}

#sub1 .bg {
    width: 1920px;
    height: 2680px;
    position: absolute;
    left: 50%;
    margin-left:-960px;
    top: 0px;
}

/** Scene02 **/
#sub2 {
    position: relative;
    height: 1974px;


}


#sub2 .bg {
    height: 1974px;
    position: absolute;
    left: 50%;
    margin-left:-960px;
    top: 0px;
}


/** Scene03 **/


#sub3 {
    position: relative;
    height: 2746px;


}


#sub3 .bg {
    height:2746px;
    position: absolute;
    left: 50%;
    margin-left:-960px;
    top: 0px;
}


/** Scene04 **/


#sub4 {
    position: relative;
    height: 2420px;


}


#sub4 .bg {
    height: 2420px;
    position: absolute;
    left: 50%;
    margin-left:-960px;
    top: 0px;
}




/** Scene05 **/


#sub5 {
    position: relative;
    height: 3043px;


}


#sub5 .bg {
    height: 3043px;
    position: absolute;
    left: 50%;
    margin-left:-960px;
    top: 0px;
}


/** Scene06 **/


#sub6 {
    position: relative;
    height: 3564px;


}


#sub6 .bg {
    height: 3564px;
    position: absolute;
    left: 50%;
    margin-left:-960px;
    top: 0px;
}





/** footer **/
#footer {
    height: 424px;
    background: url("../img/scene08/footer.png") no-repeat left top;
    position: relative;
}


#footer > ul{
    position: absolute;
    left: 1354px;
    top: 83px;

}
#footer > ul > li{
    width: 41px;
    height: 41px;
    background: transparent;
    float: left;
    margin-right: 12px;
}

#footer > ul > li:nth-child(3){margin-right: 10px;}
#footer > ul > li:nth-child(4){margin-right: 0;}
#footer > ul > li > a{display: block; width: 100%; height: 100%;}





















