.item_menu_bar {
    margin-top:20px;
    margin-bottom:20px;
    height:36px;
    border-bottom:1px solid #666666;
    padding-left: 20px;
}

.item_menu_bar_ul {
    list-style:none;
    margin:0;
    padding:0;				
}

.item_menu_bar_li {				
    font-style: normal;
   font-family: "Noto Sans KR", sans-serif !important;
    color: #000000;
    FONT-WEIGHT: 300; 
    FONT-SIZE: 10pt;
    padding: 10px 20px 10px 20px;				
    text-align: center;			
    background: #EEEEEE;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;				
    border-right: 1px solid #CCCCCC;				
    border-bottom: 1px solid #666666;				
    float: left;			
}

.item_menu_bar_li.active {	
    FONT-WEIGHT: 600; 			
    background: #FFFFFF;
    border-left: 1px solid #666666;
    border-top: 1px solid #666666;				
    border-right: 1px solid #666666;				
    border-bottom: 1px solid #FFFFFF;								
}