@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

#wrap  * {
    font-family: 'SUITE', sans-serif;
    
}
header {
    padding: 1.5rem;
    
}
.header_wrap {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}

nav {
   
}

.header_wrap img {
    height: 25px;
}



.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: #494949;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    font-weight: 600;
}


#wrap header ul li.selected a {
    color: #67a516;
}

footer {
    border-top: 1px solid #dfe0e3;
    padding: 15px 20px;
    background-color: #eef2f7;
}
footer p{
    line-height: 1.3;
    font-size: 1.4rem;
    font-family: 'GmarketSans';
    font-weight: 300;
    color: #7e7e7e;
}
footer  span{
    line-height: 1.5;
    font-size: 1.4rem;
    color: #686868;
    font-weight: 300;
    font-family: 'GmarketSans';
}

@media screen and (max-width: 767px) {
.header_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_wrap img {
    height: 15px;
}



.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: 70%;
    justify-content: flex-end;
    align-items: center;
    position: relative; /* 필요시 조정 */
}

.header_wrap ul li a {
    text-decoration: none;
    color: #494949;
    font-size: 13px;
    padding: 5px 6px;
    border-radius: 5px;
    font-weight: 700;
}
}