/*=========
  common
=========*/

html, body {
    height: 100%;
    overflow: hidden;
}

body {
    position: relative;
}

/*.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 {
    background: #fff;
    width: 100%;
    height: 160px;
    position: fixed;
    left: 0;
    top: 0;

    z-index: 999;
}

.gnb h1 {
    position: absolute;
    top: 23px;
    left: 50%;
    margin-left: -42px;
}

.gnb .leftLink {
    position: absolute;
    left: 50%;
    top: 46px;
    margin-left: -560px;

}

.gnb .rightLink {
    width: 160px;
    height: 22px;

    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: 433px;
}

.gnb .rightLink > li {
    position: absolute;
    top: 0;
    left: 0;
}

.gnb .rightLink li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gnb .rightLink .list01 {
    left: 0;
    top: 0;
    width: 20px;
    height: 22px;
}

.gnb .rightLink .list01 {
    background: url("../img/header/toplink01.png") no-repeat center top;
}

.gnb .rightLink .list01:hover {
    background: url("../img/header/toplink01b.png") no-repeat center top;
}

.gnb .rightLink .list02 {
    background: url("../img/header/toplink02.png") no-repeat center top;
    left: 45px;
    top: 0;
    width: 20px;
    height: 22px;
}

.gnb .rightLink .list02:hover {
    background: url("../img/header/toplink02b.png") no-repeat center top;
}

.gnb .rightLink .list03 {
    background: url("../img/header/toplink03.png") no-repeat center top;
    left: 90px;
    top: 0;
    width: 20px;
    height: 22px;

}

.gnb .rightLink .list03:hover {
    background: url("../img/header/toplink03b.png") no-repeat center top;
}

.gnb .rightLink .list04 {
    background: url("../img/header/toplink04.png") no-repeat center top;
    left: 134px;
    top: 0;
    width: 20px;
    height: 22px;

}

.gnb .rightLink .list04:hover {
    background: url("../img/header/toplink04b.png") no-repeat center top;
}

.gnb .innerGnb {
    width: 100%;
    height: 60px;
    background: #000;
    position: absolute;
    left: 0;
    top: 100px;
}

.gnb .innerGnb > li {
    position: absolute;
    left: 50%;
    top: 0;
}

.gnb .innerGnb li a {
    display: block;
    width: 100%;
    height: 100%;
}

.gnb .innerGnb .list01 {
    background: url("../img/header/gnb01.png") no-repeat center center;
    margin-left: -430px;
    width: 116px;
    height: 60px;
}

.gnb .innerGnb .list01:hover {
    background: url("../img/header/gnb01_on.png") no-repeat center center;

}

.gnb .innerGnb .list02 {
    background: url("../img/header/gnb02.png") no-repeat center center;
    margin-left: -249px;
    width: 56px;
    height: 60px;
}

.gnb .innerGnb .list02:hover {
    background: url("../img/header/gnb02_on.png") no-repeat center center;

}

.gnb .innerGnb .list03 {
    background: url("../img/header/gnb03.png") no-repeat center center;
    margin-left: -128px;
    width: 36px;
    height: 60px;
}

.gnb .innerGnb .list03:hover {
    background: url("../img/header/gnb03_on.png") no-repeat center center;

}

.gnb .innerGnb .list04 {
    background: url("../img/header/gnb04.png") no-repeat center center;
    margin-left: -27px;
    width: 36px;
    height: 60px;
}

.gnb .innerGnb .list04:hover {
    background: url("../img/header/gnb04_on.png") no-repeat center center;

}

.gnb .innerGnb .list05 {
    background: url("../img/header/gnb05.png") no-repeat center center;
    margin-left: 74px;
    width: 46px;
    height: 60px;
}

.gnb .innerGnb .list05:hover {
    background: url("../img/header/gnb05_on.png") no-repeat center center;

}

.gnb .innerGnb .list06 {
    background: url("../img/header/gnb06.png") no-repeat center center;
    margin-left: 185px;
    width: 96px;
    height: 60px;
}

.gnb .innerGnb .list06:hover {
    background: url("../img/header/gnb06_on.png") no-repeat center center;

}

.gnb .innerGnb .list07 {
    background: url("../img/header/gnb07.png") no-repeat center center;
    margin-left: 346px;
    width: 84px;
    height: 60px;
}

.gnb .innerGnb .list07:hover {
    background: url("../img/header/gnb07_on.png") no-repeat center center;

}

#bar {
    position: absolute;
    left: 50%;
    top: 158px;
    z-index: 999;
    margin-left: -405px;
    opacity: 0;
}

/*
  mega
*/

