@charset "UTF-8";
/*
 * jobRcmdRequest.css
 * 직무추천 의뢰 접수 화면 전용 스타일 (B 시안 — Quiet Authority)
 * Deep Indigo + Gold Accent · Pretendard · 단일컬럼 모던 미니멀
 */

@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&display=swap');

/* =============================================
   B 시안 토큰 (Quiet Authority — Deep Indigo + Gold)
   ============================================= */
.jobRcmd-scope {
    --bg: #F7F8FB;
    --paper: #FFFFFF;
    --paper-2: #FAFBFD;
    --ink: #0E2A6E;
    --ink-2: #1B3A86;
    --ink-3: #4A557A;
    --muted: #6E7494;
    --muted-2: #9096AE;
    --line: rgba(14, 42, 110, 0.09);
    --line-strong: rgba(14, 42, 110, 0.20);
    --accent: #1B4FCC;
    --accent-2: #0E3D9E;
    --accent-soft: #E8F0FE;
    --accent-tint: rgba(27, 79, 204, 0.08);
    --panel-active-bg: #EEF3FE;
    --panel-dim-bg: #E8EDF5;
    --ok: #1F8A56;
    --ok-soft: #E5F3EB;
    --warn: #B8702A;
    --err: #A32835;
    --field-bg: #FFFFFF;
    --field-border: #DDE3EE;
    --field-focus: rgba(27, 79, 204, 0.25);
    --shadow-sm: 0 1px 2px rgba(15,27,61,.04);
    --shadow-md: 0 1px 3px rgba(15,27,61,.06), 0 8px 24px rgba(15,27,61,.04);
    --shadow-lg: 0 1px 3px rgba(15,27,61,.08), 0 16px 48px rgba(15,27,61,.06);
    --radius: 12px;
    --radius-sm: 8px;
    --radius-pill: 999px;

    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, "Apple SD Gothic Neo", sans-serif;
    font-feature-settings: "ss01", "tnum";
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
    letter-spacing: -0.01em;
    color: var(--ink);
    background: var(--bg);
}
.jobRcmd-scope * { box-sizing: border-box; }
.jobRcmd-scope .mono { font-family: "IBM Plex Mono", monospace; font-feature-settings: "tnum"; }
.jobRcmd-scope .tabular { font-variant-numeric: tabular-nums; }
.jobRcmd-scope ::placeholder { color: var(--muted-2); opacity: 1; }

/* =============================================
   LNB 숨김 + 콘텐츠 컨테이너
   ============================================= */
.kicpa-layer-content .lnb {
    display: none !important;
}
.jobRcmd-scope .contents {
    margin: 0 auto !important;
    float: none !important;
    width: 100% !important;
    max-width: 1180px !important;
    padding: 0 !important;
    box-sizing: border-box;
    background: var(--bg);
}

/* =============================================
   Sticky Topbar
   ============================================= */
