body {
    font-family: 'Noto Sans KR', sans-serif !important;
} 

.page-header {  
    /* background: #1a56a0; */
    background: #084298;
    padding: 16px 24px;
    width: 100%;
    display: flex;
    align-items: center;
    font-family: 'SUIT', sans-serif !important;
    justify-content: space-between;
}

.page-header .system-title-left {
    margin: 0;
    letter-spacing: -0.06rem;
    color: white;
    font-weight: bold;
    font-size: 19px;
}

.page-header .system-title-center {
    margin: 0;
    letter-spacing: -0.04rem;
    font-weight: bold;
    font-size: 16px;
}

.system-title a {
    text-decoration: underline;
}

.material-icons {
    cursor: default;
    text-align: end;;
    font-size: 23px;
    color: #084298;
}

.system-title-right {
    display: flex;
    gap: 8px;
    cursor: default;
    padding: 3px 13px 3px 18px;
    border-radius: 50px;
    align-items: center;
    background: #f2f6fc;
    color: #084298;
}

.apt-name-header {
    margin-bottom: 0;
    cursor: default;
}

.page-subHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-size: 19px;
    font-weight: bold;
    color: #2563b0;
    margin-bottom: 80px;
    letter-spacing: -0.05rem;
    padding: 10px 24px;
    background: white;
    font-family: 'SUIT', sans-serif !important;
    border-bottom: 1px solid #62a4e7;
}

hr {
    margin-top: 3px;
    margin-bottom: 5px;
    width: 100%;
    opacity: 0.38 !important;
}