@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 400;
    font-style: normal;
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.eot');
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.eot?#iefix') format('embedded-opentype'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.woff2') format('woff2'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.woff') format('woff'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-bRg.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 700;
    font-style: normal;
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.eot');
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.eot?#iefix') format('embedded-opentype'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.woff2') format('woff2'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.woff') format('woff'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-cBd.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 800;
    font-style: normal;
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.eot');
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.eot?#iefix') format('embedded-opentype'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.woff2') format('woff2'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.woff') format('woff'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-dEb.ttf') format("truetype");
    font-display: swap;
}

@font-face {
    font-family: 'NanumSquareNeo';
    font-weight: 900;
    font-style: normal;
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.eot');
    src: url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.eot?#iefix') format('embedded-opentype'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.woff2') format('woff2'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.woff') format('woff'),
         url('https://webfontworld.github.io/NanumSquareNeo/NanumSquareNeo-eHv.ttf') format("truetype");
    font-display: swap;
}

@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: 'GmarketSansLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: lighter;
    font-style: lighter;
}
/* body {
    padding-top: 64px;
} */
#wrap * {
    font-family: 'NanumSquareNeo';
}

header {
    padding: 15px;
    background-color: #115de6;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
}

.header_wrap {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a {
    width: 100%;
    font-size: 16px;
}

header img {
    width: 20%;
    height: 20%;
}

header ul {
    display: flex;
    gap: 1rem;
}

header ul li {
    padding: .5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
}

header ul li a {
    font-weight: 500;
    color: #fff;
}

.selected a {
    font-weight: bold;
    color: #00d7ac;
}

.header_mo {
    display: none;
}

@media (min-width: 768px) and (max-width: 1200px) {
    header {
        display: none;
    }
    .header_mo {
        display: block;
        text-align: center;
    }
    .header_mo .ham {
        width: 55%;
    }
    .header_mo img {
        width: 70%;
        height: 20%;
    }
    .header_mo a {
        width: unset;
    }
    .header_mo nav {
        position: fixed;
        top: 0;
        left: -71%;
        width: 50%;
        min-height: 100vh;
        background: #fff;
        z-index: 999;
        transition: .3s;
        display: block;
        background-color: #e9eff7;
    }
    .header_wrap {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .header_wrap h1 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    .back1 {
        position: fixed;
        width: 100% !important;
        height: 100%;
        top: 0;
        display: none;
        z-index: 998;
        left: 0;
    }
    nav.open + .back {
        display: block;
    }
    nav.open {
        left: 0;
    }
    .nav_logo {
        width: 100%;
        height: 6rem;
        display: flex;
        justify-content: right;
        align-items: center;
        padding: 1.5rem;
    }
    .close {
        display: block;
        background: url(../img/btn-x.png) no-repeat center/contain;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .nav_menu {
        justify-content: center;
        flex-direction: column;
        margin-top: 50px;
    }
    .nav_menu li {
        padding: 25px;
        background-color: #e9eff7;
        text-align: left;
    }
    .nav_menu li:last-child {
        border-bottom: none;
    }
    .nav_menu li a {
        display: block;
    }
    .nav_menu li a span {
        font-size: 16px;
        color: #2c2f2d;
        font-weight: 800;
        white-space: nowrap;
    }
    .nav_menu li .n {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    header {
        display: none;
    }
    .header_mo {
        display: block;
        text-align: center;
    }
    .header_mo .ham {
        width: 55%;
    }
    .header_mo img {
        width: 70%;
        height: 20%;
    }
    .header_mo a {
        width: unset;
    }
    .header_mo nav {
        position: fixed;
        top: 0;
        left: -71%;
        width: 50%;
        min-height: 100vh;
        background: #fff;
        z-index: 999;
        transition: .3s;
        display: block;
        background-color: #e9eff7;
    }
    .header_wrap {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .header_wrap h1 {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        margin: 0;
    }
    .back1 {
        position: fixed;
        width: 100% !important;
        height: 100%;
        top: 0;
        display: none;
        z-index: 998;
        left: 0;
    }
    nav.open + .back {
        display: block;
    }
    nav.open {
        left: 0;
    }
    .nav_logo {
        width: 100%;
        height: 6rem;
        display: flex;
        justify-content: right;
        align-items: center;
        padding: 1.5rem;
    }
    .close {
        display: block;
        background: url(../img/btn-x.png) no-repeat center/contain;
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    .nav_menu {
        justify-content: center;
        flex-direction: column;
        margin-top: 50px;
    }
    .nav_menu li {
        padding: 25px;
        background-color: #e9eff7;
        text-align: left;
    }
    .nav_menu li:last-child {
        border-bottom: none;
    }
    .nav_menu li a {
        display: block;
    }
    .nav_menu li a span {
        font-size: 16px;
        color: #2c2f2d;
        font-weight: 800;
        white-space: nowrap;
    }
    .nav_menu li .n {
        padding: 0;
    }
}
