/* etc */
.row-offcanvas { 
        height: 100%;
 }
a {
    color: #000;
}
/* header */

.header-line {
    height: 2px;
    background-color: #EF7500;
/*    z-index: 99999999999999999999999999999999999999999999;*/
    position: absolute;
}

.navbar-nav {
    padding-top: 13px;
    
}


.navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('../../img/main/logo-white.png') no-repeat center center;
    /* 디폴트 로고 */
    width: 146px;
    height: 32px;
    background-color: transparent;
    padding-top: 50px;
}
.navbar-sub .navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('../../img/main/logo-sub.png') no-repeat center center;
    /* 서브 상단 로고 */
    width: 146px;
    height: 32px;
    background-color: transparent;
    padding-top: 50px;
}
.affix .navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('../../img/main/logo-white.png') no-repeat center center;
    /* 서브 페이지나 스크롤 내렸을때  로고 */
    width: 146px;
    height: 32px;
    padding-top: 50px; 
}

.navbar-default {
    background-image: none;
    background-image: -o-none;
    background-image: -webkit-none;
    background-image: linear-gradientnone;
    filter: none;
    filter: none;
    background-repeat: none;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 5px rgba(0, 0, 0, .075);
    background-color: rgba(255, 255, 255, 1);
    border-bottom: #d6d6d6 1px solid;
    box-shadow: none;
    padding-top: 6px;
    padding-bottom: 6px; 
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
    background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow:
}

.navbar-toggle {
    margin-top: 20px;
}


/*  서브 네비 */
.navbar-default.navbar-sub {
    border-bottom: 0; 
    background-color: rgba(255, 255, 255, 0.9);
   
    z-index: 4;
    transition: 0.5s;
}
.navbar-default.navbar-sub.affix {
    border-bottom: 1px #e6e6e6 solid; 
}
.navbar-default.navbar-sub.affix-top {
    
    background-color: rgba(0, 0, 0, 0.4);
    
}
.navbar-sub .nav_wrap .navi li a {
    color: #000;
}

.navbar-sub .nav_wrap .navi li a:hover {
    text-decoration: none;
    color: #FF9933;
}
.navbar-sub  .snb_wrap {
    background-color: rgba(0, 0, 0, 0.6);
}
.navbar-sub .snb_wrap .snb ul li > ul > li a {
    color: #e0e0e0;
}
 
/* 기본 네비 */

#nav_wrap > .lnb {margin-top: 29px; }
#nav_wrap > .lnb > li {display:inline-block; font-size:16px; text-align:center; vertical-align:top;  display: inline-block;}
#nav_wrap > .lnb > li > a {position:relative; display:block; padding: 0 30px; font-size:18px; color:#000; line-height:1; transition:color 0.3s; padding-bottom: 20px;font-family: 'NanumSquare'; font-weight: 700}
#nav_wrap > .lnb > li > a:after {position:absolute; content:''; bottom:0; left:50%; width:0; height:4px;background:#FF9933; transition:all 0.3s}
#nav_wrap > .lnb > li:hover > a {color:#FF9933 !important; text-decoration: none;}
#nav_wrap > .lnb > li:hover > a:after {left:0; width:100%}
#nav_wrap > .lnb > li > .subnav {position:relative; display:none; margin-top:10px; padding-bottom: 20px; z-index:99999999}
#nav_wrap > .lnb > li > .subnav > li {line-height:1.8; text-align: left;}
#nav_wrap > .lnb > li > .subnav > li > a {font-size:14px; color:#000; padding-left: 34px; }
#nav_wrap > .lnb > li > .subnav > li > a:hover {color:#000; text-decoration: none;}
#nav_wrap > .lnb.sub > li > a {position:relative; display:block; padding:0 30px; font-size:18px; color:#fff; line-height:1; transition:color 0.3s; padding-bottom: 20px;}
#nav_wrap > .lnb.sub > li > .subnav > li > a {font-size:14px; color:#fff; padding-left: 34px;}
#nav_wrap > .lnb.sub > li > .subnav > li > a:hover {color:#d8c4aa}
#nav_wrap > .subnav-bg { position: absolute; display:none; top:116px; left:0; width:100%; z-index:10; }
#nav_wrap > .btnOpenMenu {display:none}
.on, #navbar.fixed {}
.on #nav_wrap > .lnb > li > a, #navbar.fixed #nav_wrap > .lnb > li > a {color:#2b2b2b}
.on #nav_wrap > .lnb.sub > li > a, #navbar.fixed #nav_wrap > .lnb.sub > li > a {color: rgba(255, 255, 255, 1)}

