#DB_navi42 li.has-submenu {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
}
#DB_navi42 > li:first-child {
    border-top: 1px solid #ddd;
}
#DB_navi42 li.has-submenu > a {
    flex-grow: 1;
    display: flex;
    align-items: center;
    padding: 12px 45px 12px 20px;
    color: #000;
    font-weight: bold;
    min-height: 50px;
    box-sizing: border-box;
    text-decoration: none;
    height: auto;
    line-height: normal;
}
#DB_navi42 .menu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    transition: background-color 0.3s ease;
}
#DB_navi42 .menu-toggle::before {
    content: '';
    display: inline-block;
    font-family: 'Material Symbols Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    content: 'keyboard_arrow_down';
    color: #555;
    transition: color 0.3s ease;
}
#DB_navi42 li.open > .menu-toggle::before {
    content: 'keyboard_arrow_up';
    color: #000;
}
#DB_navi42 > li.DB_1D > a {
    font-size: 18px;
    padding-left: 20px;
    min-height: 50px;
}
#DB_navi42 > li.DB_1D.has-submenu > .menu-toggle {
    height: 50px;
    background-color: #F6FCFF;
}
#DB_navi42 > li.DB_1D > a:hover {
    background-color: #f9f9f9;
}
#DB_navi42 > li.DB_1D.DB_select > a {
     background-color: #f0f0f0;
}
#DB_navi42 .DB_1D .DB_2D_wrap {
    background-color: #F3F3F3;
    width: 100%;
    flex-basis: 100%;
    padding: 0;
    box-sizing: border-box;
}
#DB_navi42 .DB_1D .DB_2D_wrap .DB_2D {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-top: 1px solid #ddd;
    width: 100%;
}
#DB_navi42 .DB_1D .DB_2D_wrap .DB_2D > a {
    flex-grow: 1;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #555;
    font-weight: normal;
    padding: 10px 45px 10px 30px;
    min-height: 40px;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    border-top: none;
    height: auto;
    line-height: normal;
}
#DB_navi42 .DB_1D .DB_2D_wrap .DB_2D.has-submenu > .menu-toggle {
    height: 40px;
    background-color: #FDFFC8;
}
#DB_navi42 .DB_1D .DB_2D_wrap .DB_2D > a:hover {
    color: #000;
    background-color: #e9e9e9;
}
#DB_navi42 .DB_1D .DB_2D_wrap .DB_2D.DB_select > a {
     color: #000;
     background-color: #e0e0e0;
}
#DB_navi42 .DB_2D .DB_3D_wrap {
    background-color: #EAEAEA;
    width: 100%;
    flex-basis: 100%;
    padding: 10px 0 10px 0;
    box-sizing: border-box;
}
#DB_navi42 .DB_2D .DB_3D_wrap .DB_3D {
   border-top: none;
   width: 100%;
}
#DB_navi42 .DB_2D .DB_3D_wrap .DB_3D > a {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #777;
    padding: 8px 20px 8px 60px;
    min-height: 25px;
    box-sizing: border-box;
    background-color: transparent;
    text-decoration: none;
    border-top: none;
    font-weight: normal;
    height: auto;
    line-height: normal;
}
#DB_navi42 .DB_2D .DB_3D_wrap .DB_3D > a:hover {
    color: #000;
    background-color: #dcdcdc;
}
#DB_navi42 .DB_2D .DB_3D_wrap .DB_3D.DB_select a {
    color: #000;
     background-color: #d0d0d0;
}
#DB_navi42 .DB_2D_wrap,
#DB_navi42 .DB_3D_wrap {
    position: static;
}
#DB_navi42 {
    border-bottom: 1px solid #ddd;
    height: auto;
    line-height: normal;
    cursor: default;
}
.sh-side-options {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    width: 360px;
    z-index: 9999999999;
    background-color: #fff;
    transition: transform 600ms cubic-bezier(0.86, 0, 0.07, 1);
    transform: translateX(400px);
}
.sh-side-options.open {
    transform: translateX(0px);
    box-shadow: 0 0px 39px 10px rgba(0, 0, 0, 0.2);
}
.bgs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 999;
    display: none;
}