/* divorce 메인: 모바일(<=899px) #jrMobileBackupHero 전용 — 전역 min 과 분리 */
@media (max-width: 899px) {
#jrMobileBackupHero .lawyer-slider-container {
  width: 100%;
  position: relative;
  z-index: 2;
}

#jrMobileBackupHero .swiper {
  padding-top: 50px;
}
#jrMobileBackupHero .swiper {
  width: 100%;
  height: 100%;
}
#jrMobileBackupHero .swiper-slide {
  margin-bottom: -2rem;
}
#jrMobileBackupHero .swiper-slide {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  transition: all 0.4s ease;
}
#jrMobileBackupHero .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
  transform: scale(0.51);
  filter: opacity(50%);
  transition: all 0.4s ease;
  object-fit: cover;
  margin-bottom: -2rem;
}
#jrMobileBackupHero .swiper-slide-active {
  z-index: 10;
  bottom: 2rem;
}
#jrMobileBackupHero .swiper-slide-active img {
  transform: scale(0.78);
  filter: grayscale(0%) brightness(100%);
}
#jrMobileBackupHero .lawyer-info {
  position: absolute;
  bottom: 0;
  left: -4rem;
  right: -4rem;
  width: auto;
  height: auto;
  padding: 2rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  text-align: left;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  border-radius: 0 0 5px 5px;
  background: linear-gradient(
    180deg,
    rgba(146, 94, 45, 0) 0%,
    rgba(25, 25, 25, 0.8) 100%
  );
}
#jrMobileBackupHero .swiper-slide-active .lawyer-info {
  opacity: 1;
}
#jrMobileBackupHero .lawyer-info p {
  color: var(--brown100);
  font-size: 1.6rem;
}
#jrMobileBackupHero .lawyer-info h3 {
  color: var(--jrwhite);
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
#jrMobileBackupHero .lawyer-info h3 + p {
  font-size: 1.4rem;
  color: #aeaeae;
}
/* 변호사 슬라이더: pro 라인만 3배 크기 (이름 1.4rem×3) */
#jrMobileBackupHero .lawyer-slider-others .lawyer-info p:first-child {
  font-size: 4.2rem !important;
}

#jrMobileBackupHero .lawyer-slider-btn {
  position: absolute !important;
  z-index: 20;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  height: 4.4rem;
  top: 58%;
  transform: translateY(-50%);
  background: rgba(29, 78, 216, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  box-shadow: 0 4px 16px rgba(15, 40, 71, 0.35);
  color: #fff;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
#jrMobileBackupHero .lawyer-slider-btn::after {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
#jrMobileBackupHero .lawyer-slider-btn:hover:not(.swiper-button-disabled) {
  background: var(--brown900);
  border-color: rgba(255, 255, 255, 0.25);
  box-shadow: 0 6px 20px rgba(56, 36, 18, 0.45);
  transform: translateY(-50%) scale(1.05);
}
#jrMobileBackupHero .lawyer-slider-btn:active:not(.swiper-button-disabled) {
  transform: translateY(-50%) scale(0.97);
}
#jrMobileBackupHero .lawyer-slider-btn.swiper-button-disabled {
  opacity: 1;
  cursor: pointer;
  transform: translateY(-50%);
  pointer-events: auto;
}
#jrMobileBackupHero .lawyer-slider-btn--prev {
  left: 12px;
}
#jrMobileBackupHero .lawyer-slider-btn--next {
  right: 12px;
}

