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

/** Scene01 **/
#scene01 {
    height: 880px;
    background: url("../img/sub04/sub04_visualbg.jpg") no-repeat center bottom;
    padding-top: 99px;
}

#scene01 .title {
    width: 400px;
    height: 170px;
    position: absolute;
    left: 50%;
    top: 360px;
    margin-left: -200px;
}

#scene01 .title > div {
    text-align: center;
    display: none;
}

#scene01 .title .text1 {
    margin-bottom: 16px;
}

#scene01 .title .text2 {
    margin-bottom: 20px;
}

#scene01 .title .search {
    width: 374px;
    height: 38px;
    background: url("../img/sub04/sub04_visualtxt03.png") no-repeat center top;
    margin-bottom: 9px;
    color: white;
}

#scene01 .title .search input {
    width: 348px;
    height: 32px;
    background: transparent;
    padding: 0 0 0 20px;
    margin: 0;
    border: 3px solid #04e531;
    border-radius: 20px;
    color: white;
}

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

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

#scene02 .inner .tit {
    padding-top: 105px;
    margin-bottom: 70px;
    text-align: center;
}

#scene02 .inner .banner {
    width: 1100px;
    margin: 0 auto 69px;
    position: relative;
}

#scene02 .inner .banner > div {
    float: left;
}

#scene02 .inner .banner .left {
    width: 549px;
    height: 619px;
    overflow: hidden;
    cursor: pointer;
}

#scene02 .inner .banner .left img {
    transition: all .8s;
    transform: scale(1);
}

#scene02 .inner .banner .left:hover img {
    transition: all .8s;
    transform: scale(1.2);
}

#scene02 .inner .menu {
    width: 1200px;
    height: 31px;
    margin: 0 auto 59px;
    border-bottom: 1px solid #c8c8c8;
    position: relative;
}

#scene02 .inner .menu > li {
    float: left;
    cursor: pointer;
}

#scene02 .inner .menu .list1 {
    margin: 0 22px 0 24px;
}

#scene02 .inner .menu .list2 {
    margin-right: 38px;
}

#scene02 .inner .menu .list3 {
    margin-right: 41px;
}

#scene02 .inner .menu .list4 {
    margin-right: 41px;
}

#scene02 .inner .menu .list5 {
    margin-right: 55px;
}

#bar4 {
    width: 104px;
    height: 4px;
    background: #05e632;
    position: absolute;
    left: 16px;
    top: 985px;
    z-index: 1;
}

#slides_sub4 {
    width: 1200px;
    height: 1786px;
    position: relative;
    margin-bottom: 86px;
}
#slides_sub4 .list {
    margin-bottom: 50px;
}

#slides_sub4 .slides_banner {
    margin: 71px 0 80px 0;
}



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

#slides_sub4 .slidesjs-pagination-item {
    float: left;
    margin-right: 23px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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



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

}