.gnb .mega {
    width: 100%;
    position: absolute;
    left: 0;
    top: 160px;
}

.gnb .mega > div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: black;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.gnb .mega .sub1 {
    height: 0;
}

.gnb .mega .sub1 .menuBox {
    /*width: 860px;*/
    /*height: 80px;*/
    /*background: red;*/
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 0;*/
    /*margin-left: -430px;*/
}

.gnb .mega .sub1 .menuBox > div {
    /*position: absolute;*/
    /*left: 10px;*/

}

.gnb .mega .sub1 .menuBox .list1 {
    /*width: 100px;*/
    /*height: 20px;*/
    /*background: white;*/
    /*top: 20px;*/
}

.gnb .mega .sub2 {
    height: 0;
}

.gnb .mega .sub2 .menuBox {
    width: 860px;
    height: 79px;
    /*background: red;*/
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -430px;
}

.gnb .mega .sub2 .menuBox > div {
    position: absolute;
    top: 0;
    left: 0;
}

.gnb .mega .sub2 .menuBox .list1 {
    top: 0;
    left: 0;
}

.gnb .mega .sub2 .menuBox .list2 {
    top: 0;
    left: 176px;
}

.gnb .mega .sub2 .menuBox .list3 {
    top: 0;
    left: 352px;
}

.gnb .mega .sub2 .menuBox .list4 {
    top: 0;
    left: 528px;
}

.gnb .mega .sub2 .menuBox .list5 {
    top: 0;
    left: 704px;
}

.gnb .mega .sub2 .menuBox .list6 {
    top: 33px;
    left: 0;
}

.gnb .mega .sub2 .menuBox .list7 {
    top: 33px;
    left: 176px;
}

.gnb .mega .sub2 .menuBox .list8 {
    top: 33px;
    left: 352px;
}

.gnb .mega .sub2 .menuBox .list9 {
    top: 33px;
    left: 528px;
}

.gnb .mega .sub2 .menuBox .list10 {
    top: 33px;
    left: 704px;
}

.gnb .mega .sub2 .menuBox .list11 {
    top: 66px;
    left: 0;
}

.gnb .mega .sub2 .menuBox .list12 {
    top: 66px;
    left: 176px;
}

.gnb .mega .sub2 .menuBox .list13 {
    top: 66px;
    left: 352px;
}

.gnb .mega .sub2 .menuBox .list14 {
    top: 66px;
    left: 528px;
}

.gnb .mega .sub3 {
    height: 0;
}

.gnb .mega .sub3 .menuBox {
    width: 860px;
    height: 79px;
    /*background: red;*/
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -430px;
}

.gnb .mega .sub3 .menuBox > div {
    position: absolute;
    top: 0;
    left: 0;
}

.gnb .mega .sub3 .menuBox .list1 {
    top: 0;
    left: 0;
}

.gnb .mega .sub3 .menuBox .list2 {
    top: 0;
    left: 176px;
}

.gnb .mega .sub3 .menuBox .list3 {
    top: 0;
    left: 352px;
}

.gnb .mega .sub3 .menuBox .list4 {
    top: 0;
    left: 528px;
}

.gnb .mega .sub3 .menuBox .list5 {
    top: 0;
    left: 704px;
}

.gnb .mega .sub3 .menuBox .list6 {
    top: 33px;
    left: 0;
}

.gnb .mega .sub3 .menuBox .list7 {
    top: 33px;
    left: 176px;
}

.gnb .mega .sub3 .menuBox .list8 {
    top: 33px;
    left: 352px;
}

.gnb .mega .sub3 .menuBox .list9 {
    top: 33px;
    left: 528px;
}

.gnb .mega .sub3 .menuBox .list11 {
    top: 66px;
    left: 0;
}

.gnb .mega .sub3 .menuBox .list12 {
    top: 66px;
    left: 176px;
}

.gnb .mega .sub3 .menuBox .list13 {
    top: 66px;
    left: 352px;
}

.gnb .mega .sub3 .menuBox .list14 {
    top: 66px;
    left: 528px;
}

.gnb .mega .sub4 {
    height: 0;
}

.gnb .mega .sub4 .menuBox {
    width: 860px;
    height: 79px;
    /*background: red;*/
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -430px;
}

.gnb .mega .sub4 .menuBox > div {
    position: absolute;
    top: 0;
    left: 0;
}