/* index.html page-specific styles */
      /* 메인 비주얼: 왼쪽 슬로건+나머지 변호사 슬라이더, 오른쪽 곽윤서 고정 */
      #jrMobileBackupHero .visual_two_col {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        gap: 2rem;
        box-sizing: border-box;
      }
      #jrMobileBackupHero .visual_left {
        flex: 1 1 54%;
        min-width: 0;
      }
      #jrMobileBackupHero .visual_right {
        flex: 0 0 auto;
        width: 100%;
      }
      
      @media (max-width: 899px) {
        #jrMobileBackupHero .visual_two_col {
          flex-direction: column;
          align-items: stretch !important;
          gap: 0 !important;
          row-gap: 0 !important;
        }
        #jrMobileBackupHero .jr-hero-fixed {
          margin-top: 0 !important;
        }
        #jrMobileBackupHero .innerWrap {
          padding-left: 0 !important;
        }
        #jrMobileBackupHero .slogan_wrap {
          text-align: center !important;
          margin-left: 0 !important;
          width: 100%;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding: 4rem 0 1.5rem 0;
        }
        #jrMobileBackupHero .title {
          margin-left: 0 !important;
          width: 100%;
          text-align: left !important;
          padding-left: 0 !important;
          box-sizing: border-box;
        }
        #jrMobileBackupHero .title h1,
        #jrMobileBackupHero .title h2,
        #jrMobileBackupHero .title .subtxt {
          text-align: left !important;
          padding-left: 0 !important;
          padding-right: 0 !important;
          margin-left: 0 !important;
          text-indent: 0 !important;
          box-sizing: border-box;
          position: static !important;
          left: auto !important;
          width: 100% !important;
        }
        #jrMobileBackupHero .title h1,
        #jrMobileBackupHero .title h2 {
          padding-left: 1ch !important;
          padding-right: 1ch !important;
        }
        #jrMobileBackupHero .title .subtxt {
          padding-left: 2ch !important;
          padding-right: 2ch !important;
        }
        /* 풀블리드·마진은 max-width:1024px 공통 규칙 참고 — 여기서는 좁은 화면 전용 간격만 */
        #jrMobileBackupHero .btn_group {
          gap: 1rem;
          padding-top: 2.2rem !important;
        }
        #jrMobileBackupHero .btn_group .btncs {
          padding: 1.1rem 2rem !important;
          font-size: clamp(1.6rem, 1.531rem + 0.31vw, 1.8rem) !important;
          line-height: 1.35 !important;
        }
        #jrMobileBackupHero .lawyer-slider-container {
          order: 3;
          background: #ffffff !important;
          width: 100vw;
          max-width: 100vw;
          margin-left: calc(50% - 50vw);
          margin-right: calc(50% - 50vw);
          padding: 0 max(1rem, env(safe-area-inset-right, 0px)) 2rem
            max(1rem, env(safe-area-inset-left, 0px));
          box-sizing: border-box;
          overflow-x: hidden;
        }
      }
      #jrMobileBackupHero .jr-hero-fixed {
        position: relative;
        text-align: right;
        margin-top: 2rem;
      }
      #jrMobileBackupHero .jr-hero-fixed {
        cursor: pointer;
        outline: none;
        border: none;
      }
      #jrMobileBackupHero .jr-hero-fixed:focus {
        outline: none;
      }
      #jrMobileBackupHero .jr-hero-fixed .hero-fixed-img {
        width: 100%;
        max-width: 420px;
        height: auto;
        min-height: 280px;
        display: block;
        margin-left: auto;
        object-fit: cover;
        object-position: center top;
        border-radius: 0 0 8px 8px;
        transition: transform 0.3s ease;
      }
      
      /* 곽윤서 히어로: 그라데이션 밴드 안에 프로필 더보기 + 텍스트(하단 정렬) */
      #jrMobileBackupHero .jr-hero-fixed {
        overflow: visible;
      }
      #jrMobileBackupHero .jr-hero-fixed .lawyer-info {
        position: absolute;
        top: 50%;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: flex-start;
        box-sizing: border-box;
        width: 100%;
        opacity: 1;
        background: linear-gradient(
          180deg,
          rgba(0, 0, 0, 0) 0%,
          rgba(58, 38, 26, 0.92) 58%,
          rgba(28, 18, 12, 0.98) 100%
        );
        border-radius: 0 0 8px 8px;
        padding: 2rem 0 4rem max(20px, env(safe-area-inset-left, 0px));
        margin: 0;
        text-align: left;
      }
      /* 태블릿: 좌우 여백 유지 */
      
      /* 모바일: 밴드 가로 끝, 텍스트는 왼쪽 20px(+safe-area)만 */
      @media (max-width: 899px) {
        #jrMobileBackupHero .jr-hero-fixed .lawyer-info {
          align-items: stretch !important;
          width: 100% !important;
          left: 0 !important;
          right: 0 !important;
          padding: 1.35rem 0 3rem max(20px, env(safe-area-inset-left, 0px)) !important;
          border-radius: 0 !important;
        }
        #jrMobileBackupHero .jr-hero-fixed .lawyer-info .jr-hero-profile-hint {
          transform: none !important;
          align-self: center !important;
        }
      }
      /* 와이드 PC만 좌측 타이포 오프셋(ch) 유지 */
      
      #jrMobileBackupHero .jr-hero-fixed .lawyer-info .jr-hero-profile-hint {
        position: static;
        left: auto;
        top: auto;
        transform: translateX(-5ch);
        align-self: center;
        margin: 0 0 0.55rem 0;
        padding: 0.75rem 1.5rem;
        background: rgba(38, 26, 18, 0.94);
        backdrop-filter: blur(8px);
        color: #f8f6f4;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.03em;
        line-height: 1.3;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.2);
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
        white-space: nowrap;
        opacity: 1;
        transition: box-shadow 0.28s ease;
        pointer-events: auto;
        cursor: pointer;
        z-index: auto;
      }
      @media (max-width: 899px) {
        #jrMobileBackupHero .jr-hero-fixed .lawyer-info .jr-hero-profile-hint {
          font-size: 1.35rem;
          padding: 0.65rem 1.3rem;
        }
      }
      #jrMobileBackupHero .jr-hero-fixed .lawyer-info > p {
        align-self: stretch;
        text-align: left;
      }
      #jrMobileBackupHero .jr-hero-fixed .lawyer-info > p:first-of-type {
        font-size: 2.4rem;
        color: #fff !important;
        margin: 0 0 0.3rem 0;
        font-weight: 600;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      }
      #jrMobileBackupHero .jr-hero-fixed .lawyer-info > p:first-of-type .jr-hero-role-line {
        color: #7dd3fc !important;
        font-weight: 700 !important;
        letter-spacing: -0.02em;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55) !important;
      }
      #jrMobileBackupHero .jr-hero-fixed .lawyer-info > p:first-of-type .jr-hero-name-line {
        color: #f1f5ff !important;
        font-weight: 700 !important;
        letter-spacing: -0.03em;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5) !important;
      }
      #jrMobileBackupHero .jr-hero-fixed .lawyer-info h3 {
        font-size: 1.8rem;
        font-weight: 700;
        color: #fff;
        margin: 0 0 0.35rem 0;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
      }
      #jrMobileBackupHero .jr-hero-fixed .lawyer-info h3 + p,
      #jrMobileBackupHero .jr-hero-fixed .lawyer-info p:last-of-type {
        font-size: 1.4rem;
        color: #fff;
        margin: 0;
        font-weight: 500;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
      }
      /* PC에서도 전화상담/상담신청 버튼 모두 노출 */
      
      /* 5명 사진 크기 축소, 잘리지 않도록 높이·비율 통일. 슬라이드 전체 클릭 영역 */
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide {
        min-height: 200px;
        min-width: 0;
        flex-shrink: 0;
        position: relative;
        background: #ffffff !important;
        border: 1px solid rgba(30, 64, 175, 0.14);
        border-radius: 16px;
        box-shadow: 0 10px 26px rgba(15, 40, 71, 0.14) !important;
        overflow: hidden;
        cursor: pointer;
      }
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide::before {
        content: "";
        display: block;
        padding-top: 143%;
        width: 100%;
      }
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100% !important;
        min-height: 0;
        object-fit: cover;
        object-position: center top;
        filter: opacity(78%) brightness(0.98);
        transition: transform 0.3s ease, filter 0.3s ease;
      }
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active img {
        filter: grayscale(0%) brightness(1.04);
        transform: scale(1.06);
      }
      #jrMobileBackupHero .lawyer-slider-others .lawyer-info {
        left: 0;
        right: 0;
        width: 100%;
        padding: 0.85rem 0.8rem;
        box-sizing: border-box;
        background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.86) 24%, rgba(255,255,255,0.98) 100%) !important;
        border-top: 1px solid rgba(30, 64, 175, 0.1);
        opacity: 0.92;
        transform: translateY(18%);
        transition: opacity 0.3s ease, transform 0.3s ease;
      }
      /* 대기 상태만: pro·이름 텍스트 한 칸 위로, 이름은 비표시 */
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info {
        transform: translateY(16%);
      }
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info h3 {
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
        margin: 0;
        padding: 0;
        font-size: 0;
        line-height: 0;
      }
      /* 대기 상태: 이름 숨김으로 내려간 pro 라인을 위로 보정 */
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info p:first-child {
        margin-top: -3em !important;
      }
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active .lawyer-info {
        opacity: 1;              /* 활성 슬라이드: 또렷하게 */
        transform: translateY(0); /* 활성 슬라이드: 원래 위치로 복귀 */
      }
      #jrMobileBackupHero .lawyer-slider-others .lawyer-info p,
      #jrMobileBackupHero .lawyer-slider-others .lawyer-info h3 {
        padding-left: 0;
        overflow: visible;
        white-space: normal;
        color: #1e3a8a !important;
        font-weight: 700;
        text-shadow: none;
        text-align: center;
      }
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active .lawyer-info p,
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active .lawyer-info h3 {
        color: #172554 !important;
        text-shadow: none;
      }
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active .lawyer-info p:first-child {
        color: #1d4ed8 !important;
        text-align: center;
        margin-top: -1.2em;
      }
      #jrMobileBackupHero .lawyer-slider-others .lawyer-info p:first-child {
        color: #2563eb !important;
        font-size: 1.75rem !important;
        font-weight: 700;
        text-align: center;
        margin-top: -1.2em;
      }
      #jrMobileBackupHero .lawyer-slider-others .lawyer-info h3 {
        font-size: 1.75rem;
        line-height: 1.3;
        text-align: center;
      }
      #jrMobileBackupHero .lawyer-slider-others .lawyer-info h3 + p,
      #jrMobileBackupHero .lawyer-slider-others .lawyer-info p:last-of-type {
        color: #334155 !important;
        font-weight: 600;
        font-size: 1.18rem;
        text-align: center;
      }
      /* 슬라이더: 프로필 더보기 – 대기 시 숨김, 확대(활성) 슬라이드에서만 표시. pro 라인 위 */
      #jrMobileBackupHero .lawyer-slider-others .jr-slider-profile-hint {
        position: absolute;
        left: 50%;
        top: 0%;
        transform: translate(-50%, calc(-50% - 3.75rem - 5px)); /* pro 라인·힌트 사이 간격 ~5px */
        padding: 0.4rem 0.85rem;
        background: rgba(15, 40, 71, 0.92);
        backdrop-filter: blur(8px);
        color: #eff6ff;
        font-size: 1rem;
        font-weight: 600;
        letter-spacing: 0.03em;
        line-height: 1.3;
        border-radius: 10px;
        border: 1px solid rgba(147, 197, 253, 0.45);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.35);
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.28s ease, visibility 0.28s ease, box-shadow 0.28s ease, background 0.2s ease;
        pointer-events: none;
        cursor: pointer;
        z-index: 3;
      }
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active .jr-slider-profile-hint,
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active .lawyer-info .jr-slider-profile-hint {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
      }
      #jrMobileBackupHero .lawyer-slider-others .jr-slider-profile-hint:hover {
        background: rgba(29, 78, 216, 0.96);
      }
      /* 프로필 더보기: pro 라인 위에 배치 */
      #jrMobileBackupHero .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 - 5px)) !important; /* pro 라인·힌트 사이 간격 ~5px */
        margin-top: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
      }
      #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active .lawyer-info .jr-slider-profile-hint {
        margin-top: 0 !important;
      }
      @media (max-width: 899px) {
        #jrMobileBackupHero .lawyer-slider-others .lawyer-info p,
        #jrMobileBackupHero .lawyer-slider-others .lawyer-info h3 {
          color: #172554 !important;
        }
        #jrMobileBackupHero .lawyer-slider-others .lawyer-info p:first-child {
          color: #1d4ed8 !important;
        }
        #jrMobileBackupHero .lawyer-slider-others .lawyer-info h3 + p,
        #jrMobileBackupHero .lawyer-slider-others .lawyer-info p:last-of-type {
          color: #334155 !important;
        }
        #jrMobileBackupHero .lawyer-slider-others .jr-slider-profile-hint {
          font-size: 1.08rem;
          padding: 0.5rem 1rem;
          color: #fff;
        }
        #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active .jr-slider-profile-hint,
        #jrMobileBackupHero .lawyer-slider-others .swiper-slide-active .lawyer-info .jr-slider-profile-hint {
          opacity: 1;
          visibility: visible;
          pointer-events: auto;
          cursor: pointer;
        }
      }

