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

.posNum2 {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 50px;
    margin: -75px 0 0 -150px;
    background: #111;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    z-index: 9999;
}

/*body > header {*/
/*width: 100%;*/
/*height: 50px;*/
/*background: white*/
/*}*/

.white_line .top {
    background: white;
    width: 100%;
    height: 56px;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: 999999;
}

.white_line .bottom {
    background: white;
    width: 100%;
    height: 56px;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 999999;

}

.white_line .left {
    background: white;
    width: 55px;
    height: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
    z-index: 999999;

}

.white_line .right {
    background: white;
    width: 55px;
    height: 100%;
    position: fixed;
    bottom: 0px;
    right: 0;
    z-index: 999999;

}

#header {
    width: 94%;
    /*height: 33px;*/
    position: fixed;
    left: 50%;
    margin-left: -47%;
    top: 15px;
    z-index: 9999999;

}

#header > * {
    display: inline-block;
    line-height: 33px;
    /*top: 15px;*/
    /*text-align: right;*/
}

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

#header .gnb_btn {
    position: fixed;
    top: 480px;
    left: 15px;
    cursor: pointer;
}

#gnb_pop .gnb_header > h1 {
    left:50%;
}

#header .lang {
    float: right;
}

#header .lang li {
    float: left;
    margin-left: 15px;
}

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

}

.scrollBox.on {
    z-index: 1000;
}

.scrollBox .wrap {
    min-width: 1200px;
    width: 94%;
    position: relative;
    overflow: hidden;
    margin: 0 auto;

}

.scrollBox .wrap > div {
    width: 100%;
    height: 1080px;
    position: fixed;
    left: 0;
    transition: all 0.5s;

}

.scrollBox .wrap > div.on {
    top: 0;
}

.scrollBox .wrap > div.up {
    top: -1080px;
}

.scrollBox .wrap > div.down {
    top: 1080px;
}

/** Scene01 **/
#scene01 {
    margin-top: 55px;

    background: url("../images/sub3/top_image.png") no-repeat center top;

}

#scene01 .text {
    float: right;
    margin-top: 300px;
    position: relative;
    left: 1920px;
    transition: all .8s;
}


#scene01 .text.on  {
    left: -710px;
    transition-delay: 1.2s;
}

/*#scene01 .move {*/
/*opacity: 1;*/
/*}*/

/*#scene01 .move.on {*/
/*opacity: 1;*/
/*-webkit-transform: translate(-700px,0);*/
/*transform: translate(-700px,0px);*/
/*transition-delay: 2s;*/
/*}*/

#scene01 .color_box {
    width: 1200px;
    height: 870px;
    background: #4c8f93;
    opacity: 1;
    transition: all 1s;
    overflow: hidden;
}

#scene01 .color_box.on {
    width: 0;
    transition-delay: 1s;
}

#scene01 .section {
    padding-left: 300px;
    padding-top: 326px;
    width: 300px;

}

#scene01 .section > li:first-child {
    padding-bottom: 34px;
}








#scene01 .section .mouse {
    width: 20px;
    height: 35px;
    border-radius: 15px;
    border: 2px solid #fff;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left:-10px;
    top: 750px;
}



#scene01 .section .mouse .roll {
    position: absolute;
    top: 8px;
    left: 50%;
    width: 4px;
    margin-left: -2px;
    height: 4px;
    border-radius: 4px;
    background: #fff;
    -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
}

#scene01 .section .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 {
    /*height: 870px;*/
    margin-top: 60px;
    margin-bottom: 56px;
}



/*사람*/

#scene03 {
    height: 870px;
    padding-top: 56px;
    background: white;
    overflow-x: hidden;
    overflow-y: scroll;
    /*margin-bottom: 56px;*/

}

#scene03 > article {
    height: 870px;
    position: relative;
    background: #f8f8f8;
    overflow: hidden;

}

#scene03 .top_section {
    width: 100%;

}
#carousel{

}
#scene03 .top_section .button1 {
    position: absolute;
    top: 400px;
    left: 50%;
    margin-left: -380px;
    z-index: 1000;

    /*display: inline-block;*/
}
#scene03 .top_section .button1 .next {
    margin-left: 680px;
}

#carousel {
    width:100%;
    height:748px;
    position:relative;
    top: 62px;
    overflow:hidden;


}
#carousel img {
    visibility:hidden; /* hide images until carousel can handle them */
    cursor:pointer; /* otherwise it's not as obvious items can be clicked */
}




/*인물정보*/
#scene03 .bottom_section {
    width: 100%;
    height: 870px;
    position: relative;
}

#scene03 .bottom_section > div {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: -100;
}

#scene03 .bottom_section > div.on {
    opacity: 1;
    z-index: 100;
}

    /*#scene03 > article:nth-child(1) {background: green;}*/
#scene03 .bottom_section .section04 {
    width: 1530px;
    padding-left: 282px;
    padding-top: 87px;
}

#scene03 .bottom_section .section04 .text > li {
    padding-bottom: 40px;
}

#scene03 .bottom_section .section04 .text > li:first-child {
    padding-bottom: 63px;
}

#scene03 .bottom_section .section04 .rollingbox {
    position: absolute;
    bottom: 0px;
    right: 0px;

}

.main_slides {
    width: 965px;
    height: 611px;
}

#scene03 .bottom_section .section04 .button {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    /*display: inline-block;*/

}

#scene03 .bottom_section .section04 .button_left {
    display: inline-block;
    cursor: pointer;

}

#scene03 .bottom_section .section04 .button_right {
    display: inline-block;
    margin-left: -4px;
    cursor: pointer;

}

















