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

#header {
    width: 81.146%;
    height: 33px;
    position: fixed;
    left: 50%;
    margin-left: -40.573%;
    top: 50px;
    z-index: 9999999;

}

#header > * {
    display: inline-block;
    text-align: right;
}

#header > * img {
    vertical-align: middle;
}

#header > h1{
    position: absolute;
    left: 50%;
}

#header .gnb_btn {
    /*margin-right: 300px;*/
    cursor: pointer;
}

#header .lang {
    float:right;
}

#header .lang li {
    float: left;

}

#header .lang li:last-child {
    margin-left: 10px;
}

/** scrollBox **/
.scrollBox {
    min-width: 1200px;
    height: 100%;
    position: relative;
}

.scrollBox .wrap {
    min-width: 1200px;
    position: relative;
    overflow: hidden;
}

.scrollBox .wrap > div {
    position: relative;

}

/** Scene01 **/
#scene01 {
    height: 576px;
    background: url("../images/sub5/top_back.jpg") no-repeat center top fixed;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

/** Scene02 **/
#scene02 {
    height: 2400px;
    /*background: skyblue;*/
}


#scene02 .top_text {
    width: 643px;
    height: 242px;
    position: absolute;
    left: 50%;
    margin-left: -760px;
    top:-195px;
    z-index: 100;
}

#scene02 .top_text > li {
    position: relative;
    float:left;
}

#scene02 .top_text > li:first-child {
    margin-right: 83px;
}

#scene02 .top_text > li > div {
    overflow: hidden;
}

#scene02 .top_text> li:nth-child(2) {
    width: 425px;
    height: 83px;
    margin-bottom: 16px;
}
#scene02 .top_text>li:nth-child(3) {
    width: 187px;
    height: 81px;
    margin-right: 31px;

}

#scene02 .top_text>li:nth-child(4) {
    width: 331px;
    height: 81px;
    position: relative;
    /*opacity: 0.85;*/
}

#scene02 .top_text>li:nth-child(5) {
    width: 462px;
    height: 20px;
}

#scene02 .top_text> li > div {
    width: 0;
    position: absolute;
    left: 0;
    transition: all 0.5s;

}

#scene02 .top_text> li > div img {
    position: absolute;
    left: 0;
    top: 0;
}



#scene02 .top_text> li:nth-child(2).on > div {
    width: 425px;
    transition-delay: 1s;
}

#scene02 .top_text> li:nth-child(2) > div {
    height: 83px;
}

#scene02 .top_text> li:nth-child(3).on > div {
    width: 187px;
    transition-delay: 1.5s;
}

#scene02 .top_text> li:nth-child(3) > div {
    height: 81px;
}

#scene02 .top_text> li:nth-child(4).on > div {
    width: 331px;
    transition-delay: 2s;
}

#scene02 .top_text> li:nth-child(4) > div {
    height: 81px;
}

#scene02 .top_text> li:nth-child(5).on > div {
    width: 462px;
    transition-delay: 2.5s;
}

#scene02 .top_text> li:nth-child(5) > div {
    height: 20px;
}







#scene02 .top_text>li:last-child {
    /*margin-left: 93px ;*/
    /*margin-top: 41px;*/
    margin: 41px 0 0 93px;

}




#scene02 .mouse {
    width: 26px;
    height: 40px;
    border-radius: 15px;
    border: 2px solid #000;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -668px;
    top: 100px;
}



#scene02 .mouse .roll {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    border-radius: 4px;
    background: #000;
    -webkit-animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    z-index: 2
}

#scene02 .mouse .rollshadow {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    background: #eb4c49;
    border-radius: 4px;
    -webkit-animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    animation: mouseScroll .8s cubic-bezier(.7, 0, .3, 1) infinite alternate;
    -webkit-animation-delay: 80ms;
    animation-delay: 80ms;
    z-index: 1
}

@-webkit-keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
}

@keyframes mouseScroll {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(14px);
        transform: translateY(14px)
    }
}





















#scene02 .banner_contents {
    width: 1345px;
    margin: 0 auto;
    position: relative;
    padding-top: 240px;
}



#scene02 .banner_contents > li {
    width: 650px;
    margin-bottom: 195px;
    position: relative;
}

#scene02 .banner_contents > li.left{float:left}
#scene02 .banner_contents > li.right{float:right}



#scene02 .banner_contents > li .banner_img {
    /*width: 648px;*/
    width: 0;
    height: 327px;
    overflow: hidden;
    position: relative;
    margin-bottom: 36px;
    transition: all 0.5s;
    z-index: 100;
}
#scene02 .banner_contents > li> .text {
    margin-bottom: 74px;
}


#scene02 .banner_contents > li:nth-child(5),
#scene02 .banner_contents > li:nth-child(6){margin-bottom:0;}



#scene02 .banner_contents > li.on .banner_img {
    width: 648px;
    transition-delay:0.5s;
}

#scene02 .banner_contents > li .color_box {
    width: 0;
    height: 327px;
    background: #42b3e2;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}


#scene02 .banner_contents > li.on .color_box {
    width: 648px;
}





/*footer*/

#footer {
    background-color: #1b1b1b;
}

#footer .section {
    width: 1345px;
    height: 422px;
    padding-top: 68px;
    margin: 0 auto;
    position: relative;

}
#footer .section .link {
    position: absolute;
    top: 68px;
    left: 724px;
    /*padding-bottom: 11px;*/
}

#footer .section .link >li {
    margin-bottom: 11px;
}

#footer .section .link > li:first-child {
    margin-bottom: 25px;
}

#footer .section .left02 {
    position: absolute;
    top: 68px;
    left: 979px;
}

#footer .section .left02 >input {
    width: 322px;
    height: 27px;
    background-color: black;
    margin-top: 16px;
    border: none;
    border-radius: 28px;
    color: #42b3e2;
    outline: none;
    text-indent: 13px;
}

#footer .section .left02 >input::placeholder {
    color: #adadad;
}

#footer .section .left03 {
    position: absolute;
    top: 191px;
    left: 979px;
}

#footer .section .left03 >input {
    width: 322px;
    height: 27px;
    background-color: black;
    margin-top: 16px;
    border: none;
    border-radius: 28px;
    color: #adadad;
    outline: none;
    text-indent: 13px;
}



#footer .section .left02 >input::placeholder {
    color: #adadad;
}

#footer .section .logo {
    position: absolute;
    right: 0px;
    top: 290px;

}





















