@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: normal;
    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: "GmarketSans";
  font-weight: 300;
  src: url(../fonts/GmarketSansLight.woff2) format(woff);
}
@font-face {
    font-family: "GmarketSans";
    font-weight: 500;
    src: url(../fonts/GmarketSansMedium.woff2) format(woff);
  }
#wrap * {
    font-family: "GmarketSans";
}

header {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}
header.with-border {
    border-bottom: 2px solid #eeeeee; 
}

.header_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a {
    font-size: 16px;
}

header img {
    width: 50%;
    height: 20%;
}

header ul {
    display: flex;
    gap: 1rem;
    width: 50%;
    justify-content: space-between;
    align-items: center;
}

header ul li {
    padding: .5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
}

header ul li a {
    text-decoration: none;
}

.selected a {
    color: #ff823d;
    border-bottom: 2px solid #ff823d;
}

.header_mo {
    display: none;
}

body {
    margin-top: 70px;
}
.a_mo {
    display: none;
 }
@media (min-width: 768px) and (max-width: 1200px) {
    body {
        margin-top: 125px;
    }
    header a {
        font-size: 20px;
    }
    .header_wrap {
        width: 100%;
        max-width: unset;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 15px;
    }
    header a {
        width: 100%;
        text-align: center;
    }
    header img {
        width: 20%;
        height: 20%;
    }
    header ul {
        display: flex;
        gap: 1rem;
        width: 100%;
        justify-content: space-around
    }
    .a_mo {
        display: block;
     }
    .a_pc{
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    .header_wrap {
        width: 100%;
        max-width: unset;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 15PX;
    }
    header a {
        width: 100%;
        font-size: 13px;
        text-align: center;
    }
    header img {
        width: 30%;
        height: 20%;
    }
    header ul {
        display: flex;
        gap: 0rem;
        width: 100%;
        justify-content: space-between;
    }
    header ul li {
        padding: 0;
    }
    .a_mo {
        display: block;
     }
    .a_pc{
        display: none !important;
    }
}