#jrMobileBackupHero {
  margin-top: 64px;
  background: url("/images/main_visual.png?v=20260522-crime-hero-backup") 50% no-repeat;
  background-size: cover;
  width: 100%;
  background-attachment: fixed;
}
#jrMobileBackupHero .innerWrap {
  margin-top: 0;
  padding: 0;
}
.slogan_wrap {
  text-align: center;
  padding: 4rem 0 1.5rem 0;
}
#jrMobileBackupHero .title {
  text-align: left;
  margin-left: 10rem;
}
#jrMobileBackupHero .title h1,
#jrMobileBackupHero .title h2 {
  font-size: clamp(2.5rem, 1.808rem + 3.08vw, 4.5rem);
  line-height: 1.2;
  color: var(--jr-hero-title, #ffffff);
  margin-bottom: 1.5rem;
  letter-spacing: -0.1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}
#jrMobileBackupHero .title .subtxt {
  font-size: clamp(1.6rem, 1.392rem + 0.92vw, 2.2rem);
  color: var(--jr-hero-subtitle, #e8eef7);
  letter-spacing: -0.1rem;
  line-height: 1.4;
  text-align: left;
}
#jrMobileBackupHero .btn_group {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: clamp(1rem, 0.308rem + 3.08vw, 3rem);
}
#jrMobileBackupHero .btn_group .btnRsv {
  color: var(--jrwhite);
  border: 1px solid var(--jrwhite);
}
#jrMobileBackupHero .btn_group .btnRsv i {
  filter: brightness(0) invert(1);
}
#jrMobileBackupHero .btn_group .btnCall {
  display: flex !important;
  background-color: var(--brown500);
  color: var(--jrwhite);
  
}
#jrMobileBackupHero .btn_group .btncs {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.8rem 4.5rem;
  font-size: clamp(1.6rem, 1.531rem + 0.31vw, 1.8rem);
  border-radius: 100rem;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
  cursor: pointer;
  position: relative;
}
#jrMobileBackupHero .btn_group .btnCall:hover {
  background-color: var(--brown700, #8b5a2b) !important;
  color: var(--jrwhite);
  transform: translateY(-2px);
}
#jrMobileBackupHero .btn_group .btnRsv:hover {
  background-color: var(--brown900);
  color: var(--jrwhite);
  border-color: var(--brown900);
  transform: translateY(-2px);
}
#jrMobileBackupHero .btn_group .btncs i {
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
}

