/* 서브 중앙메뉴 */
@media(max-width:991px){  
    #breadcrumbs .container {
        /* padding-left: 0;
        padding-right: 0; */
    }
}
.sub_three_map_wrap {
    position: relative;
    transition: 0.4s;
    border-bottom:1px #e5e5e5 solid;
}

.sub_three_map_wrap .sub_three_map {
    border-left: 0;
    border-right: 0;
    /*    border-top: 1px #e3e3e3 solid;*/
}

.sub_three_map_wrap .sub_three_map .col-md-1,
.sub_three_map_wrap .sub_three_map .col-md-2,
.sub_three_map_wrap .sub_three_map .col-md-9 {
    padding: 0;
    margin: 0;
}

.sub_three_map_wrap .sub_three_map .home {
    /* background: url('../../img/main/box-home.png'); */
    /* background-position: 50% 50%; 
    background-repeat: no-repeat; */
    color: #000;
    display: block;
    /* height: 80px; */
    /*    font-size: 16px;*/
    /*    padding-left: 40px;*/
/*    background-color: #27156d;*/
    padding-left:0;
    font-weight: 700;
    font-size: 18px;
    border-top: 0;
    padding-top: 20px;
    

}
/*
.sub_three_map_wrap .sub_three_map .home:after {
    font-weight: 900;
        font-family: FontAwesome;
        content: "\f105";
        float: right;
        padding-right: 20px;
    color: #fff;
}
*/
.sub_three_map_wrap .sub_three_map .menus {
/*
    border-left: 1px #3a297e solid;
    border-right: 1px #27156d solid;
    background-color: #27156d;
*/
    border-top: 0;
}




.sub_three_nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    z-index: 9
}

.sub_three_nav ul li {
    display: block;
}

.sub_three_nav ul li a,
.sub_three_nav ul li a:visited {
    font-weight: 600;
    font-size: 18px;
    display: block;
    padding-top: 26px;
    padding-bottom: 24px;
    padding-left: 20px;
    text-decoration: none;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    /*    font-weight: 400;*/
    text-transform: capitalize;
    /* line-height: 42px; */
}

.sub_three_nav ul li a:hover {
    /*    color: #000;*/
}

.sub_three_nav .dropdown-active {
    background-color: #f7f7f7;
    font-weight: 600;
}

.sub_three_nav .dropdown-active a,
.sub_three_nav .dropdown-active a:visited {
    color: #000;
}

.sub_three_nav ul ul {
    position: absolute;
    background-color: #fff;
    width: 100%;
    border: 1px #eee solid;
}

.sub_three_nav ul ul li {
    display: block;
}

.clickSlide span {
    float: right;
    padding-top: 27px;
    padding-right: 25px;
    font-weight: 100;
    color: #3d3d3d !important;
}

.sub_three_nav ul ul li a,
.sub_three_nav ul ul li a:visited {
    display: block;
    padding: 18px !important;
    color: #000 !important;
    border-bottom: 1px #eee solid;
    font-weight: 400;
    padding-left: 22px !important;
    font-size: 16px;
}

.sub_three_nav ul ul li a:hover {
    background-color: #f4f4f4;
    color: #000;
}

.sub_three_nav ul ul li:first-child {
    border-top: 1px #fff solid;
}

.sub_three_nav ul ul li:last-child {
    border-bottom: 0 !important;
}

.sub_three_map_wrap .sub_three_map .depth1,
.sub_three_map_wrap .sub_three_map .depth2 {
    transition: .3s;
    /*color: #fff;
    background: url('../../img/sub/box-down.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
    */
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -ms-transition:.3s;
    -o-transition:.3s;
}

.sub_three_map_wrap .sub_three_map .depth1:before,
.sub_three_map_wrap .sub_three_map .depth2:before{
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    color: #000;
    margin-top: 28px;
    /*border: 1px #fff solid;
    */text-align: center;
    width: auto;
    transition:     .5s    ;
    -webkit-transition:;
    -moz-transition:;
    -ms-transition:;
    -o-transition:;
}
.sub_three_map_wrap .sub_three_map .dropdown-active.depth1:before,
.sub_three_map_wrap .sub_three_map .dropdown-active.depth2:before {
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f106";
    float: right;
    color: #000;
    margin-top: 28px;
    /*    border: 1px #fff solid;*/
    text-align: center;
    width: 22px;
}
.sub_three_nav_last  {
}
.sub_three_nav_last li {
    float: left;
    background: url('../../img/main/menu_line.png');
    background-position: 0% 50%;
    background-repeat: no-repeat;
}
.sub_three_nav_last li:first-child{
    background: none;
}
.sub_three_nav_last li a {
    font-weight: 500;
    font-size: 17px;
    display: block;
    padding-top: 28px;
    padding-bottom: 23px;
    text-decoration: none;
    text-transform: capitalize;
    /* line-height: 42px; */
    padding-left: 29px;
    padding-right: 29px;   
}
.sub_three_nav_last li a br {
    display:none;
}
.sub_three_nav_last li.active a   { 
    color: #000;
    border-bottom: 3px #fddc00 solid;
    font-weight:600;
}