.affix #nav_wrap > .lnb.sub > li > a { 
    color: #000 !important;
}
.affix #nav_wrap > .lnb > li > .subnav > li > a { 
    color: #000 !important;
}

.right-eng {
    float: right;
    /*    width: 150px;*/
    text-align: right;
    margin-top: 22px;
    margin-left: 60px;
}
.right-eng i {
    font-size: 12px;
}
.right-eng .btn {
    font-size: 15px !important;
    border-radius: 0;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
}
.right-eng .btn-black {
    background-color: #000;
    color: #fff;
    transition: 0.4s;
    
}
.right-eng .btn-black:hover {
    background-color: #fff;
    color: #000;
    border: 1px #e3e3e3 solid;
    
}
.right-eng .btn-red {
    background-color: #e54f00;
    color: #fff;
    
}
.right-eng .btn-white {
    background-color: #fff;
    color: #000;
    border: 1px #e3e3e3 solid;
    transition: 0.4s;
}
.right-eng .btn-white:hover {
    background-color: #f4f4f4;
    color: #000;
    border: 1px #e3e3e3 solid;
}

.affix {
    -webkit-transition: padding 0.2s ease-out;
    -moz-transition: padding 0.2s ease-out;
    -o-transition: padding 0.2s ease-out;
    transition: padding 0.2s ease-out;
}

@media (min-width:768px) {
    /* 디폴트 */
    .affix-top {
        background-color: transparent;
        border-bottom: rgba(255, 255, 255, 0.2) 1px solid;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .affix-top .navbar-nav>li>a {
        color: #fff;
    }
    .affix-top .navbar-nav>li>a span.caret {
        color: #fff;
    }
 
}


/* 네비게이션 */

@media (min-width: 992px) {
    ul.nav li.dropdown:hover .dropdown-menu {
        display: block;
        animation-duration: 0.5s;
        animation-name: good2;
        transition: 1s;
    }
    @keyframes good2 {
        from {
            padding-bottom: 10px;
            padding-left: 10px;
            opacity: 0;
        }
        to {
            opacity: 1;
            padding-left: 0;
        }
    }
}


/* 서브비쥬얼 */


/* 비쥬얼 */

.bs-slider .visual_bottom {
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    width: 100%;
    height: 150px;
    color: #fff;
    position: absolute;
    z-index: 9;
}

.bs-slider .visual_bottom .media {
    padding-top: 40px;
}

.bs-slider .visual_bottom .media .media-body {
    color: #b8b8b8;
    font-size: 13px;
    line-height: 15px;
    padding-left: 20px;
}

.bs-slider .visual_bottom .media .media-body h4.media-heading {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #cdcdcd;
}

.bs-slider .visual_bottom .media .media-left i {
    background-color: #000;
    min-width: 60px;
    min-height: 60px;
    border-radius: 3em;
    text-align: center;
    font-size: 25px;
    padding-top: 18px;
    color: #979797;
    transition: 0.6s;
    cursor: pointer;
}

.bs-slider .visual_bottom .media .media-left i:hover {
    background-color: #fff;
    color: #000;
}

.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    overflow: hidden;
}

.s_visual_wrap .slide {
    position: relative;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
}

