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

/* header */
.header-line {height: 2px;background-color: #EF7500;position: absolute;}
.navbar-nav {padding-top: 13px;}
.navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('/theme/woongjin/img/logo.gif') no-repeat center center;
    width: 265px;
    height: 32px;
    background-color: transparent;
    padding-top: 50px;
}
.navbar-sub .navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('/theme/woongjin/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('/theme/woongjin/img/logo.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:#000;opacity: 0.4}
.navbar-sub .gnb .navi li a {color: #000;}
.navbar-sub .gnb .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;}
 
#gnb > .lnb {/* margin-top: 29px; */}
#gnb > .lnb > li {display:inline-block;font-size:16px;text-align:center;vertical-align:top;display: inline-block;}
#gnb > .lnb > li > a {position:relative;display:block;font-size: 20px;color:#000;line-height:1;transition:color 0.3s;padding: 20px 23px;font-family:'Noto Sans KR', sans-serif;font-weight: 700;}
#gnb > .lnb > li > a:after {position:absolute; content:''; bottom:0; left:50%; width:0; height:4px;background:#a1c349; transition:all 0.3s}
#gnb > .lnb > li:hover > a {color:#ffffff !important;background-color:#54a084; text-decoration: none;}
#gnb > .lnb > li:hover > a:after {left:0; width:100%}
#gnb > .lnb > li > .subnav {position:relative; display:none; margin-top:10px; padding-bottom: 20px; z-index:99999999}
#gnb > .lnb > li > .subnav > li {line-height:1.8; text-align: left;}
#gnb > .lnb > li > .subnav > li > a {font-size:14px;color:#000;padding-left: 23px;}
#gnb > .lnb > li > .subnav > li > a:hover {color:#0f925e; text-decoration: none;}
#gnb > .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;}
#gnb > .lnb.sub > li > .subnav > li > a {font-size:14px; color:#fff; padding-left: 34px;}
#gnb > .lnb.sub > li > .subnav > li > a:hover {color:#d8c4aa}
#gnb > .subnav-bg { position: absolute; display:none; top:116px; left:0; width:100%; z-index:10; }
#gnb > .btnOpenMenu {display:none}
.on, #navbar.fixed {}
.on #gnb > .lnb > li > a, #navbar.fixed #gnb > .lnb > li > a {color:#2b2b2b}
.on #gnb > .lnb.sub > li > a, #navbar.fixed #gnb > .lnb.sub > li > a {color: rgba(255, 255, 255, 1)}

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

.right-eng {
    float: right;
    text-align: right;
    margin-top: 22px;
    margin-left: 60px;
    display: none;
}
.right-eng i {
    font-size: 12px;
}
.right-eng .btn {
    font-size: 12px !important;
    border-radius: 17px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: 'Noto Sans KR', sans-serif;
}
.right-eng .btn-black {
    background-color: #70b599;
    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: #a3c24a;
    color: #fff;
    border: 1px #a3c24a 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;
}


html,
body {
    height: 100%;
}

.bs-slider {
    overflow: hidden;
    max-height: 90%;
    position: relative;
}

.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

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

.bs-slider > .carousel-inner {
    /*    display: table-cell;*/
    height: 100%;
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100%;
}

.carousel,
.item,
.active {
    height: 80%;
}

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
/*    background-attachment: fixed;*/
    
}

.parallax_01 {
    background-image: url("/theme/woongjin/img/main01.jpg");
}

.parallax_02 {
    background-image: url("/theme/woongjin/img/main02.jpg");
}
.parallax_03 {
    background-image: url("/theme/woongjin/img/main03.jpg");
}

.root_daum_roughmap_landing{width:100% !important;}

/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
    vertical-align: middle !important;
}

.bg-holder {
    height: 100%;
}

