/*SideBar*/
.sideBar_template_a.dhx_sideBar {background-color: #374C70; width:76px}

/*SideBar 활성화*/
.sideBar_template_a .dhx_sideBar-button.dhx_sideBar-button--active .dhx_sideBar-button__icon,
.sideBar_template_a .dhx_sideBar-button:active .dhx_sideBar-button__icon {color: #00B4E6;}
.dhx_sidebar-button--active{box-shadow: none;background: rgba(49, 46, 129, 1);}
.sideBar_template_a .dhx_sideBar-button.dhx_sideBar-button--active,
.sideBar_template_a .dhx_sideBar-button:active {background-color:rgba(0,0,0,.15);transition:background-color .2s ease-out}

/*SideBar Menu 비활성화*/
.sideBar_template_a .dhx_sideBar-button__icon {color: #898f97;}
.sideBar_template_a .dhx_sideBar-button__text {color: #898f97;}

/*SideBar Sub Menu 헤더*/
.naf-tree .dhx_tree-folder{height:36px; background-color: #e9ecef}

/*SideBar Sub Menu 마우스 오버 시*/
.dhx_tree-list-item:hover:before{background-color: #e9f2f7;}

/*Tab*/
.naf-tabbar_step1 .dhx_tabbar-tab-button--active {border-radius: 3px; height:28px; background: #02b0e0; color: white;}
.naf-tabbar_step1 .dhx_tabbar-tab-button:hover {background: #00B4E6; color: white;}
.naf-tabbar_step1 .dhx_tabbar-tab-button--hover{background: #00B4E6; color: white;}

/*팝업 Header*/
.dhx_window-header .dhx_toolbar{height:44px !important; background-color: #00B4E6;}

/*GNB Menu*/
.gnbMenu .dhx_button::after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 0;
    height: 0;
    background-color: #00B4E6;
    transition: all 350ms;
}