/* ===== 미니멀 디자인 시스템 - 법률사무소 信 ===== */

/* Pretendard 폰트 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* 로고용 MaruBuri */
@font-face {
    font-family: 'MaruBuri';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/MaruBuri-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-bg-page: #F8FAFC;
    --color-bg-card: #FFFFFF;
    --color-primary: #0F172A;
    --color-secondary: #64748B;
    --color-accent: #2563EB;
    --color-border: #E2E8F0;
    --color-input-bg: #F8FAFC;
    --color-input-border: #CBD5E1;
    --color-placeholder: #94A3B8;
    --color-success: #059669;
    --color-warning: #D97706;
    --radius-sm: 6px;
    --radius-md: 12px;
    --radius-lg: 16px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, sans-serif;
    background-color: var(--color-bg-page);
    color: var(--color-primary);
    line-height: 1.6;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* 스크롤바 */
body::-webkit-scrollbar {
    width: 4px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
    background: #CBD5E1;
    border-radius: 2px;
}

/* ========== 信 헤더 전용 스타일 ========== */

.hanja-shin {
    font-family: 'Zhi Mang Xing', cursive !important;
    font-size: 1.6em !important;
    font-weight: 400 !important;
    font-style: normal !important;
    display: inline-block;
    margin: 0 0.1em;
    line-height: 1;
    vertical-align: baseline;
    letter-spacing: 0;
    color: inherit !important;
    background: none !important;
    -webkit-text-fill-color: initial !important;
    position: relative;
    top: 0.08em;
}

.header-left .hanja-shin {
    font-size: 1.4em !important;
    top: 0.05em;
}

/* Header */
.header {
    background: #0F172A;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    padding: 0.5rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
}

.header-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
}

.header-left {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.2;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    text-decoration: none;
    transition: all 0.2s;
    padding: 0.5rem;
    margin: -0.5rem;
    border-radius: var(--radius-sm);
}

.header-left:hover {
    background: rgba(255, 255, 255, 0.08);
}

.header-left .main-info {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.header-left strong {
    color: #FFFFFF;
    font-weight: 700;
    font-size: 0.9rem;
}

.header-left .website-info {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
}

.header-left .website-info i {
    font-size: 0.65rem;
}

.browser-tip {
    color: rgba(255, 255, 255, 0.6);
    font-size: 1rem;
    background: transparent;
    padding: 0.5rem;
    border: none;
    cursor: pointer;
    transition: all 0.15s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--radius-sm);
}

.browser-tip:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #FCD34D;
}

/* ========== Main Content ========== */
.main-content {
    flex: 1;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    padding: 2rem 1.5rem;
}

/* Page Header - 미니멀 */
.page-header {
    text-align: center;
    margin-bottom: 2rem;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
}

.page-header::before {
    display: none;
}

.hero-accent-line {
    width: 40px;
    height: 3px;
    background: var(--color-accent);
    border-radius: 2px;
    margin: 0 auto 1.25rem;
}

.page-title {
    font-size: 1.75rem;
    font-weight: 800;
    color: var(--color-primary);
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    letter-spacing: -0.02em;
}

.page-icon {
    font-size: 1.5rem;
    color: var(--color-accent);
}

.page-description {
    font-size: 1rem;
    color: var(--color-secondary);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
}

.page-description small {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.85rem;
    color: var(--color-secondary);
}

/* 업데이트 안내 뱃지 */
.update-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 1rem;
    padding: 6px 14px;
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
    border-radius: 20px;
    color: #1D4ED8;
    font-size: 0.8rem;
    font-weight: 600;
}

.update-badge i {
    font-size: 0.8rem;
    color: var(--color-accent);
}

/* ========== Content Card ========== */
.content-card {
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    padding: 1.75rem;
    border-radius: var(--radius-lg);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    margin-bottom: 1.25rem;
}

/* Section Header */
.section-header {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    letter-spacing: -0.01em;
}

.section-header i {
    color: var(--color-accent);
    font-size: 1.1rem;
}

/* ========== 법원 검색창 ========== */
.court-search-container {
    position: relative;
    z-index: 1001;
}

.court-search-input {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--color-input-border);
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    background: var(--color-input-bg);
    color: var(--color-primary);
    transition: all 0.15s;
}

.court-search-input:focus {
    outline: none;
    background: #FFFFFF;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.court-search-input::placeholder {
    color: var(--color-placeholder);
}

.search-results-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
    display: none;
    margin-top: 4px;
}

