  #sidebar-wrapper {
    position: absolute;
    width: 250px !important;
    height: 79.9vh;
    
    background: #2c2c2c;
    overflow-x: hidden;
    overflow-y: auto;
  }
  
  #page-content-wrapper {
    width: 100%;
    padding: 20px;
  }
  /* »çÀÌµå¹Ù ½ºÅ¸ÀÏ */
  
  .sidebar-nav {
  	display: block;
    width: 250px !important;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .sidebar-nav li {
    text-indent: 1.5em;
    line-height: 2.8em;
  }
  
  .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
  }
  
  .sidebar-nav li a:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
  }
  
  .sidebar-nav > .sidebar-brand {
    font-size: 1.3em;
    line-height: 3em;
  }
  
  .nav .nav-link.a.active.aa {
    color: #000;
    
    background-color: #fff;
  }
  
  .nav-link.a{
  	font-family: 'longago';
  	padding: 0;
  }
  
  .unlead{
  	background-color: #dc3545;
  	color: #fff;
  	font-size: 0.5rem;
  	
  	
  }
  
  
