body { background-color: #f8fafc; color: #263752; }
.sidebar { min-height: calc(100vh - 56px); border-right: 1px solid #e2e7ef; }
.sidebar .nav-link { color: #263752; }
.sidebar .nav-link:hover { background: #eef3fa; }
.badge-top { background: #d63b52; }
.badge-recommend { background: #15956a; }
.badge-company { background: #0a32b1; }
.badge-hidden { background: #68758a; }
.job-card { transition: transform .2s ease, box-shadow .2s ease; border-radius: 24px; }
.job-card:hover { transform: translateY(-3px); box-shadow: 0 18px 44px rgba(31, 52, 88, .10); }
.salary-text { color: #0a32b1; font-weight: 700; }
.job-list-table thead th { vertical-align: middle; white-space: nowrap; background: linear-gradient(180deg, #f4f7fb, #eef3fa); color: #263752; }
.job-list-table .sort-link { color: #263752; text-decoration: none; font-weight: 600; }
.job-list-table .sort-link:hover { color: #0a32b1; text-decoration: underline; }
.job-list-table tbody tr.job-row { cursor: pointer; }
.job-list-table tbody tr.job-row:hover { background-color: #f7f9fc; }
.note-editor.note-frame { width: 100%; }
.privacy-consent-notice {
    max-height: 220px;
    overflow-y: auto;
    padding: 1rem;
    border: 1px solid #e2e7ef;
    border-radius: 16px;
    background-color: #f8fafc;
    font-size: 0.8125rem;
    line-height: 1.6;
    color: #68758a;
}
.privacy-consent-notice .privacy-consent-title {
    font-size: 0.9375rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}
.privacy-consent-notice .privacy-consent-heading {
    font-weight: 600;
    margin-bottom: 0.35rem;
    margin-top: 0.75rem;
}
.privacy-consent-notice ul {
    margin-bottom: 0.75rem;
    padding-left: 1.25rem;
}
.captcha-box {
    display: inline-block;
    padding: 0.25rem;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background-color: #fff;
}
.captcha-image {
    display: block;
    height: 50px;
}
.join-steps .step-item {
    flex: 1;
    position: relative;
}
.join-steps .step-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #dee2e6;
    color: #495057;
    font-weight: 600;
}
.join-steps .step-item.active .step-badge {
    background: #0a32b1;
    color: #fff;
}
.notice-list-table .notice-col-title { min-width: 0; }
.notice-content img { max-width: 100%; height: auto; }
.notice-content table { max-width: 100%; }
.notice-attach-images { padding-top: 1rem; }
.notice-attach-image-wrap { text-align: center; }
.notice-attach-image {
    max-width: 100%;
    max-height: 720px;
    width: auto;
    height: auto;
    object-fit: contain;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background-color: #fff;
}
.main-notice-section .list-group-item { border-left: 0; border-right: 0; }
@media (max-width: 767.98px) {
    .notice-list-table .notice-col-no { width: 14% !important; }
    .notice-list-table .notice-col-date { width: 28% !important; }
}
.agreement-scroll {
    max-height: 280px;
}
