@font-face {
    font-family: 'paybooc-Bold';
    src: url('../fonts/paybooc\ Bold.ttf') format('opentype');
    font-weight: normal; /* light는 일반적으로 300의 폰트 가중치에 해당합니다. */
    font-style: normal;
}
@font-face {
    font-family: 'paybooc-ExtraBold';
    src: url('../fonts/paybooc\ ExtraBold.ttf') format('opentype');
    font-weight: normal; /* light는 일반적으로 300의 폰트 가중치에 해당합니다. */
    font-style: normal;
}
@font-face {
    font-family: 'paybooc-Medium';
    src: url('../fonts/paybooc\ Medium.ttf') format('opentype');
    font-weight: normal; /* light는 일반적으로 300의 폰트 가중치에 해당합니다. */
    font-style: normal;
}
@font-face {
    font-family: 'SpoqaHanSansNeo-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SpoqaHanSansNeo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SpoqaHanSansNeo-Bold';
    src: url('../fonts/SpoqaHanSansNeo-Bold.otf') format('opentype');
    font-weight: normal; /* light는 일반적으로 300의 폰트 가중치에 해당합니다. */
    font-style: normal;
}
#wrap  * {
    font-family: 'SpoqaHanSansNeo-Regular';
}

header {
    padding: 15px
}
.header_wrap {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}
.header_wrap img {
    height:35px;
}

.header_wrap ul li {
    margin-right: 0;
    display: flex; 
    align-items: center; 
    height: 60%; 
    padding: 0 5px;
}

.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;
    font-size: 18px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #a9a9a9;
    font-family: 'paybooc-Medium' !important;
}


#wrap header ul li.selected a {
    color: #71be30;
    font-family: 'paybooc-Bold' !important;
}

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: 20px;
}
.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 {
    padding: 0 0 0 0;
}
.header_wrap ul li a {
    text-decoration: none;
    font-size: 12px;
    padding: 5px 6px;
    border-radius: 5px;
}
}