#top {
    
}
#top .logo img {height: 0.4rem;}
#top #nav {margin: 0;position: initial;height: auto;width:auto;}
#top .logo{padding:0;margin-left:0;}
#top_main {
    position: relative;
    z-index: 9999;
}
#top{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    padding: 0.6rem 0.3rem;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#top .nav{
    background: url(../../images/2022/logo_menu.png) no-repeat center center;
    background-size: 100%;
    background-position: center;
}

#top .nav.navwhite {
    background: url(../../images/2022/logo_menu_white.png) no-repeat center center;
    background-size: 100%;
    background-position: center;
}

#top .close{position: initial;}
.header.on #nav{
    position: fixed !important;display: flex;    
    margin-top: 2% !important;
    margin-right: 2% !important;
}
.header.on #nav .close{
    width: 0.39rem;
    height: 0.36rem;
    margin-bottom: 0;
}
.header.on .logo{display:none !important;}
.subNavShow2{top: 0;padding-top: 0.9rem;overflow-y: auto;}




