/* index.html page-specific styles */
      /* ─── 히어로 (2025–26 스타일): 뎁스·그리드·카드 포트레이트·강한 CTA ─── */
      /*
       * 히어로 배경: style.css `.visual` 의 background-image/attachment 가 섹션에 남아 꼬이지 않도록
       * background 단축 속성으로 한 번에 리셋한 뒤, 사진은 DOM 레이어(.jr-hero-bg-layer)에만 둠.
       * (가상요소만 쓸 때 일부 브라우저·스택에서 레이어가 안 보이는 경우 대비)
       * 이미지 파일: public/crime/images/main_visual.png (없으면 404로 색만 보임)
       */
      section#jrMember.visual.jr-hero {
        position: relative;
        isolation: isolate;
        overflow: clip;
        --jr-hero-bg-pos: 88% center;
        background: #0d1210 none !important;
        padding-bottom: clamp(3.25rem, 7vh, 6rem);
      }
      section#jrMember.visual.jr-hero .jr-hero-bg-layer {
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background-color: #0d1210;
        background-image: url("/crime/images/main_visual.png?v=20260331-hero-photo") !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
        background-position: var(--jr-hero-bg-pos) !important;
      }
      section#jrMember.visual.jr-hero::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 2;
        pointer-events: none;
        background:
          linear-gradient(180deg, rgba(4, 6, 5, 0.06) 0%, rgba(4, 6, 5, 0.01) 48%, rgba(4, 6, 5, 0.05) 100%),
          linear-gradient(100deg, rgba(3, 5, 4, 0.07) 0%, rgba(3, 5, 4, 0.01) 48%, rgba(3, 5, 4, 0.04) 100%);
      }
      /* JR CI 심볼 워터마크 — 중앙 헤드라인 블록(~48rem) 왼쪽 끝 바로 앞 */
      section#jrMember.visual.jr-hero .jr-hero-watermark {
        display: block;
        position: absolute;
        top: clamp(0.75rem, 2.2vh, 1.75rem);
        width: min(260px, 38vw);
        aspect-ratio: 12 / 22;
        height: auto;
        max-height: min(48vh, 420px);
        z-index: 1;
        pointer-events: none;
        background: url("/crime/images/CI_symbol.svg?v=hero-wm") no-repeat left top / contain;
        opacity: 0.1;
      }
      section#jrMember.visual.jr-hero.jr-hero--ref .jr-hero-watermark {
        /* 50% − (카피 절반 24rem) − 로고 너비 − 간격 */
        left: max(0.35rem, calc(50% - 24rem - min(260px, 38vw) - clamp(0.35rem, 1.2vw, 1rem)));
      }
      @media (max-width: 900px) {
        section#jrMember.visual.jr-hero.jr-hero--ref .jr-hero-watermark {
          left: max(
            0.35rem,
            calc(50% - min(22rem, 42vw) - min(240px, 40vw) - clamp(0.25rem, 1vw, 0.75rem))
          );
        }
      }
      @media (max-width: 600px) {
        section#jrMember.visual.jr-hero .jr-hero-watermark {
          width: min(200px, 42vw);
          max-height: 40vh;
          opacity: 0.09;
        }
        section#jrMember.visual.jr-hero.jr-hero--ref .jr-hero-watermark {
          left: max(
            0.25rem,
            calc(50% - min(20rem, 46vw) - min(200px, 42vw) - 0.35rem)
          );
        }
      }
      section#jrMember.visual.jr-hero:not(.jr-hero--ref) .jr-hero-watermark {
        left: clamp(2rem, 8vw, 5rem);
      }
      @media (max-width: 600px) {
        section#jrMember.visual.jr-hero {
          --jr-hero-bg-pos: 82% center;
        }
      }
      /* 풀스크린감 · 중앙 타이포 · 가장자리 딤 */
      section#jrMember.visual.jr-hero.jr-hero--ref {
        --jr-hero-bg-pos: center center;
        padding-bottom: clamp(4rem, 11vh, 7.5rem);
        /* 훅 버튼 위 플로팅 변호사 사진이 잘리지 않도록 */
        overflow: visible;
      }
      section#jrMember.visual.jr-hero.jr-hero--ref::before {
        /* 메인 히어로: 비네트·딤 최소 (사진 노출 최우선) */
        background:
          radial-gradient(ellipse 110% 105% at 50% 45%, transparent 72%, rgba(0, 0, 0, 0.04) 100%),
          linear-gradient(180deg, rgba(0, 0, 0, 0.015) 0%, transparent 60%, rgba(0, 0, 0, 0.025) 100%);
      }
      #jrMember.visual .jr-hero__inner {
        position: relative;
        z-index: 3;
        margin-top: clamp(5rem, 10vh, 8.5rem);
        padding-left: clamp(1.5rem, 4vw, 5rem) !important;
        padding-right: clamp(1.5rem, 4vw, 5rem) !important;
        box-sizing: border-box;
        max-width: min(140rem, 100%);
      }
      #jrMember.visual.jr-hero--ref .jr-hero__inner {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        margin-top: clamp(3.75rem, 8vh, 6.5rem);
        min-height: calc(100svh - clamp(5.5rem, 14vh, 9rem));
        max-width: 100%;
      }
      #jrMember.visual.jr-hero--ref .vs_hero.jr-hero__grid {
        align-items: center;
        justify-content: center;
        min-height: 0;
        flex: 1 1 auto;
        width: 100%;
        display: flex;
      }
      .jr-hero-hooks {
        position: relative;
        z-index: 1;
        flex-shrink: 0;
        width: 100vw;
        max-width: none;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        margin-top: auto;
        overflow: visible;
        /* 버튼 위 플로팅 사진이 키커·상단 CTA와 겹치지 않도록 */
        padding-top: clamp(3.25rem, 7vh, 5rem);
        padding-bottom: clamp(0.5rem, 1.5vh, 1rem);
        padding-left: clamp(0.65rem, 2.5vw, 1.25rem);
        padding-right: clamp(0.65rem, 2.5vw, 1.25rem);
        box-sizing: border-box;
      }
      .jr-hero-hooks__kicker {
        margin: 0 0 clamp(0.65rem, 1.5vh, 0.85rem) 0;
        text-align: center;
        font-size: clamp(1.12rem, 1rem + 0.35vw, 1.28rem);
        font-weight: 500;
        letter-spacing: 0.04em;
        color: rgba(220, 232, 226, 0.82);
        text-shadow: 0 1px 14px rgba(0, 0, 0, 0.55);
      }
      @media (hover: none) {
        .jr-hero-hooks__kicker-hint-hover {
          display: none;
        }
      }
      .jr-hero-hooks__list {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: clamp(0.4rem, 1.2vw, 0.65rem);
        width: 100%;
      }
      .jr-hero-hooks__list > li {
        margin: 0;
        padding: 0;
        flex: 1 1 0;
        min-width: 0;
        display: flex;
        position: relative;
        z-index: 0;
      }
      #jrMember.visual.jr-hero--ref .jr-hero-hooks a.jr-hero-hook {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.22em;
        width: 100%;
        flex: 1 1 auto;
        min-height: clamp(5.75rem, 4.25rem + 5vw, 8.5rem);
        padding: 0.62rem clamp(0.3rem, 0.85vw, 0.55rem);
        box-sizing: border-box;
        font-size: clamp(0.42rem, 0.06rem + 3.4vw, 2rem);
        font-weight: 600;
        letter-spacing: -0.03em;
        line-height: 1.2;
        text-align: center;
        color: rgba(255, 255, 255, 0.95) !important;
        text-decoration: none !important;
        border-radius: clamp(10px, 1.5vw, 16px);
        border: 1px solid rgba(255, 255, 255, 0.38);
        background: rgba(8, 12, 11, 0.35);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        transition:
          background 0.22s ease,
          border-color 0.22s ease,
          transform 0.22s ease,
          box-shadow 0.22s ease,
          color 0.22s ease;
      }
      /* 호버·포커스: 버튼 위로 변호사 사진 플로팅 */
      /* 변호사 표시 중: 부모에 transform·강한 backdrop을 쓰지 않음 → 플로팅 이미지 잔상(박스 형태) 방지 */
      #jrMember.visual.jr-hero--ref .jr-hero-hooks a.jr-hero-hook.jr-hero-hook--lawyer {
        z-index: 6;
        transform: none !important;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
      }
      #jrMember.visual.jr-hero--ref .jr-hero-hooks .jr-hero-hook__float {
        position: absolute;
        bottom: calc(100% + 0.35rem);
        left: 50%;
        z-index: 2;
        width: max-content;
        max-width: min(11rem, 42vw);
        pointer-events: none;
        isolation: isolate;
        /* 아래쪽에서 천천히 올라오며 나타남 */
        transform: translate3d(-50%, clamp(1.1rem, 4vw, 1.85rem), 0);
        opacity: 0;
        visibility: hidden;
        transition:
          opacity 0.72s cubic-bezier(0.22, 0.65, 0.28, 1),
          transform 0.82s cubic-bezier(0.18, 0.82, 0.22, 1),
          visibility 0s linear 0.82s;
      }
      #jrMember.visual.jr-hero--ref .jr-hero-hooks a.jr-hero-hook.jr-hero-hook--lawyer .jr-hero-hook__float {
        transform: translate3d(-50%, 0, 0);
        opacity: 1;
        visibility: visible;
        transition-delay: 0s, 0s, 0s;
      }
      /* filter: drop-shadow 는 사각 알파 박스 잔상을 자주 유발해 제거 — 이미지만 */
      #jrMember.visual.jr-hero--ref .jr-hero-hooks .jr-hero-hook__float-img {
        display: block;
        width: clamp(76px, 22vw, 112px);
        height: auto;
        aspect-ratio: 3 / 4;
        object-fit: cover;
        object-position: center top;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        filter: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
      }
      @media (prefers-reduced-motion: reduce) {
        #jrMember.visual.jr-hero--ref .jr-hero-hooks .jr-hero-hook__float {
          transition: opacity 0.12s ease;
          transform: translate3d(-50%, 0, 0) !important;
        }
        #jrMember.visual.jr-hero--ref .jr-hero-hooks a.jr-hero-hook:not(.jr-hero-hook--lawyer) .jr-hero-hook__float {
          opacity: 0;
          visibility: hidden;
        }
      }
      /* 제목: 앵커 font-size(히어로 서브카피와 동일) = 1em */
      #jrMember.visual.jr-hero--ref .jr-hero-hooks .jr-hero-hook__main {
        font-size: 1em;
        font-weight: 700;
        line-height: 1.18;
        letter-spacing: -0.03em;
      }
      /* 부제: 글자 크기 = 다음 섹션 .jr-lawyers-section__lead 와 동일 · 한 줄 · 녹색 */
      #jrMember.visual.jr-hero--ref .jr-hero-hooks .jr-hero-hook__sub {
        display: block;
        white-space: nowrap;
        max-width: none;
        font-size: clamp(1.35rem, 1.08rem + 0.65vw, 1.6rem);
        font-weight: 500;
        line-height: 1.25;
        letter-spacing: -0.02em;
        color: #6bc4a8 !important;
        text-shadow: 0 1px 12px rgba(39, 77, 65, 0.45);
      }
      /* 호버·포커스 시 버튼 안에 변호사명·직함 표시 (긴 직함은 줄바꿈) */
      #jrMember.visual.jr-hero--ref .jr-hero-hooks a.jr-hero-hook.jr-hero-hook--lawyer .jr-hero-hook__main {
        white-space: normal;
      }
      #jrMember.visual.jr-hero--ref .jr-hero-hooks a.jr-hero-hook.jr-hero-hook--lawyer .jr-hero-hook__sub {
        white-space: normal;
        font-size: clamp(0.92rem, 0.78rem + 0.55vw, 1.3rem);
        line-height: 1.38;
        max-width: 100%;
      }
      @media (min-width: 721px) and (max-width: 1100px) {
        .jr-hero-hooks__list {
          display: grid;
          grid-template-columns: repeat(3, minmax(0, 1fr));
          gap: clamp(0.4rem, 1.2vw, 0.55rem);
        }
        .jr-hero-hooks__list > li {
          min-width: 0;
        }
      }
      @media (max-width: 720px) {
        .jr-hero-hooks__list {
          display: grid;
          grid-template-columns: 1fr 1fr;
          gap: clamp(0.45rem, 2vw, 0.55rem);
        }
        .jr-hero-hooks__list > li {
          min-width: 0;
        }
      }
      @media (hover: hover) {
        a.jr-hero-hook:hover {
          color: #fff !important;
          background: rgba(39, 77, 65, 0.55);
          border-color: rgba(126, 198, 174, 0.55);
          transform: translateY(-2px);
          box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(126, 198, 174, 0.2);
        }
        /* 플로팅 사진과 동시에 부모 transform 금지(위 규칙과 동일 목적) */
        #jrMember.visual.jr-hero--ref .jr-hero-hooks a.jr-hero-hook.jr-hero-hook--lawyer:hover {
          transform: none !important;
        }
      }
      a.jr-hero-hook:focus-visible {
        outline: 2px solid rgba(126, 198, 174, 0.95);
        outline-offset: 3px;
      }
      #jrRiskUrgency,
      #jr-hook-warrant,
      #jr-hook-statement,
      #jr-hook-digital,
      #jr-hook-sensitive,
      #jr-hook-asset {
        scroll-margin-top: 5.5rem;
      }
      #jrMember.visual.jr-hero--ref .slogan_wrap.jr-hero__copy {
        align-items: center;
        text-align: center;
        max-width: min(48rem, 100%);
      }
      #jrMember.visual.jr-hero--ref .title {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
      }
      #jrMember.visual.jr-hero--ref .title h1 {
        max-width: 14em;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(3rem, 1.4rem + 5.5vw, 5.75rem);
        line-height: 1.08;
        font-weight: 700;
        text-shadow:
          0 2px 42px rgba(0, 0, 0, 0.72),
          0 2px 8px rgba(0, 0, 0, 0.85),
          0 0 1px rgba(0, 0, 0, 0.9);
      }
      #jrMember.visual.jr-hero--ref .title .subtxt {
        max-width: 22em;
        margin-left: auto;
        margin-right: auto;
        font-size: clamp(1.45rem, 1.1rem + 1vw, 2rem);
        font-weight: 400;
        color: rgba(252, 253, 252, 0.96) !important;
        text-shadow:
          0 1px 28px rgba(0, 0, 0, 0.65),
          0 1px 4px rgba(0, 0, 0, 0.8);
      }
      /* 한 줄·줄바꿈 없음·가로 스크롤 없음: 좁은 화면에서 글자만 축소 */
      #jrMember.visual.jr-hero--ref .title .subtxt.jr-hero-subtxt-oneline {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        white-space: nowrap;
        overflow: visible;
        text-align: center;
        box-sizing: border-box;
        padding-inline: 0;
        font-size: clamp(0.42rem, 0.06rem + 3.4vw, 2rem) !important;
      }
      #jrMember.visual.jr-hero--ref .title .subtxt.jr-hero-subtxt-oneline .jr-hero-line--3 {
        display: inline-block;
        white-space: inherit;
        max-width: 100%;
      }
      #jrMember.visual.jr-hero--ref .title .subtxt.jr-hero-subtxt-oneline .jr-hero-typewriter {
        display: inline-block;
        white-space: inherit;
      }
      #jrMember.visual.jr-hero--ref .jr-hero-eyebrow {
        letter-spacing: 0.2em;
        font-size: clamp(1.575rem, 1.35rem + 0.675vw, 1.875rem);
        color: rgba(210, 240, 226, 1);
        text-shadow: 0 1px 18px rgba(0, 0, 0, 0.68), 0 0 2px rgba(0, 0, 0, 0.82);
      }
      @keyframes jrHeroLineReveal {
        from {
          opacity: 0;
          transform: translateY(0.6em);
        }
        to {
          opacity: 1;
          transform: translateY(0);
        }
      }
      #jrMember.visual.jr-hero--ref .jr-hero-line {
        display: block;
        opacity: 0;
        transform: translateY(0.6em);
        animation: jrHeroLineReveal 0.72s cubic-bezier(0.22, 1, 0.36, 1) forwards;
      }
      #jrMember.visual.jr-hero--ref .jr-hero-line--1 {
        animation-delay: 0.06s;
      }
      #jrMember.visual.jr-hero--ref .jr-hero-line--2 {
        animation-delay: 0.24s;
      }
      #jrMember.visual.jr-hero--ref .jr-hero-line--2 .jr-hero-headline-row {
        display: block;
      }
      #jrMember.visual.jr-hero--ref .jr-hero-line--3 {
        animation-delay: 0.42s;
      }
      .jr-hero-sr-only {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
      }
      @media (prefers-reduced-motion: reduce) {
        #jrMember.visual.jr-hero--ref .jr-hero-line {
          animation: none !important;
          opacity: 1 !important;
          transform: none !important;
        }
      }
      #jrMember.visual.jr-hero--ref .btn_group {
        justify-content: center;
      }
      section#jrMember.visual .innerWrap,
      section#jrMember.visual .vs_hero,
      section#jrMember.visual .slogan_wrap {
        background: transparent;
      }
      #jrMember.visual i.brMo {
        display: none;
      }
      #jrMember.visual i.brmd {
        display: none;
      }
      @media screen and (max-width: 1400px) {
        #jrMember.visual i.brmd {
          display: block;
          width: 100%;
          height: 0.5em;
        }
      }
      @media screen and (max-width: 950px) {
        #jrMember.visual i.brMo {
          display: block;
          width: 100%;
          height: 0.55em;
        }
      }
      #jrMember.visual .jr-hero-eyebrow {
        margin: 0 0 clamp(1rem, 2vh, 1.5rem) 0;
        font-size: clamp(1.15rem, 0.95rem + 0.55vw, 1.4rem);
        font-weight: 600;
        letter-spacing: 0.14em;
        color: rgba(126, 198, 174, 0.95);
        text-transform: none;
        text-shadow: 0 1px 12px rgba(0, 0, 0, 0.55), 0 0 1px rgba(0, 0, 0, 0.8);
      }
      #jrMember.visual .title {
        margin-left: 0;
        text-align: left;
      }
      #jrMember.visual .title h1 {
        color: #fafcfb !important;
        font-size: clamp(2.85rem, 1.15rem + 5vw, 5.25rem);
        line-height: 1.07;
        font-weight: 700;
        margin: 0 0 clamp(1.25rem, 2.5vh, 2rem) 0;
        letter-spacing: -0.045em;
        max-width: 13.5em;
        text-wrap: balance;
        text-shadow:
          0 2px 28px rgba(0, 0, 0, 0.55),
          0 1px 3px rgba(0, 0, 0, 0.65);
      }
      #jrMember.visual .title .subtxt {
        color: rgba(236, 240, 238, 0.88) !important;
        font-size: clamp(1.55rem, 1.15rem + 1.1vw, 2.1rem);
        line-height: 1.5;
        font-weight: 400;
        max-width: 28em;
        margin: 0;
        text-shadow: 0 1px 18px rgba(0, 0, 0, 0.5), 0 0 1px rgba(0, 0, 0, 0.7);
      }
      #jrMember.visual .slogan_wrap {
        text-align: left;
        padding-top: 0;
        padding-bottom: 0;
      }
      #jrMember.visual .btn_group {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: clamp(0.85rem, 2vw, 1.25rem);
        padding-top: clamp(1.75rem, 3.5vh, 2.75rem);
      }
      #jrMember.visual .btn_group .btnRsv {
        color: #fff !important;
        border: none !important;
        background: linear-gradient(165deg, #6bc4a8 0%, #3d7a66 48%, #274d41 100%) !important;
        box-shadow: 0 10px 32px rgba(39, 77, 65, 0.5), 0 0 0 1px rgba(255, 255, 255, 0.1);
        font-weight: 600 !important;
      }
      #jrMember.visual .btn_group .btnRsv:hover {
        filter: brightness(1.06);
        transform: translateY(-2px);
        box-shadow: 0 14px 40px rgba(39, 77, 65, 0.55), 0 0 0 1px rgba(255, 255, 255, 0.14);
      }
      #jrMember.visual .btn_group .btnRsv i {
        filter: brightness(0) invert(1) !important;
      }
      #jrMember.visual .btn_group .btnCall {
        display: flex !important;
        background-color: transparent !important;
        color: rgba(255, 255, 255, 0.92) !important;
        border: 1px solid rgba(255, 255, 255, 0.35) !important;
        box-shadow: none;
        backdrop-filter: blur(8px);
      }
      #jrMember.visual .btn_group .btnCall:hover {
        background-color: rgba(255, 255, 255, 0.08) !important;
        border-color: rgba(255, 255, 255, 0.5) !important;
      }
      #jrMember.visual .btn_group .btnCall .btn-hint.jr-hero-call-hint,
      #jrMember.visual .btn_group .btnRsv.btncs.modal-trigger-btn .btn-hint.jr-hero-rsv-hint {
        bottom: auto;
        top: calc(100% + 0.6rem);
        width: max-content;
        max-width: calc(100vw - 1.25rem);
        box-sizing: border-box;
        padding: 0.55rem 1rem;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0.3em;
        line-height: 1.35;
        font-size: clamp(1rem, 2.85vw, 1.3rem) !important;
      }
      #jrMember.visual .btn_group .btnCall .btn-hint.jr-hero-call-hint::after {
        top: auto;
        bottom: 100%;
        border: 6px solid transparent;
        border-bottom-color: rgba(52, 101, 85, 0.95);
      }
      /* 상담신청 힌트: 전화상담 버튼과 같은 다크·보더 톤(녹색 말풍선과 구분) */
      #jrMember.visual .btn_group .btnRsv.btncs.modal-trigger-btn .btn-hint.jr-hero-rsv-hint {
        background: rgba(14, 18, 17, 0.94) !important;
        border: 1px solid rgba(255, 255, 255, 0.38);
        box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-radius: 8px;
      }
      #jrMember.visual .btn_group .btnRsv.btncs.modal-trigger-btn .btn-hint.jr-hero-rsv-hint::after {
        top: auto;
        bottom: 100%;
        border: 6px solid transparent;
        border-bottom-color: rgba(14, 18, 17, 0.94);
      }
      #jrMember.visual .btn_group .btnCall .jr-hero-call-hint__line,
      #jrMember.visual .btn_group .btnRsv.btncs.modal-trigger-btn .jr-hero-rsv-hint__line {
        display: block;
        white-space: nowrap;
        text-align: center;
      }
      /* 전화상담·상담신청: 동일 박스 크기(전화상담 .btncs 기준) — 900px↑만(모바일은 아래 #jrMember 미디어쿼리) */
      @media (min-width: 900px) {
        #jrMember.visual .btn_group .btnCall.btncs,
        #jrMember.visual .btn_group .btnRsv.btncs.modal-trigger-btn {
          padding: 0.8rem 4.5rem !important;
          min-height: 4.3rem;
          box-sizing: border-box;
          font-size: clamp(1.6rem, 1.531rem + 0.31vw, 1.8rem) !important;
          align-items: center;
          justify-content: center;
        }
        #jrMember.visual .btn_group .btnCall.btncs i,
        #jrMember.visual .btn_group .btnRsv.btncs.modal-trigger-btn i {
          width: 2.2rem;
          height: 2.2rem;
        }
      }
      /* 메인 히어로: 배경 비주얼 + 카피·CTA만 (인물 사진은 #jrCrimeTeam) */
      #jrMember.visual .vs_hero.jr-hero__grid {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        min-height: clamp(520px, 78vh, 900px);
        gap: 0;
      }
      #jrMember.visual .vs_hero .slogan_wrap.jr-hero__copy {
        max-width: min(62rem, 100%);
      }
      /* 메인 비주얼: 구성원 등 다른 페이지용 visual_two_col (index는 vs_hero만 사용) */
      .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, 400px);
          grid-template-rows: auto auto;
          align-items: end;
          gap: 1rem 1.75rem;
          min-height: clamp(68rem, 76vh, 84rem);
        }
        .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: 400px;
          min-width: 0;
          justify-self: end;
          align-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.lawyer-slider-others {
          margin-bottom: 0;
        }
        .visual .lawyer-slider-others .jr-lawyer-thumb {
          box-sizing: border-box;
          max-height: min(175px, 19vh);
        }
        .visual .lawyer-slider-others .jr-lawyer-thumb::before {
          padding-top: 102%;
        }
      }
      @media (max-width: 899px) {
        #jrMember.visual .vs_hero.jr-hero__grid {
          align-items: stretch !important;
          min-height: clamp(420px, 72vh, 720px);
        }
        #jrMember.visual .jr-hero__inner {
          padding-left: clamp(1.15rem, 4vw, 1.75rem) !important;
          padding-right: clamp(1.15rem, 4vw, 1.75rem) !important;
        }
        #jrMember.visual .slogan_wrap {
          text-align: center !important;
          margin-left: 0 !important;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding-top: 1.5rem;
        }
        #jrMember.visual .title {
          margin-left: 0 !important;
          width: 100%;
          text-align: center !important;
        }
        #jrMember.visual .title h1,
        #jrMember.visual .title .subtxt {
          text-align: center !important;
        }
        #jrMember.visual .btn_group {
          justify-content: center !important;
          align-items: center;
          width: 100%;
          gap: 1rem;
          padding-top: 1.2rem !important;
        }
        #jrMember.visual .btn_group .btncs {
          padding: 0.8rem 2rem !important;
        }
        /* index #jrMember: 중복 .visual 규칙은 구성원 페이지용 */
        .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: rgba(255, 255, 255, 0.42);
          backdrop-filter: blur(6px);
          -webkit-backdrop-filter: blur(6px);
          margin: 0 -1rem;
          padding: 1rem 1rem 0;
          width: calc(100% + 2rem);
          box-sizing: border-box;
        }
        .visual .lawyer-slider-container.lawyer-slider-others {
          margin-bottom: 0;
        }
        .visual .lawyer-slider-others .jr-lawyer-thumbs {
          flex: 1 1 auto;
          justify-content: center;
          align-items: flex-end;
          padding: 0 3.25rem;
          gap: 0;
          min-height: 0;
        }
        /* 모바일: 한 명만 표시(활성만), 좌우 화살표로 순환 */
        .visual .lawyer-slider-others .jr-lawyer-thumb {
          display: none;
          flex: 0 0 auto;
          width: 100%;
          max-width: min(19rem, 86vw);
          max-height: min(300px, 52vh);
        }
        .visual .lawyer-slider-others .jr-lawyer-thumb.jr-lawyer-thumb--active {
          display: block;
        }
      }

      /* ─── 변호사 섹션 (#jrCrimeTeam): 밝은 바탕 · 센터장 스포트라이트 · 팀 그리드 ─── */
      #jrCrimeTeam.jr-lawyers-section {
        position: relative;
        overflow: hidden;
        padding: clamp(4.5rem, 8vw, 7rem) 0 clamp(5rem, 9vw, 8rem);
        background: linear-gradient(180deg, #eef6f3 0%, #fafcfb 38%, #f4f7f6 100%);
      }
      #jrCrimeTeam.jr-lawyers-section--ref {
        background: linear-gradient(180deg, #e2ebed 0%, #eef5f3 32%, #fafcfb 100%);
      }
      #jrCrimeTeam.jr-lawyers-section::before {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        opacity: 0.05;
        background: url("/crime/images/CI_symbol_dark.svg") 92% 12% / clamp(100px, 16vw, 180px) auto no-repeat;
      }
      .jr-lawyers-section__inner {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        gap: clamp(2.25rem, 4vw, 3.5rem);
      }
      .jr-lawyers-section__head {
        text-align: center;
        max-width: 44rem;
        margin: 0 auto;
      }
      .jr-lawyers-section__kicker {
        margin: 0 0 0.5rem 0;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.2em;
        color: #3d7a66;
        text-transform: uppercase;
      }
      .jr-lawyers-section__head h2 {
        margin: 0 0 0.65rem 0;
        font-size: clamp(2rem, 1.2rem + 2.4vw, 3rem);
        font-weight: 700;
        letter-spacing: -0.035em;
        color: #0f1514;
        line-height: 1.15;
      }
      .jr-lawyers-section__lead {
        margin: 0;
        font-size: clamp(1.35rem, 1.08rem + 0.65vw, 1.6rem);
        line-height: 1.55;
        color: #4a5854;
        font-weight: 400;
      }
      .jr-director-spotlight__card {
        display: flex;
        flex-direction: column;
        gap: clamp(1.5rem, 3vw, 2.25rem);
        align-items: stretch;
        max-width: 72rem;
        margin: 0 auto;
        width: 100%;
        padding: clamp(1.35rem, 2.5vw, 1.85rem);
        box-sizing: border-box;
        border-radius: clamp(18px, 2vw, 26px);
        background: #fff;
        border: 1px solid rgba(39, 77, 65, 0.1);
        box-shadow:
          0 28px 64px rgba(15, 21, 19, 0.12),
          0 0 0 1px rgba(255, 255, 255, 0.85) inset;
        cursor: pointer;
        outline: none;
        text-align: left;
        transition: box-shadow 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
      }
      .jr-lawyers-section--ref .jr-director-spotlight__figure {
        order: -1;
      }
      @media (min-width: 900px) {
        .jr-director-spotlight__card {
          display: grid;
          grid-template-columns: minmax(0, 1fr) minmax(220px, 300px);
          gap: clamp(1.75rem, 3vw, 2.75rem);
          padding: clamp(1.5rem, 2.5vw, 2rem) clamp(1.75rem, 3vw, 2.5rem);
        }
        .jr-lawyers-section--ref .jr-director-spotlight__figure {
          order: 0;
        }
      }
      @media (hover: hover) {
        .jr-director-spotlight__card:hover {
          border-color: rgba(61, 122, 102, 0.35);
          box-shadow:
            0 32px 72px rgba(15, 21, 19, 0.12),
            0 0 0 1px rgba(126, 198, 174, 0.2);
          transform: translateY(-3px);
        }
      }
      .jr-director-spotlight__card:focus-visible {
        outline: 3px solid rgba(61, 122, 102, 0.55);
        outline-offset: 4px;
      }
      .jr-director-spotlight__figure {
        position: relative;
        border-radius: clamp(14px, 1.5vw, 20px);
        overflow: hidden;
        background: linear-gradient(145deg, #d4e8f2 0%, #eef6fb 42%, #ffffff 100%);
        aspect-ratio: 4 / 5;
        max-height: min(420px, 58vh);
      }
      @media (min-width: 900px) {
        .jr-director-spotlight__figure {
          max-height: none;
          aspect-ratio: 3 / 4;
        }
      }
      .jr-director-spotlight__figure img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center 12%;
        display: block;
      }
      .jr-director-spotlight__content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.5rem;
        padding: 0.25rem 0 0;
      }
      @media (max-width: 899px) {
        .jr-director-spotlight__content {
          border-top: 3px solid #3d7a66;
          padding-top: 1.1rem;
          margin-top: 0.15rem;
        }
      }
      @media (min-width: 900px) {
        .jr-director-spotlight__content {
          padding: 0.35rem 0;
          border-left: none;
          border-top: none;
          margin-top: 0;
        }
        .jr-lawyers-section--ref .jr-director-spotlight__content {
          border-right: 4px solid #3d7a66;
          padding-right: clamp(1.25rem, 2vw, 1.75rem);
        }
      }
      .jr-director-spotlight__badge {
        display: inline-flex;
        align-self: flex-start;
        margin: 0 0 0.35rem 0;
        padding: 0.4rem 0.95rem;
        border-radius: 999px;
        font-size: 1.15rem;
        font-weight: 700;
        letter-spacing: 0.06em;
        color: #fff;
        background: linear-gradient(135deg, #3d7a66 0%, #274d41 100%);
        box-shadow: 0 4px 14px rgba(39, 77, 65, 0.25);
      }
      .jr-director-spotlight__name {
        margin: 0;
        font-size: clamp(1.85rem, 1.35rem + 1.4vw, 2.65rem);
        font-weight: 800;
        letter-spacing: -0.03em;
        color: #0f1514;
        line-height: 1.2;
      }
      .jr-director-spotlight__degree {
        font-weight: 700;
        color: #274d41;
      }
      .jr-director-spotlight__comma {
        font-weight: 600;
        color: #5c6a66;
      }
      .jr-director-spotlight__title-line {
        font-weight: 700;
        color: #2a3d36;
      }
      .jr-director-spotlight__hook {
        margin: 0.35rem 0 0 0;
        font-size: clamp(1.3rem, 1.08rem + 0.45vw, 1.5rem);
        line-height: 1.55;
        color: #3d4845;
        font-weight: 500;
      }
      .jr-director-spotlight__creds {
        list-style: none;
        margin: 0.65rem 0 0 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.35rem;
      }
      .jr-director-spotlight__creds li {
        position: relative;
        padding-left: 1.1rem;
        font-size: clamp(1.2rem, 1.05rem + 0.3vw, 1.35rem);
        line-height: 1.45;
        color: #4f5c58;
      }
      .jr-director-spotlight__creds li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0.55em;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #7ec6ae;
      }
      .jr-director-spotlight__cta {
        margin-top: 1rem;
        font-size: 1.18rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        color: #2f6b56;
        transition: color 0.2s ease, letter-spacing 0.2s ease;
      }
      @media (hover: hover) {
        .jr-director-spotlight__card:hover .jr-director-spotlight__cta {
          color: #274d41;
          letter-spacing: 0.07em;
        }
      }
      .jr-lawyers-section .jr-team-showcase {
        width: 100%;
        padding-top: clamp(1.5rem, 3vh, 2.5rem);
        margin-top: clamp(0.5rem, 1.5vh, 1rem);
        border-top: 1px solid rgba(39, 77, 65, 0.12);
        background: transparent;
      }
      .jr-lawyers-section .jr-team-showcase__head {
        text-align: center;
        max-width: 40rem;
        margin: 0 auto clamp(1.75rem, 3.5vw, 2.75rem);
      }
      .jr-lawyers-section .jr-team-showcase__kicker {
        margin: 0 0 0.45rem 0;
        font-size: 1.05rem;
        font-weight: 700;
        letter-spacing: 0.2em;
        color: #3d7a66;
      }
      .jr-lawyers-section .jr-team-showcase__title {
        margin: 0 0 0.5rem 0;
        font-size: clamp(1.75rem, 1.15rem + 1.6vw, 2.5rem);
        font-weight: 700;
        letter-spacing: -0.03em;
        color: #0f1514;
        line-height: 1.2;
      }
      .jr-lawyers-section .jr-team-showcase__lead {
        margin: 0;
        font-size: clamp(1.25rem, 1.05rem + 0.45vw, 1.45rem);
        line-height: 1.5;
        color: #5a6864;
        font-weight: 400;
      }
      .jr-lawyers-section .jr-team-showcase__grid {
        list-style: none;
        margin: 0;
        padding: 0;
        display: grid;
        gap: clamp(1rem, 2.2vw, 1.4rem);
        grid-template-columns: 1fr;
      }
      /* 레퍼런스: 가로 스크롤 카드 띠 */
      .jr-lawyers-section--ref .jr-team-showcase__grid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: clamp(1rem, 2vw, 1.35rem);
        overflow-x: auto;
        overflow-y: visible;
        padding: 0.25rem 0 1rem;
        scroll-snap-type: x mandatory;
        scroll-padding-inline: 0.5rem;
        -webkit-overflow-scrolling: touch;
        scrollbar-gutter: stable;
      }
      .jr-lawyers-section--ref .jr-team-showcase__grid > li {
        flex: 0 0 min(100%, 400px);
        scroll-snap-align: start;
      }
      @media (min-width: 480px) {
        .jr-lawyers-section--ref .jr-team-showcase__grid > li {
          flex: 0 0 min(380px, 78vw);
        }
      }
      .jr-lawyers-section .jr-team-showcase__grid > li {
        margin: 0;
        padding: 0;
        min-width: 0;
      }
      .jr-lawyers-section .jr-team-card {
        position: relative;
        display: flex;
        flex-direction: column;
        height: 100%;
        min-height: 0;
        border-radius: clamp(14px, 1.4vw, 18px);
        overflow: hidden;
        text-align: left;
        cursor: pointer;
        background: #fff;
        border: 1px solid rgba(39, 77, 65, 0.1);
        box-shadow: 0 12px 36px rgba(15, 21, 19, 0.06);
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
        outline: none;
      }
      .jr-lawyers-section .jr-team-card--ref {
        flex-direction: row;
        align-items: stretch;
        min-height: 220px;
        border-radius: clamp(16px, 1.8vw, 22px);
        box-shadow: 0 18px 48px rgba(15, 21, 19, 0.11);
      }
      @media (hover: hover) {
        .jr-lawyers-section .jr-team-card:hover {
          transform: translateY(-5px);
          border-color: rgba(61, 122, 102, 0.35);
          box-shadow: 0 20px 48px rgba(15, 21, 19, 0.1), 0 0 0 1px rgba(126, 198, 174, 0.15);
        }
        .jr-lawyers-section .jr-team-card--ref:hover {
          transform: translateY(-4px);
          box-shadow: 0 24px 56px rgba(15, 21, 19, 0.14), 0 0 0 1px rgba(126, 198, 174, 0.12);
        }
        .jr-lawyers-section .jr-team-card:hover .jr-team-card__media img {
          transform: scale(1.04);
        }
        .jr-lawyers-section .jr-team-card:hover .jr-team-card__cta {
          color: #274d41;
          letter-spacing: 0.06em;
        }
      }
      .jr-lawyers-section .jr-team-card:focus-visible {
        outline: 3px solid rgba(61, 122, 102, 0.45);
        outline-offset: 3px;
      }
      .jr-lawyers-section .jr-team-card__media {
        position: relative;
        aspect-ratio: 4 / 5;
        overflow: hidden;
        background: linear-gradient(145deg, #d4e8f2 0%, #eef6fb 50%, #ffffff 100%);
      }
      .jr-lawyers-section .jr-team-card--ref .jr-team-card__media {
        flex: 0 0 clamp(128px, 34%, 198px);
        width: clamp(128px, 34%, 198px);
        min-height: 220px;
        aspect-ratio: auto;
        align-self: stretch;
      }
      .jr-lawyers-section .jr-team-card__media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        display: block;
        transition: transform 0.45s ease;
      }
      .jr-lawyers-section .jr-team-card__body {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 0.25rem;
        padding: clamp(1rem, 2.2vw, 1.2rem) clamp(1rem, 2vw, 1.15rem) clamp(1.05rem, 2.2vw, 1.25rem);
        background: #fff;
        border-top: 1px solid rgba(39, 77, 65, 0.08);
      }
      .jr-lawyers-section .jr-team-card--ref .jr-team-card__body {
        border-top: none;
        border-right: 1px solid rgba(39, 77, 65, 0.08);
        padding: clamp(1.1rem, 2vw, 1.45rem);
        min-width: 0;
        justify-content: center;
      }
      @media (max-width: 520px) {
        .jr-lawyers-section .jr-team-card--ref {
          flex-direction: column;
        }
        .jr-lawyers-section .jr-team-card--ref .jr-team-card__media {
          order: -1;
          flex: none;
          width: 100%;
          max-width: none;
          min-height: 0;
          aspect-ratio: 4 / 5;
        }
        .jr-lawyers-section .jr-team-card--ref .jr-team-card__body {
          border-right: none;
          border-top: 1px solid rgba(39, 77, 65, 0.08);
        }
      }
      .jr-lawyers-section .jr-team-card__role {
        margin: 0;
        font-size: clamp(1.15rem, 1.02rem + 0.3vw, 1.3rem);
        font-weight: 600;
        color: #3d7a66;
        line-height: 1.35;
      }
      .jr-lawyers-section .jr-team-card__name {
        margin: 0;
        font-size: clamp(1.35rem, 1.12rem + 0.5vw, 1.6rem);
        font-weight: 700;
        color: #0f1514;
        letter-spacing: -0.02em;
        line-height: 1.25;
      }
      .jr-lawyers-section .jr-team-card__bullets {
        list-style: none;
        margin: 0.45rem 0 0 0;
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 0.3rem;
      }
      .jr-lawyers-section .jr-team-card__bullets li {
        position: relative;
        padding-left: 0.78rem;
        font-size: clamp(1.02rem, 0.94rem + 0.2vw, 1.12rem);
        line-height: 1.42;
        color: #5c6a66;
      }
      .jr-lawyers-section .jr-team-card__bullets li::before {
        content: "·";
        position: absolute;
        left: 0;
        font-weight: 800;
        color: #3d7a66;
      }
      .jr-lawyers-section .jr-team-card__tag {
        margin: 0.15rem 0 0 0;
        font-size: clamp(1.05rem, 0.95rem + 0.22vw, 1.15rem);
        line-height: 1.4;
        color: #5a6864;
        font-weight: 400;
      }
      .jr-lawyers-section .jr-team-card__cta {
        margin-top: 0.65rem;
        font-size: 1.08rem;
        font-weight: 600;
        letter-spacing: 0.04em;
        color: #2f6b56;
        transition: color 0.25s ease, letter-spacing 0.25s ease;
      }

      /* 히어로 하단 5인(구 슬라이더): 타 페이지·레거시 선택자 보존 */
      .visual .lawyer-slider-others .jr-lawyer-strip {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        padding-top: 0.35rem;
        margin-bottom: 0;
        overflow: visible;
      }
      .visual .lawyer-slider-others .jr-lawyer-thumbs {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        flex: 1 1 auto;
        min-width: 0;
        padding: 0 1.2rem;
        box-sizing: border-box;
      }
      .visual .lawyer-slider-others .jr-lawyer-thumbs-track {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        flex: 1 1 auto;
        min-width: 0;
        width: 100%;
        gap: clamp(0.3rem, 0.8vw, 0.7rem);
        box-sizing: border-box;
        position: relative;
      }
      .visual .lawyer-slider-container.lawyer-slider-others .lawyer-slider-btn {
        appearance: none;
        -webkit-appearance: none;
        margin: 0;
      }
      .visual .lawyer-slider-others .lawyer-slider-btn--prev::after {
        content: "\2039";
      }
      .visual .lawyer-slider-others .lawyer-slider-btn--next::after {
        content: "\203A";
      }
      .visual .lawyer-slider-others .lawyer-slider-btn {
        top: 50%;
      }
      /* 5명 사진: 세로 비율·높이 제한으로 히어로 안에 수납 */
      .visual .lawyer-slider-others .jr-lawyer-thumb {
        flex: 1 1 0;
        min-height: 0;
        min-width: 0;
        margin-bottom: 0;
        position: relative;
        background: transparent !important;
        box-shadow: none !important;
        overflow: hidden;
        cursor: pointer;
        max-height: min(280px, 40vh);
      }
      .visual .lawyer-slider-others .jr-lawyer-thumb--active {
        z-index: 10;
      }
      .visual .lawyer-slider-others .jr-lawyer-thumb::before {
        content: "";
        display: block;
        padding-top: 128%;
        width: 100%;
      }
      .visual .lawyer-slider-others .jr-lawyer-thumb 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.65s ease, filter 0.65s ease;
      }
      .visual .lawyer-slider-others .jr-lawyer-thumb--active img {
        filter: grayscale(0%) brightness(1);
        transform: scale(1.025);
      }
      .visual .lawyer-slider-others .lawyer-info {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0.65rem 0.6rem;
        box-sizing: border-box;
        background: transparent !important;
        opacity: 0.65; /* 대기 상태: 정보 영역도 살짝 흐릿하게 */
        transition: opacity 0.65s ease, transform 0.65s ease;
      }
      /* 비활성: 히어로 썸네일 하단(bottom:0)에 맞춤 */
      .visual .lawyer-slider-others .jr-lawyer-thumb:not(.jr-lawyer-thumb--active) .lawyer-info {
        transform: translateY(0);
      }
      .visual .lawyer-slider-others .jr-lawyer-thumb:not(.jr-lawyer-thumb--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 .jr-lawyer-thumb:not(.jr-lawyer-thumb--active) .lawyer-info p:first-child {
        margin-top: 0 !important;
      }
      .visual .lawyer-slider-others .jr-lawyer-thumb--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 .jr-lawyer-thumb--active .lawyer-info p,
      .visual .lawyer-slider-others .jr-lawyer-thumb--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 .jr-lawyer-thumb--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;
      }
      .visual .lawyer-slider-others .lawyer-info p.jr-lawyer-slider-tagline {
        color: #fff !important;
      }
      /* 슬라이더: 프로필 더보기 – 대기 시 숨김, 확대(활성) 슬라이드에서만 표시. 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.6s ease, visibility 0.6s ease, box-shadow 0.6s ease, background 0.45s ease;
        pointer-events: none;
        cursor: pointer;
        z-index: 3;
      }
      .visual .lawyer-slider-others .jr-lawyer-thumb--active .jr-slider-profile-hint,
      .visual .lawyer-slider-others .jr-lawyer-thumb--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 .jr-lawyer-thumb--active .lawyer-info .jr-slider-profile-hint {
        margin-top: 0 !important;
      }
      /* 경력 한 줄(일부 카드만): PC·비활성 썸네일에서는 숨김 */
      .visual .lawyer-slider-others .jr-lawyer-slider-tagline {
        display: none !important;
      }
      @media (min-width: 900px) {
        .visual .lawyer-slider-others .jr-lawyer-thumb--active .jr-lawyer-slider-tagline {
          display: block !important;
          margin: 0.2rem 0 0 0;
          padding: 0 0.35rem;
          font-size: 0.95rem;
          line-height: 1.4;
          font-weight: 500;
          color: #fff !important;
          text-align: center;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
        }
        .visual .lawyer-slider-others .jr-lawyer-thumb--active .lawyer-info p.jr-lawyer-slider-tagline {
          color: #fff !important;
        }
      }
      @media (max-width: 899px) {
        .visual .lawyer-slider-others .jr-lawyer-thumb--active .jr-lawyer-slider-tagline,
        #jrMember .lawyer-slider-others .jr-lawyer-thumb--pair-next .jr-lawyer-slider-tagline {
          display: block !important;
          margin: 0.2rem 0 0 0;
          padding: 0 0.35rem;
          font-size: 0.92rem;
          line-height: 1.4;
          font-weight: 500;
          color: rgba(255, 255, 255, 0.93) !important;
          text-align: center;
          text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
        }
        #jrMember .lawyer-slider-others .jr-lawyer-thumb--pair-next .jr-lawyer-slider-tagline {
          font-size: 0.82rem;
          line-height: 1.35;
        }
        .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 .lawyer-info .jr-slider-profile-hint {
          transform: translate(-50%, calc(-50% - 1rem)) !important;
        }
        .visual .lawyer-slider-others .jr-lawyer-thumb--active .jr-slider-profile-hint,
        .visual .lawyer-slider-others .jr-lawyer-thumb--active .lawyer-info .jr-slider-profile-hint {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          cursor: pointer;
        }
      }
      /* 방송 출연 영상 섹션 - 다른 섹션과 동일한 높이감 */
      .jr-broadcast-section { padding: 8rem 0; background: #fff !important; 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-flex;
        align-items: center;
        justify-content: center;
        padding: 0.4rem 1rem;
        border-radius: 6px;
        background: #274d41;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: fit-content;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.8rem;
        text-transform: uppercase;
      }
      .jr-broadcast-title { font-size: clamp(2rem, 1.308rem + 3.08vw, 3.5rem); 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-blog-section { padding: 7rem 0 5rem; }
      .jr-risk-section { padding: 8rem 0; }
      /* 카드 섹션 상단(배지/버튼 시작점) 기준선 통일: WHY JR 기준 */
      #jrWhyCredibility,
      #jrCasesPreview,
      #jrNaverReviews,
      #jrPress,
      #jrBlog,
      #jrBroadcast,
      #jrInstagram,
      #faq {
        padding-top: 7.6rem !important;
      }
      #jrCasesPreview .jr-why-credibility-head,
      #jrNaverReviews .innerWrap > .jr-naver-badge,
      #jrPress .jr-press-header,
      #jrBlog .jr-blog-header,
      #jrBroadcast .jr-broadcast-header,
      #jrInstagram .jr-instagram-header {
        margin-top: 0 !important;
      }
      .jr-why-credibility-section {
        position: relative;
        overflow: hidden;
        padding: 7.6rem 0;
        background: linear-gradient(180deg, #eff8f5 0%, #d8ede4 100%);
      }
      .jr-why-credibility-section::before,
      .jr-why-credibility-section::after {
        content: "";
        position: absolute;
        border-radius: 50%;
        pointer-events: none;
      }
      .jr-why-credibility-section::before {
        width: 34rem;
        height: 34rem;
        right: -10rem;
        top: -10rem;
        background: radial-gradient(circle, rgba(201, 168, 106, 0.24) 0%, rgba(201, 168, 106, 0) 70%);
      }
      .jr-why-credibility-section::after {
        width: 26rem;
        height: 26rem;
        left: -9rem;
        bottom: -10rem;
        background: radial-gradient(circle, rgba(39, 77, 65, 0.09) 0%, rgba(39, 77, 65, 0) 72%);
      }
      .jr-why-credibility-section .innerWrap {
        position: relative;
        z-index: 1;
        gap: 0 !important;
      }
      .jr-why-credibility-head {
        text-align: center;
        max-width: 88rem;
        margin: 0 auto;
      }
      .jr-why-credibility-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.42rem 1.1rem;
        border-radius: 999px;
        background: rgba(39, 77, 65, 0.92);
        color: #fffdf8;
        border: 1px solid rgba(255, 255, 255, 0.35);
        box-shadow: 0 10px 20px rgba(39, 77, 65, 0.14);
        font-size: 1.12rem;
        font-weight: 700;
        letter-spacing: 0.08em;
        margin-bottom: 0.8rem;
      }
      .jr-why-credibility-head h2 {
        margin: 0;
        color: #1f1711;
        font-size: clamp(2rem, 1.308rem + 3.08vw, 3.5rem);
        line-height: 1.2;
        letter-spacing: -0.02em;
        text-wrap: balance;
      }
      .jr-why-credibility-head p {
        margin: 1.35rem 0 0;
        color: #4e4438;
        font-size: 1.62rem;
        line-height: 1.85;
      }
      .jr-why-core-cards {
        margin-top: 3rem;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 1.5rem;
        counter-reset: whyCore;
      }
      .jr-why-core-cards article {
        position: relative;
        overflow: hidden;
        background: #fff;
        border: 1px solid #6a9085;
        border-radius: 14px;
        padding: 1.95rem 1.65rem 1.75rem;
        box-shadow: 0 2px 10px rgba(39, 77, 65, 0.07), 0 1px 0 rgba(255, 255, 255, 0.6) inset;
        transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
      }
      .jr-why-core-cards article::before {
        counter-increment: whyCore;
        content: "0" counter(whyCore);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 3rem;
        height: 2.2rem;
        padding: 0 0.7rem;
        margin-bottom: 0.85rem;
        border-radius: 999px;
        background: #f3ebe1;
        color: #7f5f3f;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.03em;
      }
      .jr-why-core-cards article::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 3px;
        background: linear-gradient(90deg, #8e6a45 0%, #c9a86a 100%);
        opacity: 0.78;
      }
      .jr-why-core-cards article:hover {
        transform: translateY(-3px);
        border-color: #9a8a78;
        box-shadow: 0 10px 22px rgba(39, 77, 65, 0.11);
      }
      .jr-why-core-cards h3 {
        margin: 0;
        color: #274d41;
        font-size: 1.92rem;
        letter-spacing: -0.01em;
      }
      .jr-why-core-cards p {
        margin: 0.7rem 0 0;
        color: #4b4035;
        font-size: 1.4rem;
        line-height: 1.78;
      }
      .jr-why-core-cards p strong {
        color: #7a5833;
        font-weight: 800;
      }
      .jr-why-credibility-statement {
        position: relative;
        margin-top: 2.2rem;
        padding: 2.25rem 2.2rem;
        background: linear-gradient(180deg, #ffffff 0%, #fefbf8 100%);
        border: 1px solid #e5d9ca;
        border-radius: 16px;
        box-shadow: 0 18px 30px rgba(39, 77, 65, 0.07);
      }
      .jr-why-credibility-statement::before {
        content: "";
        position: absolute;
        left: 0;
        top: 1.3rem;
        bottom: 1.3rem;
        width: 4px;
        border-radius: 999px;
        background: linear-gradient(180deg, #8d6b46 0%, #c9a86a 100%);
      }
      .jr-why-credibility-statement p {
        margin: 0;
        color: #41372d;
        font-size: 1.58rem;
        line-height: 1.88;
        padding-left: 0.8rem;
        text-align: left;
      }
      .jr-why-credibility-statement p + p {
        margin-top: 1.1rem;
      }
      .jr-why-credibility-statement strong {
        color: #5f3f22;
        font-weight: 800;
        background: linear-gradient(180deg, rgba(201, 168, 106, 0) 58%, rgba(201, 168, 106, 0.35) 58%);
        padding: 0 0.08em;
      }
      .jr-why-credibility-next {
        margin-top: 1.9rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.05rem;
      }
      .jr-why-credibility-next-tagline {
        margin: 0;
        max-width: 36rem;
        color: #34291f;
        font-size: 1.52rem;
        font-weight: 600;
        line-height: 1.55;
      }
      .jr-why-credibility-link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.5rem;
        width: auto;
        max-width: 100%;
        padding: 0.88rem 1.55rem;
        border-radius: 999px;
        background: #2f251a;
        color: #fff;
        border: 1px solid #2f251a;
        box-shadow: 0 10px 22px rgba(39, 77, 65, 0.22);
        font-size: 1.38rem;
        font-weight: 700;
        text-decoration: none;
        transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
      }
      .jr-why-credibility-link:hover {
        transform: translateY(-1px);
        background: #3b3024;
        box-shadow: 0 12px 26px rgba(39, 77, 65, 0.28);
      }
      #jrRiskUrgency .innerWrap { gap: 0 !important; }
      .jr-risk-head { text-align: center; margin-bottom: 4.8rem; }
      .jr-risk-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.4rem 1rem;
        border-radius: 6px;
        background: #274d41;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        margin-bottom: 0.8rem;
      }
      .jr-risk-head h2 { margin: 0; color: #274d41; font-size: clamp(2.2rem, 1.6rem + 1.8vw, 3.2rem); line-height: 1.3; }
      .jr-risk-head p { margin: 0.6rem 0 0; color: #555; font-size: 1.55rem; line-height: 1.75; }
      .jr-risk-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.45rem; counter-reset: riskCard; }
      .jr-risk-card {
        background: #fff;
        border: 1px solid #6a9085;
        border-radius: 12px;
        padding: 2rem 1.6rem;
        text-align: left;
        box-shadow: 0 2px 10px rgba(39,77,65,0.07);
        position: relative;
        transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
      }
      .jr-risk-card:hover {
        border-color: #9a8a78;
        box-shadow: 0 8px 20px rgba(39,77,65,0.1);
        transform: translateY(-1px);
      }
      .jr-risk-card::before {
        counter-increment: riskCard;
        content: "0" counter(riskCard);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 3.2rem;
        height: 2.2rem;
        padding: 0 0.7rem;
        border-radius: 999px;
        background: #f4ede4;
        color: #8a6a49;
        font-size: 1.15rem;
        font-weight: 700;
        letter-spacing: 0.04em;
        margin-bottom: 0.8rem;
      }
      .jr-risk-card h3 {
        margin: 0 0 0.7rem;
        color: #274d41;
        font-size: 1.85rem;
        line-height: 1.35;
        letter-spacing: -0.01em;
      }
      .jr-risk-card p {
        margin: 0;
        color: #555;
        font-size: 1.4rem;
        line-height: 1.75;
      }
      .jr-risk-card .jr-risk-scenario {
        margin-top: 1rem;
        padding: 0.9rem 1rem;
        border-radius: 8px;
        background: #faf6f0;
        border: 1px solid #efe5d8;
        color: #6a5d50;
        font-size: 1.3rem;
        line-height: 1.7;
      }
      .jr-risk-reality {
        margin: 2rem auto 0;
        max-width: 96rem;
        padding: 1.6rem 1.8rem;
        border: 1px solid #e3d8c8;
        border-radius: 10px;
        background: #fcfaf7;
        color: #4d4338;
        font-size: 1.45rem;
        line-height: 1.75;
        text-align: center;
        white-space: nowrap;
        overflow-x: auto;
      }
      .jr-risk-cta { margin-top: 2rem; text-align: center; }
      .jr-risk-cta p { margin: 0 0 1rem; color: #274d41; font-size: 1.6rem; font-weight: 600; }
      .jr-risk-cta-actions { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
      .jr-risk-cta-actions .btncs { min-width: 13rem; justify-content: center; }
      #jrRiskUrgency .lawyer-search-sect {
        position: relative;
        margin-top: 4.8rem;
        padding: 2.8rem 2.5rem;
        background: linear-gradient(180deg, #fffdf9 0%, #fff 100%);
        border: 1px solid #e6d9cb;
        border-radius: 18px;
        box-shadow:
          0 18px 36px rgba(39, 77, 65, 0.08),
          0 2px 0 rgba(255, 255, 255, 0.9) inset;
      }
      #jrRiskUrgency .lawyer-search-sect::before {
        content: "";
        position: absolute;
        left: 2.5rem;
        right: 2.5rem;
        top: 0;
        height: 4px;
        border-radius: 999px;
        background: linear-gradient(90deg, #8b6a45 0%, #c9a86a 100%);
      }
      #jrRiskUrgency .lawyer-search-sect h2 {
        font-size: clamp(2.2rem, 1.75rem + 1vw, 2.95rem);
        line-height: 1.25;
        letter-spacing: -0.015em;
        margin-bottom: 0.7rem;
      }
      #jrRiskUrgency .lawyer-search-sect .lawyer-search-desc {
        font-size: 1.45rem;
        margin-bottom: 1.9rem;
        color: #5f5448;
      }
      #jrRiskUrgency .lawyer-search-sect .lawyer-search-controls {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.2rem 1.3rem;
      }
      #jrRiskUrgency .lawyer-search-sect .lawyer-search-controls .lawyer-search-wrap {
        display: flex !important;
        flex-direction: column;
        gap: 0.55rem;
      }
      #jrRiskUrgency .lawyer-search-sect .lawyer-search-controls label {
        font-size: 1.3rem;
        margin-bottom: 0;
        font-weight: 700;
        letter-spacing: 0.01em;
        color: #4f4438;
      }
      #jrRiskUrgency .lawyer-search-sect select,
      #jrRiskUrgency .lawyer-search-sect input[type="text"] {
        width: 100%;
        height: 4.8rem;
        padding: 0 1.3rem;
        font-size: 1.42rem;
        border: 1px solid #d6c7b6;
        border-radius: 12px;
        background: #fdfaf5;
        text-align: center;
        text-align-last: center;
        transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
      }
      #jrRiskUrgency .lawyer-search-sect input[type="text"]::placeholder {
        text-align: center;
        color: #998d81;
      }
      #jrRiskUrgency .lawyer-search-sect select:hover,
      #jrRiskUrgency .lawyer-search-sect input[type="text"]:hover {
        border-color: #bea98f;
        background: #fff;
      }
      #jrRiskUrgency .lawyer-search-sect select:focus,
      #jrRiskUrgency .lawyer-search-sect input[type="text"]:focus {
        border-color: #8b6a45;
        box-shadow: 0 0 0 4px rgba(139, 106, 69, 0.14);
        background: #fff;
      }
      #jrRiskUrgency .lawyer-search-sect .lawyer-search-results {
        margin-top: 1.8rem;
        padding-top: 1.6rem;
        border-top: 1px solid #ecdfd1;
      }
      #jrRiskUrgency .lawyer-search-sect .lawyer-search-results h3 {
        font-size: clamp(1.55rem, 2.2vw, 1.9rem);
        font-weight: 700;
        margin-bottom: 0.9rem;
        color: #274d41;
      }
      #jrRiskUrgency .lawyer-search-results-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 0.65rem;
        overflow: visible;
        white-space: normal;
        width: 100%;
        max-width: 100%;
        padding: 0 0.25rem;
        box-sizing: border-box;
      }
      #jrRiskUrgency .lawyer-search-results-list li {
        margin: 0;
        flex: 0 1 auto;
      }
      #jrRiskUrgency .lawyer-search-results-list a {
        display: inline-flex;
        align-items: center;
        max-width: 100%;
        min-height: 3.2rem;
        padding: 0.5rem 1rem;
        border-radius: 999px;
        font-size: 1.28rem;
        font-weight: 600;
        border-color: #d5c3ac;
        color: #715538;
        background: #fff9f0;
        transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
      }
      #jrRiskUrgency .lawyer-search-results-list a:hover {
        transform: translateY(-1px);
        background: #7b5a38;
        border-color: #7b5a38;
        color: #fff;
      }
      @media (max-width: 900px) {
        #jrRiskUrgency .lawyer-search-sect .lawyer-search-controls {
          grid-template-columns: 1fr;
        }
      }
      @media (max-width: 767px) {
        #jrRiskUrgency .lawyer-search-sect {
          margin-top: 3.8rem;
          padding: 2rem 1.5rem 1.7rem;
          border-radius: 14px;
        }
        #jrRiskUrgency .lawyer-search-sect::before {
          left: 1.5rem;
          right: 1.5rem;
        }
        #jrRiskUrgency .lawyer-search-sect h2 {
          font-size: clamp(1.95rem, 1.6rem + 0.8vw, 2.3rem);
        }
        #jrRiskUrgency .lawyer-search-sect .lawyer-search-desc {
          font-size: 1.32rem;
          margin-bottom: 1.5rem;
        }
      }
      .jr-blog-header { text-align: center; margin-bottom: 0; margin-top: 0; }
      .jr-blog-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.4rem 1rem;
        border-radius: 6px;
        background: #274d41;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: fit-content;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.8rem;
        text-transform: uppercase;
      }
      .jr-blog-title { font-size: clamp(2rem, 1.308rem + 3.08vw, 3.5rem); font-weight: 700; color: #050505; margin: 0; }
      .jr-blog-desc { font-size: clamp(1.1rem, 1rem + 0.2vw, 1.25rem); color: #050505; font-weight: 400; margin-top: 0.45rem; }
      .jr-blog-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; width: 100%; }
      @media (min-width: 768px) { .jr-blog-grid { grid-template-columns: repeat(2, 1fr); } }
      @media (min-width: 1024px) { .jr-blog-grid { grid-template-columns: repeat(4, 1fr); } }
      @media (max-width: 1100px) {
        .jr-risk-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
        .jr-why-core-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
      }
      @media (max-width: 767px) {
        .jr-risk-section { padding: 6rem 0; }
        .jr-risk-grid { grid-template-columns: 1fr; gap: 0.9rem; }
        .jr-risk-head p br { display: none; }
        #jrWhyCredibility,
        #jrCasesPreview,
        #jrNaverReviews,
        #jrPress,
        #jrBlog,
        #jrBroadcast,
        #jrInstagram,
        #faq {
          padding-top: 5.6rem !important;
        }
        .jr-why-credibility-section {
          padding: 5.6rem 0;
        }
        .jr-why-credibility-head {
          text-align: center;
        }
        .jr-why-credibility-head p br {
          display: none;
        }
        .jr-why-credibility-head h2 {
          font-size: clamp(2.35rem, 2rem + 0.8vw, 2.95rem);
          line-height: 1.24;
        }
        .jr-why-credibility-head p {
          font-size: 1.48rem;
          line-height: 1.78;
        }
        .jr-why-core-cards {
          grid-template-columns: 1fr;
          margin-top: 2rem;
        }
        .jr-why-credibility-statement {
          margin-top: 1.65rem;
          padding: 1.55rem 1.35rem 1.55rem 1.2rem;
          border-radius: 12px;
        }
        .jr-why-credibility-statement::before {
          top: 1rem;
          bottom: 1rem;
        }
        .jr-why-credibility-statement p {
          font-size: 1.45rem;
          line-height: 1.78;
          padding-left: 0.65rem;
        }
        .jr-why-credibility-next {
          align-items: center;
          margin-top: 1.35rem;
          gap: 0.95rem;
        }
        .jr-why-credibility-next-tagline {
          font-size: 1.42rem;
          padding: 0 0.5rem;
        }
        .jr-why-credibility-link {
          width: 100%;
          max-width: 26rem;
        }
      }
      .jr-blog-card { background: #fff; border: 1px solid #6a9085; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(39,77,65,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; text-decoration: none; color: inherit; appearance: none; -webkit-appearance: none; display: block; width: 100%; text-align: left; cursor: pointer; padding: 0; }
      .jr-blog-card:hover { transform: translateY(-5px); box-shadow: 0 14px 28px rgba(0,0,0,0.12); border-color: rgba(184,124,72,0.45); }
      .jr-blog-thumb { position: relative; width: 100%; aspect-ratio: 1 / 1; overflow: hidden; background: #f1ece6; }
      .jr-blog-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
      .jr-blog-body { padding: 0.9rem 1rem 1rem; }
      .jr-blog-body h3 { margin: 0; font-size: 1.55rem; color: #1f1711; line-height: 1.35; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 4.1rem; }
      .jr-blog-date { margin-top: 0.6rem; font-size: 1.2rem; color: #6d6357; }
      .jr-blog-empty { text-align: center; padding: 2rem; color: #6d6357; font-size: 1.4rem; }
      .jr-broadcast-card { background: #fff; border: 1px solid #6a9085; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(39,77,65,0.07); 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-instagram-section { padding: 6rem 0; }
.jr-instagram-header { text-align: center; margin-bottom: 0; margin-top: 0; }
.jr-instagram-badge { display: inline-flex; align-items: center; padding: 0.4rem 1rem; border-radius: 6px; background: #274d41; color: #fff; font-size: 1.1rem; font-weight: 700; letter-spacing: 0.05em; margin-bottom: 0.8rem; }
.jr-instagram-title { font-size: clamp(2rem, 1.308rem + 3.08vw, 3.5rem); font-weight: 700; color: #050505; margin: 0; }
.jr-instagram-desc { font-size: clamp(1.1rem, 1rem + 0.2vw, 1.25rem); color: #050505; font-weight: 400; margin-top: 0.45rem; }
.jr-instagram-grid { display: grid; grid-template-columns: 1fr; gap: 1.25rem; width: 100%; }
@media (min-width: 640px) { .jr-instagram-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .jr-instagram-grid { grid-template-columns: repeat(4, 1fr); } }
.jr-instagram-card { display: block; text-decoration: none; color: inherit; background: #fff; border: 1px solid #6a9085; border-radius: 12px; overflow: hidden; box-shadow: 0 2px 10px rgba(39,77,65,0.07); transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease; }
.jr-instagram-card:hover { transform: translateY(-4px); box-shadow: 0 14px 28px rgba(0,0,0,0.12); border-color: rgba(184,124,72,0.45); }
.jr-instagram-thumb { position: relative; width: 100%; aspect-ratio: 1 / 1; background: #f1ece6; overflow: hidden; }
.jr-instagram-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.jr-instagram-card p { margin: 0; padding: 0.85rem 0.95rem 1rem; font-size: 1.25rem; color: #274d41; line-height: 1.5; display: -webkit-box; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; min-height: 4.8rem; }
.jr-instagram-empty { text-align: center; padding: 2rem; color: #6d6357; font-size: 1.4rem; }
      .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: 2.5rem; }
      .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-section-more-btn .jr-instagram-more-icon { width: 1.35rem; height: 1.35rem; flex-shrink: 0; object-fit: contain; }
      .jr-section-more-btn .jr-broadcast-more-icon { width: 1.35rem; height: 1.35rem; flex-shrink: 0; object-fit: contain; }
      /* 신문/온라인 보도 섹션 - 방송 섹션과 동일한 제목·표 간격 */
      .jr-press-section {
        padding: 5rem 0;
        background-color: #f9f7f2;
      }
      .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;
        justify-content: center;
        padding: 0.4rem 1rem;
        border-radius: 6px;
        background: #274d41;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: fit-content;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.8rem;
        text-transform: uppercase;
      }
      .jr-press-title { font-size: clamp(2rem, 1.308rem + 3.08vw, 3.5rem); 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 #6a9085; border-radius: 10px; background: #fff; box-shadow: 0 2px 10px rgba(39,77,65,0.07); 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: #274d41; 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: #274d41; }
      .jr-press-modal-meta { margin: 0; font-size: 1.2rem; color: #666; }
      .jr-press-modal-body { padding: 1rem 1.25rem; overflow-y: auto; color: #274d41; 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; }
      /* 네이버 플레이스 방문자 후기 — 뷰포트 + 가로 슬라이드(한 칸씩) */
      .jr-naver-reviews-section {
        padding-top: clamp(3rem, 2vw, 5rem);
        padding-bottom: clamp(4rem, 5vw, 6rem);
      }
      .jr-naver-reviews-section .jr-naver-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.4rem 1rem;
        border-radius: 6px;
        background: #274d41;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: fit-content;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.2rem;
        margin-bottom: 0.8rem;
        text-transform: uppercase;
      }
      .jr-review-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.4rem 1rem;
        border-radius: 6px;
        background: #274d41;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: fit-content;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.25rem;
      }
      .jr-case-badge {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0.4rem 1rem;
        border-radius: 6px;
        background: #274d41;
        color: #fff;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 0.05em;
        width: fit-content;
        min-width: 0;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0.2rem;
      }
      #jrCase .innerWrap {
        gap: 0 !important;
      }
      #jrCase > .innerWrap > h2:first-of-type {
        margin-top: -0.1rem;
        margin-bottom: 2rem;
      }
      #jrReview .innerWrap {
        gap: 0 !important;
      }
      #jrReview > .innerWrap > h2:first-of-type {
        margin-top: -0.1rem;
        margin-bottom: 2.2rem;
        line-height: 1.3;
      }
      #jrReview .cont {
        margin-top: 4.8rem;
      }
      /* 제목·부제는 한 덩어리로 붙임 (.sect .innerWrap gap 제거) */
      .jr-naver-reviews-section .innerWrap {
        gap: 0;
      }
      /* 제목을 약 3줄(부제와 동일 글자·행간 기준)만큼 아래로 */
      .jr-naver-reviews-section > .innerWrap > h2:first-of-type {
        margin-top: 0;
        margin-bottom: 0;
        line-height: 1.2;
      }
      .jr-naver-reviews-section .jr-naver-reviews-desc {
        font-size: clamp(1.1rem, 1rem + 0.25vw, 1.35rem);
        color: var(--brown700);
        line-height: 1.55;
        max-width: 38rem;
        margin: 0.35rem auto 0;
        text-align: center;
      }
      .jr-naver-reviews-section .innerWrap > .cont {
        margin-top: clamp(2.5rem, 3.5vw, 5rem);
      }
      .jr-naver-reviews-section .cont.jr-naver-reviews-stage-wrap {
        width: 100%;
        max-width: 100%;
        display: flex;
        justify-content: center;
      }
      .jr-naver-reviews-stage {
        position: relative;
        width: 100%;
        max-width: calc(1200px + 7rem);
        padding: 0 clamp(2.75rem, 4vw, 3.5rem);
        box-sizing: border-box;
      }
      .jr-naver-reviews-fade-root {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
      }
      .jr-naver-reviews-viewport {
        overflow: hidden;
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
      }
      .jr-naver-reviews-grid {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: stretch;
        gap: clamp(1.25rem, 2.5vw, 2rem);
        width: max-content;
        min-width: 100%;
        max-width: none;
        margin: 0;
        transition: transform 0.42s cubic-bezier(0.25, 0.1, 0.25, 1);
        will-change: transform;
      }
      .jr-naver-reviews-grid.jr-naver-slide--no-trans {
        transition: none;
      }
      .jr-naver-reviews-grid--single {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
        min-width: 0;
        max-width: 28rem;
        margin: 0 auto;
        transition: none;
        will-change: auto;
      }
      .jr-naver-grid-cell {
        display: flex;
        min-width: 0;
        min-height: 0;
        flex: 0 0 var(--jr-naver-cell, min(100%, 320px));
        box-sizing: border-box;
      }
      .jr-naver-reviews-grid--single .jr-naver-grid-cell {
        flex: 1 1 auto;
        max-width: 100%;
      }
      .jr-naver-grid-cell--empty {
        visibility: hidden;
        pointer-events: none;
      }
      .jr-naver-fade-controls {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        pointer-events: none;
        z-index: 3;
        margin: 0;
      }
      .jr-naver-fade-btn {
        pointer-events: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        width: clamp(3rem, 5vw, 3.5rem);
        height: clamp(3rem, 5vw, 3.5rem);
        border-radius: 50%;
        border: 1px solid rgba(39, 77, 65, 0.12);
        background: rgba(255, 255, 255, 0.96);
        color: var(--brown800);
        box-shadow: 0 4px 14px rgba(39, 77, 65, 0.1);
        cursor: pointer;
        transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
      }
      .jr-naver-fade-btn:hover {
        background: var(--brown800);
        color: #fff;
        border-color: var(--brown800);
        box-shadow: 0 6px 20px rgba(39, 77, 65, 0.18);
        transform: scale(1.05);
      }
      .jr-naver-fade-btn svg {
        flex-shrink: 0;
      }
      @media (max-width: 767px) {
        .jr-naver-grid-cell--empty {
          display: none;
        }
      }
      .jr-naver-reviews-section .review-card {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        transform: none !important;
        opacity: 1 !important;
        height: 100%;
        display: flex;
        flex-direction: column;
        border: 1px solid #6a9085;
        border-radius: 16px;
        box-shadow: 0 2px 10px rgba(39, 77, 65, 0.06);
      }
      .jr-naver-reviews-section .review-card__profile {
        flex-shrink: 0;
      }
      .jr-naver-reviews-section .review-card__profile .jr-naver-review-idline {
        margin-top: 0;
        margin-bottom: 0.5rem;
      }
      .jr-naver-reviews-section .review-card__body {
        display: flex;
        flex-direction: column;
        flex: 1 1 auto;
        min-height: 0;
        text-align: center;
      }
      .jr-naver-reviews-section .review-card__text {
        color: #7d6e65;
        line-height: 1.65;
        text-align: center;
        flex: 1 1 auto;
        min-height: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        overflow: hidden;
      }
      .jr-naver-reviews-grid--single .review-card__text {
        display: block;
        -webkit-line-clamp: unset;
        line-clamp: unset;
        overflow: visible;
      }
      .jr-naver-reviews-section .jr-naver-place-link {
        margin-top: auto;
        padding-top: 1rem;
        flex-shrink: 0;
        display: inline-block;
        align-self: center;
        font-size: 1.45rem;
        font-weight: 600;
        color: #03a84d;
        text-decoration: none;
      }
      .jr-naver-reviews-section .jr-naver-place-link:hover {
        text-decoration: underline;
        color: #038a3d;
      }
      .jr-naver-reviews-section .jr-section-more-wrap {
        margin-top: 2.5rem;
        margin-bottom: 0;
      }
      /* 상황별 맞춤변호사 검색 (메인 히어로 아래) */
      .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(39,77,65,0.06); }
      .lawyer-search-sect h2 { font-size: clamp(1.55rem, 2.2vw, 1.9rem); font-weight: 700; color: #274d41; 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(39,77,65,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(39,77,65,0.1); }
      .lawyer-search-sect .lawyer-search-results h3 { font-size: clamp(1.55rem, 2.2vw, 1.9rem); font-weight: 700; color: #274d41; margin: 0 0 0.8rem 0; text-align: center; }
      .lawyer-search-results-list { list-style: none; margin: 0 auto; padding: 0; display: grid; gap: 0.75rem; max-width: 56rem; }
      .lawyer-search-results-list li { margin-bottom: 0; }
      .lawyer-search-results-list a { display: flex; align-items: center; justify-content: center; gap: 1rem; padding: 0.95rem 1.05rem; background: #fff; border: 1px solid #6a9085; border-radius: 10px; color: #274d41; text-decoration: none; transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.15s; text-align: center; box-shadow: 0 2px 8px rgba(39,77,65,0.05); }
      .lawyer-search-results-list a img { width: 5rem; height: 5rem; border-radius: 50%; object-fit: cover; border: 1px solid rgba(184,115,51,0.28); flex-shrink: 0; background: #f6f1ea; }
      .lawyer-search-results-list .lawyer-result-text { display: flex; flex-direction: column; gap: 0.2rem; min-width: 0; align-items: center; }
      .lawyer-search-results-list .lawyer-result-name { font-size: clamp(1.55rem, 1.35rem + 0.5vw, 1.9rem); font-weight: 700; color: #274d41; line-height: 1.25; letter-spacing: -0.01em; }
      .lawyer-search-results-list .lawyer-result-cta { font-style: normal; font-size: 1.32rem; color: #8b6a45; line-height: 1.25; }
      .lawyer-search-results-list a:hover { background: #fffaf3; border-color: #A06528; box-shadow: 0 6px 14px rgba(39,77,65,0.08); transform: translateY(-1px); }
      .lawyer-search-sect .lawyer-search-empty { font-size: clamp(1.55rem, 2.2vw, 1.9rem); color: #6b5b4f; margin: 0; }
      #lawyerSearchResults > h3 {
        font-size: 1.9rem !important;
        font-weight: 700 !important;
        line-height: 1.3 !important;
        text-align: center !important;
        color: #274d41 !important;
      }
      .footer .footer-region-links { font-size: 1.25rem; color: var(--brown200); text-align: left; width: auto; margin-top: 0; line-height: 1.6; }
      .footer .footer-region-links a { font-size: 1.25rem; color: var(--brown200); }

/* 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;
        }
      }

/* 메인 index 히어로: 모바일 카피·CTA 중앙 정렬 — #jrMember 보강 */
@media screen and (max-width: 899px) {
  #jrMember .vs_hero.jr-hero__grid {
    gap: clamp(0.5rem, 2vh, 1.25rem) !important;
  }
  #jrMember .vs_hero .slogan_wrap {
    margin-bottom: 0.5rem;
  }
  #jrMember .jr-hero-eyebrow {
    text-align: center;
    width: 100%;
  }
  #jrMember .slogan_wrap {
    padding: 0.5rem 0 0 !important;
    text-align: center !important;
    align-items: center !important;
  }
  #jrMember .title,
  #jrMember .title h1,
  #jrMember .title .subtxt {
    text-align: center !important;
  }
  #jrMember .title h1 {
    max-width: none;
  }
  #jrMember .title .subtxt {
    max-width: 36rem;
    margin-left: auto;
    margin-right: auto;
  }
  #jrMember .title .subtxt.jr-hero-subtxt-oneline {
    max-width: 100% !important;
  }
  #jrMember .btn_group {
    justify-content: center !important;
    align-items: center !important;
    width: 100%;
    margin-top: 1.25rem;
    transform: none;
  }
  #jrMember .btn_group .btnCall.btncs,
  #jrMember .btn_group .btnRsv.btncs.modal-trigger-btn {
    font-size: clamp(1.42rem, 4.1vw, 1.82rem) !important;
    min-height: 4.55rem;
    padding: 0.82rem 2rem !important;
  }
  #jrMember .btn_group .btnCall.btncs i,
  #jrMember .btn_group .btnRsv.btncs.modal-trigger-btn i {
    width: 2rem;
    height: 2rem;
  }
  #jrMember.visual.jr-hero--ref .jr-hero-hooks a.jr-hero-hook {
    min-height: clamp(5.75rem, 4.1rem + 6vw, 7.75rem);
    padding-top: 0.82rem;
    padding-bottom: 0.82rem;
  }
  html,
  body {
    scroll-snap-type: none !important;
  }
}

@media screen and (min-width: 900px) and (max-width: 950px) {
  #jrMember.visual.jr-hero--ref .jr-hero-hooks a.jr-hero-hook {
    min-height: clamp(5.5rem, 4rem + 4vw, 7rem);
    padding-top: 0.78rem;
    padding-bottom: 0.78rem;
  }
}