.jobRcmd-scope .jobRcmd-topbar {
    position: sticky; top: 0; z-index: 10;
    height: 56px; padding: 0 32px;
    display: flex; align-items: center; justify-content: space-between; gap: 14px;
    background: rgba(255,255,255,0.92);
    backdrop-filter: saturate(140%) blur(8px);
    -webkit-backdrop-filter: saturate(140%) blur(8px);
    border-bottom: 1px solid var(--line);
}
.jobRcmd-scope .jobRcmd-topbar .left { display: flex; align-items: center; gap: 14px; min-width: 0; }
.jobRcmd-scope .jobRcmd-topbar .mark {
    width: 24px; height: 24px; border-radius: 6px;
    background: var(--ink); color: var(--paper);
    display: inline-flex; align-items: center; justify-content: center;
    font-family: "IBM Plex Mono", monospace; font-weight: 700; font-size: 11px;
    position: relative; overflow: hidden; flex-shrink: 0;
}
.jobRcmd-scope .jobRcmd-topbar .mark::after {
    content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; background: var(--accent);
}
.jobRcmd-scope .jobRcmd-topbar .topbar-logo {
    height: 28px;
    width: auto;
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .jobRcmd-scope .jobRcmd-topbar .topbar-logo { height: 24px; }
}
.jobRcmd-scope .jobRcmd-topbar .divider { width: 1px; height: 16px; background: var(--line); flex-shrink: 0; }
.jobRcmd-scope .jobRcmd-topbar .back-btn {
    display: inline-flex; align-items: center; gap: 6px;
    background: transparent; border: none; color: var(--ink-2);
    font-size: 13px; font-weight: 500; cursor: pointer; padding: 0;
    font-family: inherit; flex-shrink: 0;
}
.jobRcmd-scope .jobRcmd-topbar .back-btn:hover { color: var(--ink); }
.jobRcmd-scope .jobRcmd-topbar .title {
    font-size: 13px; font-weight: 600; color: var(--ink);
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.jobRcmd-scope .jobRcmd-topbar .badge {
    padding: 3px 9px; border-radius: var(--radius-pill);
    background: var(--accent-tint); color: var(--accent-2);
    font-size: 11px; font-weight: 600; flex-shrink: 0;
}
.jobRcmd-scope .jobRcmd-topbar .right {
    display: flex; align-items: center; gap: 14px;
    font-size: 12px; color: var(--muted);
    font-family: "IBM Plex Mono", monospace;
}
@media (max-width: 640px) {
    .jobRcmd-scope .jobRcmd-topbar { padding: 0 16px; gap: 10px; }
}
@media (max-width: 480px) {
    .jobRcmd-scope .jobRcmd-topbar .right { display: none; }
}

/* =============================================
   Form Meta Header (FORM mono / H1 / progress)
   ============================================= */
.jobRcmd-scope .jobRcmd-formMeta {
    display: flex; align-items: flex-end; justify-content: space-between; gap: 32px;
    padding: 36px 32px 24px;
}
.jobRcmd-scope .jobRcmd-formMeta .form-no {
    font-family: "IBM Plex Mono", monospace; font-size: 11px;
    color: var(--muted); letter-spacing: 1.4px; margin-bottom: 8px;
    text-transform: uppercase; font-weight: 500;
}
.jobRcmd-scope .jobRcmd-formMeta h1 {
    margin: 0; font-size: 32px; font-weight: 800; letter-spacing: -1.2px; line-height: 1.1;
    color: var(--ink);
}
.jobRcmd-scope .jobRcmd-formMeta .meta-sub {
    margin: 8px 0 0; font-size: 13px; color: var(--muted);
}
.jobRcmd-scope .jobRcmd-formMeta .meta-sub .req { color: var(--accent); font-weight: 700; }
.jobRcmd-scope .jobRcmd-progress {
    display: flex; align-items: center; gap: 12px; padding-bottom: 6px; flex-shrink: 0;
}
.jobRcmd-scope .jobRcmd-progress .label {
    font-size: 12px; color: var(--muted);
}
.jobRcmd-scope .jobRcmd-progress .label .filled {
    color: var(--ink); font-weight: 600;
    font-family: "IBM Plex Mono", monospace; font-variant-numeric: tabular-nums;
}
.jobRcmd-scope .jobRcmd-progress .label .total {
    color: var(--muted);
    font-family: "IBM Plex Mono", monospace; font-variant-numeric: tabular-nums;
}
.jobRcmd-scope .jobRcmd-progress .bar {
    width: 160px; height: 4px; background: var(--line); border-radius: 2px; overflow: hidden;
    display: block;
}
.jobRcmd-scope .jobRcmd-progress .bar > i {
    display: block; width: 0%; height: 100%;
    background: var(--accent); border-radius: 2px;
    transition: width .3s ease;
}
@media (max-width: 640px) {
    .jobRcmd-scope .jobRcmd-formMeta {
        flex-direction: column; align-items: stretch; gap: 14px; padding: 24px 16px 16px;
    }
    .jobRcmd-scope .jobRcmd-formMeta h1 { font-size: 24px; letter-spacing: -0.8px; }
    .jobRcmd-scope .jobRcmd-progress .bar { width: 100%; }
}

/* =============================================
   §섹션 헤더 (.content-box-title)
   ============================================= */
.jobRcmd-scope .content-box {
    background: transparent; border: none; box-shadow: none;
    padding: 0 32px 32px; margin: 0; max-width: none;
}
.jobRcmd-scope .content-box + .content-box { margin-top: 0; }
.jobRcmd-scope .content-box-title {
    display: flex; align-items: baseline; gap: 14px;
    margin: 0 0 24px; padding: 0 0 14px;
    border-bottom: 1px solid var(--line);
    color: var(--ink); font-size: 18px; font-weight: 700; letter-spacing: -0.3px;
}
.jobRcmd-scope .content-box-title .section-num {
    font-family: "IBM Plex Mono", monospace; font-size: 12px;
    color: var(--accent); font-weight: 600; letter-spacing: 0.6px;
    flex-shrink: 0;
}
.jobRcmd-scope .content-box-title .section-name {
    color: var(--ink);
}
.jobRcmd-scope .content-box-title .section-sub {
    margin-left: auto; font-size: 12px; color: var(--muted);
    font-family: "IBM Plex Mono", monospace; letter-spacing: 0.6px;
    text-transform: uppercase; font-weight: 500;
    flex-shrink: 0;
}
@media (max-width: 640px) {
    .jobRcmd-scope .content-box { padding: 0 16px 24px; }
    .jobRcmd-scope .content-box-title { font-size: 16px; gap: 10px; }
    .jobRcmd-scope .content-box-title .section-sub { display: none; }
}

/* =============================================
   2컬럼 폼 레이아웃 (responsive-form-box)
   ============================================= */
.jobRcmd-scope .responsive-form-box ul {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0;
    list-style: none;
    padding: 0;
    margin: 0;
}
.jobRcmd-scope .responsive-form-box ul li {
    width: 47% !important;
    margin-right: 6% !important;
    margin-bottom: 24px;
    box-sizing: border-box;
    overflow: hidden;
}
.jobRcmd-scope .responsive-form-box ul li:nth-child(2n) {
    margin-right: 0 !important;
}
.jobRcmd-scope .responsive-form-box ul li.block {
    width: 100% !important;
    margin-right: 0 !important;
}
.jobRcmd-scope .responsive-form-box .input-group .input {
    width: 100%;
    display: block;
}
@media (max-width: 640px) {
    .jobRcmd-scope .responsive-form-box ul li {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/* =============================================
   input / select / textarea 통일 (44px / 8px radius)
   ============================================= */
.jobRcmd-scope .input-group { display: block; }
.jobRcmd-scope .input-group label {
    display: flex; align-items: center; gap: 6px;
    margin-bottom: 8px; font-size: 13px; font-weight: 600; color: var(--ink);
}
.jobRcmd-scope .input-group.required > label::after {
    content: "*"; color: var(--accent); font-size: 11px; margin-left: 2px; font-weight: 700;
}
.jobRcmd-scope .input-group .input,
.jobRcmd-scope .input-group .textarea {
    display: block; background: transparent; border: none; padding: 0; margin: 0;
}
.jobRcmd-scope .input-group input[type="text"],
.jobRcmd-scope .input-group input[type="password"],
.jobRcmd-scope .input-group select,
.jobRcmd-scope .input-group textarea {
    width: 100%;
    height: 44px;
    padding: 0 14px;
    background: var(--field-bg);
    border: 1px solid var(--field-border);
    border-radius: var(--radius-sm);
    color: var(--ink);
    font-size: 14px;
    font-family: inherit;
    transition: border-color .15s, box-shadow .15s;
    box-sizing: border-box;
    text-indent: 0;
}
.jobRcmd-scope .input-group select {
    appearance: none;
    -webkit-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%236E7494' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5L6 8l3-3.5'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    padding-right: 36px;
}
.jobRcmd-scope .input-group textarea {
    height: auto; min-height: 140px; padding: 12px 14px; line-height: 1.7; resize: vertical;
}
.jobRcmd-scope .input-group input:focus,
.jobRcmd-scope .input-group select:focus,
.jobRcmd-scope .input-group textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--field-focus);
}
.jobRcmd-scope .input-group .input.readonly input,
.jobRcmd-scope .input-group input[readonly],
.jobRcmd-scope .input-group select[readonly],
.jobRcmd-scope .input-group input:read-only,
.jobRcmd-scope .input-group input:disabled,
.jobRcmd-scope .input-group select:disabled,
.jobRcmd-scope .input-group textarea:disabled {
    background: var(--paper-2);
    color: var(--ink-2);
    cursor: not-allowed;
}

/* 필수 메시지 */
.jobRcmd-scope .messages { margin-top: 6px; }
.jobRcmd-scope .messages .required-message,
.jobRcmd-scope .messages .error-message,
.jobRcmd-scope .error-message {
    margin: 0; font-size: 12px; color: var(--err);
}
#jobRcmd_newReqForm .required-message,
#jobRcmd_checkForm .required-message { display: none; }

/* =============================================
   라디오 — 공통 (성별/연령)
   ============================================= */
.jobRcmd-scope .radio-group {
    display: flex; flex-wrap: wrap; gap: 14px 22px; padding: 4px 0 0;
    margin: 0;
    align-items: center;
}
.jobRcmd-scope .radio {
    display: inline-flex; align-items: center; gap: 7px; margin: 0;
}
.jobRcmd-scope .radio input[type="radio"] {
    position: absolute; opacity: 0; pointer-events: none;
    width: 0; height: 0;
}
.jobRcmd-scope .radio label {
    position: relative; padding-left: 22px; cursor: pointer;
    font-size: 13.5px; color: var(--ink-2); font-weight: 500; margin: 0;
    line-height: 16px;
}
.jobRcmd-scope .radio label::before {
    content: ""; position: absolute; left: 0; top: 0;
    width: 16px; height: 16px; border-radius: 8px;
    border: 1.5px solid var(--field-border);
    background: var(--paper);
    transition: border-color .12s, background .12s;
}
.jobRcmd-scope .radio label::after {
    content: ""; position: absolute; left: 4px; top: 4px;
    width: 8px; height: 8px; border-radius: 4px;
    background: var(--accent);
    opacity: 0;
    transition: opacity .12s;
}
.jobRcmd-scope .radio input[type="radio"]:checked + label {
    color: var(--ink); font-weight: 600;
}
.jobRcmd-scope .radio input[type="radio"]:checked + label::before {
    border-color: var(--accent);
}
.jobRcmd-scope .radio input[type="radio"]:checked + label::after {
    opacity: 1;
}

/* =============================================
   추천 유형 라디오 카드 (감사인 / 공인회계사)
   ============================================= */
.jobRcmd-scope .jobRcmd-radioCardGrid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 12px;
    margin: 0;
}
.jobRcmd-scope .jobRcmd-radioCard {
    position: relative;
    display: flex; align-items: flex-start; gap: 14px;
    padding: 20px;
    background: var(--paper);
    border: 1px solid var(--field-border);
    border-radius: var(--radius);
    cursor: pointer;
    box-shadow: var(--shadow-sm);
    transition: box-shadow .15s, border-color .15s, background .15s;
    margin: 0;
}
.jobRcmd-scope .jobRcmd-radioCard input[type="radio"] {
    position: absolute; opacity: 0; pointer-events: none; left: 0; top: 0;
    width: 0; height: 0;
}
.jobRcmd-scope .jobRcmd-radioCard .dot {
    position: relative;
    width: 18px; height: 18px; border-radius: 9px;
    border: 2px solid var(--line-strong);
    flex-shrink: 0; margin-top: 2px;
    transition: border-color .15s;
    background: var(--paper);
}
.jobRcmd-scope .jobRcmd-radioCard .dot::after {
    content: ""; position: absolute; left: 3px; top: 3px;
    width: 8px; height: 8px; border-radius: 4px;
    background: var(--accent);
    opacity: 0;
    transition: opacity .15s;
}
.jobRcmd-scope .jobRcmd-radioCard input:checked ~ .dot {
    border-color: var(--accent);
}
.jobRcmd-scope .jobRcmd-radioCard input:checked ~ .dot::after {
    opacity: 1;
}
.jobRcmd-scope .jobRcmd-radioCard:has(input:checked) {
    background: var(--accent-tint);
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--field-focus);
}
.jobRcmd-scope .jobRcmd-radioCard .body { flex: 1; min-width: 0; }
.jobRcmd-scope .jobRcmd-radioCard .body .kr {
    display: block; font-size: 15px; font-weight: 700; color: var(--ink);
}
.jobRcmd-scope .jobRcmd-radioCard .body .desc {
    display: block; font-size: 12px; color: var(--muted); margin-top: 2px;
}
@media (max-width: 640px) {
    .jobRcmd-scope .jobRcmd-radioCardGrid { grid-template-columns: 1fr; }
}

