.department-menu {
    padding: 20px;
    border-radius: 5px;
    background-color: #002060;
    min-height: 300px;
    min-width:45rem;
    height: auto;
    text-align: left;
    /*margin: 1rem;*/
    margin-left: -55px;
    margin-top: -50px;
    visibility: hidden;
    z-index: 1500;
}

#item_group h4 {
    color: lightblue;
    font-family: Comic Sans MS, arial, helvetica, sans-serif;
}

.ipt_hov {
    color: white;
}

.ipt_hov:hover {
    background-color: #FFCC00;
}

.col-sm-4{
    margin-bottom: 30px;
}


/*按鈕定位*/
.department-menu {
    position: absolute;
}

.department_btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
}
/*按鈕定位結束*/

.department_search_btn{
    color: white !important;
    margin: 0 0.1rem 0 0.1rem !important;
}