@font-face { 
    font-family: "Freesentation-4Regular";
    src: url("../fonts/Freesentation-4Regular.ttf") format("truetype");
    font-weight: normal;
  } 
#wrap * {
    font-family: 'Freesentation-4Regular';
}

.header_mo {
    display: flex;
    justify-content: flex-start;
    height: 6rem;
    position: relative; 
    align-items: center;
}
.header_wrap {
    display: flex;
    align-items: center;
    padding: 1.5rem;
}
.header_mo .i2 {
    width: 25px !important;
    height: 25px;
   
}
.header_mo h1 {
    width: 100%;
    margin: unset;
    padding: 15px 0;
  
    
}
.header_mo h1 a{
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    text-align: center;
}
.header_mo h1 img{
    width: 60%;

}
.header_mo .right1 {
    text-align: right;
    display: flex;
    align-items: center;
}
/* #wrap .left {
    display: none;
}   */
#wrap {
    width: 100%;
}
.header_mo .nav_mo  {
    position: fixed;
    top: 0; left: -71%;
    width: 70%; min-height: 100vh;
    background: #fff;
    z-index: 999;
    transition: .3s;
    display: block;
}
.back2 {
    background: #00000014; 
    position: fixed;
    width: 100% !important;
    height: 100%;
    top: 0;
    display: none;
    z-index: 998; 
    left: 0;
}

.nav_mo.open + .back2 {
    display: block;
    
}
.nav_mo.open {
    left: 0;
}
.nav_logo {
    width: 100%; height: 6rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1.5rem;
}
.close{
    display: block;
    background: url(../img/menu.png) no-repeat center/contain;
    width: 25px;
    height: 25px;

}
.nav_menu_mo {
  
    justify-content: center;
    align-items: center;
    flex-direction: column;

}
.nav_menu_mo .has-submenu{
    padding: 0 1.5rem; 
    background-color: #fff;
    
}
.nav_menu_mo li:last-child  {
    border-bottom: none;
    
}
.nav_menu_mo li a {
    display: block;
    /* margin-bottom:3rem; */
    text-align: left;
    font-size: 1.7rem;
    padding: 1.5rem;
}

.nav_menu_mo li span {
   font-size: 16px;
}
.nav_menu_mo li a span {
    font-size: 1.8rem;
    display: inline-block;
    color: #2c2f2d;
    width: 17rem;
    font-weight: 600;
    white-space: nowrap;
}

.nav_menu_mo li .n {
    padding: 0;
}
.has-submenu  {
}
.has-submenu .span_mo {
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 1.3;
    padding: 1.5rem 4rem;
}
.has-submenu:first-child .span_mo {
}
.has-submenu .span_mo::before {
    content: '';
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 2ch;
    height: 2rem;
    left: 1.5rem;
    top: 50%; 
    transform: translateY(-50%);
}
.has-submenu:nth-child(1) .span_mo::before {
    background-image: url('../img/menu-btn-off-1.png');
}

.has-submenu:nth-child(1).on .span_mo::before {
    background-image: url('../img/menu-btn-on-1.png');
    top: 50%; 
}
.has-submenu:nth-child(1) .span_mo::before {
    background-image: url('../img/menu-btn-off-1.png');
}

.has-submenu:nth-child(1).on .span_mo::before {
    background-image: url('../img/menu-btn-on-1.png');
    top: 50%; 
}
.has-submenu:nth-child(2) .span_mo::before {
    background-image: url('../img/menu-btn-off-2.png');
}

.has-submenu:nth-child(2).on .span_mo::before {
    background-image: url('../img/menu-btn-on-2.png');
    top: 50%; 
}
.has-submenu:nth-child(3) .span_mo::before {
    background-image: url('../img/menu-btn-off-3.png');
}

.has-submenu:nth-child(3).on .span_mo::before {
    background-image: url('../img/menu-btn-on-3.png');
    top: 50%; 
}
.has-submenu:nth-child(4) .span_mo::before {
    background-image: url('../img/menu-btn-off-4.png');
    top: 50%; 
}
.has-submenu:nth-child(5) .span_mo::before {
    background-image: url('../img/menu-btn-off-5.png');
}
.has-submenu.on .span_mo {
    color: #fff;
    background-color: #1584c9;
    font-weight: 500;
    border-radius: 3rem;
}
.has-submenu.on:nth-child(4) .span_mo, .has-submenu.on:nth-child(5) .span_mo  {
    color: inherit;
    background-color: transparent; 
    font-weight: 500; 
    border-radius: 0; 
}

.has-submenu.on .submenu{
    display: block;
    border-left: 1px solid #bcbcbc;
    margin:.5rem 3rem;
}

.has-submenu .submenu{
    display: none;
}

.submenu li.selected a{
    color: #1584c9;
    font-weight: 500;
}


footer {
    padding: 20px;
    border-top: 2px solid #f6f8fa;
}
footer p{
    line-height: 1.3;
    font-size: 1.4rem;
    color: #5a5a5a;
    font-family: 'Freesentation-4Regular';
}
footer  span{
    line-height: 1.5;
    font-size: 1.4rem;
    color: #5a5a5a;
    font-family: 'Freesentation-4Regular';
}
