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


/** gnb **/
.gnb {
    width: 100%;
    height: 89px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
}

.gnb .logo {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -892px;
}

.gnb .login {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: 805px;
}


.gnb .innerGnb {
    width: 985px;
    height: 266px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -496px;

}

.gnb .innerGnb > li {
    width: 197px;
    height: 266px;
    /*height: 97px;*/
    overflow: hidden;
    float: left;
    background: none;
    text-align: center;
}

.gnb .innerGnb > li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.gnb .innerGnb > li .tit {
    padding-top: 40px;
    margin-bottom: 29px;
}

.gnb .innerGnb > li .line {
    margin-bottom: 35px;
}

.gnb .innerGnb > li .text1 {
    margin-bottom: 25px;
    /*cursor:pointer;*/
}
.gnb .innerGnb > li .text2 {
    margin-bottom: 25px;
    /*cursor:pointer;*/
}

.gnb .innerGnb > li .text3 {
    /*cursor:pointer;*/
}



/** 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 {
    background: white;
    height: 384px;
}

#scene01 .top {
    top: 0;
    margin-left: -1000px;
}

#scene01 .top_tit {
    top: 0;
    margin-left: -193px;
}

#scene01 .prev {
    top: 220px;
    margin-left: -640px;
}

#scene01 .next {
    top: 220px;
    margin-left: 535px;
}





#scene02 {
    height: 1500px;
}

#scene02 .tit01 {
    top: 115px;
    margin-left: -141px;
}

#scene02 .content_back {
    top: 265px;
    margin-left: -1000px;
}

#scene02 .content {
    top: 0;
    margin-left: -1000px;
}














/** footer **/

.footer {
    height: 344px;
    position: relative;
    left: 50%;
}

.footer .objs > li {
    position: absolute;
}

.footer .footer_back {
    top: 0;
    margin-left: -1000px;
}

.footer .footer_button01 {
    top: 194px;
    margin-left: -71px;
}

.footer .footer_button02 {
    top: 194px;
    margin-left: -16px;
}

.footer .footer_button03 {
    top: 194px;
    margin-left: 36px;
}
