@charset "utf-8";
/* CSS Document */

/** base **/
html,
body {
    height: 100%;
    overflow: 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;
}

/** gnb **/
.gnb {
    width: 100%;
    height: 89px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    overflow: hidden;
}

.gnb .logo {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -892px;
}

.gnb .login {
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: 805px;
}

.gnb .innerGnb {
    width: 985px;
    height: 266px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -496px;

}

.gnb .innerGnb > li {
    width: 197px;
    height: 266px;
    /*height: 97px;*/
    overflow: hidden;
    float: left;
    background: none;
    text-align: center;
}

.gnb .innerGnb > li:hover {
    background: rgba(0, 0, 0, 0.2);
}

.gnb .innerGnb > li .tit {
    padding-top: 40px;
    margin-bottom: 29px;
}

.gnb .innerGnb > li .line {
    margin-bottom: 35px;
}

.gnb .innerGnb > li .text1 {
    margin-bottom: 25px;
    /*cursor: pointer;*/
}

.gnb .innerGnb > li .text2 {
    margin-bottom: 25px;
    /*cursor: pointer;*/
}

.gnb .innerGnb > li .text3 {
    /*cursor: pointer;*/
}

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

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

.scrollBox .wrap > div {
    height: 1000px;
    position: relative;

}

.scrollBox .wrap .objs > li {
    position: absolute;
    left: 50%; /* 브라우저 창의 크기에 따라 반응을 해야 해서 가운데 기준을 잡는다 */
}

/** Scene01 **/
#scene01 {
    /*padding-top:70px;!* 메뉴 높이값만큼 여백 넣기 *!*/
    height: 992px;
    background: white no-repeat center top;
}

#slides {
    width: 2000px;
    height: 992px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -1000px;
}

#slides .slides_button01 {
    position: absolute;
    left: 50%;
    top: 712px;
    margin-left: -408px;
}

#slides .slides_button02 {
    position: absolute;
    left: 50%;
    top: 708px;
    margin-left: -401px;
}

#slides .slides_button03 {
    position: absolute;
    left: 50%;
    top: 711px;
    margin-left: -371px;
}

#slides .slides_button04 {
    position: absolute;
    left: 50%;
    top: 712px;
    margin-left: -415px;
}

#slides .slidesjs-previous {
    background: url("../img/scene01/button_prev.png") no-repeat center top;
    width: 17px;
    height: 96px;
    position: absolute;
    left: 110px;
    top: 50%;
    margin-top: -48px;
    z-index: 100;
    text-indent: -9999px;
}

#slides .slidesjs-next {
    background: url("../img/scene01/button_next.png") no-repeat center top;
    width: 17px;
    height: 97px;
    position: absolute;
    right: 110px;
    top: 50%;
    margin-top: -48px;
    z-index: 100;
    text-indent: -9999px;
}

#slides .slidesjs-pagination {
    width: 140px;
    height: 20px;
    position: absolute;
    left: 50%;
    bottom: 60px;
    margin-left: -78px;
    z-index: 100;
    text-indent: -9999px;
}

#slides .slidesjs-pagination-item {
    float: left;
    margin-left: 15px;
}

#slides .slidesjs-pagination-item a {
    background: url("../img/scene01/roll.png") no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: block;
}

#slides .slidesjs-pagination-item a.active {
    background: url("../img/scene01/roll_on.png") no-repeat 0 0;
}

/** Scene02 **/
#scene02 {
    background: white;
    height: 300px;
}

#scene02 .event01 {
    /*top: 140px;*/
    top: 40px;
    margin-left: -640px;
    /*opacity: 0;*/
}

#scene02 .show01 {
    /*top: 322px;*/
    top: 222px;
    margin-left: -537px;
    /*opacity: 0;*/
}

#scene02 .event02 {
    top: 40px;
    margin-left: 9px;
}

#scene02 .show02 {
    top: 222px;
    margin-left: 100px;
}

/** Scene03 **/
#scene03 {
    background: none;
    height: 1013px;
}

#scene03 .tit {
    top: 100px;
    margin-left: -78px;
}

#scene03 .bigbox {
    width: 1280px;
    height: 744px;
    top: 193px;
    left: 50%;
    margin-left: -640px;
    position: absolute;
    overflow: hidden;
    background: #ff424d;
}


#scene03 .black {
    width: 850px;
    height: 744px;
    right: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
}

#scene03 .black img {
    transition: all .7s;
    transform: scale(1);
}
#scene03 .black:hover img {
    transform: scale(1.02);
}

#scene03 .black_text {
    top: 305px;
    left: 496px;
    position: absolute;
}

#scene03 .black_button {
    top: 478px;
    left: 496px;
    position: absolute;
}

#scene03 .green {
    width: 430px;
    height: 388px;
    left: 0;
    top: 0;
    position: absolute;
    overflow: hidden;
}