.gnb .mega .sub4 .menuBox .list1 {
    top: 0;
    left: 0;
}

.gnb .mega .sub4 .menuBox .list2 {
    top: 0;
    left: 176px;
}

.gnb .mega .sub4 .menuBox .list3 {
    top: 0;
    left: 352px;
}

.gnb .mega .sub4 .menuBox .list4 {
    top: 0;
    left: 528px;
}

.gnb .mega .sub4 .menuBox .list5 {
    top: 0;
    left: 704px;
}

.gnb .mega .sub4 .menuBox .list6 {
    top: 33px;
    left: 0;
}

.gnb .mega .sub4 .menuBox .list7 {
    top: 33px;
    left: 176px;
}

.gnb .mega .sub4 .menuBox .list8 {
    top: 33px;
    left: 352px;
}

.gnb .mega .sub4 .menuBox .list9 {
    top: 33px;
    left: 528px;
}

.gnb .mega .sub4 .menuBox .list11 {
    top: 66px;
    left: 0;
}

.gnb .mega .sub4 .menuBox .list12 {
    top: 66px;
    left: 176px;
}

.gnb .mega .sub4 .menuBox .list13 {
    top: 66px;
    left: 352px;
}

.gnb .mega .sub4 .menuBox .list14 {
    top: 66px;
    left: 528px;
}

.gnb .mega .sub5 {
    height: 0;
}

.gnb .mega .sub5 .menuBox {
    width: 860px;
    height: 79px;
    /*background: red;*/
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -430px;
}

.gnb .mega .sub5 .menuBox > div {
    position: absolute;
    top: 0;
    left: 0;
}

.gnb .mega .sub5 .menuBox .list1 {
    top: 0;
    left: 0;
}

.gnb .mega .sub5 .menuBox .list2 {
    top: 0;
    left: 176px;
}

.gnb .mega .sub5 .menuBox .list3 {
    top: 0;
    left: 352px;
}

.gnb .mega .sub5 .menuBox .list4 {
    top: 0;
    left: 528px;
}

.gnb .mega .sub5 .menuBox .list5 {
    top: 0;
    left: 704px;
}

.gnb .mega .sub5 .menuBox .list6 {
    top: 33px;
    left: 0;
}

.gnb .mega .sub5 .menuBox .list7 {
    top: 33px;
    left: 176px;
}

.gnb .mega .sub5 .menuBox .list8 {
    top: 33px;
    left: 352px;
}

.gnb .mega .sub5 .menuBox .list9 {
    top: 33px;
    left: 528px;
}

.gnb .mega .sub5 .menuBox .list10 {
    top: 33px;
    left: 704px;
}

.gnb .mega .sub5 .menuBox .list11 {
    top: 66px;
    left: 0;
}

.gnb .mega .sub5 .menuBox .list12 {
    top: 66px;
    left: 176px;
}

.gnb .mega .sub5 .menuBox .list13 {
    top: 66px;
    left: 352px;
}

.gnb .mega .sub5 .menuBox .list14 {
    top: 66px;
    left: 528px;
}

.gnb .mega .sub5 .menuBox .list16 {
    top: 99px;
    left: 0;
}

.gnb .mega .sub5 .menuBox .list17 {
    top: 99px;
    left: 176px;
}

.gnb .mega .sub5 .menuBox .list18 {
    top: 99px;
    left: 352px;
}

.gnb .mega .sub5 .menuBox .list19 {
    top: 99px;
    left: 528px;
}

.gnb .mega .sub7 {
    height: 0;

}

.gnb .mega .sub7 .menuBox {
    width: 860px;
    height: 178px;
    /*background: red;*/
    position: absolute;
    left: 50%;
    top: 40px;
    margin-left: -430px;
}

.gnb .mega .sub7 .menuBox > div {
    position: absolute;
    top: 0;
    left: 0;
}

.gnb .mega .sub7 .menuBox .list1 {
    top: 0;
    left: 0;
}

.gnb .mega .sub7 .menuBox .list2 {
    top: 0;
    left: 176px;
}

.gnb .mega .sub7 .menuBox .list3 {
    top: 0;
    left: 352px;
}

.gnb .mega .sub7 .menuBox .list4 {
    top: 0;
    left: 528px;
}

.gnb .mega .sub7 .menuBox .list5 {
    top: 0;
    left: 704px;
}

.gnb .mega .sub7 .menuBox .list6 {
    top: 33px;
    left: 0;
}

