/***********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 .menu3 {
    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: 2666px;
    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 .video_main {
    width: 900px;
    height: 507px;
    position: absolute;
    left: 50%;
    top: 619px;
    margin-left: -353px;
}

#contents .btn_play {
    width: 106px;
    height: 106px;
    position: absolute;
    left: 50%;
    top: 820px;
    margin-left: 44px;
    cursor: pointer;
}

#contents .video1 {
    width: 900px;
    height: 403px;
    position: absolute;
    left: 50%;
    top: 1372px;
    margin-left: -353px;
}

#contents .video1 >li {
    float: left;
    margin: 0 15px 77px 0;
    cursor: pointer;
}

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

#contents .video2 {
    width: 900px;
    height: 163px;
    position: absolute;
    left: 50%;
    top: 2007px;
    margin-left: -353px;
}

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

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

#contents .video3 {
    width: 900px;
    height: 163px;
    position: absolute;
    left: 50%;
    top: 2402px;
    margin-left: -353px;
}

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

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

#contents .btn_more {
    width: 274px;
    height: 76px;
    position: absolute;
    left: 50%;
    top: 2703px;
    margin-left: -40px;
    cursor: pointer;
}


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