/* =============================================
   체크박스 — 지역 pill chip
   ============================================= */
.jobRcmd-scope .check-group {
    display: flex; flex-wrap: wrap; gap: 6px;
    padding: 4px 0 0; margin: 0;
}
.jobRcmd-scope .check {
    display: inline-block; margin: 0;
}
.jobRcmd-scope .check input[type="checkbox"] {
    position: absolute; opacity: 0; pointer-events: none;
    width: 0; height: 0;
}
.jobRcmd-scope .check-group .check label {
    display: inline-flex; align-items: center; gap: 7px;
    padding: 8px 13px;
    background: var(--paper); color: var(--ink-2);
    border: 1px solid var(--field-border);
    border-radius: var(--radius-pill);
    font-size: 13px; font-weight: 500; cursor: pointer;
    transition: all .12s; margin: 0; line-height: 1;
}
.jobRcmd-scope .check-group .check input:checked + label {
    background: var(--ink); color: var(--paper); border-color: var(--ink); font-weight: 600;
}
.jobRcmd-scope .check-group .check input:checked + label::before {
    content: ""; width: 11px; height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 4.2L4 7.2L10 1'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: center;
    flex-shrink: 0;
}

/* 개인정보 동의 체크 */
.jobRcmd-scope .checkbox-type1 {
    display: inline-flex; align-items: center; gap: 9px;
    margin-top: 14px; cursor: pointer; user-select: none;
}
.jobRcmd-scope .checkbox-type1 input[type="checkbox"] {
    position: absolute; opacity: 0; pointer-events: none;
    width: 0; height: 0;
}
.jobRcmd-scope .checkbox-type1 label {
    position: relative; padding-left: 26px;
    font-size: 13px; font-weight: 600; color: var(--ink); margin: 0; cursor: pointer;
    line-height: 18px;
}
.jobRcmd-scope .checkbox-type1 label::before {
    content: ""; position: absolute; left: 0; top: 0;
    width: 18px; height: 18px; border-radius: 4px;
    border: 1.5px solid var(--field-border); background: var(--paper);
    transition: all .12s;
}
.jobRcmd-scope .checkbox-type1 input:checked + label::before {
    background: var(--accent); border-color: var(--accent);
}
.jobRcmd-scope .checkbox-type1 input:checked + label::after {
    content: ""; position: absolute; left: 4px; top: 5px;
    width: 10px; height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 3.5L4 6L9 1'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
}

/* =============================================
   추천 인원 라디오 (감사인 1/2/3명 — 큰 button)
   ============================================= */
.jobRcmd-scope .radio-group.jobRcmd-numBtnGroup {
    display: flex; gap: 8px; flex-wrap: nowrap;
}
.jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio {
    flex: 1;
}
.jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio label {
    display: flex; align-items: center; justify-content: center;
    width: 100%; height: 48px; padding: 0;
    background: var(--paper); color: var(--ink);
    border: 1px solid var(--field-border);
    border-radius: var(--radius-sm);
    font-size: 14px; font-weight: 600; cursor: pointer;
    transition: all .12s;
}
.jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio label::before,
.jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio label::after {
    display: none;
}
.jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio input:checked + label {
    background: var(--ink); color: var(--paper); border-color: var(--ink);
}

/* =============================================
   날짜 범위 입력 (업무 일정)
   ============================================= */
.jobRcmd-scope .input.jobRcmd-date-range {
    display: flex !important;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    width: 100% !important;
}
.jobRcmd-scope .jobRcmd-date-range .datepicker-input {
    flex: 1 1 0;
    min-width: 0;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
    background: var(--field-bg) !important;
    border: 1px solid var(--field-border) !important;
    border-radius: var(--radius-sm) !important;
    padding: 0 14px !important;
    text-align: left;
    font-size: 14px;
    font-family: "IBM Plex Mono", monospace;
    color: var(--ink);
    box-sizing: border-box;
}
.jobRcmd-scope .date-separator {
    font-size: 14px; color: var(--muted);
    white-space: nowrap; flex-shrink: 0;
}
@media (max-width: 480px) {
    .jobRcmd-scope .jobRcmd-date-range .datepicker-input {
        font-size: 12px; padding: 0 10px !important;
    }
}

/* =============================================
   파일 업로드 박스
   ============================================= */
.jobRcmd-scope .jobRcmd-fileBox {
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
    border: 1px dashed var(--field-border);
    background: var(--paper-2);
    border-radius: var(--radius);
    padding: 14px;
    min-height: 52px;
    margin-top: 8px;
}
.jobRcmd-scope .jobRcmd-fileBox button {
    display: inline-flex; align-items: center; gap: 6px;
    padding: 8px 14px;
    border: none;
    border-radius: var(--radius-sm);
    font-size: 12px; font-weight: 600; cursor: pointer; white-space: nowrap;
    font-family: inherit;
    transition: background .12s;
}
.jobRcmd-scope .jobRcmd-fileBox.required button {
    background: var(--ink); color: var(--paper);
}
.jobRcmd-scope .jobRcmd-fileBox.required button:hover { background: var(--ink-2); }
.jobRcmd-scope .jobRcmd-fileBox.optional button {
    background: var(--paper); color: var(--ink); border: 1px solid var(--field-border);
}
.jobRcmd-scope .jobRcmd-fileBox.optional button:hover { border-color: var(--line-strong); }
.jobRcmd-scope .jobRcmd-fileBox .hint {
    font-size: 12px; color: var(--muted); flex: 1; line-height: 1.5;
}
.jobRcmd-scope .jobRcmd-fileList {
    margin-top: 10px;
}
.jobRcmd-scope .jobRcmd-fileList > div {
    display: flex; align-items: center; gap: 8px;
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    margin-bottom: 4px;
    background: var(--paper);
    font-size: 13px;
}
input[type="file"]::-webkit-file-upload-button { display: none; }

/* 필수 라벨 inline 마커 */
.jobRcmd-scope .req-marker {
    display: inline-block;
    padding: 1px 6px;
    border-radius: 3px;
    background: rgba(176, 138, 74, 0.12);
    color: var(--accent-2);
    font-size: 10px;
    font-weight: 700;
    margin-left: 6px;
    letter-spacing: 0.4px;
}
.jobRcmd-scope .opt-marker {
    color: var(--muted); font-size: 11px; font-weight: 500; margin-left: 6px;
}

/* 안내 메시지 (선택 필드 등) */
.jobRcmd-scope .input-group + .message,
.jobRcmd-scope .message {
    margin-top: 6px; font-size: 12px; color: var(--muted);
}

/* =============================================
   하단 footer (취소/접수)
   ============================================= */
.jobRcmd-scope .jobRcmd-formFooter {
    display: flex; justify-content: space-between; align-items: center;
    margin: 24px 32px 56px;
    padding: 22px 0 0;
    border-top: 1px solid var(--line);
    gap: 16px; flex-wrap: wrap;
}
.jobRcmd-scope .jobRcmd-formFooter .advisory {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 12px; color: var(--muted); line-height: 1.5;
}
.jobRcmd-scope .jobRcmd-formFooter .advisory svg {
    flex-shrink: 0; color: var(--muted);
}
.jobRcmd-scope .jobRcmd-formFooter .actions {
    display: flex; gap: 10px;
}
.jobRcmd-scope .jobRcmd-formFooter .actions .button {
    display: inline-flex;
    margin: 0;
}
.jobRcmd-scope .jobRcmd-formFooter .actions .button a {
    display: inline-flex; align-items: center; justify-content: center; gap: 8px;
    height: 44px; padding: 0 22px;
    border-radius: var(--radius-sm);
    font-size: 14px; font-weight: 600;
    text-decoration: none; white-space: nowrap;
    transition: transform .08s, box-shadow .15s, background .15s;
    border: 1px solid var(--field-border);
}
.jobRcmd-scope .jobRcmd-formFooter .actions .button.line a {
    background: transparent; color: var(--ink); border-color: var(--line-strong);
}
.jobRcmd-scope .jobRcmd-formFooter .actions .button.line a:hover {
    background: var(--paper-2);
}
.jobRcmd-scope .jobRcmd-formFooter .actions .button.full a {
    background: var(--ink); color: var(--paper); border-color: var(--ink);
    box-shadow: 0 1px 2px rgba(15,27,61,.18), inset 0 1px 0 rgba(255,255,255,.10);
}
.jobRcmd-scope .jobRcmd-formFooter .actions .button.full a:hover {
    background: var(--ink-2);
}
.jobRcmd-scope .jobRcmd-formFooter .actions .button.full.disabled a {
    background: var(--paper-2) !important; color: var(--muted-2) !important;
    border-color: var(--field-border) !important;
    box-shadow: none; cursor: not-allowed; pointer-events: none; opacity: 1;
}
@media (max-width: 640px) {
    .jobRcmd-scope .jobRcmd-formFooter {
        flex-direction: column; align-items: stretch; gap: 12px; margin: 16px;
    }
    .jobRcmd-scope .jobRcmd-formFooter .actions {
        display: grid; grid-template-columns: 1fr 1fr;
    }
    .jobRcmd-scope .jobRcmd-formFooter .actions .button { width: 100%; }
    .jobRcmd-scope .jobRcmd-formFooter .actions .button a { width: 100%; }
}

