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

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

body {
    position: relative;
    min-width: 1200px;
    font-family: 'NanumBarunGothic', 'NanumGothic', '맑은고딕', 'Malgun Gothic', '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;
}

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

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

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

}

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

/** Scene01 **/
#scene01 {
    height: 860px;
    padding-left: 316px; /* 메뉴 높이값만큼 여백 넣기 */
    background: url("../img/sub/sub6_bg.jpg") no-repeat center top;
    background-size: cover;

}

/** gnb **/
.gnb {
    width: 316px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9998;
    text-align: center;
    float: left;
    margin: 0 auto;

}

#scene01 .gnb .left {
    width: 316px;
    height: 100%;
    background: #18191f;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    float: left;
    margin: 0 auto;
    z-index: 9995;
}

#scene01 .gnb .gnb_top {
    width: 120px;
    margin: 0 auto 210px;
    padding-top: 30px;

}

#scene01 .gnb .gnb_top > div {
    float: left;
}

#scene01 .gnb .gnb_top > div:nth-child(1) {
    margin-right: 30px;
}

#scene01 .gnb h1 {
    margin-bottom: 63px;
}

#scene01 .gnb .innerGnb {
    margin-bottom: 180px;
    position: relative;

}

#scene01 .gnb .innerGnb > li {
    margin-bottom: 26px;

}

#scene01 .gnb .gnb_footer {
    margin-left: 44px;

}

#scene01 .gnb .gnb_footer > li {
    float: left;
    font-size: 11px;
    font-weight: bold;
    line-height: 18px;
    color: #a8aaaf;
    margin-left: 10px;
    margin-bottom: 10px;
}

#scene01 .gnb .gnb_footer > li img {
    position: relative;
    top: 4px;
}

#scene01 .gnb > p {
    font-size: 11px;
    color: #a8aaaf;
    margin-bottom: 21px;

}

#scene01 .gnb .sub {
    width: 153px;
    height: 860px;
    background: rgba(24, 25, 31, 0.5);
    position: absolute;
    top: 0;
    left: 0;

}

#scene01 .gnb .sub_menu1 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu1 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu1 > li:hover {
    display: block;
}

#scene01 .gnb .sub_menu2 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu2 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu2 > li:hover {
    display: block;
}

#scene01 .gnb .sub_menu3 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu3 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu3 > li:hover {
    display: block;
}

#scene01 .gnb .sub_menu4 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu4 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu4 > li:hover {
    display: block;
}

#scene01 .gnb .sub_menu5 > li:nth-child(1) {
    padding-top: 345px;
}

#scene01 .gnb .sub_menu5 > li {
    text-align: center;
    margin-right: 10px;
    margin-bottom: 30px;

}

#scene01 .gnb .sub_menu5 > li:hover {
    display: block;
}


#scene01 .gnb .family {
    width: 260px;
    height: 30px;
    border: 1px solid #52545a;
    position: relative;
    left: 28px;
    bottom: -10px;
}

#scene01 .gnb .family > a {
    font-size: 12px;
    color: #a8aaaf;
    margin-left: 14px;
    margin-top: 10px;
    float: left;
    line-height: 12px;

}

#scene01 .gnb .family:hover {
    background: #0c0c0e;
}

#scene01 .gnb .family .plus {
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: 9px;
    right: 12px;
    background: url("../img/common/top_menu_plus.png") no-repeat center top;
}

#scene01 .gnb .family ul {
    position: relative;
    top: -178px;
    left: -1px;
    float: left;
    display: none;
    border: 1px solid #52545a;
    border-bottom: none;

}

#scene01 .gnb .family:hover ul {
    background: #18191f;
    display: block;
}

#scene01 .gnb .family ul > li > a {
    width: 250px;
    height: 20px;
    color: #928e8b;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #52545a;
    display: block;
}

#scene01 .gnb .family ul > li > a:hover {
    color: white;
    background: #ff5000;
}

/**top menu bar**/

#top_menu {
    width: 1920px;
    height: 60px;
    background: #242424;
    z-index: 9994;

}

.top_on {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
}

#top_menu .top_wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;

}

#top_menu .top_wrap > div {
    float: left;
}

#top_menu .top_wrap > ul {
    float: left;
}


#top_menu .top_wrap .home {
    padding: 24px 52px 24px 0;
    border-right: 1px solid #535456;
}

#top_menu .top_wrap .top_menu1, #top_menu .top_wrap .top_menu2 {
    width: 181px;
    position: relative;

}

#top_menu .top_wrap .top_menu1 .company, #top_menu .top_wrap .top_menu2 .intro {
    padding: 24px 66px 24px 36px;
    border-right: 1px solid #535456;



}

#top_menu .top_wrap .top_menu1 .company:hover, #top_menu .top_wrap .top_menu2 .intro:hover {
    background: #1b1818;
}

#top_menu .top_wrap .top_menu1 .company .sub {
    width: 181px;
    /*height: 263px;*/
    height: 0;
    background: rgba(27, 24, 24, 0.8);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9999;
    text-align: center;
    overflow: hidden;

}

#top_menu .top_wrap .top_menu1 .company .sub li {
    padding-top: 27px;
}

