* {
    font-family: 'IBM Plex Sans KR', sans-serif;
    font-size: 13px;
    text-decoration: none;
    color: rgba(55, 65, 91, 1);
}

html, body {
    background-color: #ffffff;
}

/* 네비게이션 바 */
#navigationArea {
    border: none;
    border-bottom: 1px solid #f0f0f0;
    height: 80px;
}

#navigationArea .nav-item {
    min-width: 60px;
}

#navigationArea .nav-icon-link {
    text-align: right;
    min-width: 30px;
}
#navigationArea .navbar-brand i,
#navigationArea .nav-icon-link i {
    font-size: 18px;
}
