/***********common***********/

html {
    height: 100%;
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

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

#wrap {
    width: 100%;
}


/************** gnb **************/

#gnb {
    background: url("../img/common/gnb_bg.png") no-repeat left top;
    width: 243px;
    height: 980px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}

#gnb h1 {
    cursor: pointer;
    z-index: 9999;
}

#gnb .menu_main {
    position: absolute;
    left: 0;
    top: 323px;
}

#gnb .menu_main .line {
    width: 212px;
    height: 1px;
}

#gnb .menu_main .menu {
    width: 212px;
    height: 66px;
    cursor: pointer;
}

#gnb .menu_main .menu5 {
    width: 212px;
    height: 66px;
    cursor: pointer;
}

#gnb .menu_bottom {
    position: absolute;
    left: 40px;
    top: 808px;
}

#gnb .menu_bottom .menu1 {
    width: 50px;
    height: 73px;
    float: left;
    margin-right: 32px;
    cursor: pointer;
}

#gnb .menu_bottom .menu2 {
    width: 50px;
    height: 73px;
    float: left;
    cursor: pointer;
}

#gnb .menu_sns {
    width: 212px;
    height: 61px;
    background: #767676;
    position: absolute;
    left: 0;
    top: 919px;
}

#gnb .menu_sns .btn_sns {
    width: 160px;
    height: 25px;
    position: absolute;
    left: 25px;
    top: 15px;
}

#gnb .menu_sns .btn_sns > li {
    float: left;
    margin-right: 19px;
    cursor: pointer;
}

#gnb .menu_sns .btn_sns .sns2 {
    margin-right: 22px;
}

#gnb .menu_sns .btn_sns .sns4 {
    margin-right: 0;
}


/************** contents **************/

#contents .title {
    width: 2000px;
    height: 250px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1000px;
}

#contents .text {
    width: 2000px;
    height: 1301px;
    position: absolute;
    left: 50%;
    top: 250px;
    margin-left: -1000px;
}

#contents .lnb {
    width: 900px;
    height: 39px;
    position: absolute;
    left: 50%;
    top: 360px;
    margin-left: -353px;
}

#contents .lnb >li {
    float: left;
    margin-right: 4px;
    cursor: pointer;
}

#contents .lnb .last {
    margin-right: 0;
}

#contents .page {
    width: 236px;
    height: 35px;
    position: absolute;
    left: 50%;
    top: 1320px;
    margin-left: -21px;
}

#contents .page >li {
    float: left;
    margin: 11px 18px 0 0;
    cursor: pointer;
}

#contents .page .btn_prev {
    margin: 4px 12px 0 0;
}

#contents .page .page1 {
    margin: 0 12px 0 0;
}

#contents .page .btn_next {
    margin: 4px 0 0 0;
}

#footer {
    width: 2000px;
    height: 283px;
    position: absolute;
    left: 50%;
    top: 1551px;
    margin-left: -1000px;
}