/* =============================================
   시작 화면 — Navy Gradient Hero (감사인/공인회계사 추천 플랫폼)
   ============================================= */
.jobRcmd-scope #jobRcmd_start {
    padding: 0 !important;
    background: #FFFFFF;
    position: relative;
    flex-direction: column;
}
.jobRcmd-scope #jobRcmd_start:not([style*="display: none"]) {
    display: flex;
}

/* 헤더 — KICPA 통합플랫폼 배너 이미지 (원본 444x49 자연 크기 유지) */
.jobRcmd-scope .jobRcmd-start-header {
    flex-shrink: 0;
    padding: 18px 40px;
    margin: 0;
    background: #FFFFFF;
    line-height: 0;
    display: flex;
    align-items: center;
}
.jobRcmd-scope .jobRcmd-start-header .header-banner {
    display: block;
    width: auto;
    height: auto;
    max-height: 64px;
    image-rendering: -webkit-optimize-contrast;
}

/* Hero 페이지 wrapper — 풀폭, 헤더와 자연스럽게 연결 */
.jobRcmd-scope .jobRcmd-hero-page {
    display: block;
    padding: 0;
    background: transparent;
}

/* Hero 카드 — 페이지 전체 너비, 라운드/그림자 없음 */
.jobRcmd-scope .jobRcmd-hero {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 610px;
    padding: 68px;
    border-radius: 0 0 6px 6px;
    background:
        radial-gradient(circle at 9% 94%, rgba(255,255,255,.18), transparent 13rem),
        radial-gradient(circle at 88% 14%, rgba(56,145,255,.52), transparent 19rem),
        radial-gradient(circle at 75% 28%, rgba(124,60,255,.36), transparent 17rem),
        linear-gradient(135deg, #102b4d 0%, #162f68 36%, #102b78 68%, #2149c7 100%);
    border: 0;
    box-shadow: none;
    color: #FFFFFF;
}
.jobRcmd-scope .jobRcmd-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px);
    background-size: 120px 120px;
    opacity: .72;
    pointer-events: none;
}
.jobRcmd-scope .jobRcmd-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 31% 59%, transparent 0 158px, rgba(255,255,255,.12) 159px, transparent 160px),
        radial-gradient(circle at 31% 59%, transparent 0 258px, rgba(255,255,255,.12) 259px, transparent 260px),
        radial-gradient(circle at 92% 48%, transparent 0 168px, rgba(255,255,255,.10) 169px, transparent 170px),
        radial-gradient(circle at 92% 48%, transparent 0 258px, rgba(255,255,255,.10) 259px, transparent 260px);
    opacity: .78;
    pointer-events: none;
}
.jobRcmd-scope .jobRcmd-hero-inner {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 70px;
    align-items: center;
    min-height: 474px;
}

/* Hero 좌측 콘텐츠 */
.jobRcmd-scope .jobRcmd-eyebrow {
    display: inline-flex;
    align-items: center;
    margin-bottom: 26px;
    padding: 10px 18px;
    border-radius: 999px;
    background: rgba(255,255,255,.14);
    border: 1px solid rgba(255,255,255,.24);
    color: rgba(255,255,255,.94);
    font-size: 15px;
    font-weight: 900;
    letter-spacing: -.025em;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}
.jobRcmd-scope .jobRcmd-hero h1 {
    margin: 0;
    font-size: clamp(38px, 4.8vw, 58px);
    line-height: 1.08;
    letter-spacing: -.07em;
    font-weight: 900;
    color: #FFFFFF;
}
.jobRcmd-scope .jobRcmd-hero-copy {
    max-width: 610px;
    margin: 26px 0 0;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    line-height: 1.75;
    font-weight: 650;
    letter-spacing: -.03em;
    word-break: keep-all;
}

/* Hero 우측 메뉴 */
.jobRcmd-scope .jobRcmd-hero-menu {
    display: grid;
    gap: 24px;
}
.jobRcmd-scope .jobRcmd-hero-menu-item {
    position: relative;
    text-align: left;
    display: grid;
    grid-template-columns: 66px 1fr 34px;
    gap: 22px;
    align-items: center;
    min-height: 148px;
    padding: 28px 28px 28px 30px;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(255,255,255,.22), rgba(255,255,255,.10));
    border: 1px solid rgba(255,255,255,.26);
    box-shadow: 0 24px 52px rgba(0,0,0,.16);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    color: #FFFFFF;
    text-decoration: none;
    transition: transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
    cursor: pointer;
}
.jobRcmd-scope .jobRcmd-hero-menu-item:hover,
.jobRcmd-scope .jobRcmd-hero-menu-item:focus-visible {
    transform: translateY(-4px);
    background: linear-gradient(135deg, rgba(255,255,255,.30), rgba(255,255,255,.14));
    border-color: rgba(255,255,255,.42);
    box-shadow: 0 30px 62px rgba(0,0,0,.22);
    outline: none;
}
.jobRcmd-scope .jobRcmd-hero-menu-item .menu-no {
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    background: linear-gradient(135deg, #31d6ff, #1f8cff);
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 16px 34px rgba(31,140,255,.32);
}
.jobRcmd-scope .jobRcmd-hero-menu-item .menu-text {
    min-width: 0;
}
.jobRcmd-scope .jobRcmd-hero-menu-item .menu-text h2 {
    margin: 0 0 8px;
    font-size: 21px;
    line-height: 1.32;
    font-weight: 900;
    letter-spacing: -.055em;
    color: #FFFFFF;
}
.jobRcmd-scope .jobRcmd-hero-menu-item .menu-text p {
    margin: 0;
    color: rgba(255,255,255,.76);
    font-size: 15px;
    line-height: 1.62;
    font-weight: 650;
    letter-spacing: -.03em;
    word-break: keep-all;
}
.jobRcmd-scope .jobRcmd-hero-menu-item .menu-arrow {
    display: grid;
    place-items: center;
    color: rgba(255,255,255,.92);
    font-size: 46px;
    line-height: 1;
    font-weight: 300;
    transition: transform .18s ease;
}
.jobRcmd-scope .jobRcmd-hero-menu-item:hover .menu-arrow,
.jobRcmd-scope .jobRcmd-hero-menu-item:focus-visible .menu-arrow {
    transform: translateX(5px);
}

/* 반응형 */
@media (max-width: 980px) {
    .jobRcmd-scope .jobRcmd-hero {
        padding: 42px 28px;
    }
    .jobRcmd-scope .jobRcmd-hero-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}
@media (max-width: 640px) {
    .jobRcmd-scope .jobRcmd-start-header {
        padding: 14px 16px;
    }
    .jobRcmd-scope .jobRcmd-start-header .header-banner {
        width: 100%;
        max-width: 100%;
        max-height: none;
        height: auto;
    }
    .jobRcmd-scope #jobRcmd_start {
        min-height: 100vh;
    }
    .jobRcmd-scope .jobRcmd-hero-page {
        flex: 1;
        display: flex;
        flex-direction: column;
    }
    .jobRcmd-scope .jobRcmd-hero {
        flex: 1;
        min-height: auto;
        padding: 34px 20px;
        border-radius: 0;
    }
    .jobRcmd-scope .jobRcmd-hero h1 {
        font-size: clamp(34px, 10vw, 44px);
    }
    .jobRcmd-scope .jobRcmd-hero-copy {
        font-size: 16px;
    }
    .jobRcmd-scope .jobRcmd-hero-menu-item {
        grid-template-columns: 54px 1fr 24px;
        gap: 14px;
        min-height: 132px;
        padding: 24px 20px;
        border-radius: 26px;
    }
    .jobRcmd-scope .jobRcmd-hero-menu-item .menu-no {
        width: 46px;
        height: 46px;
        font-size: 20px;
    }
    .jobRcmd-scope .jobRcmd-hero-menu-item .menu-text h2 {
        font-size: 20px;
    }
    .jobRcmd-scope .jobRcmd-hero-menu-item .menu-text p {
        font-size: 14px;
    }
    .jobRcmd-scope .jobRcmd-hero-menu-item .menu-arrow {
        font-size: 34px;
    }
}

