@import url('https://fonts.googleapis.com/css?family=Megrim|Noto+Sans+KR:500|Quicksand|PT+Sans&display=swap" rel="stylesheet');

html, body {
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
    min-height: 100% !important;
    background: #fefefe !important;
}
ul, ol, form, h1, h2, h3, h4, h5, h6, dl, dt, dd { margin:0; padding:0 }
body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button {
    font-family: 'Noto Sans KR', sans-serif !important;
    color: #003459;
}

/*i {*/
/*    margin-right: 0.5rem;*/
/*}*/

.v-loading-indicator {
    height: 2px !important;
    background: #0a3659 !important;
}

::selection {
    background: #afbbcc;
    color: #003459;
}

.stage {
    background: #eee;
}

.center {
    text-align: center;
}

#po1 {
    font-family: 'Quicksand', sans-serif !important;
    font-weight: bold;
    letter-spacing: 1px;
}

#po1 .badge {
    font-family: 'Quicksand', sans-serif !important;
    letter-spacing: 1px;
}

.navi {
    /*border-bottom: 1px #efefef solid;*/
}

.navi .container {
    padding: 0;
}

.navi nav {
    /*background: none !important;*/
}

.navi nav h6 {
    position: relative;
    display: inline-block !important;
    line-height: 100%;
    /*padding-bottom: 10px !important;*/
    vertical-align: top !important;
    text-transform: none;
}

.navi nav h6 .badge {
    position: relative;
    margin-left: 5px;
}

.navi .nav-item.active {
    font-weight: bold;
}

.navi span.nickname {
    color: #eeeeee;
}

div.footer {
    padding: 25px 0;
}
div.footer div.copyright {
    border-top: 1px #ccc solid;
    font-size: 12px;
    text-align: center;
    padding: 25px 0;
}

#footer {
    background: #fefefe;
    padding: 50px 25px;
}

#footer .copyright {
    font-size: 0.75em;
    text-align: center;
}