@font-face {
    font-family: 'Freesentation-9Black';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2404@1.0/Freesentation-9Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

#wrap * {
    /* font-family: 'Freesentation-9Black'; */
}
.header_mo {
    display: flex;
    justify-content: flex-start;
    height: 6rem;
    position: relative; 
    align-items: center;
    box-shadow: rgba(33, 35, 38, 0.4) 0px 10px 10px -10px;
}
.header_wrap {
    display: flex;
    align-items: center;
    padding: 1.5rem;
}
.header_mo .i2 {
    width: 100% !important;
   
}
.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: 24px; height: 2rem;

}
.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.6rem;
    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;
    padding-right: 3.5rem; 
    border-bottom: 2px solid #bcbcbc;
}
.has-submenu:first-child .span_mo {
    border-top: 2px solid #bcbcbc;
}

.has-submenu .span_mo::after {
    content: '';
    background-image: url('../img/arrow-3.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 1.2rem;
    height: 1.2rem;
    right: 1.5rem;
    top: 50%; 
    transform: translateY(-50%);
}

.has-submenu.on .span_mo::after {
    background-image: url('../img/arrow-2.png');
    top: 50%; 
}
.has-submenu.on .span_mo {
    color: #1dac67;
}

.has-submenu.on .submenu{
    display: block;
    border-bottom: 2px solid #bcbcbc;
    padding: 1.5rem 0;
}

.has-submenu .submenu{
    display: none;
}

.submenu li.selected a{
    color: #1dac67;
    font-weight: 500;
}



footer {
    border: 1px solid #e4e4e4;
    background-color: #f4f4f4;
    padding: 20px;
}
footer p{
    line-height: 1.3;
    font-size: 1.2rem;
    font-family: 'NanumSquareNeo';
    color: #b0b0b0;
}
footer span{
    line-height: 1.3;
    font-size: 1.2rem;
    color: #333;
    font-weight: 800;
    font-family: 'NanumSquareNeo';
}