#header{
    position: fixed;
    width: 100%;
    max-width: 500px;
    background: #F8F8F7;
    z-index: 99999;
	height: 55px;
}

.main-logo{
    font-size:1.6em;
    font-weight:700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 55px;
}

.btn.back_btn{
    width: 65px;
    height: 55px;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    text-align: center;
}

.btn.nav_btn{
    width: 65px;
    height: 55px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    text-align: center;
    padding:0;
    margin-right: 20px;
}

.text{
    font-size:18px;
    opacity: 1;
}
.text.on{
    opacity: 0;
}


.nav_btn .nav_icon{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../images/common/nav_btn.svg) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
    vertical-align: -7px;
    margin-left:5px;
}

.nav_btn .nav_icon.on{
    background: url(../../images/common/nav_close_btn.svg) 0 0 no-repeat;
    background-size: cover;
}

.back_btn .back_icon{
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../images/common/icon_back.svg) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
}



.nav_wrap{
    max-width: 500px;
    width:100%;
    position:absolute;
    top:54px;
    left:0;
    height:100vh;
    z-index: 100000;
    display: none;
    
}

.nav_wrap.show{
    display: block;
    background-color: #fff;
    height: 100vh;
    
}

.nav_wrap .login_nav .login_before{
    color:#fff;
    display: block;
    font-size:1.6em;
    background-color:#4192EB;
    padding-left:1.875em;
    line-height:3.625em;
}
.nav_wrap .login_nav .login_before.off{
    display: none;
}

.nav_wrap .login_after.off{
    display: none;
}

.nav_wrap .login_after .login_box{
    display: block;
    background-color:#4192EB;
    position:relative;
}
.nav_wrap .login_after .login_box span{
    color:#fff;
    font-size:1.6em;
    display: block;
    line-height:3.625em;
    padding-left:1.875em;
    font-weight: 700;
}
.nav_wrap .login_after .login_box span i{
    color:#fff;
    font-style: normal;
    font-weight: normal;
}
.nav_wrap .login_after .login_box a{
    color:#fff;
    font-size:0.687em;
    display: block;
    position:absolute;
    top:50%;
    right:30px;
    transform: translateY(-50%);
}

.nav_wrap .login_after .info_box .box{
    border-bottom:1px solid #F2F2F2;
    background-color: #fff;
}

.nav_wrap .login_after .info_box .box::after{
    display: block;
    content: '';
    clear: both;
}

.nav_wrap .login_after .info_box .box a{
    width:50%;
    text-align: center;
    float:left;
    display: block;
    font-size:13px;
    color:#696969;
    
    padding:20px 0;
    background: url(../../images/common/icon_screen.svg) center left 25px no-repeat;
}
.nav_wrap .login_after .info_box .box a.info{
    background: url(../../images/common/icon_info.svg) center left 25px no-repeat;
    position: relative;
}
.nav_wrap .login_after .info_box .box a.info::after{
    display: block;
    content: '';
    width:1px;
    height: 18px;
    background-color:rgba(150,150,150,0.14);
    position:absolute;
    top:50%;
    right:0;
    transform: translateY(-50%);
}

.nav_wrap .nav_list > li > a{
    display: block;
    font-size:1.6em;
    padding-left:1.875em;
    line-height:3.625em;
    box-sizing: border-box;
    border-bottom:1px solid #F2F2F2;
    background: url(../../images/common/toggle_btn.svg) center right 30px no-repeat #fff;
}
.nav_wrap .nav_list > li:last-of-type > a{
    background-color:#F2F2F2 ;
}

.nav_wrap .nav_list > li.on > a{
    background: url(../../images/common/toggle_btn_on.svg) center right 30px no-repeat #fff;
}
.nav_wrap .nav_list > li:last-of-type.on > a{
    background: url(../../images/common/toggle_btn_on.svg) center right 30px no-repeat #F2F2F2;
}

.nav_wrap .dept2{
    
    border-bottom:1px solid #DCDDDC;
    background-color: #F2F2F2;
    padding:24px;
    display: none;
}
.nav_wrap .dept2.show{
    display: block;
    /* border-bottom:1px solid #DCDDDC; */
}


.nav_wrap .dept2 > li > a{
    display: block;
    font-size:1.4em;
    box-sizing: border-box;
    color:#555555;
    margin:0 0 1.5em 0;
}

.nav_wrap .dept2 > li:last-of-type > a{
    margin:0 0 0em 0;
}


.nav_wrap .dept2 > li.active > a{
    color:#4192EB;
    font-weight: 700;
}

.center-txt{
    font-size:1.7em;
    text-align: center;
    line-height: 65px;
}

.nav_list_warp{
    height:calc(100vh - 200px);
    overflow-y: scroll;
}

.nav_list_warp::-webkit-scrollbar { display: none; }


