
@font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NanumSquareR";
    src: url("../fonts/NanumSquareR.ttf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "NanumSquareB";
    src: url("../fonts/NanumSquareB.ttf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "NanumSquareL";
    src: url("../fonts/NanumSquareL.ttf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "NanumSquareEB";
    src: url("../fonts/NanumSquareEB.ttf") format("truetype");
    font-weight: normal;
  } 
#wrap  * {
    font-family: "NanumSquareR";
}
main{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
header {
    padding: 1.5rem;
    border-bottom: 2px solid #d6d6d6;
}
.header_wrap {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}

nav {
   
}

.header_wrap img {
    height: 35px;
}



.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;
    color: #828283;
    font-family: "NanumSquareB" !important;
}


#wrap header ul li.selected a {
    color: #2f71fe;
    font-weight: 600;
}



@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: 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;
    font-size: 14px;
    padding: 5px 6px;
    border-radius: 5px;
}
}