.bg-holder .content {
    position: relative;
    top: 62%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-caption h1 {
    font-family: 'Open Sans', 'Nanum Gothic',  sans-serif;
    padding: 0;
    color: #fff;
    font-size: 48px;
    display: inline-block;
    text-shadow: none;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.carousel-caption p {
    padding: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 40px;
    text-shadow: none;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.carousel-caption a.btn-default {
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    padding: 17px 30px;
    display: inline-block;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.carousel-caption a.btn-primary {
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


/********************
*****Slide effect
**********************/

.item-fade {
    opacity: 1;
}

.item-fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.item-fade .item:first-child {
    top: auto;
    position: relative;
}

.item-fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}


/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 43%;
    opacity: 1;
    width: 65px;
    height: 65px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 44px;
    cursor: pointer;
    overflow: hidden;
    line-height: 63px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}


/*---------- INDICATORS CONTROL ----------*/

.indicators-line > .carousel-indicators {
    right: 48%;
    bottom: 3%;
    left: auto;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    display: none;
}

.indicators-line > .carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line > .carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line > .carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line > .carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


/*------------------------------------------------------*/


/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .carousel-caption p {
        font-size: 18px;
    }
    #gnb{margin-top:20px}
}


/*---------- MEDIA 480px ----------*/

@media (max-width: 768px) {
    .bs-slider {
        overflow: hidden;
        max-height: 100%;
        position: relative;
        /*    background: #000000;*/
    }
    .bg-holder .content {
        top:55%;
    }
    .carousel-caption {
        padding: 10px 50px;
    }
    .carousel-caption h1 {
        font-size: 36px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .carousel-caption p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control {
        display: none;
    }
    
}

@media (max-width: 480px) {
    .bs-slider {
        overflow: hidden;
        max-height: 100%;
        position: relative;
        /*    background: #000000;*/
    }
    .carousel,
    .item,
    .active {
        height: 100%;
    }
    .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        -o-background-size: cover;
        background-repeat: no-repeat;
        /*    background-attachment: fixed;*/
        background-attachment: inherit;
    }
    .carousel-caption {
        padding: 10px 0px;
    }
    .carousel-caption h1 {
        font-size: 28px;
        line-height: 39px;
        letter-spacing: -1.5px;
        margin-bottom: 8px;
    }
    .carousel-caption p {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default,
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators {
    display: block;
    right: 42%;
    bottom: 3%;
    left: auto;
    width: 100%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
    }
    .list-inline>li{padding:0}
}

@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: url('/theme/woongjin/img/m-bg1.png');
    bottom: 0;
    width: 100%;
    height: 150px;
    color: #2e6da4;
    position: absolute;
    background-size: cover;
    border-bottom: 1px solid #ddd;
    z-index: 9;
}

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

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

.bs-slider .visual_bottom .media .media-body h4.media-heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #2e6da4;
}

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

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

.sub_con {
    position: relative;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.sub_con .bg,.sub_con .bg1,.sub_con .bg2,.sub_con .bg3,.sub_con .bg4,.sub_con .bg5 {
    position: relative;
}

.sub_con .bg,.sub_con .bg1,.sub_con .bg2,.sub_con .bg3,.sub_con .bg4,.sub_con .bg5{
    padding: 0;
    margin: 0;
}

.sub_con .bg,.sub_con .bg1,.sub_con .bg2,.sub_con .bg3,.sub_con .bg4,.sub_con .bg5 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
}

.sub_con .bg .cont,.sub_con .bg1 .cont,.sub_con .bg2 .cont,.sub_con .bg3 .cont,.sub_con .bg4 .cont,.sub_con .bg5 .cont {
    top: 53%;
    position: relative;
    z-index: 1;
}

.sub_con .bg .cont h1,.sub_con .bg1 .cont h1,.sub_con .bg2 .cont h1,.sub_con .bg3 .cont h1,.sub_con .bg4 .cont h1,.sub_con .bg5 .cont h1 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    font-family: 'Noto Sans KR', sans-serif;
}

.sub_con .bg .cont p,.sub_con .bg1 .cont p,.sub_con .bg2 .cont p,.sub_con .bg3 .cont p,.sub_con .bg4 .cont p,.sub_con .bg5 .cont p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.sub_con .bg,.sub_con .bg1,.sub_con .bg2,.sub_con .bg3,.sub_con .bg4,.sub_con .bg5 {
    height: 340px;
}

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

.sub_con .bg {
    height: 340px;
    background-position: 50% 50%;
    background-image: url("/theme/woongjin/img/sub_bg01.jpg");
    background-repeat: no-repeat;
}

.sub_con .bg1 {
    height: 340px;
    background-position: 50% 50%;
    background-image: url("/theme/woongjin/img/sub_bg02.jpg");
    background-repeat: no-repeat;
}
.sub_con .bg2 {
    height: 340px;
    background-position: 50% 50%;
    background-image: url("/theme/woongjin/img/sub_bg03.jpg");
    background-repeat: no-repeat;
}
.sub_con .bg3 {
    height: 340px;
    background-position: 50% 50%;
    background-image: url("/theme/woongjin/img/sub_bg04.jpg");
    background-repeat: no-repeat;
}
.sub_con .bg4 {
    height: 340px;
    background-position: 50% 50%;
    background-image: url("/theme/woongjin/img/sub_bg05.jpg");
    background-repeat: no-repeat;
}
.sub_con .bg5 {
    height: 340px;
    background-position: 50% 50%;
    background-image: url("/theme/woongjin/img/sub_bg06.jpg");
    background-repeat: no-repeat;
}
/* index- content */
.sec_con {margin-top: 20px;}
.sec_con section {}
.nevice {padding-top: 30px;padding-bottom: 45px;}
.nevice .main_title{position: relative;margin-bottom: 50px;}
.nevice .main_title h3{font-size:32px;font-weight: 600;}
.nevice .main_title .line {margin:0 auto;width: 50px;height: 5px;background-color: #2f4095;margin-bottom: 10px;}
.nevice .main_title h3 span {display: inline-block;font-size: 32px;color: #2f4095;}
.nevice p {text-align: center;font-family: 'Noto Sans KR', sans-serif;font-size: 15px;padding: 0 20px;line-height: 22px;margin-bottom: 30px;}
.nevice .icon_area{position:relative;text-align: center;}
.nevice .icon_area img{text-align:center;}
.nevice h3{font-size:24px;text-align: center;margin: 30px;}

section.product {}

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

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: 20px;
    padding-bottom: 20px;
}
section.customer #tab_wrap {
    margin-bottom: 20px;
}
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: #ffffff !important;
    font-size: 18px !important;
    font-weight: 600;
    border-left: 1px #e3e3e3 solid;
    border-bottom: 1px #e3e3e3 solid;
    border-radius: 0;
}

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

