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

/** base **/
html,
body {
    height: 100%;
    overflow-y: hidden;
    background: #f7f7f7;
}

body {
    position: relative;
    min-width: 1200px;
    font-family: "Dotum", "Arial", sans-serif;
    font-size: 12px;
    color: #333;
}


#header {
    width: 100%;
    background: black;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.3);*/
    position: fixed;
    z-index: 9999;
    transition: all 0.5s;
}

/*#header.active {*/
/*background: black;*/
/*border-bottom: 1px solid rgba(255, 255, 255, 0);*/
/*}*/

#header .inner {
    width: 1200px;
    height: 106px;
    margin: 0 auto;
    font-size: 0;
    position: relative;
}

#header .inner .logo {
    padding-top: 41px;
    position: absolute;
    left: 75px;
    float: left;
}

#header .inner .menu {
    padding-top: 44px;
    position: absolute;
    left: 0;
}

#header .inner .gnb {
    margin-left: 516px;
    padding-top: 50px;
}

#header .inner .gnb .slash {
    position: absolute;
    left: 604px;
}

#header .inner .gnb > li {
    float: left;
    /*margin-right: 60px;*/
    z-index: 100;
    position: relative;
}

#header .inner .gnb .nylon {
    margin-right: 77px;
}

#header .inner .gnb .star {
    margin-right: 69px;
}

#header .inner .gnb .fashion {
    margin-right: 59px;
}

#header .inner .gnb .beauty {
    margin-right: 67px;
}

#header .inner .gnb .radar {
    margin-right: 72px;
}

#header .inner .gnb .event {
}

#header .link {
    position: absolute;
    text-align: right;
    height: 23px;
    top: 46px;
    left: 1693px;
}

#header .link > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px;
}

/** 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%; /* 브라우저 창의 크기에 따라 반응을 해야 해서 가운데 기준을 잡는다 */
}



#sub02_2 {
    width: 100%;
    /*height: 4035px;*/
    padding-top: 106px;
}

#sub02_2 .back {
    width: 74px;
    height: 74px;
    left: 270px;
    padding-top: 80px;
    position: absolute;
    z-index: 200;
}

#sub02_2 .title {
    width: 206px;
    height: 56px;
    left: 263px;
    margin: 0 auto;
    padding-top: 80px;
}


#sub02_2 .itv {
    width: 1382px;
    height: 4332px;
    margin: 0 auto;
    padding-top: 60px;

}
#sub02_2 .like {
    width: 1200px;
    height: 452px;
    margin: 0 auto;
    padding-top: 60px;
}

#sub02_2 .fix_bg {
    width: 1920px;
    height: 400px;
    background: url("../img/sub02/sub02_fixed.png") no-repeat center top fixed;
    position: absolute;
    left: 0;
    top: 2535px;
    z-index: 100;
}


/** footer **/
#footer {
    width: 100%;
    height: 370px;
    background: #1e1e1e;
    position: relative;
}

#footer .inner {
    width: 1200px;
    height: 257px;
    margin: 0 auto;
    font-size: 0;
    top: 67px;
    position: relative;
}

#footer .bt_top {
    width: 49px;
    height: 49px;
    position: absolute;
    left: 1619px;
    top: 29px;
}