.s_visual_wrap .slide li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.s_visual_wrap .slide li .content {
    top: 45%;
    position: relative;
    z-index: 1;
}

.s_visual_wrap .slide li .content h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    font-family: '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
}

.s_visual_wrap .slide li .content p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.s_visual_wrap .slide {
    height: 340px;
}

.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
}

.s_visual_wrap .slide li {
    height: 340px;
    background-position: 50% 50%;
    background-image: url("../../img/main/svisual01.jpg");
    background-repeat: no-repeat;
}


/* 서브비주얼 마감*/


/* index- content */

.index-content {
    margin-top: 10px;
}

.index-content section {}

.index-content section.company {
    padding-top: 10px;
    padding-bottom: 0px;
}

.index-content section.company .company_story dl {}

.index-content section.company .company_story dl dt {
    color: #131313;
    font-weight: 900;
    font-size: 32px;
    padding-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
}

.index-content section.company .company_story dl dt .line {
    width: 50px;
    height: 5px;
    background-color: #607fab;
}

.index-content section.company .company_story dl dt span {
    font-size: 32px;
    color: #607fab;
}

.index-content section.company .company_story dl dd {

}

.index-content section.company .company_story p.more {
    float: left;
}

.index-content section.company .company_story p.more i {
    font-size: 12px;
    color: #828282;
}
.index-content section.company .company_story p.more a {
    color: #333333;
}
.index-content section.company .company_story p.more a:hover {
    text-decoration: none;
}
.index-content section.company p {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

section.product {}

.product_bg {
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.1);
}

section.product .content {
    padding-top: 50px;
    padding-bottom: 30px;
}

section.product .content h2 {
    text-align: center;
    font-weight: 900;
    margin-bottom: 50px;
    color: #000;
    font-size: 38px;
}

section.product .content h2 p {
    font-weight: 400;
    padding-top: 5px;
    font-size: 18px;
}



section.customer {
    padding-top: 70px;
    padding-bottom: 0;
}
section.customer #tab_wrap {
    margin-bottom: 20px;
/*    padding-bottom: 0;*/
}
section.customer .line {
    width: 50px;
    height: 5px;
    display: block;
    background-color: #607fab;
}

section.customer p.text {
    font-size: 28px;
    font-weight: 600;
    line-height: 39px;
    margin-top: 14px;
}

section.customer p.text span {
    color: #607fab;
}

section.customer .add_wrap {
    margin-top: 20px;
}

section.customer .add_wrap ul.line-inline {
    padding-left: 0;
}

section.customer .add_wrap ul.line-inline li {
    font-size: 18px;
    margin-top: 5px;
}

.bg-gray {
    margin-top: 30px;
    background-color: #2f2f2f;
    border-radius: 0.4em;
    color: #e3e3e3;
    padding: 12px 20px;
}


/* 탭 */

section.customer .nav-tabs {}

section.customer .nav-tabs > li a {
    margin: 0;
    border-bottom: 0;
}

section.customer .nav-tabs > li.active > a,
section.customer .nav-tabs > li.active > a:focus,
section.customer .nav-tabs > li.active > a:hover {
    border-width: 0;
    color: #fff;
    border-top: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
    background-color: #fff !important;
}

section.customer .nav-tabs > li > a {
    border: none;
    color: #000;
    background: #f8f8f8 !important;
    font-size: 18px !important;
    font-weight: 600;
    border-left: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}

section.customer .nav-tabs > li:first-child > a {
    border-left: 0;
}

section.customer .nav-tabs > li.active:first-child > a {
    border-left: 0;
}

section.customer .nav-tabs > li:last-child > a {
    border-right: 0;
}

section.customer .nav-tabs > li > a > span {
    color: #000;
}

section.customer .nav-tabs > li > a:hover,
,
section.customer .nav-tabs > li > a:focus {
    color: #efefef !important;
    background: #fff;
    color: #000;
    border-top: 0;
    border-bottom: 1px #e3e3e3 solid;
    border-left: 1px #e3e3e3 solid;
}

