body {
    padding-top: 20px;
    background-color: #f8f9fa;
    font-family: 'Noto Sans KR', sans-serif;
}

.dashboard-card {
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.3s;
}

.dashboard-card:hover {
    transform: translateY(-5px);
}

.btn-custom {
    border-radius: 5px;
}

.table-responsive {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.page-header {
    margin-bottom: 30px;
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 15px;
}

.nav-pills .nav-link.active {
    background-color: #6c757d;
}

.keyword-count {
    font-size: 24px;
    font-weight: bold;
}

.note-editor {
    margin-bottom: 20px;
}

.search-form {
    margin-bottom: 20px;
}

.card {
    margin-bottom: 20px;
}

.guidelines-content {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 10px;
}

.guidelines-content h4 {
    margin-bottom: 15px;
    color: #856404;
}

.guidelines-content ul {
    padding-left: 20px;
}

.guidelines-content li {
    margin-bottom: 5px;
}