.navbar-brand-box {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    height: 70px;
    padding: 0 1.5rem;
}

/* 테마 .logo { line-height: 70px } 제거 — 로고 이미지 상하 중앙 */
.navbar-brand-box .logo {
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.navbar-brand-box .logo img {
    display: block;
    vertical-align: middle;
}
.vertical-collpsed .navbar-brand-box {
    display: none;
    width: 0px !important
}
.vertical-collpsed .vertical-menu {
    width: 0px !important
}
.vertical-collpsed #sidebar-menu {
    width: 0px !important
}
.vertical-collpsed .main-content {
    margin-left:0px !important
}
.vertical-collpsed .footer {
    left: 0px !important
}

/*img------------------------------------------------------------------*/
.filebox label {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    vertical-align: middle;
    background-color: #C0C1C1;
    cursor: pointer;
    height: 50px;
    margin-left: 10px;
    border-radius:2px;
}
.filebox input[type="file"] {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
}
#side-menu .waves-effect{
    display: block !important;
}
#sidebar-menu ul li a {
    padding: 0.5em 1.5em 0 1.5em !important;
}
#sidebar-menu ul li ul.sub-menu {
    padding: 0 0 0 2em;
}

/* 헤더 언어 국기 — 테마 img 규칙보다 작게 고정 */
#page-topbar .cwi-flag-header {
    height: 12px !important;
    width: auto !important;
    max-height: 12px !important;
    max-width: 22px;
    object-fit: cover;
    vertical-align: middle;
}
#page-topbar .cwi-flag-menu {
    height: 10px !important;
    width: auto !important;
    max-height: 10px !important;
    max-width: 18px;
    object-fit: cover;
    vertical-align: middle;
}