/*=========
  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: 340px;
    padding-top: 144px;

}

#scene01 .mainPhoto {
    width: 2000px;
    height: 340px;
    position: absolute;
    left: 50%;
    top: 144px;
    margin-left: -1000px;
}

/** Scene02 **/

#scene02 {
    height: 2720px;
}

#scene02 .navi {
    position: absolute;
    left: 50%;
    top: 30px;
}

#scene02 .navi > div {
    position: absolute;
    left: -600px;
    top: 0;
}

#scene02 .navi div:nth-child(2) {
    left: -550px;
}

#scene02 .navi div:nth-child(3) {
    left: -535px;
}

#scene02 .group {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -600px;
    width: 1200px;
    height: 2598px;
    margin-top: 60px;
}

#scene02 .group .category {
    width: 266px;
    height: 530px;
    /*background: red;*/
    position: absolute;
    left: 0;
    top: 0;

}

#scene02 .group .category div a > img {
    padding-bottom: 11px;
}

#scene02 .group .category .first a > img {
    padding-bottom: 18px;
}

#scene02 .group .item {
    width: 860px;
    height: 2598px;
    /*background: green;*/
    position: absolute;
    right: 0;
    top: 0;
}

#scene02 .group .item .filters > div {
    position: absolute;
    left: 0;
    top: 0;
}

#scene02 .group .item .filters .sort {
    left: 284px;
}

#scene02 .group .item .filters .filter {
    left: 432px;
}



#scene02 .group .item .photo > div {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 80px;

}

#scene02 .group .item .photo div:nth-child(1) { }
#scene02 .group .item .photo div:nth-child(2) { left: 300px; }
#scene02 .group .item .photo div:nth-child(3) { left: 600px; }
#scene02 .group .item .photo div:nth-child(4) { left: 0; top: 500px; }
#scene02 .group .item .photo div:nth-child(5) { left: 300px; top: 500px; }
#scene02 .group .item .photo div:nth-child(6) { left: 600px; top: 500px; }
#scene02 .group .item .photo div:nth-child(7) { left: 0; top: 1000px; }
#scene02 .group .item .photo div:nth-child(8) { left: 300px; top: 1000px; }
#scene02 .group .item .photo div:nth-child(9) { left: 600px; top: 1000px; }
#scene02 .group .item .photo div:nth-child(10) { left: 0; top: 1500px; }
#scene02 .group .item .photo div:nth-child(11) { left: 300px; top: 1500px; }
#scene02 .group .item .photo div:nth-child(12) { left: 600px; top: 1500px; }
#scene02 .group .item .photo div:nth-child(13) { left: 0; top: 2000px; }
#scene02 .group .item .photo div:nth-child(14) { left: 300px; top: 2000px; }
#scene02 .group .item .photo div:nth-child(15) { left: 600px; top: 2000px; }





#scene02 .group .item .photo .sample .overBtn {
    display: none;
}

#scene02 .group .item .photo .sample .overBtn > div {
    position: absolute;
    left: 0;
    top: 295px;

}

#scene02 .group .item .photo .sample .overBtn .view {
    left: 35px;
}

#scene02 .group .item .photo .sample .overBtn .new {
    left: 145px;
}

#scene02 .group .item .photo .sample .overBtn .like {
    left: 190px;
}




.transQuick {
    transition: .6s ease;
}




#scene02 .group .item .text > div {
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 440px;

}

#scene02 .group .item .text div:nth-child(1) { }
#scene02 .group .item .text div:nth-child(2) { left: 300px; }
#scene02 .group .item .text div:nth-child(3) { left: 600px; }
#scene02 .group .item .text div:nth-child(4) { left: 0; top: 500px; }
#scene02 .group .item .text div:nth-child(5) { left: 300px; top: 500px; }
#scene02 .group .item .text div:nth-child(6) { left: 600px; top: 500px; }
#scene02 .group .item .text div:nth-child(7) { left: 0; top: 1000px; }
#scene02 .group .item .text div:nth-child(8) { left: 300px; top: 1000px; }
#scene02 .group .item .text div:nth-child(9) { left: 600px; top: 1000px; }
#scene02 .group .item .text div:nth-child(10) { left: 0; top: 1500px; }
#scene02 .group .item .text div:nth-child(11) { left: 300px; top: 1500px; }
#scene02 .group .item .text div:nth-child(12) { left: 600px; top: 1500px; }
#scene02 .group .item .text div:nth-child(13) { left: 0; top: 2000px; }
#scene02 .group .item .text div:nth-child(14) { left: 300px; top: 2000px; }
#scene02 .group .item .text div:nth-child(15) { left: 600px; top: 2000px; }

#scene02 .group .item .page {
    position: absolute;
    right: 0;
    bottom: 0;
}










    /** 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;
}




