#top_menu .top_wrap .top_menu1 .company .sub li:nth-child(1) {
    padding-top: 23px;
}

#top_menu .top_wrap > li:hover .sub {
    display: block;
}

#top_menu .top_wrap .top_menu2 .intro .sub {
    width: 181px;
    /*height: 423px;*/
    height: 0;
    background: rgba(27, 24, 24, 0.8);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 9998;
    text-align: center;
    overflow: hidden;

}

#top_menu .top_wrap .top_menu2 .sub li {
    padding-top: 27px;
}

#top_menu .top_wrap .top_menu2 .sub li:nth-child(1) {
    padding-top: 23px;
}

#top_menu .top_wrap .top_menu1 .list_btn, #top_menu .top_wrap .top_menu2 .list_btn {
    position: absolute;
    top: 23px;
    right: 21px;

}








/** Scene02 **/
#scene02 {
    position: relative;

}

#scene02 .s2_tit{
    height: 263px;
    background: url("../img/sub/sub6_content1_tit.jpg");
}



#scene02 .slides .slidesjs-pagination{
    width: 120px;
    height: 20px;
    position: absolute;
    left: 942px;
    bottom: 50px;
    z-index: 100;
    text-indent: -9999px;
}


#scene02 .slides .slidesjs-pagination-item{
    float: left;
    margin-right: 10px;

}

#scene02 .slides .slidesjs-pagination-item a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}


#scene02 .slides .slidesjs-pagination-item a.active {
    background: #fff;
}



#scene02 .slides  .slidesjs-previous{
    background: url("../img/sub/sub6_slide_prev.png") no-repeat center top;
    width: 34px;
    height: 62px;
    position: absolute;
    left: 142px;
    top:575px;
    z-index: 100;
    text-indent: -99999px;
}




#scene02 .slides .slidesjs-next{
    background: url("../img/sub/sub6_slide_next.png") no-repeat center top;
    width: 34px;
    height: 62px;
    position: absolute;
    right: 142px;
    top:575px;
    z-index: 100;
    text-indent: -9999px;
}





/** Scene03 **/
#scene03 {
    height: 1031px;
    background: url("../img/sub/sub4_content2_bg.jpg") repeat center top;
    text-align: center;
    overflow: hidden;
    position: relative;
}

#scene03 .s3_tit{
    margin-bottom: 58px;
    padding-top: 114px;
    position: relative;
    left: 12px;

}






/** Scene04 **/

#scene04 {
    height:495px;
    background: url("../img/sub/sub6_content3.jpg") no-repeat center top;
    overflow: hidden;
}




/** footer **/
#footer {
    height: 250px;
    background: #181818;
}

.f_top {
    height: 67px;
    background: #242424;
}

.f_top .f_top_link {
    width: 1200px;
    margin: 0 auto;

}

.f_top .f_top_link > li {
    float: left;
    margin-right: 115px;
    margin-top: 30px;

}

.f_bottom {
    height: 182px;
    width: 1200px;
    margin: 0 auto;
    padding-top: 60px;

}

.f_bottom h2 {
    margin-top: 10px;
    margin-right: 138px;
    float: left;
}

.f_bottom .f_bottom_link {
    float: left;
    margin-right: 100px;
    position: relative;

}

.f_bottom .f_bottom_link > li {
    float: left;
    background: url("../img/common/gnb_bar.jpg") no-repeat;
    padding-left: 30px;
    margin-left: 17px;
}

.f_bottom .f_bottom_link > .first {
    padding-left: 0;
    margin-left: 0;
    background: none;

}

.f_bottom .family {
    width: 260px;
    height: 30px;
    margin: 0 auto;
    border: 1px solid #464646;
    float: left;
    position: relative;
    left: 0;
    top: -10px;

}

.f_bottom .family > a {
    font-size: 12px;
    color: #a8aaaf;
    margin-left: 14px;
    margin-top: 10px;
    float: left;
    line-height: 12px;

}

.f_bottom .family:hover {
    background: #0c0c0e;
}

.f_bottom .family:hover ul {
    background: #181818;
    display: block;
}

.f_bottom .family ul {
    position: relative;
    top: -178px;
    left: -1px;
    float: left;
    display: none;
    border: 1px solid #52545a;
    border-bottom: none;

}

.f_bottom .family ul > li > a {
    width: 250px;
    height: 20px;
    color: #928e8b;
    font-size: 12px;
    text-align: left;
    font-weight: 400;
    padding: 10px 0 0 10px;
    border-bottom: 1px solid #52545a;
    display: block;
}

.f_bottom .family ul > li > a:hover {
    color: white;
    background: #ff5000;

}

.f_bottom .family .plus {
    width: 11px;
    height: 11px;
    position: absolute;
    bottom: 9px;
    right: 12px;
    background: url("../img/common/top_menu_plus.png") no-repeat center top;
}

.f_bottom p {
    float: left;
    position: relative;
    top: 10px;
}

.f_bottom .p_bar {
    float: left;
    background: url("../img/common/gnb_bar.jpg") no-repeat;
    padding-left: 20px;
    margin-left: 25px;
}