
.aside_nav {
    background: #063783;
     position: relative;
}
#aside-sns {
     position: absolute;
     top: 20px;
     right: 60px;
}
#nav__center {
    /* width: 570px; */
    position: relative;
    background: rgba(255, 255, 255,1);
    /* padding-left: 30px; */
    background: #063783;
    /* padding-top: 10px;
    padding-bottom: 10px; */
}

#nav__center .flex {
    display: flex;    
  
}

#nav__center .flex ul {
    width: 100%;
    top: 40px;
    padding: 0;
    font-size: 14px;
    border-radius: 0px;
    box-shadow: none;
    transition: 1s;
    border-radius: .2em;
    padding: 0;
    margin: 0;
    /* display:block !important; */
   
    
}
#nav__center .flex ul.dropdown-menu {
    margin-top: 10px;
    padding-top: 17px;
    padding-bottom: 17px;
}
#nav__center .flex .depth ul.dropdown-menu,
#nav__center .flex .depth ul.dropdown-menu {
    background: #fff !important;
    border: 1px #d7d9dc solid;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        border-radius: .6em;  
        padding-left: 16px;
    /* background: #193073 !important;
    border: 1px #193073 solid;
        box-shadow: 0 3px 5px rgba(25, 48, 115, .4);
        border-radius: 1em; */
    
}
#nav__center .flex .depth_one ul.dropdown-menu {
    margin-left: 70px;
    width: 73%;;
    z-index: 1 !important;
 
}
#nav__center .flex ul.dropdown-menu>li>a {
    display: block;
    clear: both;
    font-weight:500;
    color: #333333;
    white-space: nowrap;
    font-size:17px;
    line-height: 30px;
    /* border-bottom: 1px #e5e5e5 solid; */
}
#nav__center .flex ul.dropdown-menu>li:last-child>a {
    border-bottom: 0;
}
#nav__center .flex ul.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    background-image: none;
    background-color: transparent;
    color: #063783;
}
#nav__center .flex .depth_one {
    position: relative;
    padding-left: 110px;
    width: 27%;
   
    
}
#nav__center .flex .depth_two {
    padding-left: 16px;
    width: 25%;
    z-index: 2 !important;
}
#nav__center .flex .depth_one, 
#nav__center .flex .depth_two {
    
    position: relative;
    cursor: pointer;
    /* border-left: 1px #185a93 solid; */
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#nav__center .flex > .depth > ul > li > a {
    font-size: 18px;
    font-weight: 500;
    display:block;
    color: #ddeaff;
   

}
#nav__center .flex > .depth_two > ul > li > a {
    color: #ddeaff
}
#nav__center .flex > .depth > ul > li > a:hover,
#nav__center .flex > .depth > ul > li > a:focus {
    text-decoration: none;
    color: #ddeaff
}

/* 홈 */
#nav__center .flex .depth_one::before {
    font-family: xeicon;
    content: "\e900";
    position: absolute;
    top: 0;
    color: #b5d2ff;
    padding-top: 22px;
    left: 0px;
    font-size: 20px;
    padding-left: 23px;
    padding-right: 23px;
    height: 100%;   
    border-left: 1px #1f4b90 solid;
    border-right: 1px #1f4b90 solid;
    /* border-right: 1px #000 solid; */
 
}
/* 화살표 */
#nav__center .flex .depth::after {
    font-family: xeicon;
    content: "";
    position: absolute;
    top: 21px;
    right: 40px;
    font-size: 14px;
    color: #dae9ff;
    transition: .2s;;
    background: #0f4ba9;
    width: 22px;
    display:flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    height: 22px;

    
}
#nav__center .flex .depth:hover::after {
    transform: rotate(-90deg);
}
    


/* #aside_nav .leftmenu_b {
    border-bottom: 0.5px solid #dddddd;
}

#aside_nav .leftmenu_s {
    background-color: #ffffff;
    border-bottom: 0.5px solid #e6e6e6;
} */
#nav__center .flex .depth.depth_two ul.dropdown-menu  {
    /* background: #f5f6f7;
    border: 1px #e4e2e2 solid;
    padding-top: 0;
    padding-bottom: 0; */
}
#nav__center .flex .depth.depth_two ul.dropdown-menu li ul li a {
    /* display: block;
    padding: 3px 20px;
    clear: both;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    white-space: nowrap; */

}
@media(max-width:1400px){
    #nav__center {
        margin-left: 0;
        width: 100%;
        margin-left: 0;
    }
    #nav__center .flex {
        padding-left: 15px;
    }
  
  }
