@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;
}

/** gnb **/
#header {
    width: 100%;
    height: 109px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9999;
    box-shadow: 10px 0 30px #000; /*gnb 그림자 영역*/
    /* 아래방향, 오른쪽방향, 그림자길이, 색상*/
}

#header .login {
    width: 100%;
    height: 48px;
    background: #5e5148 url("../img/gnb/topmenu_login.jpg") no-repeat center top;
    position: relative;
}

#header .logo {
    position: absolute;
    left: 50%;
    top: 65px;
    margin-left: -600px;
    z-index: 100;
}

#header .gnb_wrap {
    height: 61px;
    position: relative;
}

#header .gnb_wrap .gnb {
    width: 1200px;
    height: 15px;
    position: absolute;
    left: 50%;
    top: 23px;
    margin-left: -310px;
}

#header .gnb_wrap .gnb li {
    float: left;
    margin-right: 100px;
    cursor: pointer;
}

#header .gnb_wrap .gnb .gnb01 {
    margin-right: 137px;
}

#header .gnb_wrap .gnb .gnb02 {
    margin-right: 122px;
}

#header .gnb_wrap .gnb .gnb03 {
    margin-right: 122px;
}

#header .gnb_wrap .gnb .gnb04 {
    margin-right: 122px;
}

#header .gnb_wrap .gnb .gnb05 {
    margin-right: 109px;
}

#header .gnb_wrap .gnb .gnb06 {
    margin-right: -100px;
}

/*  mega  */

#mega {
    width: 1920px;
    /*height: 303px;*/
    height: 0;
    background: url("../img/gnb/megamenu_bg.png") no-repeat center top;
    position: absolute;
    left: 50%;
    top: 109px;
    margin-left: -960px;
    overflow: hidden;
}

#mega .sub {
    position: absolute;
    top: 34px;
    text-align: center;
    cursor: pointer;

}

#mega .sub .sub_logo {
    position: absolute;
    left: -25px;
    top: -60px;
}

#mega .sub4 .sub_logo {
    left: -35px;
}

#mega .sub6 .sub_logo {
    left: 1px;
}

#mega .sub .first {
    margin-bottom: 24px;
}

#mega .sub1 {
    left: 636px;
}

#mega .sub2 {
    left: 795px;
}

#mega .sub3 {
    left: 956px;
}

#mega .sub4 {
    left: 1131px;
}

#mega .sub5 {
    left: 1280px;
}

#mega .sub6 {
    left: 1415px;
}

#slides {
    width: 198px;
    height: 124px;
    position: absolute;
    left: 344px;
    top: 52px;
    padding-top: 34px;
}

#slides .slidesjs-pagination {
    width: 100px;
    height: 10px;
    position: absolute;
    left: 50px;
    top: 0;
    z-index: 100;
    text-indent: -9999px;
}

#slides .slidesjs-pagination-item {
    float: left;
    margin-right: 11px;
}

#slides .slidesjs-pagination-item a {
    background: url("../img/gnb/megamenu_card_bt.png") no-repeat center center;
    width: 10px;
    height: 10px;
    display: block;
}

#slides .slidesjs-pagination-item a.active {
    width: 31px;
    height: 10px;
    background: url("../img/gnb/megamenu_card_hover.jpg") no-repeat center center;
}

#slides .slidesjs-play {
    background: url("../img/gnb/megamenu_card_stop.jpg") no-repeat center center;
    width: 7px;
    height: 10px;
    position: absolute;
    left: 140px;
    top: 0;
    z-index: 100;
    text-indent: -9999px;
}

#slides .slidesjs-stop {
    background: url("../img/gnb/megamenu_card_stop.jpg") no-repeat center center;
    width: 7px;
    height: 10px;
    position: absolute;
    left: 140px;
    top: 0;
    z-index: 100;
    text-indent: -9999px;
}

#bar {
    width: 161px;
    height: 2px;
    background: #554246;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -373px;
}

/** 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 {
    top: 110px;
    height: 3861px;
    background: url("../img/sub04.jpg") no-repeat center top;
}




