@charset "utf-8";
html, body {
    height: 100%;
    overflow-y: hidden
}

body {
    position: relative;
    min-width: 1200px;
    font-family: "Dotum", "Arial", sans-serif;
    font-size: 12px;
    color: #333;
    background: white
}

.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 {
    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%
}

#scene01 {height: 12950px; background: url("../img/back.jpg") no-repeat left top;}


#main_wrap .main{position: absolute; left: 766px; top: 439px; z-index: 200;}
#main_wrap .mock_up1{position: absolute; left: 735px; top: 415px; z-index: 200;}
#scene01 .main_page{position: absolute; left: 1186px; top: 1653px;}
#scene01 .mock_up2{position: absolute; left: 1152px; top: 1626px; z-index: 200;}
#scene01 .search_page{position: absolute; left: 509px; top: 3723px;}
#scene01 .mock_up4{position: absolute; left: 474px; top: 3696px; z-index: 200;}
