#dnx_sidebar {
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,.1);
    width: 100%;
    margin-top: -60px;
    border: 0;
    border-top: 0;
}

#dnx_sidebar .sidebar_heading {
    height: 120px;
    background-color: #005ead;
    background-repeat: no-repeat;
    background-size: 118%;
    background-position-y: bottom;
    text-align: right;
    width: 100%;
}

#dnx_sidebar .sidebar_heading h4 {
    background: none;
    color: #fff;
    text-align: left;
    margin-left: 18px;
    padding-top: 24px;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Noto Sans KR',sans-serif;
}

#dnx_sidebar .sidebar_heading h4:after {
    content: "";
    display: block;
    width: 38px;
    background-color: #fff;
    height: 3px;
    right: 14px;
    margin-top: 8px;
	
}
#dnx_sidebar ul {width:100%;margin:0;padding:0;}
#dnx_sidebar li.page_item a { 
font-weight: 400;
    color: #4a4a4a;
    padding-left: 20px;
    display: block;
    font-family: inherit;
    font-size: 16px;
	}
#dnx_sidebar li.page_item {
    padding: 20px 0;
    border-bottom: 1px solid #ececec;
    width: 100%;
    margin-top: 0px;
    list-style: none;
    position: relative;
    background: rgba(255, 255, 255, 0.65);
	    margin-left: 0;
}
#dnx_sidebar li.sub {
    padding: 5px 20px 5px 20px;
    font-size: 12px;
    border-bottom: 0;
    border-top: 1px solid #e0e0e0;
    background: #ededed;
}
#dnx_sidebar li.page_item:hover {
    background-color:#005ead;
    border-color:#005ead;
    color:#fff!important;
}
#dnx_sidebar li.current_page:after,#dnx_sidebar li.current_sub:after {   
    content: "";
    border-right: 4px solid #005ead;
    bottom: 0px;
    position: absolute;
    height: 100%;
    left: 0px;
}
#dnx_sidebar li.current_sub:after {padding-left:16px;}
#dnx_sidebar li.page_item:hover > a {
    color:#fff!important;
}


@media only screen and (max-width: 850px) {
#dnx_sidebar {margin: 20px 0!important;width: 100%;height:auto!important}
#dnx_sidebar .sidebar_heading {height:100px;width:100%}
}