

@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: "Pretendard-SemiBold";
    src: url("../fonts/Pretendard-SemiBold.otf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "Pretendard-ExtraBold";
    src: url("../fonts/Pretendard-ExtraBold.otf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "Pretendard-Bold";
    src: url("../fonts/Pretendard-Bold.otf") format("truetype");
    font-weight: normal;
  } 
@font-face {
    font-family: "Pretendard-Regular";
    src: url("../fonts/Pretendard-Regular.otf") format("truetype");
    font-weight: normal;
  } 
#wrap  * {
    font-family: "Pretendard-Regular";
}

header {
    padding: 15px;
}
.header_wrap {
   width: 100%;
   max-width: 1200px;
   margin: 0 auto;
   display: flex;
   justify-content: space-between;
}

nav {
   
}

.header_wrap img {
    height: 50px;
}



.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: "Pretendard-SemiBold" !important;
}


#wrap header ul li.selected a {
    color: #00906d;
    font-weight: 600;
}



@media screen and (max-width: 767px) {
header {
    padding: 10px 10px 10px 15px;
}
.header_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.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: 90%;
    justify-content: flex-end;
    align-items: center;
    position: relative;
}

.header_wrap ul li a {
    text-decoration: none;
    font-size: 13px;
    padding: 5px 6px;
    border-radius: 5px;
}
}