header {
    color: #222 !important;
    background-color: #fff;
    border-bottom: 2px solid #ebebeb;
}

header.scrolled p {
    color: #222;
    font-family: 'Noto Sans KR', sans-serif;
}

header a::after {
    background: #222 !important;
}

.header-user-name {
    color: #222;
    font-weight: bold;
    font-family: 'Noto Sans KR', sans-serif;
}


@media screen and (min-width: 769px) {
    header a {
        color: #222 !important;
        font-weight: bold !important;
        font-family: 'Noto Sans KR', sans-serif !important;
    }
}