﻿div.nhn-banner {
    width: 100%;
    padding: 10px 13px;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    margin-bottom: 10px;
}

    div.nhn-banner .nhn-banner-text {
        font-size: 1.25rem;
        font-weight: 600;
        font-family: Marcellus, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        text-transform: uppercase;
    }


.page-header { 
	font-family: Marcellus, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
	font-size: 1.25rem;
	font-weight: normal;
	padding-top: 0px;
}

/* user options */
.usr-optn-sxn {
    position: absolute;
    top: 8px;
    right: 13px;
}

    .usr-optn-sxn ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: 0;
    }

.nhn-btn-link a.dxbButtonSys > span {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
}

.nhn-btn-link a.dxbButtonSys:hover > span {
    color: maroon;
}