/* 섹션 하단 여백 통일: 업무사례(#jrCasesPreview) 기준 */
#jrWhyCredibility,
#jrCasesPreview,
#jrNaverReviews,
#jrPress,
#jrBlog,
#jrBroadcast,
#jrInstagram,
#jrReview,
#faq {
  padding-bottom: clamp(5rem, 3.269rem + 7.69vw, 10rem) !important;
}

/* 섹션별 추가 하단 여백 제거(업무사례 기준선 통일) */
#jrPress .jr-section-more-wrap {
  margin-bottom: 0 !important;
}
#jrBroadcast .jr-media-width {
  margin-bottom: 0 !important;
}

/* RISK CHECK·업무사례·언론·방송·고객후기: 옅은 회색 베이스 + JR 심볼 워터마크(은은) */
#jrRiskUrgency.jr-risk-section,
#jrCasesPreview.jr-cases-preview-section,
#jrPress.jr-press-section,
#jrBroadcast.jr-broadcast-section,
#jrReview.section2 {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #fcfcfc 0%, #f7f7f6 50%, #f5f5f4 100%) !important;
}
#jrRiskUrgency.jr-risk-section::before,
#jrCasesPreview.jr-cases-preview-section::before,
#jrPress.jr-press-section::before,
#jrBroadcast.jr-broadcast-section::before,
#jrReview.section2::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("/crime/images/CI_symbol_dark.svg"), url("/crime/images/CI_symbol_dark.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: 90% 18%, 6% 88%;
  background-size: clamp(100px, 18vw, 200px) auto, clamp(64px, 11vw, 120px) auto;
}
@media (max-width: 767px) {
  #jrRiskUrgency.jr-risk-section::before,
  #jrCasesPreview.jr-cases-preview-section::before,
  #jrPress.jr-press-section::before,
  #jrBroadcast.jr-broadcast-section::before,
  #jrReview.section2::before {
    opacity: 0.035;
    background-position: 92% 12%, 4% 92%;
    background-size: clamp(72px, 28vw, 140px) auto, clamp(48px, 16vw, 88px) auto;
  }
}
#jrRiskUrgency.jr-risk-section .innerWrap,
#jrCasesPreview.jr-cases-preview-section .innerWrap,
#jrPress.jr-press-section .innerWrap,
#jrBroadcast.jr-broadcast-section .innerWrap,
#jrReview.section2 .innerWrap {
  position: relative;
  z-index: 1;
}