.gnb .mega .sub7 .menuBox .list7 {
    top: 33px;
    left: 176px;
}

.gnb .mega .sub7 .menuBox .list8 {
    top: 33px;
    left: 352px;
}

.gnb .mega .sub7 .menuBox .list9 {
    top: 33px;
    left: 528px;
}

.gnb .mega .sub7 .menuBox .list10 {
    top: 33px;
    left: 704px;
}

.gnb .mega .sub7 .menuBox .list11 {
    top: 66px;
    left: 0;
}

.gnb .mega .sub7 .menuBox .list12 {
    top: 66px;
    left: 176px;
}

.gnb .mega .sub7 .menuBox .list13 {
    top: 66px;
    left: 352px;
}

.gnb .mega .sub7 .menuBox .list14 {
    top: 66px;
    left: 528px;
}

.gnb .mega .sub7 .menuBox .list16 {
    top: 99px;
    left: 0;
}

.gnb .mega .sub7 .menuBox .list17 {
    top: 99px;
    left: 176px;
}

.gnb .mega .sub7 .menuBox .list18 {
    top: 99px;
    left: 352px;
}

.gnb .mega .sub7 .menuBox .list19 {
    top: 99px;
    left: 528px;
}

.gnb .mega .sub7 .menuBox .list21 {
    top: 132px;
    left: 0;
}

.gnb .mega .sub7 .menuBox .list22 {
    top: 132px;
    left: 176px;
}

.gnb .mega .sub7 .menuBox .list23 {
    top: 132px;
    left: 352px;
}

.gnb .mega .sub7 .menuBox .list24 {
    top: 132px;
    left: 528px;
}

.gnb .mega .sub7 .menuBox .list26 {
    top: 165px;
    left: 0;
}

.gnb .mega .sub7 .menuBox .list27 {
    top: 165px;
    left: 176px;
}

.gnb .mega .sub7 .menuBox .list28 {
    top: 165px;
    left: 352px;
}

.gnb .mega .sub7 .menuBox .list29 {
    top: 165px;
    left: 528px;
}

/*================  mega end  ==========================*/

/** ------- gnb end ------- **/

/** navi **/
/*.navi{*/
/*position:absolute;*/
/*right:20px;*/
/*top:400px;*/
/*z-index:10;*/
/*width:100px;*/
/*}*/
/*.navi ul li{*/
/*margin-top:1px;*/
/*}*/
/*.navi ul li a{*/
/*display:block;*/
/*height:30px;*/
/*line-height:30px;*/
/*text-align:center;*/
/*background:#444;*/
/*color:#fff;*/
/*}*/
/*.navi ul .on a{*/
/*background:#111;*/
/*}*/
/*.navi p{*/
/*background:#666;*/
/*margin-top:6px;*/
/*text-align:center;*/
/*height:20px;*/
/*line-height:20px;*/
/*}*/
/*.navi p a{*/
/*color:#fff;*/
/*}*/

.wrap {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.wrap > div {
    /*height: 980px;*/
    /*모든 scene 의 height 가 동일할 경우에 작성*/
    position: relative;

}

/** Scene01 **/
#scene01 {
    height: 820px;
    padding-top: 160px;

}

#video {
    width: 2000px;
    height: 820px;
    position: absolute;
    left: 50%;
    top: 144px;
    margin-left: -1000px;
    overflow: hidden;=
}

#video video {
    position: relative;
    top: -125px;
}



/*#video .playBtn {*/
/*width: 90px;*/
/*height: 90px;*/
/*background: url("../img/sub_mag/play.png") no-repeat 50% 50% ;*/
/*!*opacity: 1;*!*/
/*position: absolute;*/
/*left: 50%;*/
/*top: 0;*/
/*margin-left: -1000px;*/
/*z-index: 100;*/
/*}*/

/*#video .playBtn:hover {*/
/*!*opacity: 1;*!*/
/*}*/







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

#scene02 .magMenu {
    position: absolute;
    left: 50%;
    top: 100px;

}

#scene02 .magMenu > li {
    position: absolute;
    left: 0;
    top: 0;

}

#scene02 .magMenu .title {
    position: absolute;
    margin-left: -82px;
    top: 0;
}

#scene02 .magMenu .subMenu {
    top: 77px;
}

#scene02 .magMenu .subMenu01 {
    margin-left: -293px;

}

#scene02 .magMenu .subMenu02 {
    margin-left: -123px;

}

#scene02 .magMenu .subMenu03 {
    margin-left: 46px;

}