/* =============================================
   조회 화면 (#jobRcmd_check)
   ============================================= */
.jobRcmd-scope #jobRcmd_check {
    max-width: 520px !important;
    margin: 0 auto !important;
    padding: 48px 32px !important;
}
.jobRcmd-scope #jobRcmd_check .jobRcmd-check-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 36px;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}
.jobRcmd-scope #jobRcmd_check .jobRcmd-check-card::before {
    content: ""; position: absolute;
    top: 0; left: 0; right: 0; height: 3px;
    background: linear-gradient(90deg, transparent, var(--accent), transparent);
}
.jobRcmd-scope #jobRcmd_check .jobRcmd-check-card .lock-ico {
    width: 48px; height: 48px;
    border-radius: var(--radius-sm);
    background: var(--ink); color: var(--paper);
    display: flex; align-items: center; justify-content: center;
    margin-bottom: 22px;
}
.jobRcmd-scope #jobRcmd_check .jobRcmd-check-card h2 {
    margin: 0 0 6px; font-size: 24px; font-weight: 800; letter-spacing: -0.6px;
    color: var(--ink);
}
.jobRcmd-scope #jobRcmd_check .jobRcmd-check-card .desc {
    margin: 0 0 24px; font-size: 13px; color: var(--muted); line-height: 1.6;
}
.jobRcmd-scope #jobRcmd_check .responsive-form-box ul li {
    width: 100% !important; margin-right: 0 !important;
}
@media (max-width: 640px) {
    .jobRcmd-scope #jobRcmd_check { padding: 24px 16px !important; }
    .jobRcmd-scope #jobRcmd_check .jobRcmd-check-card { padding: 24px; }
    .jobRcmd-scope #jobRcmd_check .jobRcmd-check-card h2 { font-size: 20px; }
}

/* =============================================
   상태 배지 (조회 모드 진입 시 동적 추가)
   ============================================= */
.jobRcmd-scope #jobRcmd_topbarBadge.status-RC040001 { background: rgba(52, 152, 219, 0.16); color: #1F6FB5; }
.jobRcmd-scope #jobRcmd_topbarBadge.status-RC040002 { background: rgba(31, 138, 86, 0.16); color: #156A40; }
.jobRcmd-scope #jobRcmd_topbarBadge.status-RC040003,
.jobRcmd-scope #jobRcmd_topbarBadge.status-RC040004,
.jobRcmd-scope #jobRcmd_topbarBadge.status-RC040005,
.jobRcmd-scope #jobRcmd_topbarBadge.status-RC040006 { background: rgba(15,27,61,0.08); color: var(--ink-2); }

/* =============================================
   SweetAlert 색 토큰화
   ============================================= */