/* WHY JR(#ececeb)와 동일 배경 통일 - 최종 규칙 */
#jrNaverReviews.jr-naver-reviews-section,
#jrBlog.jr-blog-section,
#jrInstagram.jr-instagram-section {
  background: linear-gradient(180deg, #eff8f5 0%, #d8ede4 100%) !important;
}

/* 배경 간섭 방지: 섹션 + 내부 래퍼까지 동일 색 고정 */
#jrNaverReviews.jr-naver-reviews-section,
#jrNaverReviews.jr-naver-reviews-section .innerWrap,
#jrBlog.jr-blog-section,
#jrBlog.jr-blog-section .innerWrap,
#jrInstagram.jr-instagram-section,
#jrInstagram.jr-instagram-section .innerWrap {
  background: linear-gradient(180deg, #eff8f5 0%, #d8ede4 100%) !important;
}

/* 카드 경계: 메인 카드류 테두리 톤 통일 */
#jrBroadcast .jr-broadcast-card,
#jrPress .jr-press-card,
#jrReview .review-card,
#jrNaverReviews .review-card {
  border: 1px solid #6a9085 !important;
  box-shadow: 0 2px 10px rgba(39, 77, 65, 0.07) !important;
}

/* 메인: 섹션 전환 구분선 — PC·모바일 공통(모바일은 main이 mobilelayout으로 바뀜) */
main.pclayout .contents > section:not(:first-of-type),
main.mobilelayout .contents > section:not(:first-of-type) {
  border-top: 1px solid rgba(176, 160, 144, 0.33);
}

