/* 상단 내비게이션 바 CSS */

html, body {
    height: 100%
}

#wrap {
    min-height: 100%;
    position: relative;
    padding-bottom: 60px;
}

.copyright {
    bottom: 0;
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
    background-color: rgb(249, 251, 255);
}

h1,h2,h3,h4,h5,h6,p,p1,p2,p3,p4,p5,p6 {
    color: #333333;
}

nav {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    z-index: 3;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
    user-select: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    background-color: white;
    width: 100%;
    min-width: 1200px;
}

nav > div > a {
    color: #333333 !important;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 0.5em;
    font-weight: normal;
    text-decoration: none;
    transition: 0.25s;
    margin-right: 2em;
}

nav > div > a:hover {
    color: #175fb8 !important;
    text-decoration: none;
}

#logo {
    margin-left: 8rem;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    width: 9em;
    height: auto;
    object-fit: contain;
}

.loginLink, .logoutLink {
    margin-right: 8rem;
}

#copyright {
    min-width: 1200px;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    padding-top: 1rem;
    padding-bottom: 4rem;
}

#copyright > p {
    margin-top: 0 !important;
    color: #333333 !important;
    text-align: center !important;
    font-size: 0.9em !important;
    font-weight: normal !important;
    line-height: 160% !important;
}

#copyright > a > img {
    margin-left: 3rem;
    margin-top: 0;
    margin-bottom: 0;
    width: 8em;
    height: auto;
}