.search-result-item {
    padding: 12px 16px;
    border-bottom: 1px solid var(--color-border);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: background 0.1s;
}

.search-result-item:hover {
    background: var(--color-bg-page);
}

.search-result-item:last-child {
    border-bottom: none;
}

.court-name {
    font-weight: 600;
    color: var(--color-primary);
    font-size: 0.95rem;
}

.court-status {
    font-size: 0.78rem;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.status-available {
    background: #ECFDF5;
    color: var(--color-success);
}

.status-preparing {
    background: #FFFBEB;
    color: var(--color-warning);
}

/* 선택된 법원 정보 */
.selected-court-info {
    background: var(--color-bg-page);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 1rem 1.25rem;
    margin-top: 1rem;
    display: none;
}

.selected-court-name {
    font-size: 1.2rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 6px;
}

.court-detail-info {
    font-size: 0.9rem;
    color: var(--color-secondary);
    line-height: 1.6;
}

/* ========== 등록된 법원 태그 ========== */
.court-tags-section {
    margin-top: 1.25rem;
    background: var(--color-bg-card);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 1.5rem;
    text-align: center;
}

.court-tags-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--color-primary);
    margin-bottom: 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
}

.court-tags-title i {
    color: var(--color-accent);
    font-size: 0.9rem;
}

.court-tags-desc {
    font-size: 0.8rem;
    color: var(--color-secondary);
    margin-bottom: 1rem;
}

.court-tags-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
}

.court-tag {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.15s;
    border: 1px solid;
}

.court-tag.available {
    background: #ECFDF5;
    color: #047857;
    border-color: #A7F3D0;
}

.court-tag.available:hover {
    background: #D1FAE5;
    border-color: #059669;
}

.court-tag.preparing {
    background: #FFFBEB;
    color: #B45309;
    border-color: #FDE68A;
}

.court-tag i {
    font-size: 0.65rem;
}

/* ========== 폼 ========== */
.search-forms-container {
    display: none;
}

.form-control {
    width: 100%;
    padding: 0.85rem 1rem;
    border: 1px solid var(--color-input-border);
    border-radius: var(--radius-sm);
    font-size: 1rem;
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    background: var(--color-input-bg);
    color: var(--color-primary);
    transition: all 0.15s;
}

.form-control:focus {
    outline: none;
    background: #FFFFFF;
    border-color: var(--color-accent);
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.form-control::placeholder {
    color: var(--color-placeholder);
}

.form-label {
    font-weight: 600;
    color: var(--color-primary);
    margin-bottom: 6px;
    font-size: 0.95rem;
}

.input-group-custom {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.input-group-custom label {
    flex-shrink: 0;
    min-width: 120px;
}

/* ========== 버튼 ========== */
.button-primary {
    background: var(--color-primary);
    color: white;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-md);
    font-weight: 700;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
    font-size: 0.95rem;
    transition: background 0.15s;
}

.button-primary:hover {
    background: var(--color-accent);
}

.button-secondary {
    background: transparent;
    color: var(--color-primary);
    border: 1px solid var(--color-border);
    padding: 0.75rem 1.5rem;
    border-radius: var(--radius-md);
    font-weight: 600;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
    font-size: 0.95rem;
    transition: all 0.15s;
}

.button-secondary:hover {
    background: var(--color-bg-page);
    border-color: var(--color-input-border);
}

/* ========== 결과 ========== */
.result-item {
    background: var(--color-bg-page);
    border-radius: var(--radius-md);
    padding: 1.5rem;
    margin-bottom: 1rem;
    border-left: 3px solid var(--color-accent);
}

.result-item h3 {
    color: var(--color-primary);
    font-weight: 700;
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.2rem;
}

/* ========== 로딩 ========== */
.loading-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.loading-dots {
    display: flex;
    gap: 8px;
    margin-bottom: 1.25rem;
}

.loading-dots span {
    width: 10px;
    height: 10px;
    background: var(--color-accent);
    border-radius: 50%;
    animation: dotPulse 1.4s ease-in-out infinite;
}

.loading-dots span:nth-child(1) {
    animation-delay: 0s;
}

.loading-dots span:nth-child(2) {
    animation-delay: 0.2s;
}

.loading-dots span:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes dotPulse {

    0%,
    80%,
    100% {
        transform: scale(0.6);
        opacity: 0.3;
    }

    40% {
        transform: scale(1.2);
        opacity: 1;
    }
}

.loading-text {
    font-size: 1rem;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.loading-subtext {
    font-size: 0.85rem;
    color: var(--color-secondary);
}

.loading-symbol {
    width: 52px;
    height: 52px;
    background: var(--color-primary);
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
    animation: symbolPulse 2s ease-in-out infinite;
}

.loading-symbol span {
    color: white;
    font-size: 1.75rem;
    font-weight: bold;
    font-family: serif;
}

@keyframes symbolPulse {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.04);
    }
}

