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

.affix .navbar-brand {
    float: left;
    padding: 26px 15px;
    background: url('../../img/main/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, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: none;
}

.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-nav>li>a {
    /*    font-family: 'Open Sans', sans-serif;*/
    color: #000;
    font-size: 15px;
    font-weight: 400;
    padding-left: 30px;
}

.navbar-default .navbar-nav li ul li {
    border-bottom: 1px #eee solid;
}

.navbar-default .navbar-nav li ul li:last-child {
    border-bottom: 0;
}

.navbar-default .navbar-nav li ul li a {
    font-size: 12px;
    line-height: 27px;
}

.navbar-default .navbar-nav li ul li a:hover {
    background: #f7f7f7 !important;
}

.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;
        }
    }
}

/* 서브비쥬얼 */

.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: 40px;
}

.index-content section {}

.index-content section h2 {
    font-size: 18px;
    font-weight: 900;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.index-content section.content_01 {
    border: 1px #eee solid;
    padding: 25px 30px;
    min-height: 197px;
}

.index-content section p.more {
    float: right;
}

.index-content section p.more span {
    color: #000;
    font-size: 14px;
}

.index-content a.more {
    border: 1px #eee solid;
    padding: 4px 8px;
    font-size: 10px;
    font-family: 'Ubuntu', sans-serif;
    color: #505050;
}

.index-content section.content_02 {
    border: 1px #eee solid;
    padding: 25px 30px;
}

.index-content section.content_02 p.text {
    font-size: 13px;
    line-height: 19px;
    color: #777;
    margin-bottom: 0;
}

.index-content section.content_02 dl {
    margin-bottom: 0;
    display: none;
}

.index-content section.content_02 dt {
    font-size: 13px;
    margin-bottom: 8px;
    display: none;
}

.index-content section.content_02 dd {
    font-size: 13px;
    line-height: 20px;
    color: #777;
}

.index-content section.content_02 p.r_img {
    float: right;
    padding-left: 20px;
}

.index-content section.content_02 .btn-default {
    background: #fff;
    border-radius: 0.1em;
    box-shadow: none;
    border: 1px #7e7e7e solid;
    margin-top: 19px;
    transition: 0.5s;
    text-shadow: none;
}

.index-content section.content_02 .btn-default:hover {
    background-color: #404040;
    color: #fff;
    border: #000 1px solid;
}

.index-content section.content_02 a {
    font-size: 11px;
}

.index-content section.content_02 a span {
    font-size: 11px;
    color: #6c6c6c;
}

.index-content section.content_03 {
    border: 1px #eee solid;
    padding: 25px 30px;
    background-color: #f7f7f7;
    transition: 1s;
}

.index-content section.content_03:hover {
    background-color: #fff;
}

.index-content section.content_03 p {
    background-color: #efa500;
    width: 60px;
    height: 60px;
    border-radius: 4em;
    margin: 0 auto;
    transition: 0.5s;
}

.index-content section.content_03 p:hover {
    background-color: #f3f3f3;
}

.index-content section.content_03 p i {
    text-align: center;
    margin: 0 auto;
    font-size: 40px;
    padding-left: 21px;
    padding-top: 9px;
    color: #fff;
    transition: 1s;
}

.index-content section.content_03 p:hover i {
    color: #000;
}

.index-content section.content_03 dl {
    padding-top: 3px;
    padding-bottom: 6px;
    margin-bottom: 0;
}

.index-content section.content_03 dl dt {
    padding-bottom: 4px;
    font-weight: 900;
    font-size: 19px;
}

.index-content section.content_03 dl dd {
    font-size: 13px;
}

.index-content section.content_03 .btn-default {
    background: #fff;
    border-radius: 0.1em;
    box-shadow: none;
    border: 1px #ddd solid;
    transition: 0.5s;
    text-shadow: none;
    width: 100%;
    font-size: 12px;
}

.index-content section.content_03 .btn-default:hover {
    background-color: #efa500;
    border: 1px #efa500 solid;
    color: #fff;
}

.index-content section.content_03 .btn-default:hover span {
    color: #fff;
}

.index-content section.content_03 .btn-default span {
    font-size: 11px;
    padding-left: 30px;
}


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

#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;
}

#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;
}

.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: #ECEDEC;
}

.footer .footer-menu ul {
    padding-top: 12px;
}

.footer .footer-menu ul li a {
    font-size: 12px;
    font-weight: 400;
    color: #6b6b6b;
}

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

.footer p.logo {
    float: right;
    margin-top: 15px;
}

.footer address {
    margin-top: 15px;
    font-size: 13px;
    line-height: 23px;
}

.footer copyright {
    padding-top: 0;
}

@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: 13px;
        line-height: 50px;
        padding-left: 25px;
        padding-right: 25px;
        height: 50px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        float: left;
        padding: 26px 15px;
        background: url('../../img/main/logo.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: 20px;
    }
    #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;
    }
}

@media (min-width: 993px) {
    .animate {
        opacity: 0;
    }
}