/* Mobile rolling redesign: attached reference style */
#jrMobileBackupHero .lawyer-slider-container {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.96) 100%),
    repeating-linear-gradient(-45deg, rgba(148,163,184,0.06) 0 2px, transparent 2px 10px) !important;
  position: relative;
  padding-bottom: 48px !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide {
  background: #e5e7eb !important;
  border: 0 !important;
  border-radius: 24px !important;
  box-shadow: none !important;
  opacity: 1 !important;
  transform: none !important;
  bottom: 0 !important;
  margin-bottom: 0 !important;
  transition: transform 0.28s ease, opacity 0.28s ease, filter 0.28s ease;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  height: auto !important;
  min-height: 0 !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide::before {
  content: none !important;
  display: none !important;
  padding-top: 0 !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide img {
  position: static !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: auto !important;
  max-height: 30.8rem;
  object-fit: contain !important;
  object-position: center bottom !important;
  background: #e5e7eb;
  border-radius: 0 !important;
  filter: grayscale(0.2) brightness(0.88) !important;
  transform: scale(1) !important;
  transition: none !important;
  margin: 0 !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide-active {
  opacity: 1;
  transform: none;
  bottom: 0 !important;
  margin-bottom: 0 !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) {
  opacity: 1 !important;
  transform: none !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide-active img {
  filter: grayscale(0) brightness(1) !important;
  transform: scale(1) !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) img {
  transform: scale(1) !important;
}
#jrMobileBackupHero .lawyer-slider-others .lawyer-info {
  position: static !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  min-height: 0 !important;
  padding: 1rem 0.2rem 1.2rem calc(0.2rem + 1ch) !important;
  background: #ffffff !important;
  border-top: 1px solid rgba(148, 163, 184, 0.25) !important;
  opacity: 1 !important;
  transform: none !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  text-align: left !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info h3 {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  font-size: 1.5rem !important;
  line-height: 1.3 !important;
  margin: 0 !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info p,
#jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info h3,
#jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info p:last-of-type {
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}
#jrMobileBackupHero .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info p:first-child {
  margin-top: 0 !important;
}
#jrMobileBackupHero .lawyer-slider-others .lawyer-info p:first-child {
  order: 2;
  margin: 0.2rem 0 0.55rem 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  color: #6b7280 !important;
  font-size: 1.05rem !important;
  font-weight: 500 !important;
  line-height: 1.42 !important;
  text-shadow: none !important;
  text-align: left !important;
  display: block !important;
}
#jrMobileBackupHero .lawyer-slider-others .lawyer-info h3 {
  order: 1;
  margin: 0 0 0.45rem 0 !important;
  font-size: 2.1rem !important;
  line-height: 1.22 !important;
  color: #111827 !important;
  font-weight: 800 !important;
  text-shadow: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-align: left !important;
}
#jrMobileBackupHero .lawyer-slider-others .lawyer-info h3 .jr-mobile-role-title {
  font-size: 0.8em !important;
  font-weight: 700 !important;
}
#jrMobileBackupHero .lawyer-slider-others .lawyer-info h3 .jr-mobile-role-pro {
  font-size: 1em !important;
  font-weight: 700 !important;
  color: #2563eb !important;
  letter-spacing: -0.01em;
  text-shadow: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-left: 0.12em;
  white-space: nowrap;
}
#jrMobileBackupHero .lawyer-slider-others .lawyer-info .jr-mobile-strength-list {
  order: 3;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin: 0 0 0.45rem 0;
}
#jrMobileBackupHero .lawyer-slider-others .lawyer-info .jr-mobile-strength-btn {
  border: 1px solid rgba(37, 99, 235, 0.32);
  background: #eff6ff;
  color: #1d4ed8;
  border-radius: 999px;
  padding: 0.2rem 0.55rem;
  font-size: 1.34rem;
  line-height: 1.45;
  font-weight: 600;
  white-space: nowrap;
}
#jrMobileBackupHero .lawyer-slider-others .lawyer-info::after {
  content: "";
  order: 4;
  display: block;
  width: 100%;
  margin: 0.05rem 0 0.42rem 0;
  border-bottom: 1px solid rgba(156, 163, 175, 0.28);
}
#jrMobileBackupHero .lawyer-slider-others .lawyer-info h3 + p,
#jrMobileBackupHero .lawyer-slider-others .lawyer-info p:last-of-type {
  order: 5;
  color: #2f333b !important;
  font-size: 1.34rem !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  text-align: left !important;
  margin: 0 !important;
  padding-top: 0 !important;
  border-top: 0 !important;
  min-height: 0;
  width: 100%;
  white-space: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#jrMobileBackupHero .lawyer-slider-others .jr-slider-profile-hint {
  display: none !important;
}
#jrMobileBackupHero .lawyer-slider-btn {
  display: flex !important;
  position: absolute !important;
  z-index: 30 !important;
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  align-items: center !important;
  justify-content: center !important;
  width: 4.2rem;
  height: 4.2rem;
  top: 33%;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(148, 163, 184, 0.5) !important;
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.16) !important;
}
#jrMobileBackupHero .lawyer-slider-btn::after {
  font-size: 1.5rem;
  color: #334155 !important;
}
#jrMobileBackupHero .lawyer-slider-btn--prev {
  left: 10px;
}
#jrMobileBackupHero .lawyer-slider-btn--next {
  right: 10px;
}
#jrMobileBackupHero .lawyer-slider-btn.swiper-button-disabled {
  opacity: 1 !important;
  visibility: visible !important;
}
#jrMobileBackupHero .lawyer-slider-pagination {
  display: block !important;
  position: static !important;
  margin-top: 0.9rem;
  text-align: center;
}
#jrMobileBackupHero .lawyer-slider-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px !important;
  background: #c4c4c4;
  opacity: 1;
}
#jrMobileBackupHero .lawyer-slider-pagination .swiper-pagination-bullet-active {
  width: 28px;
  border-radius: 999px;
  background: #a59a7c;
}