.jobRcmd-swal-popup {
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif !important;
    border-radius: 12px !important;
    padding: 32px 28px 24px !important;
    width: 380px !important;
}
.jobRcmd-swal-popup .swal2-title {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0F1B3D !important;
    padding: 0 !important;
    margin: 0 0 8px !important;
}
.jobRcmd-swal-popup .swal2-html-container {
    font-size: 13px !important;
    color: #6E7494 !important;
    margin: 0 0 20px !important;
}
.jobRcmd-swal-popup .swal2-actions {
    margin-top: 0 !important;
    gap: 8px;
}
.jobRcmd-swal-confirm {
    background: #0F1B3D !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 10px 32px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}
.jobRcmd-swal-confirm:hover {
    background: #2A3658 !important;
}
.jobRcmd-swal-cancel {
    background: #fff !important;
    color: #2A3658 !important;
    border: 1px solid rgba(15,27,61,0.20) !important;
    border-radius: 8px !important;
    padding: 10px 32px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
}
.jobRcmd-swal-cancel:hover {
    background: #FAFBFD !important;
}
.jobRcmd-swal-popup .swal2-close {
    color: #6E7494 !important;
    font-size: 20px !important;
}

/* =============================================
   D단계: 수임보고 전용 스타일 (보존 — 다른 화면용)
   ============================================= */
.income-highlight-box {
    border: 2px solid #4CAF50;
    border-radius: 6px;
    padding: 18px 20px 10px;
    margin-bottom: 10px;
    background: #f9fff9;
}
.income-highlight-box .input-group label {
    color: #2e7d32;
    font-weight: bold;
}
.btn-refuse {
    background-color: #8B0000 !important;
    border-color: #8B0000 !important;
    color: #fff !important;
}
.btn-refuse a {
    color: #fff !important;
}
.readonly-field {
    background: #f5f5f5 !important;
    color: #555 !important;
    cursor: default !important;
}
.step-badge {
    display: inline-block;
    background: #1a56b0;
    color: #fff;
    border-radius: 20px;
    padding: 3px 14px;
    font-size: 13px;
    font-weight: bold;
    margin-left: 10px;
    vertical-align: middle;
}

/* =============================================
   인증 카드 스타일 (보존)
   ============================================= */
.jobRcmd-auth-cards {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.jobRcmd-auth-card {
    flex: 1;
    min-width: 300px;
    max-width: 460px;
    border: 1px solid #dde3ee;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}
.jobRcmd-auth-card-header {
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.jobRcmd-auth-card-header.cpa { background: #002160; }
.jobRcmd-auth-card-header.auditor { background: #002160; }
.jobRcmd-auth-card-body {
    padding: 24px 24px 28px;
}
@media (max-width: 640px) {
    .jobRcmd-auth-cards {
        flex-direction: column;
        align-items: center;
    }
    .jobRcmd-auth-card {
        max-width: 100%;
        width: 100%;
    }
}

/* =============================================
   E단계: 결과보고서 전용 스타일 (보존)
   ============================================= */
.result-header-box {
    background: #1a56b0;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 18px 24px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.result-header-box h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}
.result-header-badge {
    background: rgba(255,255,255,0.2);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    padding: 4px 16px;
    font-size: 13px;
    color: #fff;
    white-space: nowrap;
}
.result-subheader {
    background: #e8f0fb;
    border: 1px solid #c5d9f1;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 12px 24px;
    margin-bottom: 20px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #333;
}
.result-subheader span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.result-subheader span strong {
    color: #1a56b0;
}
.radio-satisfaction {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 4px 0;
}
.radio-satisfaction .radio {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}
.notice-text {
    color: #555;
    font-size: 13px;
    margin-top: 16px;
    padding: 10px 14px;
    background: #fffbe6;
    border-left: 4px solid #f0c040;
    border-radius: 4px;
}

/* =============================================
   공통: 안내박스, 버튼행 (보존)
   ============================================= */
.info-guide-box {
    background: #f4f8ff;
    border: 1px solid #c5d9f1;
    border-radius: 6px;
    padding: 18px 20px;
    margin-top: 20px;
    font-size: 13px;
    color: #444;
    line-height: 1.8;
}
.info-guide-box .info-guide-title {
    font-weight: bold;
    color: #1a56b0;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.info-guide-box ul {
    margin: 0;
    padding-left: 18px;
}
.info-guide-box ul li {
    margin-bottom: 6px;
}
.button-row {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.button-row .button {
    min-width: 200px;
}

/* =============================================
   C단계: 지원 신청/철회 전용 스타일 (보존)
   ============================================= */
.apply-header-box {
    background: #1a56b0;
    color: #fff;
    border-radius: 8px 8px 0 0;
    padding: 18px 24px 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}
.apply-header-box h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    color: #fff;
}
.apply-status-badge {
    background: #27ae60;
    color: #fff;
    border-radius: 4px;
    padding: 4px 14px;
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
}
.apply-subheader {
    background: #e8f0fb;
    border: 1px solid #c5d9f1;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 12px 24px;
    margin-bottom: 20px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    font-size: 13px;
    color: #333;
}
.apply-subheader span {
    display: flex;
    align-items: center;
    gap: 6px;
}
.apply-subheader span strong {
    color: #1a56b0;
}
.apply-detail-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e0e0e0;
    font-size: 14px;
}
.apply-detail-table th,
.apply-detail-table td {
    border: 1px solid #e0e0e0;
    padding: 12px 16px;
    text-align: left;
    vertical-align: middle;
}
.apply-detail-table th {
    background: #f0f4fa;
    color: #1a56b0;
    font-weight: 700;
    width: 160px;
    white-space: nowrap;
}
.apply-detail-table td {
    background: #fff;
    color: #333;
}
.apply-file-name {
    margin-right: 12px;
    color: #333;
}
.apply-file-btn {
    padding: 5px 14px;
    border: 1px solid #D4D6D9;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    margin-right: 6px;
    color: #333;
}
.apply-file-btn:hover {
    background: #f0f4fa;
    border-color: #1a56b0;
    color: #1a56b0;
}
.apply-notice-box {
    background: #fffbe6;
    border-left: 4px solid #f0c040;
    border-radius: 4px;
    padding: 14px 18px;
    margin-bottom: 20px;
    font-size: 13px;
    color: #555;
    line-height: 1.8;
}
.apply-notice-box p {
    margin: 0 0 4px;
}
.apply-notice-box p:last-child {
    margin-bottom: 0;
}

/* =============================================
   Override: 글로벌 stylesheet (kicpa.css/base.css) 우선순위 강제
   .kicpa-layer-content + .jobRcmd-scope 두 class prefix + !important
   ============================================= */

/* (a) 외부 .input/.textarea span 의 글로벌 background/border/radius 제거
       — kicpa.css L798 .kicpa-layer-content .input 의 캡슐 stylings 차단 */
.kicpa-layer-content .jobRcmd-scope .input-group .input,
.kicpa-layer-content .jobRcmd-scope .input-group .input.readonly,
.kicpa-layer-content .jobRcmd-scope .input-group .input.inline,
.kicpa-layer-content .jobRcmd-scope .input-group .input.mix,
.kicpa-layer-content .jobRcmd-scope .input-group .textarea {
    display: block !important;
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    height: auto !important;
    width: 100% !important;
    overflow: visible !important;
    line-height: normal !important;
}

/* (b) 라디오/체크박스 글로벌 PNG background 차단
       — kicpa.css L382/396/543/549 의 ../image/img_*.png 차단 */
.kicpa-layer-content .jobRcmd-scope .radio input[type="radio"] + label,
.kicpa-layer-content .jobRcmd-scope .radio input[type="radio"]:checked + label,
.kicpa-layer-content .jobRcmd-scope .check input[type="checkbox"] + label,
.kicpa-layer-content .jobRcmd-scope .check input[type="checkbox"]:checked + label,
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"] + label,
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"]:checked + label {
    background-image: none !important;
}
.kicpa-layer-content .jobRcmd-scope .radio input[type="radio"] + label::before,
.kicpa-layer-content .jobRcmd-scope .radio input[type="radio"] + label:before,
.kicpa-layer-content .jobRcmd-scope .radio input[type="radio"]:checked + label::before,
.kicpa-layer-content .jobRcmd-scope .radio input[type="radio"]:checked + label:before,
.kicpa-layer-content .jobRcmd-scope .check input[type="checkbox"] + label::before,
.kicpa-layer-content .jobRcmd-scope .check input[type="checkbox"] + label:before,
.kicpa-layer-content .jobRcmd-scope .check input[type="checkbox"]:checked + label::before,
.kicpa-layer-content .jobRcmd-scope .check input[type="checkbox"]:checked + label:before,
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"] + label::before,
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"] + label:before,
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"]:checked + label::before,
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"]:checked + label:before {
    background-image: none !important;
    background: none !important;
    background-color: transparent !important;
}

/* (c) 라디오 카드 / 인원 button label 도 글로벌 .radio label 의 padding-left/before 잔재 차단 */
.kicpa-layer-content .jobRcmd-scope .jobRcmd-radioCard,
.kicpa-layer-content .jobRcmd-scope .jobRcmd-radioCard *,
.kicpa-layer-content .jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio label {
    background-image: none !important;
}
.kicpa-layer-content .jobRcmd-scope .jobRcmd-radioCard input[type="radio"] + .dot,
.kicpa-layer-content .jobRcmd-scope .jobRcmd-radioCard input[type="radio"]:checked + .dot {
    /* dot 은 우리 정의 사용 — 글로벌 영향 차단 */
    background-image: none !important;
}

.kicpa-layer-content .jobRcmd-scope input[type="text"],
.kicpa-layer-content .jobRcmd-scope input[type="password"],
.kicpa-layer-content .jobRcmd-scope select,
.kicpa-layer-content .jobRcmd-scope textarea {
    width: 100% !important;
    height: 44px !important;
    padding: 0 14px !important;
    background: var(--field-bg) !important;
    border: 1px solid var(--field-border) !important;
    border-radius: var(--radius-sm) !important;
    color: var(--ink) !important;
    font-size: 14px !important;
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, sans-serif !important;
    text-indent: 0 !important;
    box-shadow: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    box-sizing: border-box !important;
    line-height: normal !important;
}
.kicpa-layer-content .jobRcmd-scope textarea {
    height: auto !important;
    min-height: 140px !important;
    padding: 12px 14px !important;
    line-height: 1.7 !important;
    resize: vertical !important;
}
.kicpa-layer-content .jobRcmd-scope select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='%236E7494' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 4.5L6 8l3-3.5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 14px center !important;
    padding-right: 36px !important;
}
.kicpa-layer-content .jobRcmd-scope input:focus,
.kicpa-layer-content .jobRcmd-scope select:focus,
.kicpa-layer-content .jobRcmd-scope textarea:focus {
    outline: none !important;
    border-color: var(--accent) !important;
}
.kicpa-layer-content .jobRcmd-scope input[readonly],
.kicpa-layer-content .jobRcmd-scope input:read-only,
.kicpa-layer-content .jobRcmd-scope select:disabled,
.kicpa-layer-content .jobRcmd-scope input:disabled,
.kicpa-layer-content .jobRcmd-scope textarea:disabled,
.kicpa-layer-content .jobRcmd-scope textarea[readonly] {
    background: var(--paper-2) !important;
    color: var(--ink-2) !important;
    cursor: not-allowed !important;
}
.kicpa-layer-content .jobRcmd-scope .input-group .input.readonly input {
    background: var(--paper-2) !important;
    color: var(--ink-2) !important;
}
/* datepicker 입력칸 — 한 줄 강제 (width:100% override 차단) */
.kicpa-layer-content .jobRcmd-scope .input-group .input.jobRcmd-date-range {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100% !important;
}
.kicpa-layer-content .jobRcmd-scope .jobRcmd-date-range .datepicker-input {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    height: 44px !important;
    line-height: 44px !important;
    border: 1px solid var(--field-border) !important;
    border-radius: var(--radius-sm) !important;
    padding: 0 14px !important;
    background: var(--field-bg) !important;
    text-align: left !important;
    font-size: 14px !important;
    font-family: "IBM Plex Mono", monospace !important;
    color: var(--ink) !important;
}
.kicpa-layer-content .jobRcmd-scope .jobRcmd-date-range .date-separator {
    flex: 0 0 auto !important;
}

/* 개인정보 동의 textarea — 스크롤 없이 전체 내용 노출 */
.kicpa-layer-content .jobRcmd-scope .input-group .textarea textarea,
.kicpa-layer-content .jobRcmd-scope .input-group .textarea textarea[readonly] {
    min-height: 280px !important;
    height: auto !important;
    overflow: hidden !important;
    resize: none !important;
}

/* §섹션 헤더 — 우측 영문 sub 제거 */
.kicpa-layer-content .jobRcmd-scope .content-box-title .section-sub {
    display: none !important;
}

/* (b-fix) 차단 selector 와 동등 specificity 로 fill 재정의 — [type="checkbox"]/[type="radio"] 추가 */
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"]:checked + label::before,
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"]:checked + label:before {
    background: var(--accent) !important;
    background-color: var(--accent) !important;
    border-color: var(--accent) !important;
    background-image: none !important;
}
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"]:checked + label::after,
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input[type="checkbox"]:checked + label:after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 5px !important;
    width: 10px !important;
    height: 7px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 3.5L4 6L9 1'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-color: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    display: block !important;
}

/* 지역 pill chip selected 도 동등 specificity 로 */
.kicpa-layer-content .jobRcmd-scope .check-group .check input[type="checkbox"]:checked + label {
    background: var(--ink) !important;
    color: var(--paper) !important;
    border-color: var(--ink) !important;
    font-weight: 600 !important;
    display: inline-flex !important;
    align-items: center !important;
    line-height: 1 !important;
}
.kicpa-layer-content .jobRcmd-scope .check-group .check input[type="checkbox"]:checked + label::before,
.kicpa-layer-content .jobRcmd-scope .check-group .check input[type="checkbox"]:checked + label:before {
    display: inline-block !important;
    content: "" !important;
    width: 12px !important;
    height: 12px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M2.5 7.4L5 9.8L9.5 4.5'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: transparent !important;
    background-size: contain !important;
    flex-shrink: 0 !important;
    position: relative !important;
    border: none !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: center !important;
    vertical-align: middle !important;
    top: 2px !important;
    left: 0 !important;
}

/* 일반 라디오 selected 도 동등 specificity 로 */
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio input[type="radio"]:checked + label::before,
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio input[type="radio"]:checked + label:before {
    border-color: var(--accent) !important;
    background: var(--paper) !important;
    background-image: none !important;
}
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio input[type="radio"]:checked + label::after,
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio input[type="radio"]:checked + label:after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 4px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: var(--accent) !important;
    background-image: none !important;
    opacity: 1 !important;
    display: block !important;
}