@media(max-width:991px){ 
  


    #nav__center {
        width: 100%;
        position: relative;
        margin-left: auto; 
        padding-top: 0px;
        padding-bottom: 0px;
    }
    #nav__center .flex {
        display:flex;
        padding-left: 0;

    
    }
    #nav__center .flex .depth.depth_one {
        height: 70px;
        padding-left: 0px;
        width: 50%;
    }
   
    #nav__center .flex .depth.depth_two {
        height: 70px;
        width: 100%;
        padding-left: 0; 
        padding-right: 0; 
        margin-right: 15px;
        margin-left: 0;
        padding-left: 20px;
        width: 50%;
    }
    #nav__center .flex .depth_one::before {
        font-family: xeicon;
        content: "\e900";
        position: absolute;
        top: 0;
        color: #a8d7ff;
        padding-top: 24px;
        left: 0px;
        font-size: 20px;
        padding-left: 25px;
        padding-right: 25px;
        height: 100%;   
        border-right: 1px #185a93 solid;
     
    }
    #nav__center .flex .depth::after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        top: 27px;
        right: 40px;
        font-size: 14px;
        color: #a8d7ff;
        transition: .2s;
    
        
    }
   
        
    
    #nav__center .flex ul {
        width: 100%;
        top: 100%;
        left: 0;
        padding: 0;
        margin: 0;
        font-size: 14px;
        border-radius: 0px;
        box-shadow: none;
        transition: 1s;
        border-radius: .2em;
        margin-left: 15px;
        margin-right: 15px;
        border-top: 0;
        
    }
    #nav__center .flex > .depth > ul {
        margin: 0;
        padding:0;
       
    }
    #nav__center .flex > .depth > ul > li > a {
        font-size: 16px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 600;
        display: block;
        padding-left: 35px;
    }
    #nav__center .flex ul.dropdown-menu {
        margin-left: 0;
        margin-right: 0;
        margin-top: 0px;
        width: 100%;
        border:1px #ddd solid;
    }
    #nav__center .flex .depth.depth_one ul.dropdown-menu {
        margin-left: 70px;
    }
    #nav__center .flex ul.dropdown-menu>li>a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-size: 13px;
        font-weight: normal;
        line-height: 30px;
        color: #000;
        white-space: nowrap;
    }
  
 }
 @media(max-width:599px){  
   
    #nav__center .flex .depth.depth_one ul.dropdown-menu {
        margin-left: 0;
    }
    #nav__center .flex .depth.depth_one {
        height: 50px;
        padding-left: 0px;
        width: 50%;
        align-items:flex-start;
    }
   
    #nav__center .flex .depth.depth_two {
        height: 50px;
        width: 100%;
        padding-left: 0; 
        padding-right: 0; 
        margin-right: 0;
        margin-left: 0;
        padding-left: 0;
        width: 50%;
    }
    #nav__center .flex .depth.depth_one,
    #nav__center .flex .depth.depth_two {
        display:flex;
        align-items: flex-start !important;
    
    }
    #nav__center .flex .depth_one::before {
        font-family: xeicon;
        content: "\e900";
        position: absolute;
        top: 0;
        color: #a8d7ff;
        padding-top: 17px;
        left: 0px;
        font-size: 16px;
        padding-left: 20px;
        padding-right: 20px;
        height: 100%;   
        display:none;
     
    }
    #nav__center .flex > .depth > ul > li > a {
        font-size: 13px;
        font-family: 'Poppins', 'NotoSans', sans-serif;
        font-weight: 900;
        display: block;
        padding-left: 10px;
    }
    #nav__center .flex ul.dropdown-menu>li>a {
        display: block;
        padding: 1px 0;
        clear: both;
        font-size: 13px;
        font-weight: normal;
        line-height: 23px;
        color: #000;
        white-space: nowrap;
    }
    #nav__center .flex .depth::after {
        font-family: FontAwesome;
        content: "\f054";
        position: absolute;
        top: 12px;
        right: 10px;
        font-size: 12px;
        color: #a8d7ff;
        transition: .2s;
        background-color: transparent;
        border: 1px rgba(255, 255, 255, .3) solid;
        width: 25px;
        height: 25px;
    
        
    }

 }
