@font-face {
    font-family: 'NanumSquareNeoLight';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-aLt.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeo';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-bRg.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-cBd.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoExtraBold';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-dEb.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoHeavy';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeoTTF-eHv.ttf) format("truetype");
}

@font-face {
    font-family: 'NanumSquareNeoVariable';
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot);
    src: url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.eot?#iefix) format("embedded-opentype"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.woff) format("woff"), url(https://hangeul.pstatic.net/hangeul_static/webfont/NanumSquareNeo/NanumSquareNeo-Variable.ttf) format("truetype");
}

#wrap * {
    font-family: 'NanumSquareNeo';
}

header {
    padding: 15px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    border-bottom: 2px solid #cacaca;
}

.header_wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a {
    width: 60%;
    font-size: 17px;
}

header img {
    width: 18%;
    height: 18%;
}

header ul {
    display: flex;
    gap: 1rem;
    width: 60%;
    justify-content: space-between;
}

header ul li {
    padding: .5rem 1rem;
    border-radius: 20px;
    cursor: pointer;
}

header ul li a {
    text-decoration: none;
    font-family: 'NanumSquareNeoBold' !important;
}
header ul li:last-child {
}
.selected a {
    color: #0059b5;
    font-weight: 600;
    font-family: 'NanumSquareNeoExtraBold' !important;
}

.header_mo {
    display: none !important;;
}

body {
    margin-top: 100px;
}
@media (min-width: 768px) and (max-width: 1200px) {
    .header_wrap {
        width: 100%;
        max-width: unset;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
        gap: 20px;
    }
    header a {
        width: 100%;
        font-size: 14px;
        text-align: center;
        display: block;
    }
    header img {
        width: 15%;
        height: 20%;
    }
    header ul {
        display: flex;
        gap: 1rem;
        width: 100%;
        justify-content: space-between;
    }
    .header_mo {
        display: flex !important;;
    }
    header {
        display: none !important;
    }
    .header_mo h1 {
        position: relative;
        width: 100%;
        padding: 15px;
    }
    
    .center_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .center_logo img {
    }
    
    .more-link {
        position: absolute;
        right: 0%;
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none;
        width: 60%;
        text-align: right;
        border-radius: 30px;
        width: unset;
        padding: 5px 10px;
        font-family: 'NanumSquareNeoBold' !important;
    }
    header ul li:last-child {
        box-shadow: unset;
    }
    header ul li {
        padding: 0;
    }
    .selected a {
        color: #0059b5;
        font-weight: 600;
        font-family: 'NanumSquareNeoExtraBold' !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: 20px;
    }
    header a {
        width: 100%;
        font-size: 14px;
        text-align: center;
        display: block;
    }
    header img {
        width: 27%;
        height: 20%;
    }
    header ul {
        display: flex;
        gap: 1rem;
        width: 100%;
        justify-content: space-between;
    }
    .header_mo {
        display: flex !important;;
    }
    header {
        display: none !important;
    }
    .header_mo h1 {
        position: relative;
        width: 100%;
        padding: 15px;
    }
    
    .center_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    
    .center_logo img {
    }
    
    .more-link {
        position: absolute;
        right: 0%;
        top: 50%;
        transform: translateY(-50%);
        text-decoration: none;
        width: 60%;
        text-align: right;
        border-radius: 30px;
        width: unset;
        padding: 5px 10px;
        font-family: 'NanumSquareNeoBold' !important;
    }
    header ul li:last-child {
        box-shadow: unset;
    }
    header ul li {
        padding: 0;
    }
    .selected a {
        color: #0059b5;
        font-weight: 600;
        font-family: 'NanumSquareNeoExtraBold' !important;
    }
}