section.customer .nav-tabs > li.active > a {
    border-bottom: 1px #fff solid !important;
}

section.customer .nav-tabs > li:first-child > a:hover,
section.customer .nav-tabs > li:first-child > a:focus {
    border-left: 0;
}

section.customer .nav-tabs > li.active > a > span,
section.customer .nav-tabs > li > a:hover > span {
    color: #000;
}

.tab-pane {
    padding: 15px 0;
}

.tab-content {
    padding: 20px;
    border-bottom: 1px #e3e3e3 solid;
    min-height: 223px;
}

section.customer .nav-tabs > li {
    width: 50%;
    text-align: center;
}


/*  sub layout */

#sub_content {
    /*    margin-top: 120px;*/
}

#sub_content .breadcrumb_wrap {
    /*    border-top: 1px #eee solid;*/
    border-bottom: 1px #eee solid;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .sub_tab {}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child {
    border-left: 1px #eee solid;
    background: none;
    padding-right: 0;
    /*    background-color: #000;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child span {
    /*    color: #fff;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li {
    padding: 0;
    margin: 0;
    float: left;
    border-right: 1px #eee solid;
    cursor: pointer;
    background: url('../../img/main/arr.png') 90% 50%;
    background-repeat: no-repeat;
    padding-right: 15px;
}

#sub_content .breadcrumb_wrap .sub_tab > li:hover {
    /*    background-color: #f7f7f7;*/
}

#sub_content .breadcrumb_wrap .sub_tab > li > a {
    font-size: 15px;
    line-height: 58px;
    padding-left: 35px;
    padding-right: 35px;
    height: 58px;
    display: block;
    margin: 0;
}

#sub_content .breadcrumb_wrap .sub_tab > li:last-child {
    font-weight: 600;
}

#sub_content .breadcrumb_wrap .sub_tab .glyphicon-home {
    font-size: 18px;
    padding-top: 20px;
}

#sub_content .breadcrumb_wrap .sub_tab .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border: 1px #eee solid;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li:last-child {
    border-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li {
    border-bottom: 1px #eee solid;
}

#sub_content .breadcrumb_wrap .sub_tab li a,
#sub_content .breadcrumb_wrap .sub_tab li a:active,
#sub_content .breadcrumb_wrap .sub_tab li a:hover {
    text-decoration: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab > li > a > span.caret {
    text-align: right;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a:hover {
    background: #f7f7f7 !important;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li span {
    float: right;
    font-size: 11px;
    color: #5c5c5c;
    line-height: 27px;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a {
    font-size: 13px;
    line-height: 32px;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .breadcrumb {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    padding-top: 18px;
}

#sub_content .breadcrumb_wrap .breadcrumb li,
#sub_content .breadcrumb_wrap .breadcrumb li a {
    font-size: 12px;
    line-height: auto;
    color: #000;  
}

#sub_content .page-header {
    margin-bottom: 50px;
    clear: both;
    border-bottom: 1px #eee solid;
}

#sub_content .page-header h1 {
    font-size: 32px;
    font-weight: 600;
}

#sub_content .page-header small {
    font-size: 15px;
    padding-left: 12px;
}


/* footer */

.footer {
    margin-top: 30px;
    background-color: #191919;

}

.footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;
}

.footer .footer-menu {
    background-color: #252525;
}

.footer .footer-menu ul {
    padding-top: 12px;
}
.footer .footer-menu ul li:before {
    color: #464646;
}
.footer .footer-menu ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #848484;
}

.footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

