#header{
    position: fixed;
    width: 100%;
    max-width: 500px;
    padding: 10px 0;
    background: #18171D;
    z-index: 99999;
}

.back_btn{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 18px;
    left: 5%;
    background: url(/assets/image/common/back_btn.svg) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
}

.home_btn{
    width: 25px;
    height: 25px;
    position: absolute;
    top: 18px;
    left: 5%;
    background: url(/assets/image/common/home_btn.png) 0 0 no-repeat;
    background-size: cover;
    cursor: pointer;
}

.header_title{
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 40px;
    letter-spacing: .5px;
}

#callNav {
    position: absolute;
    width: 22px;
    height: 22px;
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease-in;
    top: 22px;
    right: 5%;
}

#callNav .menu {
    color: #fff;
    font-size: 20px;
    left: 30px;
    width: 80px;
    height: auto;
}

#callNav .menu .close {
    display: none;
}

#callNav > div {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    border-radius: 50px;
    transition: all 0.3s ease-in;
}

#callNav > div.menu {
    background: none !important;
}

#callNav .bar1 {
    top: 0px;
    right: 0;
}

#callNav .bar2 {
    top: 8px
}

#callNav .bar3 {
    top: 16px;
    left: 0;
}

#callNav:hover > div {
    background: #fff;
}

#callNav:hover > div.back {
    background: none !important;
}

#callNav:hover .bar1 {
    width: 100%;
}

#callNav:hover .bar3 {
    width: 100%;
}

#callNav.active > div {
    background: #fff;
}

#callNav.active > div.back {
    background: none !important;
}

#callNav.active .bar1 {
    top: 7px;
    transform: rotate(135deg);
}

#callNav.active .bar2 {
    display: none;
}

#callNav.active .bar3 {
    top: 7px;
    transform: rotate(-135deg);
}

.subMenu{
    position: absolute;
    top: 0;
    right: -500px;
    width: 100%;
    background: #1F1F1F;
    z-index: 999;
    overflow-y: scroll;
    transition: all 0.6s;
}

.subMenu.on{
    right: 0;
    transition: all 0.6s;
}

.subMenu_con{
    width: 75%;
    margin-left: 25%;
    background: #18171D;
    height: 100vh;
}

.menu_list_top{
    display: block;
    line-height: 52px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.menu_list_top p{
    color: #fff;
}

.menu_list_top .lv{
    display: inline-block;
    text-indent: 24px;
}

.menu_list_top .lv span{
    color: #fff;
}

.menu_list_top .depth1_menu{
    display: inline-block;
    float: right;
}

.menu_list_top .depth1_menu a{
    display: inline-block;
    margin-right: 16px;
    color: #fff;
}

.menu_list_top .depth1_menu a.on{
    color: #23D0B5;
}

.subMenu .subMenu_tit{
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    padding-top: 9.8vh;
    margin-bottom: 4.12vh;
    margin-left: 20px;
}

.subMenu .menu_list{
    
}

.subMenu .menu_list li{
    line-height: 52px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #18171D;
    text-indent: 24px;
    cursor: pointer;
    position: relative;
}

.subMenu .menu_list li.underline{
    border-bottom: 1px solid #333;
    box-sizing: border-box;
}

.subMenu .menu_list li a{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.subMenu .menu_list li span{
    font-size: 14px;
    font-weight: 700;
    color: #fff;
}

.subMenu .menu_list li a.fr{
    margin-right: 25px;
}

.subMenu .menu_list li .depth2{
    display: block;
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s;
}

.subMenu .menu_list li .depth2.on{
    max-height: 500px;
    transition: all 1s;
    border-top: 1px solid #333;
    box-sizing: border-box;
}

.subMenu .menu_list li .depth2 li{
    background: #201F25;
}

.subMenu .menu_list li .depth2 li a{
    display: inline-block;
    width: 85%;
    height: 100%;
}

.subMenu .menu_list li .num_count{
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0,-50%);
    display: block;
    border-radius: 10px;
    padding: 0px 7px;
    background: #F0142F;
    color: #fff;
    font-weight: 700;
    line-height: normal;
    text-indent: 0;
}

.depth1_menu a.on{
    color: #23D0B5;
}

.menu_modal{
    display: none;
}

.menu_modal.on{
    display: block;
}