section.customer .nav-tabs > li.active:first-child > a {
}

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: 1px solid #2d6da4 !important;border-bottom: 1px solid #fff !important;margin-bottom: -3px !important;border-top: 6px solid #2d6da4 !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;
}
section.customer .info_area{
    position: relative;
    background: #f8f8f8;
    padding: 40px 0 40px 150px;
    margin-bottom: 10px;
    border: 1px dotted #ddd;
}
section.customer .peo{
    position:absolute;
    left: 47px;
    top: 44px;
}
section.customer .peo i{color:#a6977f;font-size: 95px;}
section.customer .info_area h3{
    font-size: 26px;
    font-weight: bold;
    color: #a6977f;
    margin: 4px 0 17px 0;
}
section.customer .info_area h1{
    font-size: 24px;
    color: #2f4095;
    font-weight: bold;
    margin: 10px 0;
}
section.customer .info_area p{
    margin: 0;
}
section.customer .banner_area {
    /* background: #f0f0f0; */
    padding: 18px 10px;
    display: none;
}
section.customer .banner_area .ba_box{
    text-align: center;
}
section.customer .banner_area .ba_box a{
    color: #00458c;
}
section.customer .banner_area .ba_box a img{}
section.customer .banner_area .ba_box .line1{
    position: absolute;
    right: 0;
    background: #cfcfcf;
    top: 0;
    width: 1px;
    height: 100px;
}
section.partner {
    background: rgba(49, 48, 48, 0.61) url(/theme/woongjin/img/main_img01.jpg);
    padding: 20px 0 10px;
    background-color: rgba(0, 0, 0, 0.3);
}
section.partner p{font-size:14px;background: rgba(0, 0, 0, 0.7);padding: 15px 30px;color: #fff;border-radius: 36px;}
section.partner ul{}
section.partner ul li{font-size:14px;padding:2px 10px;letter-spacing:-.5px;color: #050201;}
section.partner h5{background:#2d6da4;color:#fff;padding:8px;text-align:center;border-radius:15px}
section.partner .part_box {
    padding-top: 50px;
    padding-bottom: 30px;
}

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

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


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

.tab-content {
    padding: 20px;
    border: 1px #2d6da4 dotted;
    border-top: 0;
    min-height: 150px;
}

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


/*  sub layout */

#sub_content {
    padding-bottom: 50px;
}

.breadcrumb_wrap {
    position: absolute;
    top: 92px;
    border-bottom: 1px #8dc0ad solid;
    width: 100%;
    background-color: transparent;
    background-color: #54a084;
}

.breadcrumb_wrap .sub_tab {
    list-style: none;
}

.breadcrumb_wrap .sub_tab > li:first-child {
    border-left: 1px #8dc0ad solid;
    background: none;
    padding-right: 0;
}

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

.breadcrumb_wrap .sub_tab > li:hover {}
.breadcrumb_wrap .sub_tab > li > a {
    font-size: 15px;
    line-height: 46px;
    padding-left: 35px;
    padding-right: 35px;
    /* height: 125px; */
    display: block;
    margin: 0;
}

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

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

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

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

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

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

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

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

.breadcrumb_wrap .sub_tab li ul li a:hover {
    background: #54a084 !important;
}

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

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

.breadcrumb_wrap .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
    padding-top: 12px;
}
.breadcrumb_wrap .breadcrumb li,
.breadcrumb_wrap .breadcrumb li a {
    font-size: 12px;
    color: #ffffff;
}
#sub_content .page-header {
    margin-bottom: 10px;
    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 address p{
    margin-bottom:0;
    padding-bottom:0;
    font-size:13px;
    line-height: 16px;
}
.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #bbbbbb;
}

.history_table{width:100%;border-top:2px solid #e5e5e5;border-bottom:2px solid #e5e5e5; margin-bottom:20px;}
.history_table .th_ask,
.history_table .th_chk{width:60px !important;}
.history_td{padding:0px !important; margin:0px; border-bottom:0px !important;}
.history_list{width:100%; margin:0px; padding:0px; list-style:none;}
.history_list li{width:100%;  margin:0px; padding:0px; position:relative;overflow:hidden; min-height:50px;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}
.history_list li:hover{background:#fbfbfb;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}
.history_list li dl{width:100%; overflow:hidden; text-align:left; margin:0px; padding:0px;}
.history_list li dl dt{width:50%; position:relative; margin:0px; padding:25px 20px 20px;float:left; text-align:right; color:#999;font-size:30px;font-weight:bold;font-family:'Century Gothic','Malgun Gothic';-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}
.history_list li dl dd{margin:0px; padding:30px 20px 20px;width:50%;float:left; text-align:left;line-height:1.8em; font-size:13px;}

.history_list li:nth-child(even) dl dt{float:right;text-align:left;}
.history_list li:nth-child(even) dl dd{float:right; text-align:right;}

.history_list li .history_chk{position:absolute; left:0px; top:0px;}
.history_list li .hstr_line{position:absolute; left:50%; top:0px; bottom:0px;width:1px;background:#ddd;}
.history_list li .hstr_dot{position:absolute; left:50%; top:36px; margin-left:-9px;width:18px;height:18px;border:5px solid #ddd; border-radius:50%; background:#fff;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}

.history_list li:hover dl dt{color:#000;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}
.history_list li:hover .hstr_dot{border:5px solid #000;color:#000;-webkit-transition-duration: 0.2s;-webkit-transition-timing-function: ease;transition-duration: 0.2s;transition-timing-function: ease;}

.history_list li.bo_notice{border-bottom:2px dashed #ddd; padding:30px 10px;}
.history_list li.bo_notice .history_h2{font-size:28px;text-align:center; padding:0 15px 20px;}
.history_list li.bo_notice .history_cont{text-align:center;font-size:13px; width:100%;}
.history_list li:hover.bo_notice{background:none;}
.history_list li a.btn_b02{float:right; margin-top:10px;clear:both;}

@media all and (max-width: 650px)
{
    .history_list li {}
    .history_list li dl dt{float:none !important; text-align:center !important;width:100%;padding-bottom:0px;padding-top:30px;}
    .history_list li dl dd{float:none !important; text-align:center !important; width:auto;margin:15px; position:relative;z-index:1;padding-top:10px;}
    .history_list li .hstr_line{bottom:auto;background:#fff;height:18px; border-bottom:2px dashed #ddd;width:100%; left:0px; top:0px;}
    .history_list li .hstr_dot{top:8px;}

    .history_list li.bo_notice{border-bottom:0px;}
}
@media (max-width: 1200px) {
    #gnb > .lnb li a,
    #gnb > .lnb.sub li a {
        font-size: 16px;
        padding: 0 20px;
        padding-bottom: 20px;
    }
    
    #gnb > .lnb > li > .subnav > li > a,
    #gnb > .lnb.sub > li > .subnav > li > a {
        padding-left: 24px;
    }
}
@media (max-width: 992px) {
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 13px;
        line-height: 46px;
        padding-left: 15px;
        padding-right: 15px;
        height: 45px;
    }
    .animate {
        opacity: 0;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        float: left;
        padding: 26px 15px;
        background: url('/theme/woongjin/img/logo.jpg') no-repeat center center;
        width: 213px;
        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_con{height:250px;}
    .sub_con .bg .cont, .sub_con .bg1 .cont, .sub_con .bg2 .cont, .sub_con .bg3 .cont, .sub_con .bg4 .cont, .sub_con .bg5 .cont{top:35%}
    .breadcrumb_wrap{
        position: relative;
        height:45px;
        line-height:45px;
        top: 0;
    }
    .breadcrumb_wrap .container {
        padding: 0;
        margin: 0;
    }
    .breadcrumb_wrap .sub_tab > li:first-child a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .breadcrumb_wrap .sub_tab > li > a {
        padding-left: 30px;
        padding-right: 30px;
    }
    #sub_content .page-header {
    margin: 15px 0 0;
}    
    
    
}
@media (max-width: 480px) {
    .navbar-brand {
        padding-left: 30px;
        width: 265px;
        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;
    }
    .footer address{font-size:12px}
    .footer address p{font-size:12px}
}

.sidebar-offcanvas {
    display: none;
}
@media (max-width: 992px) {
    #navbar {
        display: none;
    }
    .container_mobile {
        display: inline-block;
        float: left;
        padding-top: 20px;
        
    }
    .right-eng {
        display: none;
    }
  
}
@media (max-width: 767px) {
    .sidebar-offcanvas { 
        display: block;
    }
}
#mb_login legend {
    width: auto;
}
