@font-face {
    font-family: 'paybooc-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
header {
    padding: 1.5rem;
    
}
.header_wrap {
   width: 100%;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}

nav {
   
}

.header_wrap img {
    height: 30px;
}
.header_wrap ul li {
    margin-right: 0;
    display: flex; 
    align-items: center; 
    height: 60%; 
}

.header_wrap ul li:last-child {
    border-right: none;
}

.header_wrap ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 60%;
    justify-content: flex-end;
    align-items: center;
    position: relative; /* 필요시 조정 */
}

.header_wrap ul li a {
    text-decoration: none;
    color: #6f6f75;
    font-size: 1.4rem;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 400;
    font-family: 'paybooc-Bold';
    
}


#wrap header ul li.selected a {
    color: #5fc645;
}

footer {
    border-top: 1px solid #ededee;
    text-align: center;
}
footer p{
    line-height: 1.3;
    font-size: 1.4rem;
    font-family: 'GmarketSans';
    font-weight: 300;
    color: #9f9f9f;
    padding:  15px 20px;
    font-family: 'paybooc-Bold';
}
footer  span{
    line-height: 1.5;
    font-size: 1.4rem;
    color: #898989;
    font-weight: 300;
    font-family: 'GmarketSans';
    padding: 15px 20px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ededee;
    font-family: 'paybooc-Bold';
}