
@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;
}
#wrap  *{
    font-family: 'GmarketSansMedium';
    letter-spacing: -1.5px;
}
header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 1px solid #d2d2d2;
}
header h1 {
    width: 12rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}

.navBg {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 70%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    padding-top: 6rem;
}
nav button {
    position: absolute;
    right: 1.5rem;
    top: 2rem;
    width: 2rem;
}
nav button img {
    width: 100%;
}
nav a {
    font-size: 1.6rem;
    padding: 1.5rem;
    display: flex;
    line-height: 1.2;
    align-items: center;
    margin: 0 1.5rem; 
}
nav a img {
    width: 1.5rem;
    margin-right: 1rem;
}

footer {
    border-top: 1px solid #b9b9b9;
    padding: 20px;
    text-align: center;
}
footer p{
    line-height: 1.3;
    font-size: 1.4rem;
    font-family: 'GmarketSansMedium';
    font-weight: 400;
    color: #7e7e7e;
}
footer  span{
    line-height: 1.5;
    font-size: 1.4rem;
    color: #686868;
    font-weight: 500;
    font-family: 'GmarketSansMedium';
}