/* 모바일 롤링: 사진 우상단 PC와 동일 계열 pro·직함 배지 스택 */
#jrMobileBackupHero .lawyer-slider-others .jr-mobile-slide-img-wrap {
  position: relative;
  width: 100%;
  flex-shrink: 0;
}
#jrMobileBackupHero .lawyer-slider-others .jr-mobile-slide-img-wrap > .jr-hero-primary-badge-right-stack {
  position: absolute;
  top: 0.48rem;
  right: 0.42rem;
  left: auto;
  margin: 0;
  transform: none;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.28rem;
  pointer-events: none;
}
#jrMobileBackupHero .lawyer-slider-others .jr-mobile-slide-img-wrap .jr-hero-primary-badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.36rem;
  width: auto;
  max-width: min(11.6rem, 54vw);
  min-height: 2.52rem;
  padding: 0.16rem 0.62rem 0.16rem 0.2rem;
  border-radius: 999px;
  font-size: clamp(0.86rem, 2.85vw, 1.02rem);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: -0.02em;
  white-space: nowrap;
  box-sizing: border-box;
}
#jrMobileBackupHero .lawyer-slider-others .jr-mobile-slide-img-wrap .jr-hero-primary-badge::before {
  content: "";
  display: inline-block;
  width: 2.08rem;
  height: 2.08rem;
  flex: 0 0 2.08rem;
  border-radius: 999px;
}
#jrMobileBackupHero .lawyer-slider-others .jr-mobile-slide-img-wrap .jr-hero-primary-badge::after {
  content: "";
  position: absolute;
  left: 0.2rem;
  top: 50%;
  width: 2.08rem;
  height: 2.08rem;
  transform: translateY(-50%);
  pointer-events: none;
  -webkit-mask-image: url("/images/CI_symbol.svg");
  -webkit-mask-size: 58%;
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-image: url("/images/CI_symbol.svg");
  mask-size: 58%;
  mask-position: center;
  mask-repeat: no-repeat;
  filter: contrast(1.06) saturate(1.08)
    drop-shadow(0 0 0.45px rgba(15, 23, 42, 0.35))
    drop-shadow(0 0.5px 0.7px rgba(15, 23, 42, 0.26));
}

#jrMobileBackupHero .jr-mobile-lawyer-reco {
  display: none !important;
}
}
