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

/** 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%; /* 브라우저 창의 크기에 따라 반응을 해야 해서 가운데 기준을 잡는다 */
}

/*player*/
#player {
    width: 800px;
    height: 800px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -415px 0 0 -400px;
    z-index: 9999;
    display: none;
}

#player .bg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index:999;
}



#player .middle {
    width: 800px;
    height: 240px;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index:9999;
}
#player .bottom {
    width: 800px;
    height: 36px;
    position: fixed;
    top:820px;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index:9999;
}




/** Scene01 **/
#scene01 {
    height: 449px;
}

#slides_sub1 {
    width: 1920px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 99px;
    z-index: 10;
}

#slides_sub1 .slidesjs-pagination {
    width: 166px;
    height: 12px;
    position: absolute;
    left: 50%;
    bottom: 37px;
    margin-left: -83px;
    z-index: 100;
    text-indent: -9999px;

}

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

#slides_sub1 .slidesjs-pagination-item a {
    background: url("../img/common/banner/slide_banner_off.png") no-repeat right top;
    width: 12px;
    height: 12px;
    display: block;
    transition: all 0.7s;
    position: relative;
    right: 0;
}

#slides_sub1 .slidesjs-pagination-item a.active {
    background: url("../img/common/banner/slide_banner_on.png") no-repeat right top;
    width: 40px;
}

/** Scene02 **/
#scene02 {
    height: 3646px;
}

#scene02 .inner {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

#scene02 .inner .tit {
    position: absolute;
    left: 429px;
    top:105px;
}

#scene02 .inner .topMenu {
    width: 1200px;
    height: 31px;
    position: absolute;
    left: 0;
    top: 284px;
    border-bottom: 1px solid #c8c8c6;
}

#scene02 .inner .topMenu > li {
    float: left;
}

#scene02 .inner .topMenu .list1 {
    margin-left: 47px;
    margin-right: 37px;
}

#scene02 .inner .topMenu .list2 {
    margin-right: 39px;
}

#scene02 .inner .topMenu .list3 {
    margin-right: 43px;
}

#bar {
    width: 70px;
    height: 4px;
    background: #05e632;
    position: absolute;
    left: 30px;
    top: 311px;
}


#scene02 .inner .bottomMenu {
    position: absolute;
    left: 0;
    top: 342px;
}

#scene02 .inner .btnWrap {
    width: 375px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 342px;
}

#scene02 .inner .btnWrap > li {
    float: left;
    margin-right: 4px;
}

#scene02 .inner .btnWrap .last {
    margin-right: 0;
}

#slides2_sub1 {
    width: 1200px;
    height: 3200px;
    position: absolute;
    left: 0;
    top: 381px;

}

#slides2_sub1 .chart {
    cursor: pointer;
}

#slides2_sub1 .slidesjs-pagination {
    width: 140px;
    height: 16px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -70px;
    z-index: 100;
    text-indent: -9999px;
}

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

#slides2_sub1 .slidesjs-pagination-item:nth-child(6) {
    margin-right: 0;
}

#slides2_sub1 .slidesjs-pagination-item a {
    width: 14px;
    height: 16px;
    display: block;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(1) a {
    background: url("../img/common/numbers/num01.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(1) a.active {
    background: url("../img/common/numbers/num01_on.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(2) a {
    background: url("../img/common/numbers/num02.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(2) a.active {
    background: url("../img/common/numbers/num02_on.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(3) a {
    background: url("../img/common/numbers/num03.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(3) a.active {
    background: url("../img/common/numbers/num03_on.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(4) a {
    background: url("../img/common/numbers/num04.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(4) a.active {
    background: url("../img/common/numbers/num04_on.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(5) a {
    background: url("../img/common/numbers/num05.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(5) a.active {
    background: url("../img/common/numbers/num05_on.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(6) a {
    background: url("../img/common/numbers/num06.png") no-repeat center top;
}

#slides2_sub1 .slidesjs-pagination-item:nth-child(6) a.active {
    background: url("../img/common/numbers/num06_on.png") no-repeat center top;
}

#scene03 {
    background: url("../img/sub01/sub01_banner.png") no-repeat center top;
    height: 151px;
    margin-bottom: 99px;
    cursor: pointer;
}

/** footer **/
#footer {
    background: url("../img/common/footer/footer_bg.jpg") no-repeat center top;
    height: 266px;

}