.footer p.logo {
    float: right;
    margin-top: 23px;
}
.footer p.logo img {
    width: 80%;
}
.footer address {
    margin-top: 25px;
    font-size: 13px;
    line-height: 23px;
    color: #6f6f6f
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #bbbbbb;
}
@media (max-width: 1200px) {
    #nav_wrap > .lnb li a,
    #nav_wrap > .lnb.sub li a {
        font-size: 16px;
        padding: 0 20px;
        padding-bottom: 20px;
    }
    
    #nav_wrap > .lnb > li > .subnav > li > a,
    #nav_wrap > .lnb.sub > li > .subnav > li > a {
        padding-left: 24px;
    }
}
@media (max-width: 992px) {
/*
    .index-content section.content_02 {
        padding-left: 20px;
    }
    .index-content section {
        margin-bottom: 10px;
        border: 1px #e6e6e6 solid;
        padding: 18px 20px 20px 20px;
    }
    .index-content section.content_03 {
        padding-left: 20px;
    }
    .index-content section.content_03 li {
        padding-right: 0;
    }
*/
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 14px;
        line-height: 60px;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
    }
    .animate {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        float: left;
        padding: 26px 15px;
        background: url('../../img/main/logo-white.png') no-repeat center center;
        width: 146px;
        height: 32px;
        background-color: transparent;
        padding-top: 50px;
        
    }
    .navbar-nav {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-collapse {
        background-color: #fff;
    }
    .navbar-nav li {
        border-bottom: 1px #eee solid;
    }
    .navbar-nav li:last-child {
        border-bottom: 0;
    }
    .navbar-nav li a {
        font-size: 13px;
    }
    .navbar-nav li:hover {
        background-color: #fff;
    }
    .navbar-nav li span {
        float: right;
        margin-top: 8px;
    }
    .navbar-nav li ul li {
        padding-left: 12px;
    }
    .navbar-brand {
        margin-left: 10px;
    }
    .visual_bottom {
        display: none;
    }
    .index-content section.company .company_story dl dt {

    font-size: 26px;
    }

    .index-content section.company .company_story dl dt span {
        font-size: 26px;
        color: #607fab;
    }
    section.product .content h2 {
    font-size: 32px;
        color: #fff;
    }

    section.product .content h2 p {
        padding-top: 5px;
        font-size: 16px;
        color: #fff;
    }
    .product_bg {
    height: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.3);
    }
    section.customer #tab_wrap {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    section.customer {
        padding-top: 40px;

    }
    section.customer p.text {
        font-size: 20px;
        line-height: 27px;
    }
    section.customer .latest_wrap {
        margin-top: 30px;
    }
    #sub_content .page-header small {
        display: none;
    }
    #sub_content .breadcrumb_wrap .container {
        padding: 0;
        margin: 0;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li:first-child a {
        padding-left: 15px;
        padding-right: 15px;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        padding-left: 35px;
        padding-right: 35px;
    }
    #sub_content .page-header {
        
/*        margin-bottom: 20px;*/
    }
    
    
    
}
@media (max-width: 480px) {
    .navbar-brand {
        padding-left: 30px;
        width: 176px;
        padding-top: 50px;
        background-position: 20% 60%;

    }

    .navbar-sub .navbar-brand {
        padding-left: 30px; 
        /* 서브 상단 로고 */
        width: 176px;
        height: 32px;
        padding-top: 50px;
        background-position: 20% 60%;
    }
    .affix .navbar-brand {
        padding-left :30px;
        /* 서브 페이지나 스크롤 내렸을때  로고 */
        width: 176px;
        height: 32px;
        padding-top: 50px; 
        background-position: 20% 60%;
    }

    .navbar-default {
        padding: 0; 
    }
    section.customer .nav-tabs > li > a {
        border: none;
        color: #000;
        background: #f8f8f8 !important;
        font-size: 16px !important;
        font-weight: 600;
        border-left: 1px #e3e3e3 solid;
        border-bottom: 1px #e3e3e3 solid;
        border-radius: 0;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    section.customer .tab-pane {
        padding: 0;
    }
    section.customer .tab-content {
        padding: 15px;
        border-bottom: 1px #e3e3e3 solid;
        min-height: auto;
        height: auto;
    }
    .footer p.logo {
        display: none;
    }
}