/* 고객만족후기·방송·인스타·오시는길: 워터마크/배경 구간에서 상단 구분선이 약해 보이는 경우 보강 */
#jrReview.section2,
#jrBroadcast.jr-broadcast-section,
#jrInstagram.jr-instagram-section,
#jrLocation.section3,
#faq.jr-faq-section {
  border-top: 1px solid rgba(176, 160, 144, 0.33);
}

/* —— 형사센터 FAQ (#faq) —— */
.jr-faq-section {
  position: relative;
  background: linear-gradient(180deg, #faf8f5 0%, #f3ece4 100%) !important;
  text-align: left;
}
.jr-faq-section .jr-faq-inner {
  gap: clamp(2.25rem, 5vw, 3.75rem) !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.jr-faq-head {
  text-align: center;
}
.jr-faq-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.4rem 1rem;
  border-radius: 6px;
  background: #274d41;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
}
.jr-faq-title {
  font-size: clamp(2rem, 1.308rem + 3.08vw, 3.5rem);
  font-weight: 700;
  color: #050505;
  margin: 0;
  letter-spacing: -0.02em;
  line-height: 1.2;
}
.jr-faq-lead {
  margin: 1rem auto 0;
  max-width: 40rem;
  font-size: clamp(1.15rem, 1.02rem + 0.35vw, 1.3rem);
  line-height: 1.65;
  color: #3d352b;
  text-align: center;
}
.jr-faq-lead strong {
  color: #1f1711;
  font-weight: 700;
}
.jr-faq-body {
  display: grid;
  gap: 2.5rem;
}
@media (min-width: 900px) {
  .jr-faq-body {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.25rem 2.5rem;
    align-items: start;
  }
}
.jr-faq-cat-title {
  font-size: clamp(1.35rem, 1.1rem + 0.6vw, 1.55rem);
  font-weight: 700;
  color: #1f1711;
  margin: 0 0 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 2px solid rgba(39, 77, 65, 0.12);
  letter-spacing: -0.02em;
}
.jr-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.jr-faq-item {
  border: 1px solid #6a9085;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(39, 77, 65, 0.06);
  overflow: hidden;
}
.jr-faq-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3.5rem;
  padding: 1.15rem 1.2rem 1.15rem 1.35rem;
  margin: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font: inherit;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease;
}
.jr-faq-trigger:hover,
.jr-faq-trigger:focus-visible {
  background: rgba(245, 239, 230, 0.55);
}
.jr-faq-trigger:focus-visible {
  outline: 2px solid rgba(205, 131, 78, 0.65);
  outline-offset: -2px;
}
.jr-faq-q {
  font-size: clamp(1.28rem, 1.15rem + 0.35vw, 1.48rem);
  font-weight: 700;
  color: #15100c;
  line-height: 1.45;
  flex: 1;
  min-width: 0;
}
.jr-faq-icon {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  background: rgba(39, 77, 65, 0.06);
  color: #274d41;
}
.jr-faq-icon svg {
  display: block;
  transition: transform 0.35s ease;
}
.jr-faq-item.is-open .jr-faq-icon svg {
  transform: rotate(180deg);
}
.jr-faq-panel-inner {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.45s ease;
}
.jr-faq-item.is-open .jr-faq-panel-inner {
  max-height: 48rem;
}
.jr-faq-answer {
  padding: 0 1.35rem 1rem;
  border-top: 1px solid rgba(176, 160, 144, 0.35);
  background: linear-gradient(180deg, rgba(250, 248, 245, 0.9) 0%, #fff 40%);
}
.jr-faq-answer p {
  margin: 0;
  font-size: clamp(1.32rem, 1.18rem + 0.35vw, 1.48rem);
  line-height: 1.65;
  color: #274d41;
}
.jr-faq-answer p + p {
  margin-top: 0.85rem;
}
.jr-faq-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin: 1rem 1.35rem 1.25rem;
  padding: 0.75rem 1.2rem;
  border-radius: 9999px;
  background: linear-gradient(180deg, #346555 0%, #274d41 100%);
  color: #fff !important;
  font-size: clamp(1.22rem, 1.1rem + 0.3vw, 1.35rem);
  font-weight: 600;
  text-decoration: none !important;
  line-height: 1.35;
  box-shadow: 0 4px 14px rgba(39, 77, 65, 0.18);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.jr-faq-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(39, 77, 65, 0.22);
  color: #fff !important;
}
.jr-faq-cta:focus-visible {
  outline: 2px solid #cd834e;
  outline-offset: 3px;
}
@media (prefers-reduced-motion: reduce) {
  .jr-faq-panel-inner,
  .jr-faq-icon svg,
  .jr-faq-cta {
    transition: none !important;
  }
  .jr-faq-item.is-open .jr-faq-panel-inner {
    max-height: none;
  }
}

