
@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;
}
@font-face { /* 애플산돌고딕 폰트 적용 */
    font-family: "Freesentation-4Regular";
    src: url("../fonts/Freesentation-4Regular.ttf") format("truetype");
    font-weight: normal;
  } 
#wrap  * {
    font-family: "Freesentation-4Regular";
    
}
header {
    padding: 1.5rem;    height: 70px;
    border-bottom: 1px solid #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #3a457a;
}
.header_wrap {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}

nav {
   
}

.header_wrap img {
    height: 40px;
}



.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: 19px;
    padding: 5px 15px;
    border-radius: 5px;
}


#wrap header ul li.selected a {
    font-weight: 600;
    color: #010b51;
}

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 {
    height: 50px;
}
.header_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.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: 70%;
    justify-content: flex-end;
    align-items: center;
    position: relative; /* 필요시 조정 */
}

.header_wrap ul li a {
    text-decoration: none;
    color: #494949;
    font-size: 14px;
    padding: 5px 6px;
    border-radius: 5px;
}
}