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

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

body {
    position: relative;
    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;
}

/** navi **/
.navi {
    position: absolute;
    right: 278px;
    bottom: 100px;
    z-index: 9999;
}


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

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

.scrollBox .wrap > div {
    position: relative;

}

.scrollBox .wrap .objs > li {
    position: absolute;
    left: 50%; /* 브라우저 창의 크기에 따라 반응을 해야 해서 가운데 기준을 잡는다 */
}



/** gnb **/
.gnb {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/common/header/bg.jpg") repeat center top;
    z-index: 999;
    border-top: 6px solid #f79e36;
}

.gnb .inner {
    width: 1200px;
    height: 218px;
    margin: 0 auto;
    position: relative;
}

.gnb .inner h1 {
    position: absolute;
    left: 50%;
    top: 54px;
    margin-left: -65px;
}

.gnb .inner .pnb {
    position: absolute;
    left: 50%;
    top: 8px;
    margin-left: -54px;
}

.gnb .inner .innerGnb {
    position: absolute;
    left: 0;
    top: 175px;
}

.gnb .inner .innerGnb > li {
    background: url("../img/common/header/gnb_line.png") no-repeat left 2px;
    padding-left: 41px;
    margin-left: 40px;
    float: left;
}

.gnb .inner .innerGnb .first {
    margin-left: 0;
}

.gnb .inner .innerGnb .gnb_line{
    background: none;
    margin-left: 0;
    padding-top: 2px;
}

.gnb .inner .search {
    position: absolute;
    left: 0;
    top: 80px;
}

.gnb .inner .search .search2 {
    margin-bottom: 8px;
    text-align: right;
    cursor: pointer;
}

.gnb .inner .right_rink {
    position: absolute;
    right: 0;
    top: 83px;
}

.gnb .inner .right_rink > li {
    background: url("../img/common/header/top_line.png") no-repeat left 5px;
    float: left;
    padding-left: 14px;
    margin-left: 15px;
    cursor: pointer;
}

.gnb .inner .right_rink .first {
    background: none;
    padding-left: 0;
    margin-left: 0;
}

.gnb .inner .right_sns {
    position: absolute;
    right: 0;
    top: 167px;
}

.gnb .inner .right_sns > li {
    float: right;
    margin-left: 21px;
}

/*line*/
#line {
    width: 100%;
    height: 1px;
    background: #d1d1d1;
}

#mega {
    width: 100%;
    /*height: 400px;*/
    height: 0;
    background: white;
    position: absolute;
    left: 0;
    top: 218px;
    overflow: hidden;
}

#mega > ul {
    position: absolute;
    left: 50%;
    top: 30px;
}

#mega > ul > li {
    margin-bottom: 16px;
    text-align: left;
}

#mega .sub1 {
    margin-left: -550px;
}

#mega .sub2 {
    margin-left: -367px;
}

#mega .sub3 {
    margin-left: -200px;
}

#mega .sub4 {
    margin-left: -16px;
}

#mega .sub5 {
    margin-left: 157px;
}

#mega .mega_event {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: 297px;
}

#line2 {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 270px;
    width: 1px;
    background-color: #e9e9e9;
    height:100%;
}

/** Scene01 **/

#scene01 {
    height: 651px;
}

#scene01 .visual {
    position: absolute;
    left: 50%;
    top: 225px;
    margin-left: -960px;
}

/** Scene02 **/
#scene02 {
    height: 2103px;
    margin-bottom: 183px;
}

#scene02 .text {
    position: absolute;
    left: 50%;
}

#scene02 .home {
    top: 0;
    margin-left: -600px;
}

#scene02 .text1 {
    top: 0;
    margin-left: -536px;
}

#scene02 .text2 {
    top: 0;
    margin-left: -346px;
    cursor: pointer;
}

#scene02 .text2 .sub {
    /*height: 188px;*/
    height: 0;
    position: absolute;
    left: 0;
    top: 64px;
    z-index: 10;
    overflow: hidden;
}


#scene02 .line3 {
    top: 64px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d1d1d1;
}

#scene02 .visual {
    position: absolute;
    top: 66px;
    left: 50%;
    margin-left: -960px;
}

/** footer **/
.footer {
    background: #eeeeee;
    width: 100%;
    height: 346px;
}

.footer .line3 {
    width: 100%;
    height: 1px;
    background: #d1d0d0;
}

.footer .footer_text {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
}