#scene02 .magMenu .subMenu04 {
    margin-left: 229px;

}

#scene02 .line1 {
    width: 1440px;
    height: 940px;

    position: absolute;
    left: 50%;
    top: 250px;
    margin-left: -720px;
}

#scene02 .line1 > li {
    position: absolute;
    top: 0;
    left:0;
    width: 480px;
    height: 940px;

}

#scene02 .line1 .list1 {
    left: 0;
}

#scene02 .line1 .list2 {
    left: 480px;
}

#scene02 .line1 .list3 {
    left: 960px;
}

#scene02 .line2 {
    height: 480px;
    position: absolute;
    left: 50%;
    top: 1190px;
    margin-left: -1000px;
}

#scene02 .line2 > li {
    position: absolute;
    left: 0;
    top: 0;
}

#scene02 .line2 .box1 {
    left: 0;
}

#scene02 .line2 .box2 {
    left: 760px;
}

#scene02 .line3 {
    width: 1440px;
    height: 1880px;

    position: absolute;
    left: 50%;
    top: 1670px;
    margin-left: -720px;
    /*display: none;*/
}

#scene02 .line3 > li {
    position: absolute;
    width: 480px;
    height: 940px;
    top: 0;
}

#scene02 .line3 .bot {
    top: 940px;
}

#scene02 .line3 .wrap1 {
    left: 0;
}

#scene02 .line3 .wrap2 {
    left: 480px;
}

#scene02 .line3 .wrap3 {
    left: 960px;
}

#scene02 .line3 .wrap4 {
    left: 0;
}

#scene02 .line3 .wrap5 {
    left: 480px;
}

#scene02 .line3 .wrap6 {
    left: 960px;
}




#scene02 .magStory > li > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    color: #000;
}

#scene02 .magStory > li > a:after {
    display: block;
    content: "";
    position: absolute;
    z-index: 11;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    top: -20px;
    right: -20px;
    bottom: -20px;
    left: -20px;
    border: 20px solid #000;
}

#scene02 .magStory > li > a:hover:after {
    -webkit-transition-duration: .4s;
    transition-duration: .4s;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

#scene02 .btnView {
    position:absolute;
    left:50%;
    bottom: 80px;
    margin-left: -70px;
}











/** footer **/
#footer {
    height: 480px;
    background: #000;
    position: relative;

}

#footer .news {
    height: 160px;
    background: url("../img/footer/bg_top.jpg") no-repeat center top;

}

#footer .news > li {
    position: absolute;
    left: 50%;
    top: 0;
    z-index: 100;
}

#footer .news li:nth-child(1) {
    position: absolute;
    top: 57px;
    margin-left: -428px;
}

#footer .news li:nth-child(2) {
    position: absolute;
    top: 60px;
    margin-left: -210px;
}

#footer .news li:nth-child(3) {
    position: absolute;
    top: 60px;
    margin-left: 280px;
}

#footer .news li:nth-child(4) {
    position: absolute;
    top: 112px;
    margin-left: -70px;
}

#footer .news li:nth-child(5) {
    position: absolute;
    left: 50%;
    top: 112px;
    margin-left: -48px;
}

#footer .second {
    height: 320px;
    position: absolute;
    left: 50%;
    top:0;


}

#footer .second > li {
    position: absolute;
    left: 0;
    top: 203px;
    /*padding-top: 209px;*/

}

#footer .second li:nth-child(1) {
    left: -480px;
}

#footer .second li:nth-child(2) {
    left: -298px;
}

#footer .second li:nth-child(3) {
    left: -210px;
}

#footer .second li:nth-child(4) {
    left: 78px;
}

#footer .second li:nth-child(5) {
    left: 192px;
}

#footer .second li:nth-child(6) {
    left: 230px;
}

#footer .second li:nth-child(7) {
    left: 268px;
}

#footer .second li:nth-child(8) {
    left: 306px;
}

#footer .second li:nth-child(9) {
    left: 346px;
}

#footer .second li:nth-child(10) {
    left: 383px;
}

#footer .second li:nth-child(11) {
    left: 422px;
}

#footer .second li:nth-child(12) {
    left: 461px;
}

#footer .second li:nth-child(13) {
    margin-top: 118px;
    left: -443px;
}

#footer .second li:nth-child(14) {
    margin-top: 97px;
    left: -338px;
}

#footer .second li:nth-child(15) {
    margin-top: 97px;
    left: -286px;
}




