/* 하단 배경 짤림 fix — wrapper 100vh */
.jobRcmd-scope {
    min-height: 100vh !important;
}
.kicpa-layer-content:has(.jobRcmd-scope) {
    background: var(--bg, #F7F8FB);
    min-height: 100vh;
}

/* radio / checkbox input 본체 완전 숨김 (글로벌 SVG/styling 차단) */
.kicpa-layer-content .jobRcmd-scope input[type="radio"],
.kicpa-layer-content .jobRcmd-scope input[type="checkbox"] {
    -webkit-appearance: none !important;
    appearance: none !important;
    position: absolute !important;
    opacity: 0 !important;
    pointer-events: none !important;
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: none !important;
    background-image: none !important;
    visibility: hidden !important;
    left: -9999px !important;
    top: auto !important;
}

/* 일반 라디오 (성별/연령) — label::before/::after 강제 표시 */
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio label {
    position: relative !important;
    padding-left: 22px !important;
    cursor: pointer !important;
    font-size: 13.5px !important;
    color: var(--ink-2) !important;
    font-weight: 500 !important;
    margin: 0 !important;
    line-height: 16px !important;
    background: none !important;
    border: none !important;
}
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio label::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 16px !important;
    height: 16px !important;
    border-radius: 8px !important;
    border: 1.5px solid var(--field-border) !important;
    background: var(--paper) !important;
    box-shadow: none !important;
    transition: border-color .12s, background .12s !important;
}
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio label::after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 4px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: var(--accent) !important;
    opacity: 0 !important;
    transition: opacity .12s !important;
}
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio input[type="radio"]:checked + label {
    color: var(--ink) !important;
    font-weight: 600 !important;
}
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio input[type="radio"]:checked + label::before {
    border-color: var(--accent) !important;
    background: var(--paper) !important;
}
.kicpa-layer-content .jobRcmd-scope .radio-group:not(.jobRcmd-numBtnGroup) .radio input[type="radio"]:checked + label::after {
    opacity: 1 !important;
}

/* 인원 라디오 (1명/2명/3명 — 큰 button) */
.kicpa-layer-content .jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio label {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 48px !important;
    padding: 0 !important;
    background: var(--paper) !important;
    color: var(--ink) !important;
    border: 1px solid var(--field-border) !important;
    border-radius: var(--radius-sm) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all .12s !important;
    margin: 0 !important;
    line-height: normal !important;
}
.kicpa-layer-content .jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio label::before,
.kicpa-layer-content .jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio label::after {
    display: none !important;
    content: none !important;
}
.kicpa-layer-content .jobRcmd-scope .radio-group.jobRcmd-numBtnGroup .radio input:checked + label {
    background: var(--ink) !important;
    color: var(--paper) !important;
    border-color: var(--ink) !important;
}

/* 추천 유형 라디오 카드 dot */
.kicpa-layer-content .jobRcmd-scope .jobRcmd-radioCard .dot {
    position: relative !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 9px !important;
    border: 2px solid var(--line-strong) !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
    background: var(--paper) !important;
    transition: border-color .15s !important;
}
.kicpa-layer-content .jobRcmd-scope .jobRcmd-radioCard .dot::after {
    content: "" !important;
    position: absolute !important;
    left: 3px !important;
    top: 3px !important;
    width: 8px !important;
    height: 8px !important;
    border-radius: 4px !important;
    background: var(--accent) !important;
    opacity: 0 !important;
    transition: opacity .15s !important;
}
.kicpa-layer-content .jobRcmd-scope .jobRcmd-radioCard input:checked ~ .dot {
    border-color: var(--accent) !important;
}
.kicpa-layer-content .jobRcmd-scope .jobRcmd-radioCard input:checked ~ .dot::after {
    opacity: 1 !important;
}

/* 지역 체크박스 — pill chip */
.kicpa-layer-content .jobRcmd-scope .check-group .check label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 7px !important;
    padding: 8px 13px !important;
    background: var(--paper) !important;
    color: var(--ink-2) !important;
    border: 1px solid var(--field-border) !important;
    border-radius: var(--radius-pill) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    margin: 0 !important;
    line-height: 1 !important;
    transition: all .12s !important;
    background-image: none !important;
}
.kicpa-layer-content .jobRcmd-scope .check-group .check label::before,
.kicpa-layer-content .jobRcmd-scope .check-group .check label::after {
    display: none !important;
    content: none !important;
}
.kicpa-layer-content .jobRcmd-scope .check-group .check input:checked + label {
    background: var(--ink) !important;
    color: var(--paper) !important;
    border-color: var(--ink) !important;
    font-weight: 600 !important;
}
.kicpa-layer-content .jobRcmd-scope .check-group .check input:checked + label::before {
    display: inline-block !important;
    content: "" !important;
    width: 11px !important;
    height: 8px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='8' viewBox='0 0 11 8' fill='none' stroke='white' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 4.2L4 7.2L10 1'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    flex-shrink: 0 !important;
    position: static !important;
    border: none !important;
    border-radius: 0 !important;
}

/* 개인정보 동의 체크박스 */
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 label {
    position: relative !important;
    padding-left: 26px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    color: var(--ink) !important;
    margin: 0 !important;
    cursor: pointer !important;
    line-height: 18px !important;
    background: none !important;
    border: none !important;
    background-image: none !important;
}
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 label::before {
    content: "" !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    width: 18px !important;
    height: 18px !important;
    border-radius: 4px !important;
    border: 1.5px solid var(--field-border) !important;
    background: var(--paper) !important;
    transition: all .12s !important;
}
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input:checked + label::before {
    background: var(--accent) !important;
    border-color: var(--accent) !important;
}
.kicpa-layer-content .jobRcmd-scope .checkbox-type1 input:checked + label::after {
    content: "" !important;
    position: absolute !important;
    left: 4px !important;
    top: 5px !important;
    width: 10px !important;
    height: 7px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none' stroke='white' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M1 3.5L4 6L9 1'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
}

/* =====================================================
   진행상태별 추가 영역 (RC040002+ 첨부 / RC040003+ 선임결과 / RC040004+ 결과보고)
   ===================================================== */

.kicpa-layer-content .jobRcmd-scope .content-box.jobRcmd-extra {
    margin-top: 16px;
}