.loading-progress {
    width: 180px;
    height: 3px;
    background: var(--color-border);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 1rem;
}

.loading-progress-bar {
    height: 100%;
    background: var(--color-accent);
    border-radius: 2px;
    animation: progressSlide 1.5s ease-in-out infinite;
}

@keyframes progressSlide {
    0% {
        width: 0%;
        margin-left: 0%;
    }

    50% {
        width: 60%;
        margin-left: 20%;
    }

    100% {
        width: 0%;
        margin-left: 100%;
    }
}

.loading {
    display: inline-block;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: white;
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ========== Footer ========== */
.footer {
    background: #0F172A;
    border-top: none;
    padding: 1.25rem 0;
    margin-top: auto;
}

.footer-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}

.footer-links {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.footer-links a {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 600;
    transition: color 0.15s;
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.footer-links a:hover {
    color: #93C5FD;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.72rem;
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 1.6;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* ========== 모달 ========== */
.home-guide-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2000;
    animation: fadeIn 0.2s ease;
}

.home-guide-modal.show {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    overflow-y: auto;
}

.home-guide-content {
    background: var(--color-bg-card);
    border-radius: var(--radius-lg);
    padding: 20px;
    padding-top: 60px;
    max-width: 380px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.12);
    position: relative;
    animation: slideUp 0.2s ease;
    margin: auto;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-link-copy {
    position: absolute;
    top: 15px;
    left: 20px;
    right: 50px;
    background: var(--color-primary);
    border: none;
    border-radius: var(--radius-sm);
    padding: 8px 12px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transition: all 0.15s;
    font-size: 12px;
    color: white;
    font-weight: 600;
}

.service-link-copy.copied {
    background: var(--color-success);
}

.guide-header {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
}

.guide-header h3 {
    font-size: 18px;
    color: var(--color-primary);
    margin-bottom: 6px;
    font-weight: 700;
    padding: 0 20px;
    line-height: 1.4;
}

.guide-header p {
    color: var(--color-secondary);
    font-size: 13px;
}

.guide-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
    color: var(--color-secondary);
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background 0.15s;
}

.guide-close:hover {
    background: var(--color-bg-page);
}

.browser-section {
    margin-bottom: 16px;
    padding: 14px;
    background: var(--color-bg-page);
    border-radius: var(--radius-md);
    border: 1px solid var(--color-border);
}

.browser-section h4 {
    font-size: 14px;
    color: var(--color-primary);
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.browser-icon {
    width: 20px;
    height: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.samsung-icon {
    background: #1428A0;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
}

.chrome-icon {
    font-size: 18px;
}

.safari-icon {
    color: #007AFF;
    font-size: 18px;
}

.guide-steps {
    list-style: none;
    padding: 0;
    margin: 0;
}

.guide-steps li {
    font-size: 13px;
    color: var(--color-secondary);
    padding: 4px 0 4px 16px;
    position: relative;
}

.guide-steps li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 4px;
    height: 4px;
    background: var(--color-accent);
    border-radius: 50%;
}

.guide-footer {
    text-align: center;
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--color-border);
}

.guide-benefit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: var(--color-success);
    font-size: 13px;
    font-weight: 600;
}

/* ========== 유틸리티 ========== */
.text-center {
    text-align: center;
}

.text-muted {
    color: var(--color-secondary);
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mt-4 {
    margin-top: 1rem;
}

.me-2 {
    margin-right: 0.5rem;
}

/* ========== 조성욱 변호사 배너 ========== */
.lawyer-banner {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: var(--color-bg-card);
    padding: 10px 16px 10px 11px;
    border-radius: var(--radius-md);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: var(--color-primary);
    transition: all 0.2s;
    z-index: 9999;
    border: 1px solid var(--color-border);
}

.lawyer-banner:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    border-color: var(--color-input-border);
}

.lawyer-icon-box {
    width: 32px;
    height: 32px;
    background: var(--color-bg-page);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-accent);
    font-size: 0.9rem;
    flex-shrink: 0;
}