#scene03 .green img {
    transition: all .7s;
    transform: scale(1);
}
#scene03 .green:hover img {
    transform: scale(1.05);
}


#scene03 .green_text {
    top: 46px;
    left: 34px;
    position: absolute;
}

#scene03 .green_button {
    top: 193px;
    left: 34px;
    position: absolute;
}

#scene03 .red {
    width: 430px;
    height: 358px;
    background: #ff424d;
    left: 0;
    bottom: 0;
    position: absolute;
    overflow: hidden;
}

#scene03 .red img {
    transition: all .7s;
    transform: scale(1);
}
#scene03 .red:hover img {
    transform: scale(1.05);
}

#scene03 .red_text {
    top: 432px;
    left: 234px;
    position: absolute;
}

#scene03 .red_button {
    top: 603px;
    left: 291px;
    position: absolute;
}

/** Scene04 **/
#scene04 {
    height: 358px;
    background: white;
}

#scene04 .box {
    width: 2000px;
    height: 358px;
    background: black;
    opacity: 0.3;
    top: 0;
    margin-left: -1000px;
    z-index: 10;
}

#scene04 .text {
    top: 125px;
    margin-left: -191px;
    z-index: 10;
}

#scene04 .button {
    top: 205px;
    margin-left: -27px;
    z-index: 10;
}

#video {
    width: 1920px;
    height: 358px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

#player {
    position: absolute;
    left: -40px;
}




/** Scene05 **/
#scene05 {
    height: 1121px;
    background: #eef0f0;
}

#scene05 .tit {
    top: 100px;
    margin-left: -77.5px;
}

#scene05 .bigbox {
    width: 1280px;
    height: 854px;
    top: 194px;
    left: 50%;
    margin-left: -640px;
    position: absolute;
    background: #292827;
}

#scene05 .notice .img {
    left: 0;
    top: 0;
    position: absolute;
}

#scene05 .notice .color {
    left: 0;
    top: 0;
    opacity: 0.6;
    position: absolute;
    transition: all .3s;
}

#scene05 .notice .title {
    left: 50px;
    top: 50px;
    position: absolute;
}

#scene05 .notice .button {
    left: 262px;
    top: 63px;
    position: absolute;
}

#scene05 .notice .text {
    left: 50px;
    top: 130px;
    position: absolute;
}

#scene05 .faq .img {
    right: 0;
    top: 0;
    position: absolute;
}

#scene05 .faq .color {
    right: 0;
    top: 0;
    opacity: 0.6;
    position: absolute;
    transition: all .3s;
}

#scene05 .faq .text {
    left: 970px;
    top: 154px;
    position: absolute;
}

#scene05 .faq .button {
    left: 982px;
    top: 275px;
    position: absolute;

}

#scene05 .review .img {
    left: 0;
    top: 427px;
    position: absolute;
}

#scene05 .review .color {
    left: 0;
    top: 427px;
    opacity: 0.6;
    position: absolute;
    transition: all .3s;
}

#scene05 .review .text {
    left: 91px;
    top: 574px;
    position: absolute;
}

#scene05 .review .button {
    left: 130px;
    top: 695px;
    position: absolute;
}

#scene05 .insta_box01 .img {
    left: 428px;
    top: 427px;
    position: absolute;
}

#scene05 .insta_box01 .button {
    left: 495px;
    top: 553px;
    position: absolute;
}

#scene05 .insta_box02 .img {
    left: 640px;
    top: 427px;
    position: absolute;
}

#scene05 .insta_box02 .color {
    left: 640px;
    top: 427px;
    opacity: 0.6;
    position: absolute;
    transition: all .3s;
}

#scene05 .insta_box02 .text {
    left: 701px;
    top: 526px;
    position: absolute;
}

#scene05 .insta_box03 .img {
    left: 428px;
    top: 641px;
    position: absolute;
}

#scene05 .insta_box03 .color {
    left: 428px;
    top: 641px;
    opacity: 0.6;
    position: absolute;
    transition: all .3s;
}

#scene05 .insta_box03 .text {
    left: 486px;
    top: 742px;
    position: absolute;
}

#scene05 .insta_box04 .img {
    left: 640px;
    top: 641px;
    position: absolute;
}

#scene05 .insta_box04 .color {
    left: 640px;
    top: 641px;
    opacity: 0.6;
    position: absolute;
    transition: all .3s;
}

#scene05 .insta_box04 .text {
    left: 701px;
    top: 742px;
    position: absolute;
}

#scene05 .facebook_box01 .img {
    left: 853px;
    top: 427px;
    position: absolute;
}

#scene05 .facebook_box01 .color {
    left: 853px;
    top: 427px;
    opacity: 0.6;
    position: absolute;
}

