/* index.html page-specific styles */
      /* 메인 비주얼: 왼쪽 슬로건+나머지 변호사 슬라이더, 오른쪽 곽윤서 고정 */
      .visual .visual_two_col {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        gap: 2rem;
        box-sizing: border-box;
      }
      .visual .visual_left {
        flex: 1 1 54%;
        min-width: 0;
      }
      .visual .visual_right {
        flex: 0 0 auto;
        width: 100%;
      }
      @media (min-width: 900px) {
        .visual .visual_two_col {
          display: grid !important;
          grid-template-columns: 1fr minmax(280px, 420px);
          grid-template-rows: auto auto;
          align-items: end;
          gap: 2rem;
        }
        .visual .visual_left {
          grid-column: 1;
          grid-row: 1;
          min-width: 0;
        }
        .visual .visual_right {
          grid-column: 2;
          grid-row: 1 / -1;
          width: 100%;
          max-width: 420px;
          min-width: 0;
          justify-self: end;
          overflow: visible;
        }
        /* 5명 슬라이더: 1번 컬럼만 사용해 곽윤서(2번 컬럼)와 겹치지 않음 */
        .visual .lawyer-slider-container {
          grid-column: 1;
          grid-row: 2;
          min-width: 0;
          width: 100%;
          max-width: 100%;
          box-sizing: border-box;
        }
        .visual .lawyer-slider-container .swiper {
          width: 100%;
          overflow: hidden;
          padding-top: 28px;
        }
        .visual .lawyer-slider-others .swiper-slide {
          box-sizing: border-box;
        }
      }
      @media (max-width: 899px) {
        .visual .visual_two_col {
          flex-direction: column;
          align-items: stretch !important;
        }
        .visual .innerWrap {
          padding-left: 0 !important;
        }
        .visual .slogan_wrap {
          text-align: center !important;
          margin-left: 0 !important;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        .visual .title {
          margin-left: 0 !important;
          width: 100%;
          text-align: center !important;
        }
        .visual .title h1,
        .visual .title .subtxt {
          text-align: center !important;
        }
        .visual .btn_group {
          justify-content: center !important;
          align-items: center;
          width: 100%;
          gap: 1rem;
          padding-top: 1.2rem !important;
        }
        .visual .btn_group .btncs {
          padding: 0.8rem 2rem !important;
        }
        .visual .lawyer-slider-container {
          order: 3;
          background: #f5f2ee;
          margin: 0 -1rem;
          padding: 1.5rem 1rem 2rem;
          width: calc(100% + 2rem);
          box-sizing: border-box;
        }
      }
      .jr-hero-fixed {
        position: relative;
        text-align: right;
        margin-top: 4rem;
      }
      .jr-hero-fixed {
        cursor: pointer;
        outline: none;
        border: none;
      }
      .jr-hero-fixed:focus {
        outline: none;
      }
      .jr-hero-fixed .hero-fixed-img {
        width: 100%;
        max-width: 420px;
        height: auto;
        min-height: 280px;
        display: block;
        margin-left: auto;
        object-fit: cover;
        object-position: center top;
        border-radius: 0 0 8px 8px;
        transition: transform 0.3s ease;
      }
      /* 프로필 더보기 – 호버 없이 항상 표시 */
      .jr-hero-profile-hint {
        position: absolute;
        left: 50%;
        top: 72%;
        transform: translate(-50%, -50%);
        padding: 0.75rem 1.5rem;
        background: rgba(70, 50, 38, 0.92);
        backdrop-filter: blur(8px);
        color: #f8f6f4;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.03em;
        line-height: 1.3;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        white-space: nowrap;
        opacity: 1;
        transition: box-shadow 0.28s ease;
        pointer-events: auto;
        cursor: pointer;
        z-index: 2;
      }
      /* 곽윤서 변호사 프로필 (호버 없음, 항상 표시) */
      .jr-hero-fixed {
        overflow: visible;
      }
      /* 모바일: 호버 없음 → 프로필 더보기 항상 표시, 터치로 탭 가능 */
      @media (max-width: 899px) {
        .jr-hero-profile-hint {
          opacity: 1;
          pointer-events: auto;
          cursor: pointer;
          font-size: 1.35rem;
          padding: 0.65rem 1.3rem;
        }
      }
      /* 텍스트를 사진 위에 오버레이 (찐한 오렌지브라운 배경으로 가독성 향상) */
      .jr-hero-fixed .lawyer-info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 1;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(123, 72, 35, 0.97) 50%, rgba(107, 62, 28, 0.98) 100%);
        border-radius: 0 0 8px 8px;
        padding: 2rem 1.5rem;
        margin: 0;
        text-align: left;
      }
      /* 이혼센터장 = 다른 변호사 pro/전문분야와 동일한 글자크기·색상 */
      .jr-hero-fixed .lawyer-info p:first-child {
        font-size: 2.4rem; /* 이혼전략센터장 1.5배 (1.6 × 1.5) */
        color: #fff !important;
        margin: 0 0 0.3rem 0;
        font-weight: 600;
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
      }
      .jr-hero-fixed .lawyer-info h3 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff;
        margin: 0 0 0.35rem 0;
        text-shadow: 0 1px 2px rgba(0,0,0,0.3);
      }
      .jr-hero-fixed .lawyer-info h3 + p,
      .jr-hero-fixed .lawyer-info p:last-of-type {
        font-size: 1.4rem;
        color: #fff;
        margin: 0;
        font-weight: 500;
        text-shadow: 0 1px 2px rgba(0,0,0,0.25);
      }
      /* PC에서도 전화상담/상담신청 버튼 모두 노출 */
      @media (min-width: 951px) {
        .visual .btn_group .btnCall {
          display: flex !important;
        }
      }
      /* 5명 사진 크기 축소, 잘리지 않도록 높이·비율 통일. 슬라이드 전체 클릭 영역 */
      .visual .lawyer-slider-others .swiper-slide {
        min-height: 200px;
        min-width: 0;
        flex-shrink: 0;
        position: relative;
        background: transparent !important;
        box-shadow: none !important;
        overflow: hidden;
        cursor: pointer;
      }
      .visual .lawyer-slider-others .swiper-slide::before {
        content: "";
        display: block;
        padding-top: 143%;
        width: 100%;
      }
      .visual .lawyer-slider-others .swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100% !important;
        min-height: 0;
        object-fit: cover;
        object-position: center top;
        filter: opacity(55%) brightness(0.9);
        transition: transform 0.3s ease, filter 0.3s ease;
      }
      .visual .lawyer-slider-others .swiper-slide-active img {
        filter: grayscale(0%) brightness(1);
        transform: scale(1.04);
      }
      .visual .lawyer-slider-others .lawyer-info {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0.65rem 0.6rem;
        box-sizing: border-box;
        background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(45, 28, 14, 0.85) 40%, rgba(35, 22, 12, 0.95) 100%) !important;
        opacity: 0.65; /* 대기 상태: 정보 영역도 살짝 흐릿하게 */
        transform: translateY(26%); /* 대기 상태: 정보 영역을 더 아래로 내려 얼굴이 충분히 보이게 */
        transition: opacity 0.3s ease, transform 0.3s ease;
      }
      /* 대기 상태만: pro·이름 텍스트 한 칸 위로, 이름은 비표시 */
      .visual .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info {
        transform: translateY(16%);
      }
      .visual .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info h3 {
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
      }
      /* 대기 상태: 이름 숨김으로 내려간 pro 라인을 위로 보정 */
      .visual .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info p:first-child {
        margin-top: -3em !important;
      }
      .visual .lawyer-slider-others .swiper-slide-active .lawyer-info {
        opacity: 1;              /* 활성 슬라이드: 또렷하게 */
        transform: translateY(0); /* 활성 슬라이드: 원래 위치로 복귀 */
      }
      .visual .lawyer-slider-others .lawyer-info p,
      .visual .lawyer-slider-others .lawyer-info h3 {
        padding-left: 0;
        overflow: visible;
        white-space: normal;
        color: #c4b8a8 !important; /* 어두운 따뜻한 베이지 */
        font-weight: 600;
        text-shadow: 0 1px 1px rgba(0,0,0,0.25);
        text-align: center;
      }
      .visual .lawyer-slider-others .swiper-slide-active .lawyer-info p,
      .visual .lawyer-slider-others .swiper-slide-active .lawyer-info h3 {
        color: #d2c6b6 !important; /* 활성만 살짝 더 밝게 */
        text-shadow: 0 1px 2px rgba(0,0,0,0.3), 0 0 1px rgba(0,0,0,0.4);
      }
      .visual .lawyer-slider-others .swiper-slide-active .lawyer-info p:first-child {
        color: #fff !important; /* 확대 시 pro 라인: 모바일과 동일, 강조 효과 유지 */
        text-align: center;
        margin-top: -1.5em; /* 위로 한 칸 */
      }
      .visual .lawyer-slider-others .lawyer-info p:first-child {
        color: #c4b8a8 !important;
        font-size: 2rem !important; /* pro 라인 3배 (이름 1.4rem×3), 확실히 적용 */
        font-weight: 600;
        text-align: center;
        margin-top: -1.5em; /* 위로 한 칸 */
      }
      .visual .lawyer-slider-others .lawyer-info h3 {
        font-size: 1.4rem; /* pro와 크기 맞바꿈 */
        text-align: center;
      }
      .visual .lawyer-slider-others .lawyer-info h3 + p,
      .visual .lawyer-slider-others .lawyer-info p:last-of-type {
        color: #b5a898 !important; /* 더 어두운 베이지 */
        font-weight: 500;
        font-size: 1.05rem;
        text-align: center;
      }
      /* 슬라이더: 프로필 더보기 – 대기 시 숨김, 확대(활성) 슬라이드에서만 표시. pro 라인 위 */
      .visual .lawyer-slider-others .jr-slider-profile-hint {
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, calc(-50% - 3.75rem)); /* 2.5줄 위 (기존 0.5 + 2줄) */
        padding: 0.4rem 0.85rem;
        background: rgba(55, 38, 26, 0.9);
        backdrop-filter: blur(8px);
        color: #c9bfb0;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.03em;
        line-height: 1.3;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.15);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.28s ease, visibility 0.28s ease, box-shadow 0.28s ease, background 0.2s ease;
        pointer-events: none;
        cursor: pointer;
        z-index: 3;
      }
      .visual .lawyer-slider-others .swiper-slide-active .jr-slider-profile-hint,
      .visual .lawyer-slider-others .swiper-slide-active .lawyer-info .jr-slider-profile-hint {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }
      .visual .lawyer-slider-others .jr-slider-profile-hint:hover {
        background: rgba(55, 40, 30, 0.96);
      }
      /* 프로필 더보기: pro 라인 위에 배치 */
      .visual .lawyer-slider-others .lawyer-info .jr-slider-profile-hint {
        position: absolute !important;
        left: 50% !important;
        top: 0% !important;
        transform: translate(-50%, calc(-50% - 3.75rem)) !important; /* 2.5줄 위 (기존 0.5 + 2줄) */
        margin-top: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
      }
      .visual .lawyer-slider-others .swiper-slide-active .lawyer-info .jr-slider-profile-hint {
        margin-top: 0 !important;
      }
      @media (max-width: 899px) {
        .visual .lawyer-slider-others .lawyer-info p,
        .visual .lawyer-slider-others .lawyer-info h3 {
          color: #fff !important; /* 모바일: 이혼전략센터장과 동일 */
        }
        .visual .lawyer-slider-others .lawyer-info p:first-child,
        .visual .lawyer-slider-others .lawyer-info h3 + p,
        .visual .lawyer-slider-others .lawyer-info p:last-of-type {
          color: #fff !important;
        }
        .visual .lawyer-slider-others .jr-slider-profile-hint {
          font-size: 1.08rem;
          padding: 0.5rem 1rem;
          color: #fff;
        }
        .visual .lawyer-slider-others .swiper-slide-active .jr-slider-profile-hint,
        .visual .lawyer-slider-others .swiper-slide-active .lawyer-info .jr-slider-profile-hint {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          cursor: pointer;
        }
      }
      /* 방송 출연 영상 섹션 - 다른 섹션과 동일한 높이감 */
      .jr-broadcast-section { padding: 8rem 0; background: #fff; min-height: 50vh; }
      .jr-broadcast-section .innerWrap { gap: 5.5rem !important; }
      .jr-broadcast-header { text-align: center; margin-bottom: 0; margin-top: 0; }
      .jr-broadcast-header .jr-broadcast-title { margin-bottom: 0.35rem; }
      .jr-broadcast-header .jr-broadcast-desc { margin: 0; }
      .jr-broadcast-badge { display: inline-block; padding: 0.4rem 1rem; border-radius: 6px; background: #050505; color: #fff; font-size: 1.1rem; font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; margin-bottom: 0.8rem; }
      .jr-broadcast-title { font-size: clamp(1.375rem, 1.1rem + 1.35vw, 2.2rem); font-weight: 700; color: #050505; }
      .jr-broadcast-desc { font-size: clamp(1.1rem, 1rem + 0.2vw, 1.25rem); color: #050505; font-weight: 400; }
      .jr-media-width { max-width: 1200px; width: 100%; margin-left: auto; margin-right: auto; }
      .jr-broadcast-section .jr-media-width { margin-top: 0 !important; padding-top: 0; margin-bottom: 2rem; }
      .jr-broadcast-grid { display: grid; grid-template-columns: 1fr; gap: 1.5rem; width: 100%; }
      @media (min-width: 768px) { .jr-broadcast-grid { grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 1024px) { .jr-broadcast-grid { grid-template-columns: repeat(3, 1fr); } }
      .jr-broadcast-card { background: #fff; border: 1px solid transparent; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,0,0,0.06); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; cursor: pointer; text-align: left; }
      .jr-broadcast-card:hover { transform: translateY(-6px); box-shadow: 0 14px 28px rgba(0,0,0,0.12), 0 0 0 2px rgba(255, 140, 0, 0.45); border-color: rgba(255, 140, 0, 0.6); }
      .jr-video-wrap { position: relative; aspect-ratio: 16/9; background: #e5e7eb; overflow: hidden; border-radius: 12px 12px 0 0; }
      .jr-video-thumb { position: absolute; inset: 0; }
      .jr-video-thumb img { width: 100%; height: 100%; object-fit: cover; }
      .jr-channel-badge { position: absolute; left: 0.75rem; top: 0.75rem; padding: 0.3rem 0.6rem; border-radius: 4px; background: #000000; color: #fff; font-size: 1.1rem; font-weight: 600; letter-spacing: 0.02em; }
      .jr-duration-badge { position: absolute; right: 0.75rem; bottom: 0.75rem; padding: 0.25rem 0.5rem; border-radius: 4px; background: #000000; color: #fff; font-size: 1.1rem; }
      .jr-play-btn { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); width: 6.5rem; height: 6.5rem; min-width: 6.5rem; min-height: 6.5rem; border-radius: 50%; background: rgba(51, 51, 51, 0.65); border: 3px solid #B87C48; display: flex; align-items: center; justify-content: center; transition: transform 0.3s ease, background 0.3s ease, border-color 0.3s ease, border-width 0.3s ease; }
      .jr-play-btn svg { width: 2.6rem; height: 2.6rem; fill: #B87C48; transition: fill 0.3s ease; margin-left: 0.15rem; }
      .jr-broadcast-card:hover .jr-play-btn { background: #333333; border: 5px solid #CD834E; transform: translate(-50%, -50%) scale(1.06); }
      .jr-broadcast-card:hover .jr-play-btn svg { fill: #CD834E; }
      .jr-video-iframe-wrap { position: absolute; inset: 0; }
      .jr-video-iframe-wrap iframe { width: 100%; height: 100%; border: 0; }
      .jr-broadcast-card-body { padding: 0 1rem 1rem 1rem; display: flex; flex-direction: column; gap: 0.25rem; }
      .jr-broadcast-card-body h3 { font-size: 1.6rem; font-weight: 700; color: #000000; margin: 0; line-height: 1.3; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; transition: color 0.3s ease; }
      .jr-broadcast-card:hover .jr-broadcast-card-body h3 { color: #000000; }
      .jr-broadcast-card-body p { font-size: 1.4rem; color: #000000; margin: 0; line-height: 1.4; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
      .jr-broadcast-meta { display: flex; align-items: center; justify-content: space-between; font-size: 1.2rem; color: #666666; margin-top: auto; gap: 0.5rem; flex-wrap: wrap; }
      .jr-broadcast-meta .jr-meta-date { display: inline-flex; align-items: center; gap: 0.35rem; }
      .jr-broadcast-meta .jr-meta-views { display: inline-flex; align-items: center; gap: 0.35rem; }
      .jr-broadcast-meta svg { width: 1.4rem; height: 1.4rem; flex-shrink: 0; }
      .jr-section-more-wrap { margin-top: 2.5rem; display: flex; justify-content: center; width: 100%; }
      .jr-press-section .jr-section-more-wrap { margin-bottom: 15em; }
      .jr-section-more-btn { display: inline-flex; align-items: center; gap: 0.75rem 1rem; padding: 0.85rem 1.75rem; border-radius: 9999px; background: #3d352b; border: 1px solid #6b5d52; color: #fff; font-size: 1.35rem; font-weight: 500; text-decoration: none; transition: background 0.25s ease, border-color 0.25s ease, transform 0.2s ease; }
      .jr-section-more-btn:hover { background: #4a4035; border-color: #8b7355; color: #fff; transform: translateY(-1px); }
      .jr-section-more-btn svg { width: 1.35rem; height: 1.35rem; flex-shrink: 0; stroke: currentColor; fill: none; }
      /* 신문/온라인 보도 섹션 - 방송 섹션과 동일한 제목·표 간격 */
      .jr-press-section { padding: 5rem 0; }
      .jr-press-section .jr-media-width { margin-top: 4rem !important; }
      .jr-press-section .innerWrap { gap: 0 !important; }
      .jr-press-header { text-align: center; margin-bottom: 0; }
      .jr-press-header .jr-press-desc { margin: 0; }
      .jr-press-badge { display: inline-flex; align-items: center; padding: 0.4rem 1rem; border-radius: 9999px; background: var(--brown200, #e8c7a7); color: var(--brown800); font-size: 1.2rem; font-weight: 600; margin-bottom: 0.8rem; }
      .jr-press-title { font-size: clamp(1.375rem, 1.1rem + 1.35vw, 2.2rem); color: var(--brown900); margin-bottom: 0.5rem; }
      .jr-press-desc { font-size: clamp(1.1rem, 1rem + 0.2vw, 1.25rem); color: var(--brown700); }
      .jr-press-list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1rem; width: 100%; }
      .jr-press-card { display: flex; flex-wrap: wrap; border: 1px solid #eee; border-radius: 10px; background: #fff; box-shadow: 0 1px 3px rgba(0,0,0,0.06); overflow: hidden; transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s; }
      .jr-press-card:hover { transform: translateY(-2px); border-color: var(--brown800); box-shadow: 0 10px 15px rgba(0,0,0,0.08); }
      .jr-press-card { cursor: pointer; }
      .jr-press-card.hidden { display: none !important; }
      .jr-press-card-left { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; gap: 0.5rem 0.75rem; padding: 1rem 1.25rem; min-width: 0; width: 100%; background: #fafaf9; border-bottom: 1px solid #eee; }
      @media (min-width: 640px) { .jr-press-card-left { flex-direction: column; align-items: flex-start; min-width: 12rem; width: auto; border-bottom: none; border-right: 1px solid var(--gray100); } }
      .jr-press-cat { display: inline-flex; align-items: center; gap: 0.4rem; padding: 0.4rem 0.9rem; border-radius: 9999px; background: #66BB6A; color: #fff; font-size: 1.2rem; font-weight: 600; width: fit-content; }
      .jr-press-cat svg { width: 1.05rem; height: 1.05rem; flex-shrink: 0; stroke: #fff; fill: none; }
      .jr-press-source { font-size: 1.35rem; color: #333; font-weight: 500; text-align: left; }
      .jr-press-card-center { flex: 1; padding: 1rem; min-width: 0; text-align: left; }
      .jr-press-section .jr-press-card-center h3 { font-size: 2.3rem; font-weight: 600; color: var(--brown900); margin: 0 0 0.75rem 0 !important; text-align: left; }
      .jr-press-section .jr-press-card-center p { font-size: 1.4rem; color: var(--brown700); margin: 0; margin-top: 0.75rem !important; line-height: 1.4; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-align: left; }
      .jr-press-card-right { display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 0.75rem; padding: 1rem 1.25rem; border-top: 1px solid #eee; width: 100%; }
      @media (min-width: 640px) { .jr-press-card-right { flex-direction: column; align-items: stretch; justify-content: center; border-top: none; border-left: 1px solid var(--gray100); min-width: 12rem; width: auto; } }
      @media (min-width: 640px) { .jr-press-card-right .jr-press-date { text-align: left; } }
      @media (min-width: 640px) { .jr-press-card-right .jr-press-link { align-self: flex-end; } }
      .jr-press-date { font-size: 1.2rem; color: #333; }
      .jr-press-link { font-size: 1.4rem; color: var(--brown700); background: none; border: none; cursor: pointer; display: inline-flex; align-items: center; gap: 0.25rem; padding: 0; }
      .jr-press-link:hover { color: var(--brown500); }
      .jr-press-empty { text-align: center; padding: 2rem; color: var(--gray600); font-size: 1.4rem; }
      /* 기사 보기 모달 */
      .jr-modal-overlay { position: fixed; inset: 0; z-index: 9999; display: flex; align-items: center; justify-content: center; background: rgba(0,0,0,0.7); padding: 1rem; }
      .jr-modal-content { position: relative; width: 100%; max-width: 56rem; max-height: 90vh; background: transparent; }
      .jr-modal-close { position: absolute; right: 0.75rem; top: 0.75rem; z-index: 10; width: 2.5rem; height: 2.5rem; border-radius: 50%; background: rgba(0,0,0,0.7); color: #fff; border: none; font-size: 2rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; padding: 0; }
      .jr-modal-close:hover { background: #000; }
      .jr-modal-iframe-wrap { position: relative; width: 100%; height: 70vh; background: #fff; border-radius: 12px; overflow: hidden; }
      .jr-modal-iframe-wrap iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
      .jr-modal-caption { margin-top: 0.75rem; color: #fff; font-size: 1.4rem; }
      .jr-modal-title { font-weight: 600; margin: 0 0 0.25rem 0; }
      .jr-modal-meta { margin: 0; font-size: 1.2rem; color: rgba(255,255,255,0.8); }
      .jr-press-modal-panel { width: 100%; max-height: 80vh; background: #fff; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; }
      .jr-press-modal-caption { margin: 0; padding: 1rem 1.25rem 0.75rem; color: #2d2419; border-bottom: 1px solid #eee; background: #fff; }
      .jr-press-modal-title { font-weight: 700; margin: 0.5rem 0 0; font-size: 1.7rem; line-height: 1.35; color: #2d2419; }
      .jr-press-modal-meta { margin: 0; font-size: 1.2rem; color: #666; }
      .jr-press-modal-body { padding: 1rem 1.25rem; overflow-y: auto; color: #2d2419; font-size: 1.35rem; line-height: 1.75; background: #fff; }
      .jr-press-modal-image-wrap { margin-bottom: 1rem; border-radius: 10px; overflow: hidden; background: #f5f5f5; }
      .jr-press-modal-image { width: 100%; height: auto; display: block; }
      .jr-press-modal-body p { margin: 0.75rem 0 0; }
      .jr-press-modal-footer { padding: 0.85rem 1.25rem 1rem; border-top: 1px solid #eee; font-size: 1.2rem; color: #666; background: #fff; }
      .jr-press-modal-source-link { color: #B87C48; word-break: break-all; text-decoration: none; }
      .jr-press-modal-source-link:hover { text-decoration: underline; }
      /* 상황별 맞춤변호사 검색 (메인 히어로 아래) */
      .lawyer-search-sect { margin-bottom: 0; padding: 1.75rem 1.5rem; background: linear-gradient(135deg, #faf8f5 0%, #f3f0eb 100%); border-radius: 12px; border: 1px solid rgba(184,115,51,0.2); box-shadow: 0 2px 12px rgba(45,36,24,0.06); }
      .lawyer-search-sect h2 { font-size: clamp(1.55rem, 2.2vw, 1.9rem); font-weight: 700; color: #2d2419; margin: 0 0 0.5rem 0; letter-spacing: -0.02em; }
      .lawyer-search-sect .lawyer-search-desc { font-size: clamp(1.55rem, 2.2vw, 1.9rem); color: #5c5248; margin: 0 0 1.25rem 0; line-height: 1.55; }
      .lawyer-search-sect .lawyer-search-controls { display: flex; flex-wrap: wrap; gap: 0.75rem 1rem; align-items: flex-start; }
      .lawyer-search-sect .lawyer-search-controls label { font-size: clamp(1.55rem, 2.2vw, 1.9rem); font-weight: 600; color: #4a4035; display: block; margin-bottom: 0.35rem; }
      .lawyer-search-sect .lawyer-search-wrap { flex: 1 1 280px; min-width: 0; }
      .lawyer-search-sect select, .lawyer-search-sect input[type="text"] { width: 100%; padding: 0.65rem 1rem; font-size: clamp(1.55rem, 2.2vw, 1.9rem); border: 1px solid rgba(45,36,24,0.25); border-radius: 8px; background: #fff; color: #1a1612; box-sizing: border-box; text-align: center; }
      .lawyer-search-sect input[type="text"]::placeholder { text-align: center; }
      .lawyer-search-sect select:focus, .lawyer-search-sect input[type="text"]:focus { outline: none; border-color: #B87333; box-shadow: 0 0 0 2px rgba(184,115,51,0.2); }
      .lawyer-search-sect .lawyer-search-results { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid rgba(45,36,24,0.1); }
      .lawyer-search-sect .lawyer-search-results h3 { font-size: clamp(1.55rem, 2.2vw, 1.9rem); font-weight: 600; color: #2d2419; margin: 0 0 0.6rem 0; }
      .lawyer-search-results-list { list-style: none; margin: 0; padding: 0; }
      .lawyer-search-results-list li { margin-bottom: 0.5rem; }
      .lawyer-search-results-list a { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.5rem 0.75rem; background: #fff; border: 1px solid rgba(184,115,51,0.3); border-radius: 8px; color: #B87333; font-weight: 600; text-decoration: none; font-size: clamp(1.55rem, 2.2vw, 1.9rem); transition: background 0.2s, border-color 0.2s, color 0.2s; }
      .lawyer-search-results-list a:hover { background: #B87333; color: #fff; border-color: #A06528; }
      .lawyer-search-sect .lawyer-search-empty { font-size: clamp(1.55rem, 2.2vw, 1.9rem); color: #6b5b4f; margin: 0; }
      .footer .footer-region-links { font-size: 0.075em; color: #c5a67d; text-align: right; width: 100%; margin-top: 0.5rem; }
      .footer .footer-region-links a { font-size: 1em; color: #c5a67d; }

/* moved from #jr-broadcast-spacing-override */
      /* 방송: 섹션 제목과 영상 카드 행 간격 */
      section.jr-broadcast-section .innerWrap { gap: 5.5rem !important; }
      section.jr-broadcast-section .jr-media-width { margin-top: 0 !important; }
      /* 방송 카드: 영상-제목 간격 최소화 */
      section.jr-broadcast-section .jr-broadcast-card .jr-broadcast-card-body {
        padding: 0 1rem 1rem 1rem !important;
        gap: 0.25rem !important;
      }

/* moved from #jr-visual-mobile-left */
      @media screen and (max-width: 950px) {
        section.visual .visual_two_col { align-items: stretch !important; }
        section.visual .innerWrap { padding-left: 0 !important; }
        section.visual .visual_left { padding-left: 0 !important; margin-left: 0 !important; max-width: 100% !important; }
        section.visual .slogan_wrap { padding-left: 0 !important; margin-left: 0 !important; text-align: center !important; width: 100%; display: flex; flex-direction: column; align-items: center; }
        section.visual .title { margin-left: 0 !important; padding-left: 0 !important; width: 100%; text-align: center !important; }
        section.visual .title h1,
        section.visual .title .subtxt { text-align: center !important; }
        section.visual .btn_group { justify-content: center !important; align-items: center; width: 100%; }
        section.visual .btn_group .btnCall.btncs,
        section.visual .btn_group .btnRsv.btncs.modal-trigger-btn {
          margin: 0 !important;
          padding: 0.78rem 1.9rem !important;
          font-size: 1.55rem !important;
          min-height: 4.3rem;
        }
        section.visual .btn_group .btnCall.btncs i,
        section.visual .btn_group .btnRsv.btncs.modal-trigger-btn i {
          width: 1.9rem;
          height: 1.9rem;
        }
      }
      @media screen and (max-width: 640px) {
        section.visual .btn_group {
          gap: 0.8rem !important;
          padding-top: 0.8rem !important;
        }
        section.visual .btn_group .btnCall.btncs,
        section.visual .btn_group .btnRsv.btncs.modal-trigger-btn {
          padding: 0.72rem 1.45rem !important;
          font-size: 1.4rem !important;
          min-height: 4rem;
        }
        section.visual .btn_group .btnCall.btncs i,
        section.visual .btn_group .btnRsv.btncs.modal-trigger-btn i {
          width: 1.7rem;
          height: 1.7rem;
        }
      }
      @media screen and (max-width: 480px) {
        section.visual .btn_group {
          gap: 0.65rem !important;
          padding-top: 0.65rem !important;
        }
        section.visual .btn_group .btnCall.btncs,
        section.visual .btn_group .btnRsv.btncs.modal-trigger-btn {
          padding: 0.65rem 1.2rem !important;
          font-size: 1.28rem !important;
          min-height: 3.6rem;
          border-radius: 999px;
        }
        section.visual .btn_group .btnCall.btncs i,
        section.visual .btn_group .btnRsv.btncs.modal-trigger-btn i {
          width: 1.5rem;
          height: 1.5rem;
        }
      }