.lawyer-text-box {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.lawyer-title {
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: -0.01em;
}

.lawyer-subtitle {
    font-size: 0.6rem;
    color: var(--color-secondary);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
}

.lawyer-subtitle::after {
    content: '→';
    font-size: 0.8em;
    transition: transform 0.15s;
}

.lawyer-banner:hover .lawyer-subtitle::after {
    transform: translateX(3px);
}

/* ========== Mobile ========== */
@media (max-width: 599px) {
    .header-container {
        padding: 0 1rem;
    }

    .header-left {
        font-size: 0.8rem;
        padding: 0.25rem;
    }

    .header-left strong {
        font-size: 0.8rem;
    }

    .browser-tip {
        font-size: 0.9rem;
        padding: 0.3rem 0.5rem;
    }

    .main-content {
        padding: 1.5rem 1rem;
    }

    .page-title {
        font-size: 1.35rem;
        gap: 0.5rem;
    }

    .page-icon {
        font-size: 1.25rem;
    }

    .page-description {
        font-size: 0.9rem;
    }

    .page-description small {
        font-size: 0.8rem;
    }

    .content-card {
        padding: 1.25rem;
    }

    .input-group-custom {
        flex-direction: column;
        align-items: stretch;
        gap: 0.5rem;
    }

    .input-group-custom label {
        width: 100%;
        min-width: auto;
    }

    .footer {
        padding: 0.75rem 0;
    }

    .footer-links {
        gap: 1.5rem;
        font-size: 0.85rem;
    }

    .footer-copyright {
        font-size: 0.68rem;
    }

    .lawyer-banner {
        bottom: 16px;
        right: 16px;
        padding: 8px 13px 8px 10px;
    }

    .lawyer-icon-box {
        width: 28px;
        height: 28px;
        font-size: 0.85rem;
    }

    .lawyer-title {
        font-size: 0.72rem;
    }
}

/* 갤럭시 폴드 등 특수 기기 */
@media (max-width: 380px),
(max-height: 700px) {
    .home-guide-modal.show {
        padding: 10px;
    }

    .home-guide-content {
        max-width: calc(100vw - 20px);
        max-height: calc(100vh - 20px);
        padding: 15px;
        padding-top: 55px;
    }

    .service-link-copy {
        top: 10px;
        left: 15px;
        right: 45px;
        padding: 6px 10px;
        font-size: 11px;
    }

    .guide-close {
        top: 10px;
        right: 10px;
        width: 25px;
        height: 25px;
        font-size: 18px;
    }

    .guide-header {
        padding-top: 25px;
        margin-bottom: 15px;
    }

    .guide-header h3 {
        font-size: 16px;
        padding: 0 15px;
    }

    .guide-header p {
        font-size: 11px;
    }

    .browser-section {
        margin-bottom: 12px;
        padding: 10px;
    }

    .browser-section h4 {
        font-size: 13px;
    }

    .guide-steps li {
        font-size: 12px;
        padding: 3px 0 3px 16px;
    }

    .guide-footer {
        margin-top: 12px;
        padding-top: 12px;
    }

    .guide-benefit {
        font-size: 12px;
    }
}

/* 폴드 언폴드 */
@media (min-width: 380px) and (max-width: 520px) and (min-height: 700px) and (max-height: 900px) {
    .home-guide-content {
        max-height: 85vh;
    }
}

/* ========== 조성욱 변호사 배너 ========== */
.lawyer-banner {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: #1E293B;
    padding: 10px 16px 10px 11px;
    border-radius: var(--radius-md);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #FFFFFF;
    transition: all 0.2s;
    z-index: 9999;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.lawyer-banner:hover {
    background: #334155;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

.lawyer-icon-box {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #93C5FD;
    font-size: 0.9rem;
    flex-shrink: 0;
}

.lawyer-text-box {
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.lawyer-title {
    font-size: 0.76rem;
    font-weight: 700;
    color: #FFFFFF;
    letter-spacing: -0.01em;
}

.lawyer-subtitle {
    font-size: 0.6rem;
    color: rgba(255, 255, 255, 0.5);
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 3px;
}

.lawyer-subtitle::after {
    content: '→';
    font-size: 0.8em;
    transition: transform 0.15s;
}

.lawyer-banner:hover .lawyer-subtitle::after {
    transform: translateX(3px);
}

/* 인쇄 */
@media print {

    .no-print,
    .header,
    .browser-tip,
    .lawyer-banner,
    .footer-links {
        display: none !important;
    }

    .footer-copyright {
        border-top: none;
        padding-top: 1rem;
        margin-top: 1rem;
    }
}