/* ── 첨부파일 그룹 ── */
.kicpa-layer-content .jobRcmd-scope .files-group {
    border: 1px solid var(--field-border, #E5E9F2);
    border-radius: 12px;
    padding: 16px 20px;
    margin-bottom: 14px;
    background: #FFFFFF;
}
.kicpa-layer-content .jobRcmd-scope .files-group:last-child { margin-bottom: 0; }
.kicpa-layer-content .jobRcmd-scope .files-group-title {
    font-size: 14px;
    font-weight: 700;
    color: var(--ink, #0E2A6E);
    margin: 0 0 10px;
    padding-left: 10px;
    border-left: 3px solid var(--accent, #1B4FCC);
    line-height: 1.4;
}
.kicpa-layer-content .jobRcmd-scope .files-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.kicpa-layer-content .jobRcmd-scope .files-list > li {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 12px;
    border: 1px solid #EEF1F6;
    border-radius: 8px;
    margin-bottom: 6px;
    background: #FAFBFD;
    font-size: 13px;
}
.kicpa-layer-content .jobRcmd-scope .files-list > li:last-child { margin-bottom: 0; }
.kicpa-layer-content .jobRcmd-scope .files-list > li.empty {
    justify-content: center;
    color: #98A2B3;
    background: transparent;
    border: 1px dashed #E5E9F2;
    font-size: 12px;
}
.kicpa-layer-content .jobRcmd-scope .files-list .file-cl-badge {
    flex-shrink: 0;
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    background: #EEF3FE;
    color: var(--accent, #1B4FCC);
    line-height: 1.4;
}
.kicpa-layer-content .jobRcmd-scope .files-list .file-trg {
    color: #5A77A8;
    font-size: 12px;
    flex-shrink: 0;
}
.kicpa-layer-content .jobRcmd-scope .files-list .file-name {
    flex: 1;
    color: #1A2B4A;
    word-break: break-all;
}
.kicpa-layer-content .jobRcmd-scope .files-list .file-btn {
    flex-shrink: 0;
    display: inline-block;
    padding: 4px 10px;
    border: 1px solid var(--field-border, #DDE3EE);
    border-radius: 6px;
    font-size: 12px;
    color: var(--ink, #0E2A6E);
    background: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}
.kicpa-layer-content .jobRcmd-scope .files-list .file-btn:hover {
    border-color: var(--accent, #1B4FCC);
    color: var(--accent, #1B4FCC);
}

/* ── 선임결과 그리드 ── */
.kicpa-layer-content .jobRcmd-scope .selection-grid {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}
.kicpa-layer-content .jobRcmd-scope .selection-grid th,
.kicpa-layer-content .jobRcmd-scope .selection-grid td {
    padding: 12px 14px;
    border-bottom: 1px solid #EEF1F6;
    text-align: left;
    vertical-align: middle;
}
.kicpa-layer-content .jobRcmd-scope .selection-grid thead th {
    background: #F4F7FB;
    color: #3D5683;
    font-weight: 700;
    font-size: 12px;
    border-bottom: 1px solid var(--field-border, #DDE3EE);
}
.kicpa-layer-content .jobRcmd-scope .selection-grid .col-chk { width: 56px;  text-align: center; }
.kicpa-layer-content .jobRcmd-scope .selection-grid .col-nm  { width: 120px; }
.kicpa-layer-content .jobRcmd-scope .selection-grid .col-type{ width: 110px; }
.kicpa-layer-content .jobRcmd-scope .selection-grid .col-pay { width: 180px; text-align: right; }
.kicpa-layer-content .jobRcmd-scope .selection-grid td.col-chk { text-align: center; }
.kicpa-layer-content .jobRcmd-scope .selection-grid td.col-pay { text-align: right; }
.kicpa-layer-content .jobRcmd-scope .selection-grid input[type="checkbox"],
.kicpa-layer-content .jobRcmd-scope .selection-grid input.sel-chk {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    appearance: checkbox !important;
    width: 18px !important; height: 18px !important;
    margin: 0 !important; padding: 0 !important;
    opacity: 1 !important; visibility: visible !important;
    position: static !important;
    left: auto !important; top: auto !important;
    pointer-events: auto !important;
    cursor: pointer !important; accent-color: var(--accent, #1B4FCC);
}
/* disabled 상태일 때만 not-allowed */
.kicpa-layer-content .jobRcmd-scope .selection-grid input[type="checkbox"]:disabled,
.kicpa-layer-content .jobRcmd-scope .selection-grid input.sel-chk:disabled {
    cursor: not-allowed !important;
}
.kicpa-layer-content .jobRcmd-scope .selection-grid input.pay-amt {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid var(--field-border, #DDE3EE);
    border-radius: 8px;
    font-size: 13px;
    text-align: right;
    background: #FFFFFF;
}
.kicpa-layer-content .jobRcmd-scope .selection-grid input.pay-amt:focus {
    outline: none;
    border-color: var(--accent, #1B4FCC);
    box-shadow: 0 0 0 3px var(--field-focus, rgba(27,79,204,0.25));
}
.kicpa-layer-content .jobRcmd-scope .selection-grid input:disabled,
.kicpa-layer-content .jobRcmd-scope .selection-grid input[type="checkbox"]:disabled {
    background: #F4F7FB;
    cursor: not-allowed;
    color: #98A2B3;
}
.kicpa-layer-content .jobRcmd-scope .selection-grid .empty-row td {
    text-align: center;
    color: #98A2B3;
    padding: 24px 12px;
}

/* ── 결과보고 textarea ── */
.kicpa-layer-content .jobRcmd-scope .feedback-textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid var(--field-border, #DDE3EE);
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.6;
    background: #FFFFFF;
    color: #1A2B4A;
    resize: vertical;
    min-height: 140px;
    box-sizing: border-box;
    font-family: inherit;
}
.kicpa-layer-content .jobRcmd-scope .feedback-textarea:focus {
    outline: none;
    border-color: var(--accent, #1B4FCC);
    box-shadow: 0 0 0 3px var(--field-focus, rgba(27,79,204,0.25));
}
.kicpa-layer-content .jobRcmd-scope .feedback-textarea:disabled,
.kicpa-layer-content .jobRcmd-scope .feedback-textarea[readonly] {
    background: #F4F7FB;
    color: #5A77A8;
    cursor: not-allowed;
}

/* ── 결과보고 — 선임대상별 카드 ── */
.kicpa-layer-content .jobRcmd-scope .result-feedback-list {
    display: flex; flex-direction: column; gap: 14px;
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-row {
    border: 1px solid var(--field-border, #DDE3EE);
    border-left: 3px solid var(--accent, #1B4FCC);
    border-radius: 10px;
    padding: 14px 16px;
    background: #fff;
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-row-head {
    display: flex; align-items: center; gap: 10px;
    margin-bottom: 8px; flex-wrap: wrap;
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-row-head .rf-type {
    font-size: 12px; font-weight: 700; color: #fff;
    background: var(--accent, #1B4FCC);
    padding: 2px 10px; border-radius: 12px;
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-row-head .rf-name {
    font-size: 14px; font-weight: 700; color: #1A2B4A;
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-row-head .rf-org {
    font-size: 12px; color: #6c7a92;
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--field-border, #DDE3EE);
    border-radius: 8px;
    font-size: 13px; line-height: 1.6;
    background: #FFFFFF; color: #1A2B4A;
    resize: vertical; min-height: 110px;
    box-sizing: border-box; font-family: inherit;
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-textarea:focus {
    outline: none;
    border-color: var(--accent, #1B4FCC);
    box-shadow: 0 0 0 3px var(--field-focus, rgba(27,79,204,0.25));
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-textarea:disabled,
.kicpa-layer-content .jobRcmd-scope .result-feedback-textarea[readonly] {
    background: #F4F7FB; color: #5A77A8; cursor: not-allowed;
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-counter {
    text-align: right; font-size: 12px; color: #888;
    margin-top: 4px;
}
.kicpa-layer-content .jobRcmd-scope .result-feedback-empty {
    color: #99a0ad; font-size: 13px; padding: 12px 0;
}

/* ── 액션 버튼 영역 ── */
.kicpa-layer-content .jobRcmd-scope .jobRcmd-extra-actions {
    margin-top: 18px;
    text-align: right;
}
.kicpa-layer-content .jobRcmd-scope .jobRcmd-extra-actions .btn-primary {
    display: inline-block;
    padding: 12px 28px;
    border: none;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 700;
    color: #FFFFFF;
    background: var(--accent, #1B4FCC);
    cursor: pointer;
    transition: background .15s, opacity .15s;
}
.kicpa-layer-content .jobRcmd-scope .jobRcmd-extra-actions .btn-primary:hover:not(:disabled) {
    background: var(--accent-2, #0E3D9E);
}
.kicpa-layer-content .jobRcmd-scope .jobRcmd-extra-actions .btn-primary:disabled {
    background: #C4D4F0;
    cursor: not-allowed;
}

/* 모바일 */
@media (max-width: 640px) {
    .kicpa-layer-content .jobRcmd-scope .selection-grid th,
    .kicpa-layer-content .jobRcmd-scope .selection-grid td { padding: 10px 8px; font-size: 12px; }
    .kicpa-layer-content .jobRcmd-scope .selection-grid .col-org { display: none; }
    .kicpa-layer-content .jobRcmd-scope .files-list > li { flex-wrap: wrap; }
}
