/* =================================================================
     [PART 1] 레이아웃 초기화 및 상단 연락처 가이드 알림창 구역
     ================================================================= */
.rx-mod-wrt { 
    max-width: 1000px; 
    margin: 0 auto; 
    font-family: -apple-system, BlinkMacSystemFont, "Noto Sans KR", sans-serif; 
    color: #334155; 
}
.rx-minimal-notice { 
    display: flex;flex-direction: column;gap: 6px;padding: 10px 8px;margin-bottom: 25px;background: #f1f5f9;border: 1px solid #e2e8f0;
    border-left: 4px solid #2563eb;border-radius: 8px;box-sizing: border-box;}
@media screen and (max-width: 768px) {.rx-minimal-notice {padding: 12px 16px;margin-bottom: 20px;gap: 4px;}}

/* 알림창 내부 타이포그래피 및 요소 스타일 */
.rx-minimal-notice h2 { font-size: 14.5px; font-weight: 700; margin: 0 0 4px 0; color: #1e293b; letter-spacing: -0.3px; }
.rx-minimal-notice p { font-size: 13.5px; margin: 0; color: #475569; line-height: 1.6; }
.rx-minimal-notice .no-phone-alert { font-size: 13.5px; font-weight: 700; color: #991b1b; background: #fee2e2; padding: 2px 6px; border-radius: 4px; display: inline-block; }
.rx-minimal-notice .sub-info { font-size: 11px; color: #64748b; display: block; margin-top: 4px; border-top: 1px dashed #e2e8f0; padding-top: 6px; }
.rx-minimal-notice .phone-highlight { font-size: 12.5px; font-weight: 700; color: #1d4ed8; background: #e0f2fe; padding: 2px 6px; border-radius: 4px; margin: 0 2px; display: inline-block; }
.rx-minimal-notice .btn-edit-profile { font-size: 12px; font-weight: 600; color: #475569; text-decoration: none; border: 1px solid #cbd5e1; background: #ffffff; padding: 2px 6px; border-radius: 4px; margin-left: 4px; display: inline-block; vertical-align: middle; transition: all 0.15s ease; }
.rx-minimal-notice .btn-edit-profile:hover { background: #f1f5f9; border-color: #94a3b8; color: #0f172a; }

/* 확장변수 감싸기 및 테이블 Flex 레이아웃 대전환 구역 */
.extraVarsList12 { background: transparent; border: none; padding: 0; margin-bottom: 25px; box-sizing: border-box; }
.extraVarsList12 .jungo { table-layout: fixed; width: 100%; border-collapse: collapse; border: none; display: flex; flex-direction: column; }
.extraVarsList12 .jungo tr { width: 100%; box-sizing: border-box; display: flex; border: none; border-bottom: 1px solid #f1f5f9; }
.extraVarsList12 .jungo tr td, .extraVarsList12 .jungo tr th { border: none; }
.extraVarsList12 .jungo tr:last-child { border-bottom: none; }

/* th(타이틀) 영역 가로폭 잠금 및 플렉스 교정 */
.extraVarsList12 .jungo th { display: inline-flex; align-items: center; width: 100px; max-width: 100px; min-width: 70px; padding: 20px 10px 20px 0; text-align: left; font-size: 13px; font-weight: 600; color: #475569; letter-spacing: -0.4px; vertical-align: middle; box-sizing: border-box; }
.extraVarsList12 .jungo th::after { content: none; display: none; }

/* 필수 배지 em 우측 밀착 */
.extraVarsList12 .jungo th em { display: inline-block; font-style: normal; color: #ef4444; font-weight: 700; font-size: 14px; vertical-align: middle; margin-left: 4px; }

/* td(입력창) 영역 가로폭 고수 및 플렉스 교정 */
.extraVarsList12 .jungo td { display: inline-flex; align-items: center; width: calc(100% - 130px); max-width: calc(100% - 130px); padding: 18px 0; text-align: left; vertical-align: middle; font-size: 13px; box-sizing: border-box; }

/* 입력창 공통 브랜딩 디자인 */
.extraVarsList12 input[type="text"], .extraVarsList12 input.itx, .extraVarsList12 .jungo td input { height: 40px; line-height: 38px; padding: 0 12px; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 13px; color: #334155; background: #fff; box-sizing: border-box; outline: none; transition: all 0.15s ease-in-out; display: inline-block; vertical-align: middle; }
.extraVarsList12 input::placeholder { color: #94a3b8; }
.extraVarsList12 select:focus, .extraVarsList12 input:focus { border-color: #4f46e5; background-color: #f8fafc; box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1); }

/* 💡 [정렬 마킹 완결] v8과 v20 행을 최하단 순서로 강제 재배치합니다 */
.extraVarsList12 .jungo tr:has([name="v8"]), .extraVarsList12 .jungo tr:has([id="v8"]) { order: 998 !important; }
.extraVarsList12 .jungo tr:has([name="v20"]), .extraVarsList12 .jungo tr:has([id="v20"]) { order: 999 !important; }

/* 1차 / 2차 물품종류 셀렉터 모던 화살표 리빌딩 구역 (불필요한 !important 대거 청소 완료) */
.extraVarsList12 select.mp-input, .extraVarsList12 select.mp-dependent { width: 240px !important; height: 40px !important; line-height: 38px !important; padding: 0 35px 0 12px !important; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; background: #fff url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23475569%27%20stroke-width%3D%272.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpolyline%20points%3D%276%209%2012%2015%2018%209%27%2F%3E%3C%2Fsvg%3E") no-repeat right 14px center / 14px !important; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 13px; box-sizing: border-box; vertical-align: middle; display: inline-block !important; }
.extraVarsList12 select.mp-input { display: inline-block !important; visibility: visible !important; }
.extraVarsList12 select.mp-dependent { display: inline-block; visibility: visible; }

/* 2차 분류 간격 조절 및 불필요한 가상 요소 파괴 구역 */
.extraVarsList12 select.mp-dependent { margin-left: 6px !important; }

.extraVarsList12 .jungo td::after, .extraVarsList12 .jungo tr td::after, .extraVarsList12 .jungo tr::after, .extraVarsList12 td::after, .extraVarsList12 tr::after, .td-price-zone::after { content: none !important; display: none !important; }

/* 텍스트 입력창 모드 전용 가격창 및 단위 배지 제어 구역 */
.extraVarsList12 .jungo td.td-price-zone { display: inline-flex !important; align-items: center !important; gap: 8px !important; padding: 12px 0 !important; position: relative !important; width: auto !important; white-space: nowrap !important; }
.extraVarsList12 .jungo td.td-price-zone .unit-won, .extraVarsList12 .jungo input[id^="extra_vars1"] + .unit-won, .extraVarsList12 .jungo input[name*="extra_vars1"] + .unit-won { display: inline-block !important; visibility: visible !important; margin: 0 0 0 6px !important; transform: translateY(4px) !important; font-size: 16.5px; font-weight: 700; color: #ef4444; line-height: normal; }
.extraVarsList12 .jungo td.td-price-zone p { display: none !important; }

/* 라디오/체크박스 선택 모드 전용 가격창 및 리스트 정렬 구역 */
.extraVarsList12 .jungo td.is-price-radio-mode { display: inline-flex !important; flex-wrap: wrap !important; align-items: center !important; gap: 5px 4px !important; max-width: 550px !important; width: auto !important; white-space: normal !important; position: relative !important; }
.extraVarsList12 .jungo td.is-price-radio-mode .unit-won { display: none !important; visibility: hidden !important; }
.extraVarsList12 .jungo td.is-price-radio-mode li { display: inline-flex !important; align-items: center !important; position: relative !important; width: auto !important; margin: 0 !important; padding: 0 !important; }
.extraVarsList12 .jungo td.is-price-radio-mode label { display: inline-flex !important; position: relative !important; z-index: 5 !important; width: auto; }
/* 제목창 & 가격창 독립 제어 및 연락처/이메일 하이브리드 배열 절대 방어선 */
.extraVarsList12 .jungo input[id="postTitle"], .extraVarsList12 .jungo input[name="title"] { width: 100% !important; }
.extraVarsList12 .jungo td.td-price-zone input { width: 300px !important; max-width: 300px !important; min-width: 300px !important; }
.extraVarsList12 .jungo td .inline-contact-group { display: flex !important; align-items: center !important; gap: 12px !important; width: 100% !important; max-width: 710px !important; box-sizing: border-box !important; }
.extraVarsList12 .jungo td .inline-contact-group .email-container-wrap { display: inline-flex !important; align-items: center !important; gap: 4px !important; }

/* 연락처, 이메일, 년식, 운행km 입력창 및 셀렉터 너비 독립 잠금 제어 구역 */
.extraVarsList12 .jungo td .inline-contact-group .td-phone-zone input { width: 90px !important; max-width: 90px !important; min-width: 90px !important; }
.extraVarsList12 .jungo td .inline-contact-group .td-email-zone input { width: 260px !important; max-width: 260px !important; min-width: 260px !important; }
.extraVarsList12 .jungo td .inline-contact-group select { width: 130px !important; max-width: 130px !important; min-width: 130px !important; height: 40px !important; line-height: 38px !important; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 13px; padding: 0 12px; box-sizing: border-box; }
.extraVarsList12 .jungo td.td-year-zone input { width: 200px !important; max-width: 200px !important; min-width: 200px !important; }
.extraVarsList12 .jungo td.td-km-zone input { width: 180px !important; max-width: 180px !important; min-width: 180px !important; }

/* 안내 배지 및 설명 텍스트 라인 유지와 라디오/체크박스 캡슐 배지화 구역 */
.extraVarsList12 .jungo td.td-price-zone, .extraVarsList12 .jungo td.td-email-zone, .extraVarsList12 .jungo td.td-year-zone, .extraVarsList12 .jungo td.td-km-zone { white-space: nowrap !important; }
.extraVarsList12 .jungo td p { white-space: normal !important; margin-top: 8px !important; }
.extraVarsList12 .jungo td:has(ul), .extraVarsList12 .jungo td:has(.xu) { max-width: 870px !important; overflow: visible !important; }
.extraVarsList12 .jungo td ul, .extraVarsList12 .jungo td .xu { list-style: none !important; padding: 0 !important; margin: 0 !important; display: inline-flex !important; flex-wrap: wrap !important; gap: 5px 4px !important; max-width: 550px !important; white-space: normal !important; }
.extraVarsList12 .jungo td li { list-style: none !important; display: inline-flex !important; align-items: center !important; }

/* 순정 체크박스/라디오 숨김 및 대체 실선 라벨 배지 디자인 구역 */
.extraVarsList12 .jungo td input[type="radio"], .extraVarsList12 .jungo td input[type="checkbox"] { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; border: 0 !important; opacity: 0 !important; }
.extraVarsList12 .jungo td label { font-size: 11px; font-weight: 500; color: #475569; background: #ffffff; border: 1px solid #cbd5e1; box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); padding: 3px 8px 3px 6px; border-radius: 5px; cursor: pointer; display: inline-flex !important; align-items: center !important; gap: 3px; letter-spacing: -0.5px; transition: all 0.15s ease; }
.extraVarsList12 .jungo td li:hover label { background: #f8fafc; border-color: #94a3b8; color: #0f172a; }

/* 활성화 점등 스타일 및 판매지역 지도 핀 아이콘 주입 구역 */
.extraVarsList12 .jungo td input:checked + label, .extraVarsList12 .jungo td label.checked { background: #e0e7ff !important; border-color: #4f46e5 !important; color: #4f46e5 !important; font-weight: 600 !important; }
.extraVarsList12 .jungo tr:has([name*="extra_vars2"]) td label::before { content: "" !important; display: inline-block !important; width: 11px; height: 11px; vertical-align: middle; background: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%2364748b%27%20stroke-width%3D%272.5%27%3E%3Cpath%20d%3D%27M21%2010c0%207-9%2013-9%2013s-9-6-9-13a9%209%200%200%201%2018%200z%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2710%27%20r%3D%273%27%2F%3E%3C%2Fsvg%3E") no-repeat center / contain; }
.extraVarsList12 .jungo tr:has([name*="extra_vars2"]) td input:checked + label::before, .extraVarsList12 .jungo tr:has([name*="extra_vars2"]) td label.checked::before { background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%234f46e5%27%20stroke-width%3D%272.5%27%3E%3Cpath%20d%3D%27M21%2010c0%207-9%2013-9%2013s-9-6-9-13a9%209%200%200%201%2018%200z%27%2F%3E%3Ccircle%20cx%3D%2712%27%20cy%3D%2710%27%20r%3D%273%27%2F%3E%3C%2Fsvg%3E") !important; }

/* 문서 상태창 및 기타 셀렉터 디자인 정리 구역 */
.extraVarsList12 select[name*="status"], .extraVarsList12 select[id*="status"], .extraVarsList12 .jungo tr:last-child td select { width: 120px !important; max-width: 120px !important; min-width: 120px !important; height: 40px !important; line-height: 38px !important; padding: 0 35px 0 12px !important; box-sizing: border-box !important; display: inline-block !important; -webkit-appearance: none !important; -moz-appearance: none !important; appearance: none !important; background: #ffffff url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23475569%27%20stroke-width%3D%272.5%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpolyline%20points%3D%276%209%2012%2015%2018%209%27%2F%3E%3C%2Fsvg%3E") no-repeat right 14px center / 14px !important; border: 1px solid #cbd5e1; border-radius: 6px; font-size: 13px; color: #334155; vertical-align: middle; margin: 0; outline: none; }
.extraVarsList12 select[name*="status"]:focus, .extraVarsList12 select[id*="status"]:focus { border-color: #4f46e5 !important; background-color: #f8fafc !important; box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1) !important; }


/* 타이틀 래퍼, 달력(구입시기) 버튼 및 배너 하단 마무리 구역 */
.extraVarsList12 .title-wrapper { width: 100% !important; display: flex !important; align-items: center !important; gap: 8px !important; }
.extraVarsList12 .title-wrapper .itx_wrp { flex: 1 !important; }
.extraVarsList12 .title-wrapper .itx_wrp label { display: none !important; }
.extraVarsList12 .load-btn-box { flex-shrink: 0 !important; }
.extraVarsList12 .load-btn-box button.bd_btn { height: 40px !important; padding: 0 16px !important; border: 1px solid #cbd5e1; background: #ffffff; color: #475569; border-radius: 6px; font-size: 13px; font-weight: 700; }
.extraVarsList12 .jungo td br { display: none !important; }
.extraVarsList12 .jungo td .input-append, .extraVarsList12 .jungo td div[id^="ext_"] { display: inline-flex !important; align-items: center !important; gap: 4px !important; width: auto !important; }
.extraVarsList12 .jungo td input[id^="date_"] { width: 180px !important; max-width: 180px !important; display: inline-block !important; }
.extraVarsList12 .jungo td input[type="button"] { width: auto !important; height: 40px !important; padding: 0 14px !important; border: 1px solid #cbd5e1; background: #ffffff; color: #64748b; border-radius: 6px; font-size: 12.5px; font-weight: 600; white-space: nowrap; display: inline-block; }
.extraVarsList12 .jungo td input[type="button"]:hover { background: #fff5f5; border-color: #fca5a5; color: #ef4444; }

/* 최하단 캡션 및 광고 배너 구역 */
.extraVarsList12 table.jungo caption { text-align: left !important; padding: 0 0 8px 4px !important; caption-side: top !important; }
.extraVarsList12 table.jungo caption strong em { color: #ef4444; font-style: normal; }
.extraVarsList12 .banner-row-container { text-align: center !important; padding: 20px 0 !important; }
.extraVarsList12 .banner-row-container img { max-width: 100% !important; height: auto !important; border-radius: 6px; }

/* 버튼을 감싸는 전체 컨테이너 및 공통 버튼 디자인 정리 구역 */
.write-action-group { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 30px; margin-bottom: 20px; padding: 15px 0; border-top: 1px solid #eef1f5; }
.action-btn { display: inline-flex; align-items: center; justify-content: center; height: 46px; padding: 0 24px; font-size: 14px; font-weight: 600; line-height: 1; border: 1px solid transparent; border-radius: 8px; cursor: pointer; box-sizing: border-box; user-select: none; transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.1s ease, box-shadow 0.2s ease; }
.action-btn:active { transform: scale(0.98); }

/* ◀ [왼쪽 배치] 돌아가기 버튼 */
.action-btn--cancel { order: 1; background-color: #ffffff; border-color: #d1d5db; color: #6b7280; }
.action-btn--cancel:hover { background-color: #fef2f2; border-color: #fca5a5; color: #ef4444; }

/* ▶ [오른쪽 배치 그룹] 임시저장 버튼 */
.action-btn--temp { order: 2; margin-left: auto; background-color: #ffffff; border-color: #cbd5e1; color: #475569; }
.action-btn--temp:hover { background-color: #f8fafc; border-color: #94a3b8; color: #1e293b; }

/* ▶ 미리보기 버튼 */
.action-btn--secondary { order: 3; background-color: #f1f5f9; border-color: #cbd5e1; color: #334155; }
.action-btn--secondary:hover { background-color: #e2e8f0; border-color: #94a3b8; color: #1e293b; }

/* ▶ 등록 버튼 */
.action-btn--primary { order: 4; background-color: #2563eb; color: #ffffff; }
.action-btn--primary:hover { background-color: #1d4ed8; box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2); }

/* 모바일 환경 대응 (화면이 아주 좁아질 때) */
@media screen and (max-width: 480px) {
    .write-action-group { gap: 8px !important; padding: 10px 0 !important; }
    .action-btn { flex: 1 1 calc(50% - 4px) !important; height: 42px !important; font-size: 13px !important; padding: 0 !important; }
    .action-btn--temp { margin-left: 0 !important; } /* 왼쪽/오른쪽 강제 찢기 해제 */
}




/* 모바일 환경 대응 (768px 이하 해상도 전체 레이아웃 세로 전환 구역) */
@media (max-width: 768px) {
    .extraVarsList12 { width: 100% !important; padding: 12px 4px !important; box-sizing: border-box !important; }
    .extraVarsList12 table.jungo { width: 100% !important; table-layout: auto !important; display: block !important; }
    .extraVarsList12 table.jungo tbody { display: block !important; width: 100% !important; }
    .extraVarsList12 table.jungo tr { display: block !important; width: 100% !important; padding: 10px 0 !important; border-bottom: 1px solid #f1f5f9 !important; }
    .extraVarsList12 table.jungo tr:last-child { border-bottom: none !important; }
    .extraVarsList12 table.jungo th { display: block !important; width: 100% !important; max-width: 100% !important; min-width: 0 !important; font-size: 13.5px; font-weight: 700; color: #334155; padding: 2px 4px 6px 4px !important; border-bottom: none !important; }
    .extraVarsList12 table.jungo td { display: block !important; width: 100% !important; max-width: 100% !important; padding: 0 4px !important; border-bottom: none !important; }
    .extraVarsList12 #postTitle, .extraVarsList12 input[type="text"]:not(#extra_vars1) { width: 100% !important; box-sizing: border-box !important; }

    /* [물품종류] 대분류/소분류 수직 스택 정렬 */
    .extraVarsList12 .category-select-wrapper { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 8px !important; width: 100% !important; }
    .extraVarsList12 select.mp-input, .extraVarsList12 select.mp-dependent { width: 100% !important; max-width: 100% !important; min-width: 100% !important; margin-left: 0 !important; }

    /* [연락처] 연락처와 이메일 그룹 수직 강제 드롭 분할 */
    .extraVarsList12 .inline-contact-group { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 12px !important; width: 100% !important; }
    .extraVarsList12 .contact-splitter { display: none !important; visibility: hidden !important; }
    .extraVarsList12 .td-phone-zone, .extraVarsList12 .td-email-zone { display: flex !important; width: 100% !important; max-width: 100% !important; }
    .extraVarsList12 .td-email-zone { align-items: center !important; gap: 6px !important; }
    .extraVarsList12 .td-phone-zone input, .extraVarsList12 .td-phone-zone select, .extraVarsList12 .td-email-zone .email-container-wrap, .extraVarsList12 .td-email-zone input { flex: 1 !important; width: 100% !important; }
}
    /* 필수항목(*) 안내문구 레이아웃 수장 및 쪼개짐 완벽 방어 */
    .extraVarsList12 table.jungo caption { display: block !important; width: 100% !important; white-space: nowrap !important; text-align: left !important; padding: 0 0 12px 4px !important; caption-side: top !important; }
    .extraVarsList12 table.jungo caption strong em { color: #ef4444; font-style: normal; }


/* [공용 구역] 부모 패널: Flex 가로 정렬 및 바둑판 배열 자동 줄바꿈 고정 */
.opt_chk.clear { display: flex !important; flex-direction: row !important; flex-wrap: wrap !important; align-items: center !important; gap: 12px 20px !important; padding: 16px 20px !important; background-color: #f8fafc !important; border: 1px solid #e2e8f0 !important; border-radius: 10px !important; margin: 20px 0 !important; box-sizing: border-box !important; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important; }
.opt_chk.clear::after { display: none !important; }

/* [공용 구역] sk_section: 코어의 width: 100%를 무력화하고 가로 통합 배치 */
.opt_chk .sk_section { display: inline-flex !important; flex-direction: row !important; align-items: center !important; gap: 16px !important; width: auto !important; max-width: none !important; min-width: 0 !important; float: none !important; margin: 0 !important; padding: 0 !important; }

/* [공용 구역] 뒷그룹 해방: [댓글허용·알림·공개] 래퍼들의 가로폭 제한을 풀고 이어서 나열 */
.opt_chk .sk_section > span, .opt_chk .sk_section > div, .opt_chk .sk_section > label { display: inline-flex !important; align-items: center !important; width: auto !important; max-width: none !important; margin: 0 !important; padding: 0 !important; gap: 6px !important; }

/* 제목 색상 선택기 래퍼 및 인디케이터 */
.opt_chk .itx_wrp.color_wrp { display: inline-flex !important; align-items: center !important; gap: 8px !important; margin: 0 !important; width: auto !important; }
.opt_chk .itx_wrp.color_wrp label { font-size: 13px !important; color: #475569 !important; font-weight: 500 !important; margin: 0 !important; }
.opt_chk .itx.color-indicator { width: 70px !important; height: 32px !important; padding: 0 8px !important; border: 1px solid #cbd5e1 !important; border-radius: 6px !important; background-color: #ffffff !important; font-size: 13px !important; text-align: center !important; outline: none !important; transition: border-color 0.2s !important; }
.opt_chk .itx.color-indicator:focus { border-color: #2563eb !important; }

/* 커스텀 체크박스 & 라디오 디자인 및 활성화 점등 스타일 */
.opt_chk input[type="checkbox"], .opt_chk input[type="radio"] { appearance: none !important; -webkit-appearance: none !important; width: 18px !important; height: 18px !important; border: 1px solid #cbd5e1 !important; border-radius: 4px !important; background-color: #ffffff !important; margin: 0 !important; display: inline-block !important; vertical-align: middle !important; cursor: pointer !important; position: relative !important; transition: background-color 0.2s, border-color 0.2s !important; flex-shrink: 0 !important; }
.opt_chk input[type="radio"] { border-radius: 50% !important; }
.opt_chk input[type="checkbox"]:hover, .opt_chk input[type="radio"]:hover { border-color: #94a3b8 !important; }
.opt_chk input[type="checkbox"]:checked { background-color: #2563eb !important; border-color: #2563eb !important; }
.opt_chk input[type="checkbox"]:checked::after { content: '' !important; position: absolute !important; left: 5px !important; top: 2px !important; width: 5px !important; height: 9px !important; border: solid #ffffff !important; border-width: 0 2px 2px 0 !important; transform: rotate(45deg) !important; }
.opt_chk input[type="radio"]:checked { border-color: #2563eb !important; background-color: #ffffff !important; }
.opt_chk input[type="radio"]:checked::after { content: '' !important; position: absolute !important; width: 10px !important; height: 10px !important; background-color: #2563eb !important; border-radius: 50% !important; left: 3px !important; top: 3px !important; }

/* 글자 레이블 깨짐 방어선 */
.opt_chk label { font-size: 13.5px !important; color: #334155 !important; font-weight: 500 !important; cursor: pointer !important; margin: 0 !important; display: inline-block !important; vertical-align: middle !important; user-select: none !important; white-space: nowrap !important; }
.opt_chk label b { font-weight: 600 !important; }

/* =================================================================
   모바일 반응형 최적화 전용 구역 (768px 이하 해상도 스케일링)
   ================================================================= */
@media (max-width: 768px) {
    /* 부모 패널 패딩만 콤팩트화 조율 (가로 나열 정렬은 상단 공용 설정을 그대로 상속) */
    .opt_chk.clear { padding: 16px !important; }
    
    /* 태그 영역 모바일 콤팩트 스케일링 (순정 원본 100% 보존 유지) */
    .tag.itx_wrp { padding: 14px 16px !important; }
    .tag.itx_wrp .itx { height: 42px !important; line-height: 42px !important; font-size: 13.5px !important; }
}