#scene05 .facebook_box01 .text {
    left: 907px;
    top: 526px;
    position: absolute;
}

#scene05 .facebook_box02 .img {
    left: 1066px;
    top: 427px;
    position: absolute;
}

#scene05 .facebook_box02 .color {
    left: 1066px;
    top: 427px;
    opacity: 0.6;
    position: absolute;
}

#scene05 .facebook_box02 .text {
    left: 1142px;
    top: 526px;
    position: absolute;
}

#scene05 .facebook_box03 .img {
    left: 853px;
    top: 641px;
    position: absolute;
}

#scene05 .facebook_box03 .button {
    left: 919px;
    top: 763px;
    position: absolute;
}

#scene05 .facebook_box04 .img {
    left: 1066px;
    top: 641px;
    position: absolute;
}

#scene05 .facebook_box04 .color {
    left: 1066px;
    top: 641px;
    opacity: 0.6;
    position: absolute;
}

#scene05 .facebook_box04 .text {
    left: 1133px;
    top: 742px;
    position: absolute;
}

/*scene06 start*/

#scene06 {
    height: 665px;
    background: white;
}

#scene06 .tit {
    top: 100px;
    margin-left: -51px;
}

#scene06 .img {
    margin-bottom: 15px;
}


#one_slides {
    width: 1280px;
    margin: 0 auto;
    padding: 247px 60px 0 60px;
}

#roll_ban_wrap {
    position: relative;
}

#roll_ban_wrap .roll_wrap > div {
    width: 295px;
    height: 351px;
    float: left;
    margin-right: 33px;
    position: relative;
    text-align: center;
}

#roll_ban_wrap .roll_wrap .btnWrap {
    width: 160px;
    height: 42px;
    position: absolute;
    left: 74px;
    top: 260px;
    opacity: 0;
    transition: all .8s;
}

#roll_ban_wrap .roll_wrap > div:hover .btnWrap {
    opacity: 1;
    transition: all .5s;
    top: 239px;
}

#roll_ban_wrap .roll_wrap .btnWrap > div {
    float: left;
    margin-right: 10px;
    transition: all .8s;
    cursor: pointer;
}
#roll_ban_wrap .roll_wrap .btnWrap > div:hover {
    transition: all .8s;
    /*transform: scale(1.2);*/
}

#roll_ban_wrap .roll_wrap .new {
    position: absolute;
    right: 0;
    top: 0;
}


#roll_ban_wrap .prev {
    position: absolute;
    top: 130px;
    left: -60px;
    z-index: 10;
}
#roll_ban_wrap .next {
    position: absolute;
    right: -60px;
    top: 130px;
    z-index: 10;
}



#scene06 .menu_box {
    width: 328px;
    height: 12px;
    position: absolute;
    top: 170px;
    left: 50%;
    margin-left: -170px;
}

#scene06 .menu > li {
    float: left;
    margin-left: 35px;
}

#scene06 .menu .first {
    margin-left: 0;
}




#scene07 {
    height: 447px;
}

#scene07 .box01_img {
    top: 0;
    margin-left: -1000px;
}

#scene07 .box01_tit {
    top: 115px;
    margin-left: -445px;
}

#scene07 .box01_tit02 {
    top: 228px;
    margin-left: -362px;
}

#scene07 .box01_text01 {
    top: 253px;
    margin-left: -495px;
}

#scene07 .box01_textbar01 {
    top: 253px;
    margin-left: -395px;
}

#scene07 .box01_text02 {
    top: 253px;
    margin-left: -388px;
}

#scene07 .box01_textbar02 {
    top: 253px;
    margin-left: -272px;
}

#scene07 .box01_text03 {
    top: 253px;
    margin-left: -262px;
}


#scene07 .search {
    font-size: 0;
    position: absolute;
    top: 289px;
    left: 50%;
    margin-left: -455px;
    color: white;
}

#scene07 .search input {
    width: 214px;
    height: 29px;
    border: 1px solid #ffffff;
    background: none;
    border-right: none;
}


#scene07 .box02_img {
    top: 0;
    margin-left: 0;
}

#scene07 .box02_tit {
    top: 115px;
    margin-left: 188px;
}

#scene07 .box02_tit02 {
    top: 228px;
    margin-left: 204px;
}

#scene07 .box02_button {
    top: 291px;
    margin-left: 225px;
}

/** footer **/

.footer {
    height: 344px;
    position: relative;
}

.footer .objs > li {
    position: absolute;
}

.footer .footer_back {
    top: 0;
    left: 50%;
    margin-left: -1000px;
}

.footer .footer_button01 {
    top: 194px;
    margin-left: -71px;
}

.footer .footer_button02 {
    top: 194px;
    margin-left: -16px;
}

.footer .footer_button03 {
    top: 194px;
    margin-left: 36px;
}

