/* AUTO-GENERATED — automation/build_hero_design2_dae_pc_css.py
 * 디자인2 PC 랜딩 (#jr-hero-d2-ll-main) — gangnam local-region PC 스타일 스코프 복제
 * 수정: css-src/pc/*.css 후 build_hero_design2_dae_pc_css.py 실행
 */

/* === from subpage-body-risk.css === */
#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage section.sect.jr-subpage-body-surface, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .sect.jr-subpage-body-surface, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .jr-practices-fallback.jr-subpage-body-surface {
  position: relative;
  overflow: hidden;
  background: var(
      --temple-strip-bg-light,
      linear-gradient(180deg, #f2f7fd 0%, #e8f1fb 42%, #ddeaf8 100%)
    )
    !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage section.sect.jr-subpage-body-surface::before, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .sect.jr-subpage-body-surface::before, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .jr-practices-fallback.jr-subpage-body-surface::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("/images/CI_symbol_dark.svg"), url("/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;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage section.sect.jr-subpage-body-surface > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .sect.jr-subpage-body-surface > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .sect.jr-subpage-body-surface > .consult-guide-inner, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .jr-practices-fallback.jr-subpage-body-surface > .jr-practices-fallback__inner {
  position: relative;
  z-index: 1;
}@media (max-width: 767px) {
  .subpage section.sect.jr-subpage-body-surface::before,
  .subpage .sect.jr-subpage-body-surface::before,
  .subpage .jr-practices-fallback.jr-subpage-body-surface::before {
    opacity: 0.038;
    background-position: 92% 12%, 4% 92%;
    background-size: clamp(72px, 28vw, 140px) auto, clamp(48px, 16vw, 88px) auto;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .contents footer.footer {
  margin-top: 0 !important;
}
/* === from site-theme.css === */
:root {
  --jrwhite: #f8fafc;
  --jrsoftwhite: #e8eef7;
  --jrblack: #030712;
  
  --brown50: #eef4fc;
  --brown100: #d4e4fb;
  --brown200: #a8c9f5;
  --brown300: #7eb3f0;
  --brown400: #4d94e8;
  --brown500: #2563eb;
  --brown600: #1d4ed8;
  --brown700: #1e40af;
  --brown800: #1e3a8a;
  --brown900: #172554;
  
  --temple-hero-bg: linear-gradient(
    155deg,
    rgba(3, 11, 20, 0.88) 0%,
    rgba(10, 31, 56, 0.74) 38%,
    rgba(19, 47, 85, 0.66) 72%,
    rgba(12, 33, 56, 0.84) 100%
  );
  --temple-hero-photo-url: url("/images/hero-school-classroom.png");
  
  --temple-deep: #0a1628;
  --temple-deep-2: #0f2847;
  --temple-surface: #e8f0fc;
  --temple-surface-2: #dce8f8;
  --temple-card: #ffffff;
  --temple-card-muted: #f0f6ff;
  --temple-border: rgba(30, 64, 175, 0.22);
  --temple-border-strong: rgba(56, 189, 248, 0.35);
  --temple-accent: #38bdf8;
  --temple-accent-2: #2563eb;
  --temple-text: #0f172a;
  --temple-text-muted: #334e68;
  --temple-chip-bg: #dbeafe;
  --temple-chip-text: #1e3a8a;
  
  --jr-surface-risk-bg: linear-gradient(180deg, #e8f0fc 0%, #dce8f8 50%, #d0e0f4 100%);
  --jr-surface-review-bg: linear-gradient(180deg, #e4edf9 0%, #d8e4f4 100%);
  
  --temple-strip-bg-light: linear-gradient(180deg, #f2f7fd 0%, #e8f1fb 42%, #ddeaf8 100%);
  --temple-strip-bg-deep: linear-gradient(180deg, #b8cce8 0%, #a3bfe0 48%, #8eb3d8 100%);
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target {
  --jr-section-head-to-cards-gap: 4.8rem;
  --jr-section-head-content-gap: var(--jr-section-head-to-cards-gap);
  
  --jr-section-vert-pad: max(4.5rem, calc(8rem - 0.5lh));
  --jr-section-vert-pad-sm: max(3.75rem, calc(6rem - 0.5lh));
  
  --jr-risk-card-pad-y: 2.2rem;
  --jr-risk-card-pad-x: 1.8rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target .contents > section.sect {
  padding-top: var(--jr-section-vert-pad) !important;
  padding-bottom: var(--jr-section-vert-pad) !important;
}@media (max-width: 767px) {
  main#target .contents > section.sect {
    padding-top: var(--jr-section-vert-pad-sm) !important;
    padding-bottom: var(--jr-section-vert-pad-sm) !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency.jr-risk-section > .innerWrap {
  gap: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head {
  margin-bottom: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-section-more-wrap {
  margin-top: 1lh !important;
  margin-bottom: 1lh !important;
  max-width: 100% !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-card {
  padding: var(--jr-risk-card-pad-y) var(--jr-risk-card-pad-x) !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrWhyCredibility.jr-why-credibility-section > .innerWrap {
  gap: var(--jr-section-head-to-cards-gap) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrWhyCredibility .jr-why-core-cards {
  margin-top: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrWhyCredibility .jr-why-core-cards article {
  padding: var(--jr-risk-card-pad-y) var(--jr-risk-card-pad-x) !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target .contents > section.sect > .innerWrap {
  gap: var(--jr-section-head-to-cards-gap) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview > .innerWrap {
  gap: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews > .innerWrap > .cont, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview > .innerWrap > .cont {
  margin-top: var(--jr-section-head-to-cards-gap) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews > .innerWrap > .jr-section-more-wrap, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview > .innerWrap > .jr-section-more-wrap {
  margin-top: var(--jr-section-head-to-cards-gap) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress > .ll-inner.innerWrap {
  gap: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-media-width {
  margin-top: var(--jr-section-head-to-cards-gap) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBlog > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrInstagram > .innerWrap {
  gap: var(--jr-section-head-to-cards-gap) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBlog .jr-media-width, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrInstagram .jr-media-width {
  margin-top: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target section.jr-broadcast-section .innerWrap {
  gap: var(--jr-section-head-to-cards-gap) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target section.jr-broadcast-section .jr-broadcast-card .jr-broadcast-card-body {
  padding: var(--jr-risk-card-pad-y) var(--jr-risk-card-pad-x) !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBlog .jr-blog-grid--static .jr-blog-card__body {
  padding: var(--jr-risk-card-pad-y) var(--jr-risk-card-pad-x) !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews .review-card, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview .review-card {
  padding: var(--jr-risk-card-pad-y) var(--jr-risk-card-pad-x) !important;
  box-sizing: border-box !important;
  transform: none !important;
  opacity: 1 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview .swiper-slide-active .review-card, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews .swiper-slide-active .review-card {
  transform: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-faq-section .jr-faq-inner {
  gap: var(--jr-section-head-to-cards-gap) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-faq-section .jr-faq-lead {
  margin-top: 0.45rem !important;
}@media (max-width: 899px) {
  :root {
    
    --temple-hero-bg: linear-gradient(
      155deg,
      rgba(3, 11, 20, 0.72) 0%,
      rgba(10, 31, 56, 0.56) 38%,
      rgba(19, 47, 85, 0.48) 72%,
      rgba(12, 33, 56, 0.66) 100%
    );
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing ::selection {
  background: #2563eb;
  color: #fff;
}#jr-hero-design-2 .jr-hero-dae-v2-landing ::-moz-selection {
  background: #2563eb;
  color: #fff;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .header {
  background: linear-gradient(180deg, #0a1628 0%, #071422 100%) !important;
  border-bottom: 1px solid rgba(56, 189, 248, 0.12);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .visual, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMobileBackupHero.visual, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMobileBackupHero {
  background-image: var(--temple-hero-bg), var(--temple-hero-photo-url) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: center center, center center !important;
  background-size: cover, cover !important;
  background-attachment: scroll, scroll !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .visual .title h1, #jr-hero-design-2 .jr-hero-dae-v2-landing .visual .title .subtxt, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .title h1, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .title .subtxt, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .visual_left .title h1, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .visual_left .title .subtxt, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMobileBackupHero .title h1, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMobileBackupHero .title .subtxt {
  color: #f1f5ff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .visual .title .subtxt, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .title .subtxt, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMobileBackupHero .title .subtxt {
  color: #c7d7f5 !important;
}@media (min-width: 900px) {
  
  main#target .contents #jrMember.visual,
  #jrMember.visual {
    display: block !important;
    visibility: visible !important;
    position: relative;
    min-height: min(80.4vh, 720px);
    overflow-y: visible !important;
  }
  
  #jrMember.visual #jr-hero-design-1 {
    height: auto !important;
    max-height: none !important;
    min-height: 0 !important;
    overflow: visible !important;
  }
  #jrMobileBackupHero,
  #jrMobileBackupHero.visual {
    display: none !important;
  }
}@media (max-width: 899px) {
  
  main#target .contents #jrMember.visual,
  body:not(.profile-page) .contents > #jrMobileBackupHero ~ #jrMember.visual {
    display: none !important;
  }
  #jrMobileBackupHero,
  #jrMobileBackupHero.visual {
    display: block !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #lawyerSearchSect {
  scroll-margin-top: calc(64px + env(safe-area-inset-top, 0px));
}#jr-hero-design-2 .jr-hero-dae-v2-landing .footer {
  background: var(--temple-hero-bg) !important;
  color: var(--jrwhite) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .footer .ft_info {
  color: var(--brown100) !important;
}@media (min-width: 900px) {
  .footer .center_lst a {
    color: #93c5fd !important;
    font-weight: 500;
  }
  .footer .center_lst a:hover {
    color: #bfdbfe !important;
  }
  .footer .center_lst .footer-legal-btn {
    color: #93c5fd !important;
    font-weight: 500;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    font-size: inherit !important;
    cursor: pointer !important;
    text-decoration: none !important;
    box-shadow: none !important;
  }
  .footer .center_lst .footer-legal-btn:hover {
    color: #bfdbfe !important;
  }
  
  .footer .ft_jrinfo button.new-popup-btn {
    color: #93c5fd !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    font: inherit !important;
    cursor: pointer !important;
  }
  .footer .ft_jrinfo button.new-popup-btn:hover {
    color: #bfdbfe !important;
  }
  
  .footer .footer-mobile-family-site {
    display: none !important;
  }
  .footer .footer-mobile-legal-row {
    display: none !important;
  }
  .footer .footer-hakpok-accordions-wrap--mobile-only {
    display: none !important;
  }
}@media (max-width: 899px) {
  .footer .footer-hakpok-accordion--desktop-only {
    display: none !important;
  }
  .footer .center_lst,
  .footer .center_lst a,
  .footer .center_lst .footer-legal-btn,
  .footer .ft_jrinfo,
  .footer .ft_jrinfo span,
  .footer .ft_jrinfo button.new-popup-btn {
    color: #93c5fd !important;
  }
  .footer .center_lst a:hover,
  .footer .center_lst .footer-legal-btn:hover,
  .footer .ft_jrinfo button.new-popup-btn:hover {
    color: #dbeafe !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing .footer .footer-region-list a {
  color: var(--brown200) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-hero-fixed--primary .jr-hero-primary-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-hero-fixed--primary .jr-hero-primary-badge-right, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMobileBackupHero .lawyer-slider-others .jr-mobile-slide-img-wrap .jr-hero-primary-badge {
  border: 1px solid rgba(56, 189, 248, 0.38) !important;
  background: linear-gradient(
    165deg,
    rgba(238, 248, 255, 0.98) 0%,
    rgba(218, 235, 252, 0.96) 52%,
    rgba(199, 224, 248, 0.94) 100%
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 2px 10px rgba(15, 40, 71, 0.14) !important;
  color: var(--temple-deep-2) !important;
  text-shadow: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-hero-fixed--primary .jr-hero-primary-badge::before, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-hero-fixed--primary.jr-hero-primary--upper-plain .jr-hero-primary-badge-right::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMobileBackupHero .lawyer-slider-others .jr-mobile-slide-img-wrap .jr-hero-primary-badge::before {
  background: linear-gradient(155deg, #f0f9ff 0%, #dbeafe 48%, #bfdbfe 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.4) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    0 2px 8px rgba(15, 40, 71, 0.12) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-hero-fixed--primary .jr-hero-primary-badge::after, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-hero-fixed--primary.jr-hero-primary--upper-plain .jr-hero-primary-badge-right::after, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMobileBackupHero .lawyer-slider-others .jr-mobile-slide-img-wrap .jr-hero-primary-badge::after {
  background: linear-gradient(
    155deg,
    #7dd3fc 0%,
    #38bdf8 28%,
    #2563eb 55%,
    #1e3a8a 85%,
    #0f2847 100%
  ) !important;
  filter: contrast(1.06) saturate(1.08)
    drop-shadow(0 0 0.5px rgba(15, 23, 42, 0.35))
    drop-shadow(0 0.6px 0.85px rgba(15, 23, 42, 0.28)) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-hero-fixed--primary.jr-hero-primary--upper-plain .jr-hero-primary-badge-right::after {
  left: 0.38rem !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #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;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #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;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskUrgency.jr-risk-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrWhyCredibility.jr-why-credibility-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews.jr-naver-reviews-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrPress.jr-press-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram.jr-instagram-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq.jr-faq-section {
  position: relative;
  overflow: hidden;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskUrgency.jr-risk-section::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews.jr-naver-reviews-section::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrPress.jr-press-section::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram.jr-instagram-section::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq.jr-faq-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("/images/CI_symbol_dark.svg"), url("/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,
  #jrNaverReviews.jr-naver-reviews-section::before,
  #jrPress.jr-press-section::before,
  #jrInstagram.jr-instagram-section::before,
  #faq.jr-faq-section::before {
    opacity: 0.038;
    background-position: 92% 12%, 4% 92%;
    background-size: clamp(72px, 28vw, 140px) auto, clamp(48px, 16vw, 88px) auto;
  }
  #jrWhyCredibility.jr-why-credibility-section::before {
    opacity: 0.038 !important;
    background-position: 92% 12%, 4% 92% !important;
    background-size: clamp(72px, 28vw, 140px) auto, clamp(48px, 16vw, 88px) auto !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews.jr-naver-reviews-section > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrPress.jr-press-section > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrPress.jr-press-section > .ll-inner.innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram.jr-instagram-section > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq.jr-faq-section > .innerWrap {
  background: transparent !important;
  position: relative;
  z-index: 1;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrWhyCredibility.jr-why-credibility-section {
  background: var(--temple-strip-bg-light) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrWhyCredibility.jr-why-credibility-section::before {
  width: auto !important;
  height: auto !important;
  inset: 0 !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  opacity: 0.05 !important;
  background-image: url("/images/CI_symbol_dark.svg"), url("/images/CI_symbol_dark.svg") !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: 90% 18%, 6% 88% !important;
  background-size: clamp(100px, 18vw, 200px) auto, clamp(64px, 11vw, 120px) auto !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrWhyCredibility.jr-why-credibility-section::after {
  content: "" !important;
  width: auto !important;
  height: auto !important;
  inset: 0 !important;
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  border-radius: 0 !important;
  background-image: radial-gradient(
      closest-side at 88% 6%,
      rgba(37, 99, 235, 0.18) 0%,
      transparent 100%
    ),
    radial-gradient(closest-side at 8% 94%, rgba(15, 40, 71, 0.1) 0%, transparent 100%) !important;
  background-repeat: no-repeat, no-repeat !important;
  background-size: 100% 100%, 100% 100% !important;
  z-index: 0;
  pointer-events: none;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskUrgency.jr-risk-section {
  background: var(--temple-strip-bg-light) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews.jr-naver-reviews-section {
  background: var(--temple-strip-bg-light) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews .jr-naver-reviews-stage-wrap {
  flex-direction: column;
  align-items: stretch;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews .jr-naver-reviews-dots {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  gap: clamp(0.45rem, 1.85vw, 1.05rem);
  margin: clamp(1.25rem, 2.8vw, 2rem) 0 0;
  padding: 0.5rem clamp(0.5rem, 2.25vw, 2.75rem) 0.2rem;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scroll-padding-inline: 0.75rem;
  list-style: none;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews .jr-naver-reviews-dots.jr-naver-reviews-dots--many {
  justify-content: center;
  gap: clamp(0.38rem, 1.1vw, 0.55rem);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews .jr-naver-reviews-dots::-webkit-scrollbar {
  height: 5px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews .jr-naver-reviews-dots::-webkit-scrollbar-thumb {
  background: rgba(15, 23, 42, 0.22);
  border-radius: 999px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews .jr-naver-dot {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 9px;
  height: 9px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  background: rgba(15, 23, 42, 0.22);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews .jr-naver-dot:hover, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews .jr-naver-dot:focus-visible {
  background: rgba(37, 99, 235, 0.45);
  outline: none;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrNaverReviews .jr-naver-dot--active {
  background: rgba(37, 99, 235, 0.95);
  transform: scale(1.15);
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.2);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrPress.jr-press-section {
  background: var(--temple-strip-bg-light) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram.jr-instagram-section {
  background: var(--temple-strip-bg-light) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #faq.jr-faq-section {
  background: var(--temple-strip-bg-light) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview.jr-cases-preview-section--paused {
  display: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview.jr-cases-preview-section::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases.jr-cases-preview-section::before, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-section::before, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-section::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrReview.jr-naver-reviews-section::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation.section3::before {
  content: none !important;
  display: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage section.sect.lawyer-search-wrap.jr-subpage-body-surface::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.05;
  background-image: url("/images/CI_symbol_dark.svg"), url("/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) {
  .subpage section.sect.lawyer-search-wrap.jr-subpage-body-surface::before {
    opacity: 0.038;
    background-position: 92% 12%, 4% 92%;
    background-size: clamp(72px, 28vw, 140px) auto, clamp(48px, 16vw, 88px) auto;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview.jr-cases-preview-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases.jr-cases-preview-section, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-section, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrReview.jr-naver-reviews-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrReview.jr-naver-reviews-section > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation.section3 {
  position: relative;
  overflow: hidden;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap:not(.jr-subpage-body-surface) {
  background: var(--temple-strip-bg-deep) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview.jr-cases-preview-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases.jr-cases-preview-section {
  background: var(--temple-strip-bg-deep) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrBroadcast.jr-broadcast-section, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-section {
  background: var(--temple-strip-bg-deep) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrBlog.jr-blog-section, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-section {
  background: var(--temple-strip-bg-deep) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrBroadcast.jr-broadcast-section > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrBlog.jr-blog-section > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-section > .innerWrap, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-section > .innerWrap {
  background: var(--temple-strip-bg-deep) !important;
  position: relative;
  z-index: 1;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrReview.jr-naver-reviews-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrReview.jr-naver-reviews-section > .innerWrap {
  background: var(--temple-strip-bg-deep) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation.section3 {
  background: var(--temple-strip-bg-deep) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-credibility-badge {
  background: rgba(15, 40, 71, 0.95) !important;
  border-color: rgba(125, 211, 252, 0.35) !important;
  box-shadow: 0 10px 20px rgba(15, 40, 71, 0.2) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero {
  background: linear-gradient(135deg, #0f2847 0%, #0a1f38 50%, #071422 100%) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero::before, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero::after {
  display: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero .hero-pattern {
  display: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero .page-hero__title, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero h1 {
  color: #f1f5ff !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero .page-hero__lead, #jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero p {
  color: #c7d7f5 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero .page-hero__logo {
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.45));
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero .page-hero__logo img {
  display: block;
  width: clamp(2.75rem, 5.5vw, 3.5rem) !important;
  height: auto !important;
  filter: drop-shadow(0 0 1px rgba(255, 255, 255, 0.35))
    drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35))
    drop-shadow(0 0 18px rgba(56, 189, 248, 0.22)) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero .page-hero__jr-watermark {
  position: absolute;
  z-index: 1;
  right: clamp(-4rem, -2vw, -1rem);
  top: 50%;
  transform: translateY(-50%) rotate(-10deg);
  width: min(42vw, 22rem);
  max-width: none;
  pointer-events: none;
  opacity: 0.09;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(
    ellipse 75% 85% at 55% 45%,
    #000 0%,
    #000 45%,
    transparent 78%
  );
  mask-image: radial-gradient(
    ellipse 75% 85% at 55% 45%,
    #000 0%,
    #000 45%,
    transparent 78%
  );
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero .page-hero__jr-watermark img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 0 2.5rem rgba(56, 189, 248, 0.2));
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .page-hero .page-hero__jr-watermark--ghost {
  right: clamp(-5rem, 2vw, 2rem);
  width: min(52vw, 28rem);
  transform: translateY(-48%) rotate(-18deg) scale(1.08);
  opacity: 0.045;
  mix-blend-mode: soft-light;
  -webkit-mask-image: radial-gradient(
    ellipse 90% 90% at 40% 50%,
    transparent 35%,
    #000 55%,
    transparent 80%
  );
  mask-image: radial-gradient(
    ellipse 90% 90% at 40% 50%,
    transparent 35%,
    #000 55%,
    transparent 80%
  );
}@media (max-width: 768px) {
  .subpage .page-hero .page-hero__jr-watermark {
    width: min(58vw, 14rem);
    opacity: 0.065;
    right: -2.5rem;
  }
  .subpage .page-hero .page-hero__jr-watermark--ghost {
    display: none;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing html {
  scrollbar-color: #2563eb #0b1729;
  scrollbar-width: thin;
  background: var(--temple-deep);
}#jr-hero-design-2 .jr-hero-dae-v2-landing html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing html::-webkit-scrollbar-track {
  background: #0b1729;
  border-radius: 999px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing html::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #38bdf8 0%, #1d4ed8 55%, #1e3a8a 100%);
  border-radius: 999px;
  border: 2px solid #0b1729;
}#jr-hero-design-2 .jr-hero-dae-v2-landing html::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, #7dd3fc 0%, #2563eb 100%);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-modal-body, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-lawyer-modal-body, #jr-hero-design-2 .jr-hero-dae-v2-landing .modal-overlay .modal-content, #jr-hero-design-2 .jr-hero-dae-v2-landing [class*="modal"] [style*="overflow"] {
  scrollbar-color: #3b82f6 #e8f0fc;
  scrollbar-width: thin;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-modal-body::-webkit-scrollbar, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-lawyer-modal-body::-webkit-scrollbar {
  width: 8px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-modal-body::-webkit-scrollbar-track, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-lawyer-modal-body::-webkit-scrollbar-track {
  background: #e2e8f0;
  border-radius: 6px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-modal-body::-webkit-scrollbar-thumb, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-lawyer-modal-body::-webkit-scrollbar-thumb {
  background: #2563eb;
  border-radius: 6px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target > .contents {
  background: linear-gradient(180deg, #dbeafe 0%, #e8f0fc 35%, #eef4fc 100%);
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target .contents {
  --jr-surface-risk-bg: linear-gradient(180deg, #e8f0fc 0%, #dce8f8 50%, #d0e0f4 100%);
  --jr-surface-review-bg: linear-gradient(180deg, #e4edf9 0%, #d8e4f4 100%);
  --temple-strip-bg-light: linear-gradient(180deg, #f2f7fd 0%, #e8f1fb 42%, #ddeaf8 100%);
  --temple-strip-bg-deep: linear-gradient(180deg, #b8cce8 0%, #a3bfe0 48%, #8eb3d8 100%);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskUrgency .jr-risk-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskUrgency .jr-risk-head p {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskUrgency .jr-risk-badge {
  background: var(--temple-deep-2) !important;
  color: #e0f2fe !important;
  border: 1px solid var(--temple-border-strong) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-risk-card {
  background: var(--temple-card) !important;
  border: 1px solid var(--temple-border) !important;
  box-shadow: 0 4px 20px rgba(15, 40, 71, 0.08) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-risk-card:hover {
  border-color: rgba(56, 189, 248, 0.45) !important;
  box-shadow: 0 10px 28px rgba(30, 64, 175, 0.12) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-risk-card h3 {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-risk-card h3::before {
  background: var(--temple-chip-bg) !important;
  color: var(--temple-chip-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-risk-card p {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-risk-card .jr-risk-scenario {
  background: var(--temple-card-muted) !important;
  border: 1px solid var(--temple-border) !important;
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-credibility-head h2 {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-credibility-head p {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-core-cards article {
  background: var(--temple-card) !important;
  border: 1px solid var(--temple-border) !important;
  box-shadow: 0 4px 18px rgba(15, 40, 71, 0.07) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-core-cards article::before {
  background: var(--temple-chip-bg) !important;
  color: var(--temple-chip-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-core-cards article::after {
  background: linear-gradient(90deg, #1e40af 0%, #38bdf8 100%) !important;
  opacity: 0.9 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-core-cards article:hover {
  border-color: rgba(56, 189, 248, 0.4) !important;
  box-shadow: 0 12px 28px rgba(30, 64, 175, 0.12) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-core-cards h3 {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-core-cards p {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-core-cards p strong {
  color: #1e40af !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-title, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-card-body h3 {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-card-body p {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-card {
  background: var(--temple-card) !important;
  border: 1px solid var(--temple-border) !important;
  box-shadow: 0 4px 16px rgba(15, 40, 71, 0.07) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-card:hover {
  border-color: rgba(56, 189, 248, 0.45) !important;
  box-shadow: 0 14px 32px rgba(30, 64, 175, 0.14) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-card:hover .jr-play-btn {
  border-color: var(--temple-accent) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-card:hover .jr-play-btn svg {
  fill: var(--temple-accent) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-play-btn {
  border-color: #2563eb !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-play-btn svg {
  fill: #38bdf8 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-card, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-card {
  border-color: var(--temple-border) !important;
  box-shadow: 0 4px 16px rgba(15, 40, 71, 0.06) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-card:hover {
  border-color: rgba(56, 189, 248, 0.4) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-card-left {
  background: var(--temple-card-muted) !important;
  border-bottom-color: var(--temple-border) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-list {
  display: flex !important;
  flex-direction: column !important;
  gap: clamp(0.7rem, 1.5vw, 1.05rem) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  list-style: none !important;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  overflow: visible !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-empty {
  font-size: calc(1.4rem * 1.1) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card {
  display: flex !important;
  flex-direction: column !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  box-sizing: border-box !important;
  background: #fff !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: clamp(10px, 1.2vw, 14px) !important;
  box-shadow:
    0 1px 2px rgba(15, 23, 42, 0.05),
    0 6px 18px rgba(15, 23, 42, 0.06) !important;
  overflow: hidden !important;
  cursor: pointer !important;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease !important;
}@media (min-width: 640px) {
  main#target #jrPress .jr-press-card {
    display: grid !important;
    grid-template-columns: 12rem minmax(0, 1fr) max-content !important;
    grid-template-rows: auto !important;
    align-items: stretch !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(148, 163, 184, 0.85) !important;
  box-shadow:
    0 2px 4px rgba(15, 23, 42, 0.06),
    0 12px 28px rgba(15, 23, 42, 0.1) !important;
  background: #fff !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card:hover .jr-press-card-left {
  background: #f1f5f9 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card:hover .jr-press-card-center, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card:hover .jr-press-card-right {
  background: #fafbfc !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card:focus-within {
  outline: 2px solid rgba(37, 99, 235, 0.45) !important;
  outline-offset: 2px !important;
  position: relative !important;
  z-index: 1 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card-left {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 0.5rem !important;
  padding: clamp(1.15rem, 1rem + 0.45vw, 1.65rem) clamp(1rem, 0.88rem + 0.4vw, 1.35rem) !important;
  min-width: 0 !important;
  width: 100% !important;
  background: #f8fafc !important;
  border: none !important;
  box-sizing: border-box !important;
  transition: background-color 0.18s ease !important;
}@media (min-width: 640px) {
  main#target #jrPress .jr-press-card-left {
    align-self: stretch !important;
    border-right: 1px solid #e8ecf1 !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-cat {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.32rem !important;
  padding: 0.26rem 0.68rem !important;
  border-radius: 999px !important;
  background: #166534 !important;
  color: #fff !important;
  font-size: calc(1.08rem * 1.1) !important;
  font-weight: 600 !important;
  width: fit-content !important;
  line-height: 1.2 !important;
  box-shadow: 0 1px 0 rgba(15, 23, 42, 0.12) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card[data-category="online"] .jr-press-cat {
  background: #1d4ed8 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card[data-category="broadcast"] .jr-press-cat {
  background: #6d28d9 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-cat svg {
  width: calc(1.05rem * 1.1) !important;
  height: calc(1.05rem * 1.1) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-source {
  font-size: calc(1.2rem * 1.1) !important;
  color: #334155 !important;
  font-weight: 600 !important;
  text-align: left !important;
  line-height: 1.25 !important;
  width: 100% !important;
}@media (max-width: 899px) {
  main#target #jrPress .jr-press-card-left {
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.35rem 0.5rem !important;
    justify-content: flex-start !important;
  }
  main#target #jrPress .jr-press-source {
    width: auto !important;
    min-width: 0 !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card-center {
  padding: clamp(1.2rem, 1rem + 0.45vw, 1.75rem) clamp(1rem, 0.88rem + 0.4vw, 1.45rem) !important;
  min-width: 0 !important;
  text-align: left !important;
  background: #fff !important;
  transition: background-color 0.18s ease !important;
}@media (min-width: 640px) {
  main#target #jrPress .jr-press-card-center {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: stretch !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card-center h3 {
  font-size: calc(1.1 * clamp(1.65rem, 1.35rem + 0.45vw, 1.95rem)) !important;
  font-weight: 700 !important;
  color: #020617 !important;
  margin: 0 0 clamp(0.45rem, 0.35rem + 0.25vw, 0.65rem) 0 !important;
  line-height: 1.35 !important;
  text-align: left !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card-center p {
  font-size: calc(1.28rem * 1.1) !important;
  color: #475569 !important;
  margin: 0 !important;
  line-height: 1.5 !important;
  display: -webkit-box !important;
  line-clamp: 2 !important;
  -webkit-line-clamp: 2 !important;
  -webkit-box-orient: vertical !important;
  overflow: hidden !important;
  text-align: left !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-card-right {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 0.65rem !important;
  padding: clamp(1.15rem, 0.95rem + 0.45vw, 1.65rem) clamp(1rem, 0.88rem + 0.4vw, 1.35rem) !important;
  border-top: 1px solid #e8ecf1 !important;
  border-left: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
  background: #fff !important;
  transition: background-color 0.18s ease !important;
}@media (min-width: 640px) {
  main#target #jrPress .jr-press-card-right {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    border-top: none !important;
    border-left: 1px solid #e8ecf1 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    align-self: stretch !important;
  }

  main#target #jrPress .jr-press-card-right .jr-press-date {
    text-align: right !important;
    width: auto !important;
  }

  main#target #jrPress .jr-press-card-right .jr-press-link {
    align-self: flex-end !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-date {
  font-size: calc(1.12rem * 1.1) !important;
  color: #64748b !important;
  line-height: 1.25 !important;
  font-variant-numeric: tabular-nums !important;
  flex-shrink: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-link {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
  font-size: calc(1.22rem * 1.1) !important;
  color: #0c3480 !important;
  font-weight: 600 !important;
  gap: 0.35rem !important;
  line-height: 1.25 !important;
  padding: 0.42rem 0.75rem !important;
  border-radius: 10px !important;
  border: 1px solid transparent !important;
  background: transparent !important;
  cursor: pointer !important;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-link:hover {
  color: #082654 !important;
  background: rgba(37, 99, 235, 0.12) !important;
  border-color: rgba(37, 99, 235, 0.35) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-link:focus-visible {
  color: #082654 !important;
  background: rgba(37, 99, 235, 0.14) !important;
  border-color: rgba(37, 99, 235, 0.55) !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-link svg {
  width: 1.05em !important;
  height: 1.05em !important;
  flex-shrink: 0 !important;
}@media (max-width: 639px) {
  main#target #jrPress .jr-press-card-center h3 {
    font-size: calc(1.58rem * 1.1) !important;
    line-height: 1.38 !important;
  }

  main#target #jrPress .jr-press-card-center {
    padding: clamp(1.1rem, 0.95rem + 0.5vw, 1.65rem) clamp(0.95rem, 0.88rem + 0.35vw, 1.15rem) !important;
    border-top: 1px solid #e8ecf1 !important;
  }

  main#target #jrPress .jr-press-card-left {
    padding: clamp(1.1rem, 0.95rem + 0.5vw, 1.65rem) clamp(0.95rem, 0.88rem + 0.35vw, 1.15rem) !important;
  }

  main#target #jrPress .jr-press-card-right {
    padding: clamp(1.05rem, 0.9rem + 0.5vw, 1.55rem) clamp(0.95rem, 0.88rem + 0.35vw, 1.15rem) !important;
  }
}@media (max-width: 899px) {
  main#target #jrPress .jr-press-list > .jr-press-card:nth-child(n + 4) {
    display: none !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-thumb, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-card .jr-blog-thumb {
  background: var(--temple-surface-2) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-section-more-btn {
  background: linear-gradient(180deg, #1d4ed8 0%, #0f2847 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.38) !important;
  color: #f8fafc !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-section-more-btn:hover {
  background: linear-gradient(180deg, #2563eb 0%, #172554 100%) !important;
  border-color: #7dd3fc !important;
  color: #fff !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-credibility-link {
  background: linear-gradient(180deg, #1e40af 0%, #172554 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
  color: #f8fafc !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-why-credibility-link:hover {
  background: linear-gradient(180deg, #2563eb 0%, #1e3a8a 100%) !important;
  border-color: #7dd3fc !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .lawyer-search-wrap .jr-why-credibility-next-tagline {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .lawyer-search-wrap {
  background: var(--temple-strip-bg-deep) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match:not(.jr-subpage-body-surface) {
  background: var(--temple-strip-bg-deep) !important;
}@media (min-width: 900px) {
  main#target .contents > section.sect.lawyer-search-wrap.lawyer-match > .innerWrap {
    gap: var(--jr-section-head-to-cards-gap) !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head .lawyer-search-desc {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head .lawyer-search-desc {
  color: var(--temple-text-muted) !important;
  font-weight: 600 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell.lawyer-search-sect {
  background: linear-gradient(180deg, #f8fafc 0%, #f0f7ff 55%, #e8f2fc 100%) !important;
  border: 1px solid var(--temple-border) !important;
  box-shadow: 0 8px 24px rgba(15, 40, 71, 0.1) !important;
  border-radius: 14px !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell.lawyer-search-sect::before {
  background: linear-gradient(180deg, #2563eb 0%, #1e40af 100%) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-panel--cats {
  border-bottom-color: var(--temple-border) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-panel-kicker {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-optional {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-label {
  color: var(--temple-text) !important;
  font-weight: 700 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell select {
  background: #fff !important;
  border: 1px solid var(--temple-border) !important;
  color: var(--temple-text) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-keyword {
  background: #fff !important;
  border: 1px solid var(--temple-border) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-keyword-icon {
  color: #64748b !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell input[type="search"], #jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell input[type="text"] {
  color: var(--temple-text) !important;
  font-weight: 600 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell input::placeholder {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell select:focus, #jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-keyword:focus-within {
  border-color: #2563eb !important;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.22) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-results.lawyer-search-results {
  border-top: 1px solid var(--temple-border) !important;
  background: linear-gradient(180deg, #eef4fc 0%, #e2ebf8 100%) !important;
  border-radius: 10px !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-results-title {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match a.jr-lawyer-search-result--card.jr-lawyer-search-result {
  background: #fff !important;
  border: 1px solid var(--temple-border) !important;
  box-shadow: 0 4px 14px rgba(15, 40, 71, 0.08) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match a.jr-lawyer-search-result--card.jr-lawyer-search-result:hover {
  border-color: rgba(56, 189, 248, 0.55) !important;
  box-shadow: 0 10px 22px rgba(30, 64, 175, 0.14) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .jr-lawyer-search-result--card .jr-lawyer-search-result-photo img {
  
  border: none !important;
  box-shadow: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .jr-lawyer-search-result-name {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .jr-lawyer-search-result-role {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-step__lab {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-stepper__line {
  background: var(--temple-border) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-step__num {
  background: linear-gradient(180deg, #2563eb 0%, #1e3a8a 100%) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-categories {
  scrollbar-color: #2563eb #e2e8f0;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-categories::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #38bdf8 0%, #2563eb 100%) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .lawyer-search-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing .lawyer-search-sect .lawyer-search-results h3 {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .lawyer-search-head .lawyer-search-desc {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .lawyer-match-cat {
  border-color: var(--temple-border) !important;
  background: var(--temple-card) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .lawyer-match-cat.is-active, #jr-hero-design-2 .jr-hero-dae-v2-landing .lawyer-match-cat[aria-pressed="true"] {
  border-color: #2563eb !important;
  background: linear-gradient(180deg, #eff6ff 0%, #dbeafe 100%) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-lawyer-search-result--card {
  border-color: var(--temple-border) !important;
  background: var(--temple-card) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-modal-caption, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-modal-title, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-modal-body {
  color: var(--temple-text) !important;
  background: #f0f7ff !important;
  border-color: var(--temple-border) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-modal-source-link {
  color: #1d4ed8 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-iframe-help {
  margin-top: 10px;
  text-align: right;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrPressModalBody .jr-modal-iframe-wrap {
  height: 70vh !important;
  min-height: 520px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrPressModalBody .jr-modal-iframe-wrap iframe {
  width: 100%;
  height: 100%;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-link:hover {
  color: #2563eb !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-url-modal-content {
  width: min(1080px, 96vw) !important;
  max-height: 90vh !important;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-url-modal-caption {
  padding-bottom: 0.8rem !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-url-iframe-wrap {
  position: relative;
  width: 100%;
  height: 72vh;
  min-height: 520px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-url-iframe-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #fff;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .footer .footer-region-links, #jr-hero-design-2 .jr-hero-dae-v2-landing .footer .footer-region-links a {
  color: #93c5fd !important;
}@media (max-width: 899px) {
  .footer .footer-policy-inline {
    grid-column: 1;
    grid-row: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    margin-top: 2rem;
    margin-bottom: 0.2rem;
    color: #f1f5ff;
    font-size: 1.42rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    line-height: 1.2;
    text-align: center;
  }
  .footer .footer-policy-inline .footer-legal-btn {
    color: #f1f5ff !important;
    background: transparent !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    font: inherit !important;
    cursor: pointer;
    text-decoration: none !important;
  }
  .footer .footer-policy-inline .footer-legal-btn:hover,
  .footer .footer-policy-inline .footer-legal-btn:focus-visible {
    text-decoration: underline !important;
  }
  .footer .footer-policy-inline span {
    color: #dbe7fb;
    font-weight: 500;
  }

  
  .footer .footer-nav-line.footer-nav-line--hide-below-900 {
    display: none !important;
  }

  
  .footer .footer-mobile-link-accordion {
    display: block;
    grid-column: 1;
    grid-row: 2;
    width: 100%;
    margin-top: 0.2rem;
    margin-bottom: 2rem;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: visible;
    position: relative;
    z-index: 10;
  }
  .footer .footer-mobile-link-accordion > summary {
    list-style: none;
    cursor: pointer;
    padding: 1.08rem 1.28rem;
    font-size: 1.64rem;
    font-weight: 700;
    color: #f8fbff;
    position: relative;
    letter-spacing: -0.01em;
  }
  .footer .footer-mobile-link-accordion > summary::-webkit-details-marker {
    display: none;
  }
  .footer .footer-mobile-link-accordion > summary::after {
    content: "";
    position: absolute;
    right: 1.7rem;
    top: 50%;
    width: 0.85rem;
    height: 0.85rem;
    border-right: 2px solid #d8e6ff;
    border-bottom: 2px solid #d8e6ff;
    transform: translateY(-60%) rotate(45deg);
  }
  .footer .footer-mobile-link-accordion[open] > summary::after {
    transform: translateY(-35%) rotate(225deg);
  }
  .footer .footer-mobile-link-panel {
    position: absolute;
    left: -1px;
    right: -1px;
    top: calc(100% - 1px);
    padding: 0.95rem 1.6rem 1.25rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, rgba(90, 109, 132, 0.96) 0%, rgba(79, 98, 122, 0.97) 100%);
    box-shadow: 0 10px 26px rgba(8, 24, 44, 0.34);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  }
  .footer .footer-mobile-link-accordion[open] .footer-mobile-link-panel {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .footer .footer-mobile-link-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 0.45rem;
  }
  .footer .footer-mobile-link-list a {
    display: inline-block;
    color: #e6f0ff !important;
    text-decoration: none !important;
    font-size: 1.52rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -0.01em;
  }
  .footer .footer-mobile-link-list a:hover,
  .footer .footer-mobile-link-list a:focus-visible {
    text-decoration: underline !important;
    color: #ffffff !important;
  }
  .footer .footer-mobile-link-list .footer-mobile-link-list__btn {
    display: inline-block;
    width: 100%;
    text-align: left;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font: inherit !important;
    font-size: 1.52rem !important;
    line-height: 1.6 !important;
    font-weight: 500 !important;
    letter-spacing: -0.01em !important;
    color: #e6f0ff !important;
    cursor: pointer !important;
    box-shadow: none !important;
  }
  .footer .footer-mobile-link-list .footer-mobile-link-list__btn:hover,
  .footer .footer-mobile-link-list .footer-mobile-link-list__btn:focus-visible {
    text-decoration: underline !important;
    color: #ffffff !important;
  }

  
  .footer .innerWrap.footer-inner--grid > .footer-mobile-legal-row {
    grid-column: 1;
    grid-row: 1;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    
    padding: calc(1.44rem * 1.35) 0 0.15rem 0;
    margin: 0;
  }
  .footer .footer-mobile-legal-row__btn {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: inherit !important;
    font-size: 1.44rem !important;
    font-weight: 600 !important;
    letter-spacing: -0.02em !important;
    line-height: 1.35 !important;
    color: #f8fafc !important;
    cursor: pointer !important;
    box-shadow: none !important;
    text-decoration: none !important;
    -webkit-appearance: none;
    appearance: none;
  }
  .footer .footer-mobile-legal-row__btn:hover,
  .footer .footer-mobile-legal-row__btn:focus-visible {
    color: #ffffff !important;
    text-decoration: underline !important;
    text-underline-offset: 0.18em;
  }
  .footer .footer-mobile-legal-row__dot {
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.42);
    flex-shrink: 0;
  }

  .footer .innerWrap.footer-inner--grid > .footer-hakpok-accordions-wrap--mobile-only {
    grid-column: 1;
    grid-row: 2;
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 0.55rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer .innerWrap.footer-inner--grid > .footer-mobile-link-accordion.footer-mobile-family-site {
    grid-column: 1;
    grid-row: 3 !important;
    
    margin-top: calc(0.65rem - 1.65rem) !important;
    margin-bottom: 0 !important;
    width: 100%;
  }
  .footer .innerWrap.footer-inner--grid .footer__grid-left-copy {
    grid-row: 5;
  }
  .footer .innerWrap.footer-inner--grid .footer__grid-right-links {
    grid-row: 6;
  }

  
  .footer .innerWrap.footer-inner--grid {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    row-gap: 1.65rem !important;
    padding-top: clamp(1.35rem, 0.9rem + 1.9vw, 2.6rem) !important;
    padding-bottom: calc(clamp(2.6rem, 5.4vw, 4.2rem) + env(safe-area-inset-bottom, 0px)) !important;
    padding-left: clamp(1.6rem, 4.2vw, 2.4rem) !important;
    padding-right: clamp(1.6rem, 4.2vw, 2.4rem) !important;
    overflow: visible !important;
  }

  
  .footer .innerWrap.footer-inner--grid > .jrci {
    grid-row: 4;
    margin-top: calc(1.44rem * 1.35) !important;
    margin-bottom: 0 !important;
    font-size: 2rem !important;
    line-height: 1.3 !important;
  }

  .footer .innerWrap.footer-inner--grid .footer__grid-left-copy p {
    font-size: 1.52rem !important;
    line-height: 1.78 !important;
    letter-spacing: -0.01em !important;
    color: #dbe7fb !important;
  }

  .footer .innerWrap.footer-inner--grid .footer__grid-right-links {
    align-items: flex-start !important;
    justify-self: stretch !important;
    width: 100% !important;
  }
  .footer .innerWrap.footer-inner--grid .footer-right-links-stack {
    gap: 0.35rem !important;
  }
  .footer .innerWrap.footer-inner--grid .footer__grid-right-links > .copyright-row,
  .footer .innerWrap.footer-inner--grid .copyright-row {
    margin-top: 0.35rem !important;
    padding-top: 0 !important;
    transform: none !important;
  }
  .footer .innerWrap.footer-inner--grid .copyright-row {
    width: 100% !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 0.65rem !important;
  }
  .footer .innerWrap.footer-inner--grid .copyright-inline {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.5rem 0.65rem !important;
    width: 100% !important;
    text-align: left !important;
  }
  
  .footer .innerWrap.footer-inner--grid .copyright-one-line {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
    font-size: clamp(0.9rem, 0.42rem + 3.85vw, 1.28rem) !important;
    line-height: 1.35 !important;
    letter-spacing: -0.045em !important;
    color: #dbe7fb !important;
    white-space: nowrap !important;
    flex: 1 1 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }

  
  .footer .innerWrap.footer-inner--grid .copyright-row .footer-region-accordion.footer-region-accordion--inline {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    vertical-align: unset !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: visible;
    position: relative;
    z-index: 8;
  }

  
  .footer .innerWrap.footer-inner--grid > .footer-hakpok-accordions-wrap--mobile-only .footer-region-accordion.footer-region-accordion--inline {
    display: block !important;
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    margin: 0 !important;
    vertical-align: unset !important;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: visible;
    position: relative;
    z-index: 8;
  }
  .footer .innerWrap.footer-inner--grid .copyright-row .footer-region-accordion.footer-region-accordion--inline[open],
  .footer .innerWrap.footer-inner--grid > .footer-hakpok-accordions-wrap--mobile-only .footer-region-accordion.footer-region-accordion--inline[open] {
    z-index: 24;
  }
  .footer .innerWrap.footer-inner--grid .copyright-row .footer-region-accordion.footer-region-accordion--inline > summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 1.08rem 2.6rem 1.08rem 1.28rem !important;
    font-size: 1.58rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    color: #f8fbff !important;
    white-space: normal !important;
    border-radius: 12px;
  }

  
  .footer .innerWrap.footer-inner--grid > .footer-hakpok-accordions-wrap--mobile-only .footer-region-accordion.footer-region-accordion--inline > summary {
    list-style: none;
    cursor: pointer;
    position: relative;
    padding: 1.08rem 1.28rem !important;
    font-size: 1.64rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    letter-spacing: -0.01em !important;
    color: #f8fbff !important;
    white-space: normal !important;
    border-radius: 12px;
    box-sizing: border-box !important;
  }
  .footer .innerWrap.footer-inner--grid
    .copyright-row
    .footer-region-accordion.footer-region-accordion--inline
    > summary::-webkit-details-marker,
  .footer .innerWrap.footer-inner--grid
    > .footer-hakpok-accordions-wrap--mobile-only
    .footer-region-accordion.footer-region-accordion--inline
    > summary::-webkit-details-marker {
    display: none;
  }
  .footer .innerWrap.footer-inner--grid
    .copyright-row
    .footer-region-accordion.footer-region-accordion--inline
    > summary::after {
    content: "";
    position: absolute;
    right: 1.45rem;
    top: 50%;
    width: 0.85rem;
    height: 0.85rem;
    border-right: 2px solid #d8e6ff;
    border-bottom: 2px solid #d8e6ff;
    transform: translateY(-55%) rotate(45deg);
  }

  .footer .innerWrap.footer-inner--grid
    > .footer-hakpok-accordions-wrap--mobile-only
    .footer-region-accordion.footer-region-accordion--inline
    > summary::after {
    content: "";
    position: absolute;
    right: 1.7rem;
    top: 50%;
    width: 0.85rem;
    height: 0.85rem;
    border-right: 2px solid #d8e6ff;
    border-bottom: 2px solid #d8e6ff;
    transform: translateY(-60%) rotate(45deg);
  }
  .footer .innerWrap.footer-inner--grid
    .copyright-row
    .footer-region-accordion.footer-region-accordion--inline[open]
    > summary,
  .footer .innerWrap.footer-inner--grid
    > .footer-hakpok-accordions-wrap--mobile-only
    .footer-region-accordion.footer-region-accordion--inline[open]
    > summary {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .footer .innerWrap.footer-inner--grid
    .copyright-row
    .footer-region-accordion.footer-region-accordion--inline[open]
    > summary::after {
    transform: translateY(-30%) rotate(225deg);
  }

  .footer .innerWrap.footer-inner--grid
    > .footer-hakpok-accordions-wrap--mobile-only
    .footer-region-accordion.footer-region-accordion--inline[open]
    > summary::after {
    transform: translateY(-35%) rotate(225deg);
  }
  .footer .innerWrap.footer-inner--grid .copyright-row .footer-region-accordion > .footer-region-list,
  .footer .innerWrap.footer-inner--grid > .footer-hakpok-accordions-wrap--mobile-only .footer-region-accordion > .footer-region-list {
    position: absolute;
    left: -1px;
    right: -1px;
    top: calc(100% - 1px);
    margin: 0 !important;
    padding: 0.95rem 1.35rem 1.15rem !important;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-top: 0;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(180deg, rgba(90, 109, 132, 0.96) 0%, rgba(79, 98, 122, 0.97) 100%);
    box-shadow: 0 10px 26px rgba(8, 24, 44, 0.34);
    max-height: min(55vh, 22rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    text-align: left !important;
    font-size: 1.38rem !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    letter-spacing: -0.01em !important;
    z-index: 5;
  }
  .footer .innerWrap.footer-inner--grid .copyright-row .footer-region-list li,
  .footer .innerWrap.footer-inner--grid > .footer-hakpok-accordions-wrap--mobile-only .footer-region-list li {
    color: #e8f1ff !important;
  }
  .footer .innerWrap.footer-inner--grid .copyright-row .footer-region-list a,
  .footer .innerWrap.footer-inner--grid > .footer-hakpok-accordions-wrap--mobile-only .footer-region-list a {
    color: #e6f0ff !important;
    font-size: inherit !important;
    font-weight: inherit !important;
  }

  
  .footer .innerWrap.footer-inner--grid .center_lst.footer-nav-line {
    text-align: left !important;
    overflow-x: visible !important;
    overflow-wrap: anywhere;
    word-break: keep-all;
    line-height: 1.58 !important;
  }
  .footer .innerWrap.footer-inner--grid .center_lst.footer-nav-line .footer-nav-line__primary {
    display: inline !important;
    white-space: normal !important;
    max-width: 100% !important;
    overflow-x: visible !important;
  }
  .footer .innerWrap.footer-inner--grid .center_lst.footer-nav-line .footer-nav-line__primary a {
    white-space: normal !important;
  }

  
  .footer .innerWrap.footer-inner--grid .copyright-row .footer-region-accordion.footer-hakpok-accordion--desktop-only {
    display: none !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-card, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-card {
  background: var(--temple-card) !important;
  border: 1px solid var(--temple-border) !important;
  box-shadow: 0 4px 18px rgba(15, 40, 71, 0.08) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-cases-preview-viewport .jr-cases-preview-track {
  display: flex !important;
  align-items: stretch !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-card:hover, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-card:hover {
  box-shadow: 0 10px 26px rgba(30, 64, 175, 0.14) !important;
  border-color: rgba(56, 189, 248, 0.45) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrCasesPreview .jr-cases-preview-card:not(.jr-consult-case-card) {
  padding: var(--jr-risk-card-pad-y) var(--jr-risk-card-pad-x) !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-card.jr-consult-case-card:hover {
  transform: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-card.jr-consult-case-card {
  padding: var(--jr-risk-card-pad-y) var(--jr-risk-card-pad-x) !important;
  cursor: default !important;
  
  min-height: unset !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-card-chip, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-card-chip {
  background: linear-gradient(180deg, #1e40af 0%, #172554 100%) !important;
  color: #f8fafc !important;
  border: 1px solid rgba(56, 189, 248, 0.35) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-card-title, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-card-title {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-card-summary, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-card-summary {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-card-result, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-card-result {
  background: var(--temple-chip-bg) !important;
  color: var(--temple-chip-text) !important;
  border: 1px solid var(--temple-border) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-lawyer img, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-lawyer img {
  background: var(--temple-card-muted) !important;
  border: 1px solid var(--temple-border) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview a.jr-cases-preview-lawyer:hover img, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview a.jr-cases-preview-lawyer:focus-visible img, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases a.jr-cases-preview-lawyer:hover img, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases a.jr-cases-preview-lawyer:focus-visible img {
  box-shadow: 0 6px 16px rgba(30, 64, 175, 0.18) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-lawyer span, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-lawyer span {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-empty {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-why-credibility-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-why-credibility-badge {
  background: var(--temple-deep-2) !important;
  color: #e0f2fe !important;
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-btn {
  border-color: var(--temple-border) !important;
  background: var(--temple-card) !important;
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrCasesPreview .jr-cases-preview-btn:hover:not(:disabled), #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-cases-preview-btn:hover:not(:disabled) {
  background: linear-gradient(180deg, #1e40af 0%, #172554 100%) !important;
  border-color: rgba(56, 189, 248, 0.45) !important;
  color: #f8fafc !important;
}@media (max-width: 899px) {
  #jrConsultCases .jr-cases-preview-btn {
    display: none !important;
  }

  main#target #jrConsultCases .jr-consult-cases-dots:not([hidden]) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: clamp(0.45rem, 1.85vw, 1.05rem);
    
    margin: clamp(0.28rem, 0.92vw, 0.58rem) 0 0;
    padding: 0.14rem clamp(0.5rem, 2.25vw, 2.75rem) 0.12rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-padding-inline: 0.75rem;
  }

  #jrConsultCases .jr-consult-cases-dots::-webkit-scrollbar {
    height: 5px;
  }
  #jrConsultCases .jr-consult-cases-dots::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.22);
    border-radius: 999px;
  }

  #jrConsultCases .jr-consult-cases-dot {
    box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 9999px;
    background: rgba(30, 64, 175, 0.32);
    cursor: pointer;
    flex-shrink: 0;
    transition:
      width 0.2s ease,
      background 0.2s ease,
      opacity 0.2s ease;
  }

  #jrConsultCases .jr-consult-cases-dot.is-active {
    width: 2.7rem;
    background: #1e40af;
  }

  #jrConsultCases .jr-consult-cases-dot:focus-visible {
    outline: 3px solid rgba(56, 189, 248, 0.85);
    outline-offset: 3px;
  }
}@supports (width: 1cqw) {
  @media (min-width: 951px) {
    main#target #jrCasesPreview.jr-cases-preview-section .jr-cases-preview-viewport .jr-cases-preview-track > .jr-cases-preview-card {
      flex: 0 0 calc(50cqw - 0.8rem) !important;
      flex-grow: 0 !important;
      flex-shrink: 0 !important;
      width: calc(50cqw - 0.8rem) !important;
      max-width: calc(50cqw - 0.8rem) !important;
      min-width: 0 !important;
      box-sizing: border-box !important;
      min-height: auto !important;
    }
  }
}@media (min-width: 1200px) {
  main#target #jrConsultCases .jr-cases-preview-viewport .jr-cases-preview-track {
    gap: 0.55rem !important;
    column-gap: 0.55rem !important;
  }
  main#target #jrConsultCases .jr-consult-case-card-inner {
    padding-top: 1.55rem !important;
  }
  main#target #jrConsultCases .jr-consult-recommended-lawyers {
    margin-top: auto !important;
    padding-top: clamp(1.05rem, 0.78rem + 0.85vw, 1.55rem) !important;
  }
  main#target #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="2"]::after,
  main#target #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="3"]::before,
  main#target #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="3"]::after {
    top: clamp(1.55rem, 1.25rem + 0.85vw, 2.25rem) !important;
  }
}@media (min-width: 900px) and (max-width: 1199px) {
  main#target #jrConsultCases .jr-cases-preview-viewport .jr-cases-preview-track {
    gap: 0.85rem !important;
    column-gap: 0.85rem !important;
  }
  main#target #jrConsultCases .jr-consult-case-card-inner {
    padding-top: 1.62rem !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-consult-case-card .jr-cases-preview-card-title {
  font-size: var(--jr-type-card-title, clamp(1.82rem, 1.63rem + 0.51vw, 2.11rem)) !important;
  line-height: 1.28 !important;
  margin: 0 !important;
  padding-bottom: clamp(0.75rem, 0.55rem + 0.55vw, 1.1rem) !important;
  box-sizing: border-box !important;
  min-height: 5.05rem !important;
}@supports (height: 1lh) {
  main#target #jrConsultCases .jr-consult-case-card .jr-cases-preview-card-title {
    min-height: calc(2lh + clamp(0.75rem, 0.55rem + 0.55vw, 1.1rem)) !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-consult-case-card .jr-cases-preview-card-summary {
  font-size: var(--jr-type-body, clamp(1.53rem, 1.41rem + 0.29vw, 1.69rem)) !important;
  line-height: 1.42 !important;
  margin-top: clamp(0.55rem, 0.42rem + 0.45vw, 0.95rem) !important;
  display: block !important;
  -webkit-box-orient: unset !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  overflow: visible !important;
  text-overflow: unset !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-consult-case-card > .jr-cases-preview-card-chip {
  font-size: clamp(1.56rem, 1.4rem + 0.64vw, 2rem) !important;
  padding: 0.44rem 1.05rem !important;
  line-height: 1.05 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-consult-case-card .jr-consult-case-card__result-badge.jr-cases-preview-card-result {
  font-size: clamp(0.74rem, 0.66rem + 0.3vw, 0.9rem) !important;
  padding: 0.26rem 0.52rem !important;
  margin-bottom: 0.3rem !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-consult-lawyers-head {
  font-size: clamp(1.2rem, 1.08rem + 0.42vw, 1.425rem) !important;
  margin: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers .jr-cases-preview-lawyer span {
  font-size: var(--jr-type-card-title, clamp(1.82rem, 1.63rem + 0.51vw, 2.11rem)) !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  font-style: normal !important;
  word-break: keep-all !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers .jr-cases-preview-lawyer img {
  width: clamp(4.35rem, 3.6rem + 2.2vw, 5.35rem) !important;
  height: clamp(4.35rem, 3.6rem + 2.2vw, 5.35rem) !important;
}@media (max-width: 899px) {
  main#target #jrConsultCases .jr-consult-case-card .jr-cases-preview-card-title {
    font-size: var(--jr-type-card-title, clamp(1.82rem, 1.63rem + 0.51vw, 2.11rem)) !important;
    line-height: 1.28 !important;
    margin: 0 !important;
    padding-bottom: clamp(0.75rem, 0.55rem + 0.55vw, 1.1rem) !important;
    box-sizing: border-box !important;
    min-height: 5.05rem !important;
  }
  @supports (height: 1lh) {
    main#target #jrConsultCases .jr-consult-case-card .jr-cases-preview-card-title {
      min-height: calc(2lh + clamp(0.75rem, 0.55rem + 0.55vw, 1.1rem)) !important;
    }
  }
  main#target #jrConsultCases .jr-consult-case-card .jr-cases-preview-card-summary {
    font-size: var(--jr-type-body, clamp(1.53rem, 1.41rem + 0.29vw, 1.69rem)) !important;
    line-height: 1.42 !important;
    margin-top: clamp(0.55rem, 0.42rem + 0.45vw, 0.95rem) !important;
    display: block !important;
    -webkit-box-orient: unset !important;
    -webkit-line-clamp: unset !important;
    line-clamp: unset !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
  main#target #jrConsultCases .jr-consult-case-card > .jr-cases-preview-card-chip {
    font-size: clamp(1.44rem, 1.28rem + 0.76vw, 1.84rem) !important;
    padding: 0.4rem 0.95rem !important;
  }
  main#target #jrConsultCases .jr-consult-case-card .jr-consult-case-card__result-badge.jr-cases-preview-card-result {
    font-size: clamp(0.68rem, 0.62rem + 0.32vw, 0.86rem) !important;
  }
  main#target #jrConsultCases .jr-consult-lawyers-head {
    font-size: clamp(1.08rem, 0.99rem + 0.48vw, 1.32rem) !important;
  }
  
  main#target #jrConsultCases .jr-consult-recommended-lawyers {
    gap: clamp(1.05rem, 0.78rem + 1.2vw, 1.55rem) !important;
    padding-top: clamp(1.25rem, 0.92rem + 1vw, 1.85rem) !important;
  }
  main#target #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers.jr-cases-preview-lawyers {
    padding-top: 0.5rem !important;
  }
  main#target #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers .jr-cases-preview-lawyer img {
    width: clamp(6.525rem, 5.4rem + 3.3vw, 8.025rem) !important;
    height: clamp(6.525rem, 5.4rem + 3.3vw, 8.025rem) !important;
  }
  main#target #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers .jr-cases-preview-lawyer span {
    font-size: var(--jr-type-card-title, clamp(1.82rem, 1.63rem + 0.51vw, 2.11rem)) !important;
    line-height: 1.28 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    font-style: normal !important;
    word-break: keep-all !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card .jr-cases-preview-card-title {
  display: block !important;
  -webkit-box-orient: unset !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  overflow: visible !important;
  margin: 0 !important;
  padding-bottom: clamp(0.75rem, 0.55rem + 0.55vw, 1.1rem) !important;
  box-sizing: border-box !important;
  min-height: 5.05rem !important;
  word-break: keep-all !important;
}@supports (height: 1lh) {
  #jrConsultCases .jr-consult-case-card .jr-cases-preview-card-title {
    min-height: calc(2lh + clamp(0.75rem, 0.55rem + 0.55vw, 1.1rem)) !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card .jr-cases-preview-card-summary {
  display: block !important;
  -webkit-box-orient: unset !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  min-height: 0 !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-break: keep-all !important;
  margin-top: clamp(0.55rem, 0.42rem + 0.45vw, 0.95rem) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  align-self: stretch !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card-inner {
  display: flex !important;
  flex-direction: column !important;
  
  flex: 1 1 auto !important;
  min-height: 0 !important;
  width: 100% !important;
  
  padding-top: clamp(1.42rem, 1.18rem + 0.75vw, 1.88rem) !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card .jr-consult-case-card__copy.jr-cases-preview-card-body, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card .jr-consult-case-card__copy {
  flex: 1 1 auto !important;
  padding-top: 0 !important;
  min-height: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card .jr-consult-case-card__result-badge.jr-cases-preview-card-result {
  margin-top: 0 !important;
  margin-bottom: 0.3rem !important;
  align-self: flex-start !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-recommended-lawyers {
  margin-top: auto !important;
  width: 100% !important;
  flex-shrink: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: clamp(0.7rem, 0.5rem + 0.55vw, 1.05rem) !important;
  padding-top: clamp(1.1rem, 0.82rem + 0.8vw, 1.65rem) !important;
  padding-bottom: 0 !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-lawyers-head {
  display: flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 1.83rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  color: var(--temple-text-muted, #64748b) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-lawyers-head span {
  flex-shrink: 0 !important;
  white-space: nowrap !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-lawyers-head::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-lawyers-head::after {
  content: "" !important;
  flex: 1 1 auto !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(100, 116, 139, 0.45), transparent) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers.jr-cases-preview-lawyers {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  display: grid !important;
  gap: 0.35rem 0.45rem !important;
  justify-items: center !important;
  align-items: start !important;
  width: 100% !important;
  position: relative !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="2"]::after, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="3"]::before, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="3"]::after {
  content: "" !important;
  position: absolute !important;
  width: 0.48rem !important;
  height: 0.48rem !important;
  border-radius: 50% !important;
  background: rgba(71, 85, 105, 0.58) !important;
  box-shadow: 0 0 0 3px rgba(148, 163, 184, 0.22) !important;
  pointer-events: none !important;
  z-index: 1 !important;
  top: 2.25rem !important;
  transform: translate(-50%, -50%) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="2"]::after {
  left: 50% !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="3"]::before {
  left: calc(100% / 3) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="3"]::after {
  left: calc(200% / 3) !important;
}@media (max-width: 899px) {
  #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="2"]::after,
  #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="3"]::before,
  #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="3"]::after {
    top: clamp(3.45rem, 2.85rem + 2.4vw, 4.65rem) !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="1"] {
  grid-template-columns: minmax(0, 1fr) !important;
  max-width: 11rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="2"] {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card__lawyers[data-lawyer-cols="3"] {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers .jr-cases-preview-lawyer {
  width: 100% !important;
  max-width: 100% !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers .jr-cases-preview-lawyer img {
  width: 8.4rem !important;
  height: 8.4rem !important;
  max-width: 100% !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers .jr-cases-preview-lawyer span {
  font-size: var(--jr-type-card-title, clamp(1.82rem, 1.63rem + 0.51vw, 2.11rem)) !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em !important;
  font-style: normal !important;
  word-break: keep-all !important;
  max-width: 100% !important;
  text-align: center !important;
}@media (max-width: 520px) {
  #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers .jr-cases-preview-lawyer img {
    width: min(8rem, 22vw) !important;
    height: min(8rem, 22vw) !important;
  }
  #jrConsultCases .jr-consult-case-card .jr-consult-case-card__lawyers .jr-cases-preview-lawyer span {
    font-size: var(--jr-type-card-title, clamp(1.82rem, 1.63rem + 0.51vw, 2.11rem)) !important;
    line-height: 1.28 !important;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-channel-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-duration-badge {
  background: var(--temple-deep-2) !important;
  color: #f1f5ff !important;
  border: 1px solid rgba(56, 189, 248, 0.2) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrReview .review-card__img-box .review-card__img--symbol {
  object-fit: contain !important;
  padding: 1.2rem;
  box-sizing: border-box;
  transform: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrReview .review-card__img-box .review-card__img--thanks {
  object-fit: cover !important;
  padding: 0 !important;
  transform: none !important;
}@media (max-width: 768px) {
  #jrReview .review-slider-container.swiper .swiper-button-prev::after,
  #jrReview .review-slider-container.swiper .swiper-button-next::after,
  #jrReview .review-slider-container.swiper .review-btn::after {
    display: none !important;
    content: none !important;
  }

  #jrReview .review-slider-container.swiper .review-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: clamp(3rem, 5vw, 3.5rem) !important;
    height: clamp(3rem, 5vw, 3.5rem) !important;
    margin-top: 0 !important;
    padding: 0 !important;
    border-radius: 50% !important;
    border: 1px solid rgba(45, 36, 24, 0.12) !important;
    background: rgba(255, 255, 255, 0.96) !important;
    color: var(--brown800, #5c4c3f) !important;
    box-shadow: 0 4px 14px rgba(45, 36, 24, 0.1) !important;
    cursor: pointer !important;
    transition:
      background 0.2s ease,
      color 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease,
      transform 0.2s ease !important;
    
    top: calc(
      var(--jr-risk-card-pad-y, 2.2rem) + 8rem + 0.94rem + (2rem * 1.32) + 0.35rem + (1.8rem * 0.52)
    ) !important;
    bottom: auto !important;
    transform: translateY(-50%) !important;
  }

  #jrReview .review-slider-container.swiper .review-btn:hover:not(.swiper-button-disabled) {
    background: var(--brown800, #5c4c3f) !important;
    color: #fff !important;
    border-color: var(--brown800, #5c4c3f) !important;
    box-shadow: 0 6px 20px rgba(45, 36, 24, 0.18) !important;
    transform: translateY(-50%) scale(1.05) !important;
  }

  #jrReview .review-slider-container.swiper .review-btn.swiper-button-disabled {
    opacity: 0.35 !important;
    pointer-events: none !important;
  }

  #jrReview .review-slider-container.swiper .review-btn svg {
    flex-shrink: 0 !important;
    display: block !important;
  }

  #jrReview .review-slider-container.swiper .review-btn--prev {
    left: -0.35rem !important;
    right: auto !important;
  }

  #jrReview .review-slider-container.swiper .review-btn--next {
    right: -0.35rem !important;
    left: auto !important;
  }
}@media (max-width: 390px) {
  #jrReview .review-slider-container.swiper .review-btn {
    width: 3.2rem !important;
    height: 3.2rem !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrReview.jr-naver-reviews-section > .innerWrap > .jr-naver-reviews-desc {
  word-break: keep-all !important;
  overflow-wrap: normal !important;
  max-width: min(100%, 52rem) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrReview.section2, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram.jr-instagram-section, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation.section3, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq.jr-faq-section {
  border-top-color: rgba(56, 189, 248, 0.22) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-badge {
  background: var(--temple-deep-2) !important;
  color: #e0f2fe !important;
  border: 1px solid rgba(56, 189, 248, 0.25) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-title, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq .jr-faq-title {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-lead, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq .jr-faq-lead {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-lead strong, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq .jr-faq-lead strong {
  color: #1e40af !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-cat-title, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq .jr-faq-cat-title {
  color: var(--temple-text) !important;
  border-bottom-color: var(--temple-border) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-item {
  border-color: var(--temple-border) !important;
  box-shadow: 0 4px 14px rgba(15, 40, 71, 0.06) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-q, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq .jr-faq-q {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-answer p, #jr-hero-design-2 .jr-hero-dae-v2-landing #faq .jr-faq-answer p {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-cta {
  background: linear-gradient(180deg, #1e40af 0%, #172554 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.35) !important;
  color: #f8fafc !important;
  box-shadow: 0 4px 14px rgba(15, 40, 71, 0.22) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-cta:hover {
  background: linear-gradient(180deg, #2563eb 0%, #1e3a8a 100%) !important;
  border-color: #7dd3fc !important;
  box-shadow: 0 8px 22px rgba(15, 40, 71, 0.28) !important;
  color: #f8fafc !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-faq-cta:focus-visible {
  outline: 2px solid #38bdf8 !important;
  outline-offset: 3px !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-body h3, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-title {
  color: var(--temple-text) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-blog-desc {
  color: var(--temple-text-muted) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrWhyCredibility .jr-why-credibility-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrCasesPreview .jr-why-credibility-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-why-credibility-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-naver-reviews-section .jr-naver-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews .jr-naver-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview .jr-naver-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-broadcast-header .jr-broadcast-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBroadcast .jr-broadcast-header .jr-broadcast-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-press-header .jr-press-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-header .jr-press-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-blog-header .jr-blog-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBlog .jr-blog-header .jr-blog-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-instagram-header .jr-instagram-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrInstagram .jr-instagram-header .jr-instagram-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #faq .jr-faq-head .jr-faq-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap > .jr-naver-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-faq-section .jr-faq-head .jr-faq-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head .jr-lawyer-search-kicker-badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.42rem 1.1rem !important;
  border-radius: 999px !important;
  font-size: 1.12rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  background: var(--temple-deep-2) !important;
  color: #e0f2fe !important;
  border: 1px solid rgba(56, 189, 248, 0.3) !important;
  box-shadow: 0 8px 18px rgba(15, 40, 71, 0.18) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0.8rem !important;
  width: fit-content !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrInstagram .jr-instagram-header > .jr-instagram-badge {
  margin-bottom: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-badge {
  display: flex !important;
  margin-left: auto !important;
  margin-right: auto !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target .lawyer-search-wrap .lawyer-search-head {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target a.jr-section-more-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-section-more-wrap a.jr-section-more-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target .jr-press-more-wrap a.jr-section-more-btn {
  display: inline-flex !important;
  width: min(100%, 24rem) !important;
  min-width: min(100%, 24rem) !important;
  max-width: min(100%, 24rem) !important;
  min-height: 4.5rem !important;
  padding: 0.85rem 1.35rem !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.6rem !important;
  box-sizing: border-box !important;
  border-radius: 9999px !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target a.jr-section-more-btn > span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target a.jr-section-more-btn svg, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target a.jr-section-more-btn .jr-instagram-more-icon {
  width: 1.35rem !important;
  height: 1.35rem !important;
  flex-shrink: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-section-more-wrap a.jr-section-more-btn {
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target .lawyer-search-wrap .jr-why-credibility-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 0.6rem !important;
  width: min(100%, 24rem) !important;
  min-width: 0 !important;
  max-width: min(100%, 24rem) !important;
  min-height: 4.5rem !important;
  padding: 0.85rem 1.35rem !important;
  box-sizing: border-box !important;
  border-radius: 9999px !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual {
  --jr-hero-h1: #7dd3fc;
  --jr-hero-h2: #f8fbff;
  --jr-hero-body: #cbd5e1;
  --jr-hero-muted: #94a3b8;
  --jr-hero-cta-bg: linear-gradient(180deg, #1e40af 0%, #172554 100%);
  --jr-hero-cta-border: rgba(56, 189, 248, 0.38);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide .lawyer-info .jr-lawyer-rolling-tagline, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide .lawyer-info .jr-lawyer-rolling-tagline {
  color: var(--jr-hero-h1) !important;
  -webkit-text-fill-color: var(--jr-hero-h1) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  margin: 0 0 0.15rem !important;
  font-size: clamp(1.68rem, 1.53rem + 0.48vw, 2.01rem) !important;
  line-height: 1.26 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide .lawyer-info .jr-lawyer-career-one, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide .lawyer-info .jr-lawyer-career-one {
  color: var(--jr-hero-body) !important;
  margin: 0 !important;
  font-size: clamp(1.47rem, 1.38rem + 0.27vw, 1.68rem) !important;
  line-height: 1.28 !important;
  font-weight: 500 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide .lawyer-info .jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide .lawyer-info .jr-lawyer-rolling-name {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  font-size: clamp(1.68rem, 1.53rem + 0.54vw, 2.04rem) !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  color: var(--jr-hero-h2) !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transform: translateY(-0.12em);
  transition: max-height 0.34s ease, opacity 0.28s ease, margin 0.34s ease, transform 0.28s ease;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.72),
    0 0 1px rgba(0, 0, 0, 0.9),
    0 0 12px rgba(15, 23, 42, 0.55),
    0 0 18px rgba(147, 197, 253, 0.22) !important;
  -webkit-text-fill-color: var(--jr-hero-h2) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide:hover .lawyer-info .jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide:hover .lawyer-info .jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide:focus-within .lawyer-info .jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide:focus-within .lawyer-info .jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide.swiper-slide-active .lawyer-info .jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide.swiper-slide-active .lawyer-info .jr-lawyer-rolling-name {
  max-height: 4.2em;
  opacity: 1;
  margin: 0.22rem 0 0.22rem !important;
  transform: translateY(0);
  color: var(--jr-hero-h2) !important;
  -webkit-text-fill-color: var(--jr-hero-h2) !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.74),
    0 0 1px rgba(0, 0, 0, 0.92),
    0 0 12px rgba(15, 23, 42, 0.58),
    0 0 20px rgba(191, 219, 254, 0.28) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .lawyer-slider-others .swiper-slide .lawyer-info h3.jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual .lawyer-slider-others .swiper-slide .lawyer-info h3.jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .lawyer-slider-others .swiper-slide-active .lawyer-info h3.jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual .lawyer-slider-others .swiper-slide-active .lawyer-info h3.jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .lawyer-slider-others .swiper-slide .lawyer-info h3.jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide .lawyer-info h3.jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .lawyer-slider-others .swiper-slide-active .lawyer-info h3.jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide-active .lawyer-info h3.jr-lawyer-rolling-name {
  color: var(--jr-hero-h2) !important;
  -webkit-text-fill-color: var(--jr-hero-h2) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .jr-hero-fixed--primary .jr-hero-role-line, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual .jr-hero-fixed--primary .jr-hero-role-line {
  color: var(--jr-hero-h1) !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .jr-hero-fixed--primary .jr-hero-name-line, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual .jr-hero-fixed--primary .jr-hero-name-line {
  color: var(--jr-hero-h2) !important;
  font-weight: 800 !important;
  letter-spacing: -0.03em;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.72),
    0 0 1px rgba(0, 0, 0, 0.9),
    0 0 12px rgba(15, 23, 42, 0.55),
    0 0 20px rgba(191, 219, 254, 0.24) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .jr-hero-fixed--primary .jr-hero-career-block, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual .jr-hero-fixed--primary .jr-hero-career-block {
  color: var(--jr-hero-body) !important;
  line-height: 1.65 !important;
  font-size: clamp(1.02rem, 0.96rem + 0.2vw, 1.16rem) !important;
  font-weight: 500 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .jr-hero-fixed--primary .lawyer-info .jr-hero-profile-hint, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .jr-hero-fixed--primary .jr-hero-primary-photo-shell .jr-hero-profile-hint, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual .jr-hero-fixed--primary .lawyer-info .jr-hero-profile-hint, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual .jr-hero-fixed--primary .jr-hero-primary-photo-shell .jr-hero-profile-hint {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.55rem !important;
  padding: 0.42rem 0.95rem !important;
  border-radius: 999px !important;
  background: var(--jr-hero-cta-bg) !important;
  border: 1px solid var(--jr-hero-cta-border) !important;
  color: #f8fafc !important;
  font-size: clamp(1.02rem, 0.95rem + 0.2vw, 1.14rem) !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  box-shadow: 0 4px 14px rgba(15, 40, 71, 0.35) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .jr-hero-fixed--primary .lawyer-info .jr-hero-profile-hint:hover, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual .jr-hero-fixed--primary .jr-hero-primary-photo-shell .jr-hero-profile-hint:hover, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual .jr-hero-fixed--primary .lawyer-info .jr-hero-profile-hint:hover, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual .jr-hero-fixed--primary .jr-hero-primary-photo-shell .jr-hero-profile-hint:hover {
  border-color: #7dd3fc !important;
  color: #fff !important;
  box-shadow: 0 6px 18px rgba(30, 64, 175, 0.4) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .lawyer-slider-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-btn {
  background: linear-gradient(180deg, rgba(30, 64, 175, 0.95) 0%, rgba(15, 40, 71, 0.98) 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.35) !important;
  color: #e0f2fe !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .lawyer-slider-btn:hover:not(.swiper-button-disabled), #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-btn:hover:not(.swiper-button-disabled) {
  border-color: #7dd3fc !important;
  color: #fff !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .lawyer-slider-btn.swiper-button-disabled, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-btn.swiper-button-disabled {
  opacity: 0.35 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper {
  gap: 1px !important;
  column-gap: 1px !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide {
  border: 1px solid rgba(125, 211, 252, 0.26) !important;
  border-radius: 14px !important;
  background: linear-gradient(
    180deg,
    rgba(15, 40, 71, 0.42) 0%,
    rgba(12, 33, 56, 0.32) 100%
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 6px 18px rgba(2, 6, 23, 0.22) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide:hover, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide:focus-within, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide:focus-within, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide:hover, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide:focus-within, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide:focus-within {
  border-color: rgba(125, 211, 252, 0.52) !important;
  background: linear-gradient(
    180deg,
    rgba(30, 64, 175, 0.34) 0%,
    rgba(15, 40, 71, 0.4) 100%
  ) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide.swiper-slide-active, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide.swiper-slide-active {
  border-color: rgba(125, 211, 252, 0.68) !important;
  background: linear-gradient(
    180deg,
    rgba(37, 99, 235, 0.26) 0%,
    rgba(15, 40, 71, 0.46) 100%
  ) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 26px rgba(15, 23, 42, 0.34) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .lawyer-info p, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .lawyer-info h3, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .lawyer-info h3, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .lawyer-info p, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .lawyer-info h3, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .lawyer-info h3 {
  text-align: center !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide:not(.swiper-slide-active) .lawyer-info h3.jr-lawyer-rolling-name, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide:not(.swiper-slide-active) .lawyer-info h3.jr-lawyer-rolling-name {
  visibility: visible !important;
  height: auto !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: clamp(1.12rem, 1.02rem + 0.36vw, 1.36rem) !important;
  line-height: 1.35 !important;
  opacity: 0 !important;
  overflow: hidden !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide-active .lawyer-info p, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide-active .lawyer-info h3, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide-active .lawyer-info h3, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide-active .lawyer-info p, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide-active .lawyer-info h3, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide-active .lawyer-info h3 {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide-active .lawyer-info p:first-child, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide-active .lawyer-info p:first-child {
  color: var(--jr-hero-h1) !important;
  margin-top: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrMember.visual #jr-hero-design-1 .jr-baseline-static-wrapper .swiper-slide:not(.swiper-slide-active) .lawyer-info p:first-child, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide:not(.swiper-slide-active) .lawyer-info p:first-child {
  margin-top: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .csModal, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskContactGateModal .csModal {
  max-width: 62rem !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .csModal-header h2, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskContactGateModal .csModal-header h2 {
  font-size: clamp(2.2rem, 1.9rem + 0.55vw, 2.8rem) !important;
  font-weight: 800 !important;
  letter-spacing: -0.02em;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .csModal-header, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskContactGateModal .csModal-header {
  text-align: center !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .csModal-header .subinfo, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskContactGateModal .csModal-header .subinfo {
  font-size: clamp(1.5rem, 3.825vw + 0.48rem, 2.07rem) !important;
  font-weight: 700 !important;
  color: #dc2626 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.04em !important;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}@media (max-width: 899px) {
  #jrRiskSelfCheckModal .csModal-header .subinfo,
  #jrRiskContactGateModal .csModal-header .subinfo {
    font-size: clamp(1.32rem, 3.525vw + 0.42rem, 1.725rem) !important;
    letter-spacing: -0.05em !important;
  }
}@media (max-width: 360px) {
  #jrRiskSelfCheckModal .csModal-header .subinfo,
  #jrRiskContactGateModal .csModal-header .subinfo {
    font-size: clamp(1.23rem, 3.15vw + 0.33rem, 1.575rem) !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .csForm, #jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskContactGateModal .csForm {
  margin-top: 0.8rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskContactGateModal .jr-risk-gate-next {
  border-radius: 12px;
  background: var(--brown800, #714923);
  font-size: 1.15rem;
  padding: 1rem 3rem;
  font-weight: 600;
  color: #fff;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  box-shadow: 0 4px 14px rgba(113, 73, 35, 0.3);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskContactGateModal .jr-risk-gate-next:hover {
  background: var(--brown900, #4a3520);
  transform: translateY(-1px);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskContactGateModal .jr-risk-gate-next:active {
  transform: translateY(0);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskContactGateModal .jr-risk-gate-next:disabled {
  opacity: 0.75;
  cursor: not-allowed;
  transform: none;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-role {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 0.8rem;
  margin-bottom: 0.95rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-role[hidden] {
  display: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-role-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 4.6rem;
  padding: 0.6rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(29, 78, 216, 0.24);
  background: linear-gradient(180deg, #f8fbff 0%, #edf4ff 100%);
  color: #1e3a8a;
  font-size: 1.52rem;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.16s ease, border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-role-btn:hover {
  transform: translateY(-1px);
  border-color: rgba(37, 99, 235, 0.45);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-role-btn.is-active {
  border-color: rgba(37, 99, 235, 0.62);
  background: linear-gradient(180deg, #2563eb 0%, #1e40af 100%);
  color: #f8fafc;
  box-shadow: 0 8px 18px rgba(30, 64, 175, 0.22);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-list {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 0.2rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-list[hidden] {
  display: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrWhyCredibility .jr-why-credibility-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrCasesPreview .jr-why-credibility-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-why-credibility-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews > .innerWrap > h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview > .innerWrap > h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBroadcast .jr-broadcast-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBlog .jr-blog-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrInstagram .jr-instagram-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #faq .jr-faq-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap > h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head h2 {
  font-size: var(--jr-type-title, clamp(2.42rem, 1.87rem + 1.45vw, 3.32rem)) !important;
  line-height: 1.32 !important;
  letter-spacing: -0.02em !important;
  color: #172554 !important;
  font-weight: 700 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head p, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrWhyCredibility .jr-why-credibility-head p, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrCasesPreview .jr-why-credibility-head p, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-why-credibility-head p, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews .jr-naver-reviews-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview .jr-naver-reviews-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBroadcast .jr-broadcast-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBlog .jr-blog-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrInstagram .jr-instagram-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #faq .jr-faq-lead, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap > .jr-naver-reviews-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head .lawyer-search-desc {
  font-size: var(--jr-type-subtitle, clamp(1.62rem, 1.45rem + 0.34vw, 1.82rem)) !important;
  line-height: 1.68 !important;
  letter-spacing: -0.006em !important;
  color: #4f6482 !important;
  font-weight: 500 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBroadcast .jr-broadcast-header, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-header {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  box-sizing: border-box !important;
  text-align: center !important;
  align-items: center !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrWhyCredibility .jr-why-credibility-head, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrCasesPreview .jr-why-credibility-head, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-why-credibility-head, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBlog .jr-blog-header, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrInstagram .jr-instagram-header, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #faq .jr-faq-head {
  text-align: center !important;
  align-items: center !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrWhyCredibility .jr-why-credibility-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrCasesPreview .jr-why-credibility-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-why-credibility-head h2, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews > .innerWrap > h2:first-of-type, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview > .innerWrap > h2:first-of-type, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBroadcast .jr-broadcast-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBlog .jr-blog-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrInstagram .jr-instagram-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #faq .jr-faq-title, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap > h2 {
  text-align: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head p, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrWhyCredibility .jr-why-credibility-head p, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrCasesPreview .jr-why-credibility-head p, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-why-credibility-head p, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews > .innerWrap > .jr-naver-reviews-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview > .innerWrap > .jr-naver-reviews-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBroadcast .jr-broadcast-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress .jr-press-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrBlog .jr-blog-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrInstagram .jr-instagram-desc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #faq .jr-faq-lead, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap > .jr-naver-reviews-desc {
  text-align: center !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews > .innerWrap > .jr-naver-reviews-desc {
  max-width: 38rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview > .innerWrap > .jr-naver-reviews-desc {
  white-space: nowrap !important;
  width: max-content !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap > .jr-naver-reviews-desc {
  white-space: normal !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  word-break: keep-all !important;
  overflow-wrap: break-word !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrNaverReviews > .innerWrap > .jr-naver-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrPress > .ll-inner.innerWrap > .jr-press-header .jr-press-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrReview > .innerWrap > .jr-naver-badge, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap > .jr-naver-badge {
  text-align: center !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head h2 .jr-risk-head-title-pc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head h2 .jr-risk-head-title-mo {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head p .jr-risk-head-lead-pc, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrRiskUrgency .jr-risk-head p .jr-risk-head-lead-mo {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  letter-spacing: inherit !important;
  color: inherit !important;
}@media (max-width: 899px) {
  main#target #jrRiskUrgency .jr-risk-head-title-pc,
  main#target #jrRiskUrgency .jr-risk-head-lead-pc {
    display: none !important;
  }

  main#target #jrRiskUrgency .jr-risk-head-title-mo,
  main#target #jrRiskUrgency .jr-risk-head-lead-mo {
    display: block !important;
  }
}@media (min-width: 900px) {
  main#target #jrRiskUrgency .jr-risk-head-title-mo,
  main#target #jrRiskUrgency .jr-risk-head-lead-mo {
    display: none !important;
  }

  main#target .lawyer-search-desc-mo {
    display: none !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-list label {
  display: grid;
  grid-template-columns: 1.6rem 1fr;
  align-items: flex-start;
  gap: 0.65rem;
  font-size: 1.42rem;
  line-height: 1.5;
  color: #1f2937;
  text-align: left;
  cursor: pointer;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-list input[type="checkbox"] {
  width: 1.35rem !important;
  height: 1.35rem !important;
  margin-top: 0.1rem;
  accent-color: #1d4ed8;
}@keyframes jr-risk-submit-pulse-1 {
  0%,
  100% {
    box-shadow: 0 5px 18px rgba(244, 63, 94, 0.42), 0 0 0 0 rgba(251, 113, 133, 0.35);
  }
  50% {
    box-shadow: 0 7px 24px rgba(244, 63, 94, 0.52), 0 0 0 9px rgba(251, 113, 133, 0);
  }
}@keyframes jr-risk-submit-pulse-2 {
  0%,
  100% {
    box-shadow: 0 6px 22px rgba(220, 38, 38, 0.52), 0 0 0 0 rgba(239, 68, 68, 0.4);
  }
  50% {
    box-shadow: 0 8px 28px rgba(220, 38, 38, 0.62), 0 0 0 10px rgba(239, 68, 68, 0);
  }
}@keyframes jr-risk-submit-pulse-3 {
  0%,
  100% {
    box-shadow: 0 6px 24px rgba(127, 29, 29, 0.55), 0 0 0 0 rgba(185, 28, 28, 0.48);
  }
  50% {
    box-shadow: 0 9px 30px rgba(127, 29, 29, 0.68), 0 0 0 11px rgba(185, 28, 28, 0);
  }
}@keyframes jr-risk-submit-pulse-4 {
  0%,
  100% {
    box-shadow: 0 8px 26px rgba(69, 10, 10, 0.62), 0 0 0 0 rgba(127, 29, 29, 0.52);
  }
  50% {
    box-shadow: 0 12px 36px rgba(69, 10, 10, 0.78), 0 0 0 14px rgba(127, 29, 29, 0);
  }
}@media (prefers-reduced-motion: reduce) {
  #jrRiskSelfCheckModal .jr-risk-selfcheck-submit.jr-risk-selfcheck-btn {
    animation: none !important;
    box-shadow: 0 6px 20px rgba(185, 28, 28, 0.45);
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal[data-risk-result-tier="1"] {
  --jr-risk-border-w: 2px;
  --jr-risk-result-border: #fb7185;
  --jr-risk-result-bg1: #fffbfb;
  --jr-risk-result-bg2: #fff1f3;
  --jr-risk-result-shadow: 0 4px 14px rgba(251, 113, 133, 0.22);
  --jr-risk-banner-side: #e11d48;
  --jr-risk-banner-mid: #f43f5e;
  --jr-risk-title: #9f1239;
  --jr-risk-stage: #be123c;
  --jr-risk-text: #500724;
  --jr-risk-guide-color: #9f1239;
  --jr-risk-guide-bg: rgba(255, 251, 251, 0.98);
  --jr-risk-guide-border: #fb7185;
  --jr-risk-submit-1: #fb7185;
  --jr-risk-submit-2: #e11d48;
  --jr-risk-submit-border: #fecdd3;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal[data-risk-result-tier="2"] {
  --jr-risk-border-w: 2px;
  --jr-risk-result-border: #ef4444;
  --jr-risk-result-bg1: #fff1f2;
  --jr-risk-result-bg2: #ffe4e6;
  --jr-risk-result-shadow: 0 5px 18px rgba(239, 68, 68, 0.26);
  --jr-risk-banner-side: #b91c1c;
  --jr-risk-banner-mid: #dc2626;
  --jr-risk-title: #991b1b;
  --jr-risk-stage: #dc2626;
  --jr-risk-text: #450a0a;
  --jr-risk-guide-color: #991b1b;
  --jr-risk-guide-bg: rgba(254, 242, 242, 0.96);
  --jr-risk-guide-border: #ef4444;
  --jr-risk-submit-1: #ef4444;
  --jr-risk-submit-2: #b91c1c;
  --jr-risk-submit-border: #fca5a5;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal[data-risk-result-tier="3"] {
  --jr-risk-border-w: 3px;
  --jr-risk-result-border: #991b1b;
  --jr-risk-result-bg1: #ffe4e6;
  --jr-risk-result-bg2: #fecdd3;
  --jr-risk-result-shadow: 0 6px 22px rgba(153, 27, 27, 0.32);
  --jr-risk-banner-side: #7f1d1d;
  --jr-risk-banner-mid: #991b1b;
  --jr-risk-title: #7f1d1d;
  --jr-risk-stage: #991b1b;
  --jr-risk-text: #450a0a;
  --jr-risk-guide-color: #7f1d1d;
  --jr-risk-guide-bg: rgba(254, 226, 226, 0.98);
  --jr-risk-guide-border: #991b1b;
  --jr-risk-submit-1: #dc2626;
  --jr-risk-submit-2: #7f1d1d;
  --jr-risk-submit-border: #f87171;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal[data-risk-result-tier="4"] {
  --jr-risk-border-w: 3px;
  --jr-risk-result-border: #450a0a;
  --jr-risk-result-bg1: #fecaca;
  --jr-risk-result-bg2: #f87171;
  --jr-risk-result-shadow:
    0 8px 28px rgba(69, 10, 10, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.35);
  --jr-risk-banner-side: #450a0a;
  --jr-risk-banner-mid: #7f1d1d;
  --jr-risk-title: #450a0a;
  --jr-risk-stage: #450a0a;
  --jr-risk-text: #2a0505;
  --jr-risk-guide-color: #450a0a;
  --jr-risk-guide-bg: rgba(254, 202, 202, 0.97);
  --jr-risk-guide-border: #7f1d1d;
  --jr-risk-submit-1: #991b1b;
  --jr-risk-submit-2: #450a0a;
  --jr-risk-submit-border: #991b1b;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-result {
  margin-top: 1rem;
  padding: 0;
  border-radius: 12px;
  border-style: solid;
  border-width: var(--jr-risk-border-w, 2px);
  border-color: var(--jr-risk-result-border, #dc2626);
  background: linear-gradient(
    180deg,
    var(--jr-risk-result-bg1, #fff1f2) 0%,
    var(--jr-risk-result-bg2, #ffe4e6) 100%
  );
  box-shadow: var(--jr-risk-result-shadow, 0 4px 18px rgba(185, 28, 28, 0.18));
  overflow: hidden;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-result-urgent-banner {
  margin: 0;
  padding: 0.55rem 1rem;
  font-size: 1.22rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: linear-gradient(
    90deg,
    var(--jr-risk-banner-side, #b91c1c) 0%,
    var(--jr-risk-banner-mid, #dc2626) 50%,
    var(--jr-risk-banner-side, #b91c1c) 100%
  );
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-result-body {
  padding: 0.85rem 1rem 1rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-result-title {
  margin: 0 0 0.4rem;
  font-size: 1.32rem;
  font-weight: 800;
  color: var(--jr-risk-title, #991b1b);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-result-text {
  margin: 0;
  font-size: 1.32rem;
  line-height: 1.58;
  font-weight: 600;
  color: var(--jr-risk-text, #450a0a);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-result-stage {
  margin: 0 0 0.45rem;
  font-size: 1.26rem;
  font-weight: 800;
  line-height: 1.45;
  color: var(--jr-risk-stage, #b91c1c);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-result-guide {
  margin: 0.75rem 0 0;
  padding: 0.65rem 0.75rem;
  font-size: 1.38rem;
  line-height: 1.52;
  font-weight: 800;
  color: var(--jr-risk-guide-color, #991b1b);
  background: var(--jr-risk-guide-bg, rgba(254, 242, 242, 0.95));
  border: 2px dashed var(--jr-risk-guide-border, #dc2626);
  border-radius: 10px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-result-btn {
  margin-top: 0.9rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-submit {
  margin-top: 1rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-btn {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.15rem;
  min-width: 14rem;
  min-height: 4.6rem;
  padding: 0.72rem 1.4rem;
  border: 2px solid #fecaca;
  border-radius: 14px;
  background: linear-gradient(180deg, #1e40af 0%, #172554 100%);
  color: #f8fafc;
  font-size: 1.58rem;
  font-weight: 800;
  box-shadow: 0 6px 16px rgba(15, 40, 71, 0.24);
  cursor: pointer;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-submit.jr-risk-selfcheck-btn {
  min-width: min(100%, 18rem);
  min-height: 5.1rem;
  padding: 0.85rem 1.35rem;
  border-color: var(--jr-risk-submit-border, #fca5a5);
  font-size: 1.72rem;
  letter-spacing: -0.02em;
  background: linear-gradient(
    180deg,
    var(--jr-risk-submit-1, #dc2626) 0%,
    var(--jr-risk-submit-2, #991b1b) 100%
  );
  animation: jr-risk-submit-pulse-2 2s ease-in-out infinite;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal[data-risk-result-tier="1"] .jr-risk-selfcheck-submit.jr-risk-selfcheck-btn {
  animation-name: jr-risk-submit-pulse-1;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal[data-risk-result-tier="3"] .jr-risk-selfcheck-submit.jr-risk-selfcheck-btn {
  animation-name: jr-risk-submit-pulse-3;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal[data-risk-result-tier="4"] .jr-risk-selfcheck-submit.jr-risk-selfcheck-btn {
  animation-name: jr-risk-submit-pulse-4;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-submit.jr-risk-selfcheck-btn:hover {
  filter: brightness(1.06);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-submit.jr-risk-selfcheck-btn:active {
  filter: brightness(0.95);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-submit.jr-risk-selfcheck-btn:disabled {
  animation: none;
  opacity: 0.72;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-submit-main {
  display: block;
  line-height: 1.2;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-submit-sub {
  display: block;
  font-size: 1.05rem;
  font-weight: 700;
  opacity: 0.95;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrRiskSelfCheckModal .jr-risk-selfcheck-btn[hidden] {
  display: none !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-grid.jr-instagram-grid--scroll {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 0 0.25rem;
  grid-template-columns: initial;
  gap: 0;
  overflow: visible;
  box-sizing: border-box;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-carousel-shell {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0.35rem;
  width: 100%;
  min-width: 0;
  margin-top: 0.15rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-carousel-track-wrap {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: clamp(0.35rem, 1.2vw, 0.65rem);
  width: 100%;
  min-width: 0;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-clip-wrap {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-scroll-clip {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: 0;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 2px 0 4px;
  box-sizing: border-box;
  container-type: inline-size;
  container-name: jrig;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-scroll-clip::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-nav {
  flex-shrink: 0;
  align-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(2.35rem, 5vw, 2.85rem);
  height: clamp(2.35rem, 5vw, 2.85rem);
  margin: 0;
  padding: 0;
  border: 1px solid rgba(45, 36, 24, 0.14);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.98);
  color: #1e3a5f;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.15s ease;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-nav:hover {
  background: #1e3a5f;
  color: #fff;
  border-color: #1e3a5f;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-nav:focus-visible {
  outline: 2px solid #2563eb;
  outline-offset: 2px;
}@media (max-width: 899px) {
  #jrInstagram .jr-instagram-nav {
    display: none !important;
  }

  main#target #jrInstagram .jr-instagram-carousel-track-wrap,
  #jrInstagram .jr-instagram-carousel-track-wrap {
    width: min(100%, calc(100vw - 2.4rem)) !important;
    max-width: min(100%, calc(100vw - 2.4rem)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0.75rem 0 1.1rem !important;
    box-sizing: border-box;
  }

  main#target #jrInstagram .jr-instagram-grid.jr-instagram-grid--scroll,
  #jrInstagram .jr-instagram-grid.jr-instagram-grid--scroll {
    padding: 0 !important;
  }

  main#target #jrInstagram .jr-instagram-scroll-clip,
  #jrInstagram .jr-instagram-scroll-clip {
    padding: 0 !important;
  }

  main#target #jrInstagram .jr-instagram-dots:not([hidden]),
  #jrInstagram .jr-instagram-dots:not([hidden]) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    gap: clamp(0.45rem, 1.85vw, 1.05rem);
    margin: clamp(0.28rem, 0.92vw, 0.58rem) 0 0;
    padding: 0.14rem clamp(0.5rem, 2.25vw, 2.75rem) 0.12rem;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scroll-padding-inline: 0.75rem;
    min-height: 0;
  }

  #jrInstagram .jr-instagram-dots::-webkit-scrollbar {
    height: 5px;
  }
  #jrInstagram .jr-instagram-dots::-webkit-scrollbar-thumb {
    background: rgba(15, 23, 42, 0.22);
    border-radius: 999px;
  }

  #jrInstagram .jr-instagram-dot {
    box-sizing: border-box;
    width: 1rem;
    height: 1rem;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 9999px;
    background: rgba(30, 64, 175, 0.32);
    cursor: pointer;
    flex-shrink: 0;
    transition:
      width 0.2s ease,
      background 0.2s ease,
      opacity 0.2s ease;
  }

  #jrInstagram .jr-instagram-dot:hover {
    background: rgba(30, 64, 175, 0.5);
  }

  #jrInstagram .jr-instagram-dot.is-active {
    width: 2.7rem;
    background: #1e40af;
    box-shadow: none;
    transform: none;
  }

  #jrInstagram .jr-instagram-dot:focus-visible {
    outline: 3px solid rgba(56, 189, 248, 0.85);
    outline-offset: 3px;
  }
}@media (min-width: 900px) {
  #jrInstagram .jr-instagram-dots {
    display: none !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-dots {
  display: none;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-height: 0;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-scroll-clip .jr-instagram-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: stretch;
  --jr-ig-gap: clamp(0.85rem, 2.2vw, 1.35rem);
  gap: var(--jr-ig-gap);
  width: max-content;
  box-sizing: border-box;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-scroll-clip .jr-instagram-card {
  flex: 0 0 100cqi;
  scroll-snap-align: start;
  max-width: 100cqi;
  box-sizing: border-box;
}@supports not (width: 100cqi) {@media (max-width: 899px) {
    #jrInstagram .jr-instagram-scroll-clip .jr-instagram-card {
      flex: 0 0 calc(100vw - 2.4rem);
      max-width: calc(100vw - 2.4rem);
    }
  }}@container jrig (min-width: 640px) {#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-scroll-clip .jr-instagram-card {
    flex: 0 0 calc((100cqi - 2 * var(--jr-ig-gap)) / 3);
    max-width: none;
  }}@container jrig (min-width: 900px) {#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-scroll-clip .jr-instagram-card {
    flex: 0 0 calc((100cqi - 3 * var(--jr-ig-gap)) / 4);
    max-width: none;
  }}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram a.jr-instagram-card {
  
  --jr-ig-caption-line-block: calc(1.55rem * 1.35 * 2);
  --jr-ig-caption-pad-y: 0.55rem;
  
  --jr-ig-caption-pad-top: calc(var(--jr-ig-caption-pad-y) + 0.15rem);
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  color: #262626;
  background: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.25s ease, border-color 0.25s ease, transform 0.2s ease;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram a.jr-instagram-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  border-color: rgba(30, 58, 95, 0.22);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  padding: 0.85rem 0.9rem;
  border-bottom: 1px solid #efefef;
  min-height: 0;
  box-sizing: border-box;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__avatar {
  width: calc(2.45rem * 1.5);
  height: calc(2.45rem * 1.5);
  border-radius: 50%;
  flex-shrink: 0;
  background: linear-gradient(145deg, #2563eb 0%, #1e40af 38%, #0f172a 100%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0 0 0 1.5px rgba(255, 255, 255, 0.28);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__avatar-initials {
  font-size: calc(0.74rem * 1.5);
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.02em;
  line-height: 1;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__user {
  flex: 1;
  min-width: 0;
  font-size: calc(0.98rem * 1.5);
  font-weight: 600;
  letter-spacing: -0.01em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__follow {
  font-size: calc(0.78rem * 1.5);
  font-weight: 600;
  color: #0095f6;
  border: 1px solid rgba(0, 149, 246, 0.45);
  border-radius: 5px;
  padding: 0.36rem 0.68rem;
  line-height: 1.2;
  flex-shrink: 0;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__more {
  font-size: calc(1.1rem * 1.5);
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #262626;
  line-height: 1;
  padding: 0 0.1rem;
  flex-shrink: 0;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__media {
  position: relative;
  width: 100%;
  
  aspect-ratio: 45 / 64;
  background: #0f0f0f;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}@media (max-width: 767px) {
  #jrInstagram .jr-instagram-card__media {
    aspect-ratio: 1 / 1;
    align-items: center;
    justify-content: center;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__media img {
  display: block;
  width: 80% !important;
  max-width: 80%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  
  object-fit: fill !important;
  object-position: center !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-next-hint {
  display: none;
  position: absolute;
  z-index: 3;
  top: 41%;
  right: max(0.25rem, env(safe-area-inset-right));
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  align-items: center;
  justify-content: center;
  line-height: 0;
  pointer-events: none;
  color: #e0f2fe;
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.28s ease;
}@media (max-width: 899px) {
  #jrInstagram .jr-instagram-next-hint:not([hidden]) {
    display: inline-flex;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-carousel-shell.jr-instagram--hint-dismissed .jr-instagram-next-hint {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-50%) scale(0.96);
}@keyframes jr-ig-next-hint-chev {
  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  50% {
    transform: translateX(0.55rem);
    opacity: 0.88;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-next-hint__chev {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  line-height: 0;
  animation: jr-ig-next-hint-chev 1.15s ease-in-out infinite;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-next-hint__chev .jr-ig-hint-chevron-svg {
  display: block;
  width: clamp(3.1rem, 11.5cqi, 3.85rem);
  height: auto;
  filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.55)) drop-shadow(0 0 14px rgba(56, 189, 248, 0.55));
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__toolbar {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.65rem;
  padding: 0.35rem 0.75rem 0.12rem;
  color: #262626;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__toolbar .jr-ig-ico {
  display: block;
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__toolbar-spacer {
  flex: 1;
  min-width: 0;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__body {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  
  padding-top: var(--jr-ig-caption-pad-top);
  padding-left: var(--jr-risk-card-pad-x);
  padding-right: var(--jr-risk-card-pad-x);
  padding-bottom: 0;
  
  font-size: 1.55rem;
  line-height: 1.35;
  text-align: left;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__caption {
  margin: 0;
  box-sizing: border-box;
  
  flex: 0 0 auto;
  min-height: calc(var(--jr-ig-caption-line-block) + var(--jr-ig-caption-pad-y));
  max-height: calc(var(--jr-ig-caption-line-block) + var(--jr-ig-caption-pad-y));
  word-break: break-word;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram a.jr-instagram-card .jr-instagram-card__caption {
  box-sizing: border-box !important;
  min-height: calc(var(--jr-ig-caption-line-block) + var(--jr-ig-caption-pad-y)) !important;
  max-height: calc(var(--jr-ig-caption-line-block) + var(--jr-ig-caption-pad-y)) !important;
  padding: 0 !important;
  padding-bottom: var(--jr-ig-caption-pad-y) !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram a.jr-instagram-card .jr-instagram-card__reaction-hint {
  min-height: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: inherit !important;
  line-height: inherit !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__caption-txt {
  font-family: "Pretendard", "Pretendard Variable", ui-sans-serif, system-ui, -apple-system, "Apple SD Gothic Neo", "Malgun Gothic", sans-serif;
  margin: 0;
  font-size: 1.55rem;
  font-weight: 700;
  color: var(--temple-text, #1f1711) !important;
  line-height: 1.35;
  letter-spacing: normal;
  font-feature-settings: "kern" 1;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-word;
  overflow-wrap: anywhere;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__reaction-hint {
  flex-shrink: 0;
  --jr-ig-reaction-inner-gap: 0.42rem;
  
  margin: 0;
  padding: var(--jr-ig-reaction-inner-gap) 0 var(--jr-ig-reaction-inner-gap);
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  font-family: "Pretendard", "Pretendard Variable", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.184rem, 3.84cqi, 1.408rem);
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: -0.02em;
  color: #4b5563;
  text-align: left;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-card__reaction-hint-ico {
  margin-right: 0.28rem;
  color: #e11d48;
  font-size: 0.92em;
  vertical-align: 0.05em;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-tag {
  color: #0c4a6e;
  font-weight: 400;
  letter-spacing: -0.03em;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-section-more-wrap a.jr-section-more-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-instagram-section .jr-section-more-wrap a.jr-section-more-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing #jr-hero-d2-ll-main #jrInstagram .jr-section-more-wrap a.jr-section-more-btn {
  background: linear-gradient(180deg, #1d4ed8 0%, #0f2847 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.42) !important;
  color: #f8fafc !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-section-more-wrap a.jr-section-more-btn:hover, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-instagram-section .jr-section-more-wrap a.jr-section-more-btn:hover, #jr-hero-design-2 .jr-hero-dae-v2-landing #jr-hero-d2-ll-main #jrInstagram .jr-section-more-wrap a.jr-section-more-btn:hover {
  background: linear-gradient(180deg, #2563eb 0%, #172554 100%) !important;
  border-color: #7dd3fc !important;
  color: #fff !important;
}@supports not (container-type: inline-size) {@media (min-width: 1024px) {
    #jrInstagram .jr-instagram-scroll-clip .jr-instagram-card {
      flex: 0 0 calc(23.5% - 0.5rem);
      max-width: none;
    }
  }}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases.jr-cases-preview-section > .innerWrap {
  gap: var(--jr-section-head-to-cards-gap) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrConsultCases .jr-cases-preview-track-wrap {
  margin-top: 0 !important;
}@media (min-width: 900px) {
  main#target #jrWhyCredibility.jr-why-credibility-section > .innerWrap,
  main#target #jrCasesPreview.jr-cases-preview-section > .innerWrap,
  main#target #jrConsultCases.jr-cases-preview-section > .innerWrap {
    gap: var(--jr-section-head-to-cards-gap) !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap.jr-location-inner {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0 !important;
  padding-left: max(1.25rem, env(safe-area-inset-left));
  padding-right: max(1.25rem, env(safe-area-inset-right));
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap > .jr-naver-reviews-desc {
  margin-top: 0.12rem !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation > .innerWrap > .cont.jr-location-cont {
  margin-top: calc(var(--jr-section-head-to-cards-gap) - clamp(1.35rem, 1.1rem + 0.65vw, 1.7rem)) !important;
}@media (min-width: 900px) {
  main#target #jrLocation > .innerWrap.jr-location-inner {
    max-width: min(1120px, calc(100% - 3rem));
    padding-left: max(1.5rem, env(safe-area-inset-left));
    padding-right: max(1.5rem, env(safe-area-inset-right));
  }
}@media (min-width: 1200px) {
  main#target #jrLocation > .innerWrap.jr-location-inner {
    max-width: min(1180px, calc(100% - 4rem));
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jrinfo .jr-location-address-row {
  display: block !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jrinfo .jr-location-address-text {
  display: inline-block !important;
  width: 100% !important;
  max-width: 100% !important;
  vertical-align: top !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jrinfo .jr-location-copy-btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  vertical-align: middle !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  cursor: pointer !important;
  line-height: 1 !important;
  -webkit-tap-highlight-color: transparent;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jrinfo .jr-location-copy-btn img {
  display: block !important;
  width: clamp(1.6rem, 1.4rem + 0.5vw, 2rem) !important;
  height: auto !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-map-figure {
  overflow: hidden !important;
  position: relative !important;
  min-height: clamp(20.8rem, 52vw, 36rem) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-map-figure img {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  height: auto !important;
  transform: scale(1.5) !important;
  transform-origin: center center !important;
  flex-shrink: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation.jr-location-section {
  
  padding-bottom: clamp(3rem, 2rem + 2.5vw, 5rem);
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-more-wrap {
  margin-top: clamp(1.25rem, 0.75rem + 1.5vw, 2rem);
  display: flex;
  justify-content: center;
  width: 100%;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-add-info {
  gap: 1.75rem !important;
  
  padding-top: clamp(1.85rem, 1.35rem + 1.15vw, 2.45rem) !important;
  
  padding-left: calc(clamp(1.5rem, 0.981rem + 2.31vw, 3rem) + 10px) !important;
  padding-right: clamp(1.5rem, 0.981rem + 2.31vw, 3rem) !important;
  
  padding-bottom: clamp(2.25rem, 1.75rem + 1.25vw, 3rem) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-add-info > .jrinfo {
  padding-top: 0;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-hr {
  
  width: 100% !important;
  max-width: 100%;
  margin: 0.45rem 0 !important;
  opacity: 0.88;
  box-sizing: border-box;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-transport {
  gap: 1.5rem !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-transport li {
  gap: 0.65rem !important;
  align-items: flex-start;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-transport li > p {
  margin: 0;
  padding-left: 0.15rem;
  line-height: 1.62;
  max-width: 40rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-map-apps {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center !important;
  align-items: flex-start;
  gap: 1.25rem 1.75rem;
  width: 100%;
  padding: 0.35rem 0 0.35rem;
  margin: 0 auto;
  list-style: none;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-map-apps li {
  margin-right: 0 !important;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-map-apps li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  gap: 0.45rem;
  width: 100%;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
  
  font-size: calc(1.4rem * 0.8 * 0.7) !important;
  line-height: 1.45 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-add-info .jrinfo, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-add-info .jrinfo .add, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-add-info .jrinfo .jr-location-address-text, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-add-info .jrinfo .tel, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-transport li, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-transport li > span, #jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-transport li > p {
  font-size: calc(1.76rem * 1.2 * 0.7) !important;
  line-height: 1.75 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-add-info .jrinfo .name {
  font-weight: 700 !important;
  font-size: calc(1.76rem * 1.2 * 1.2 * 0.7) !important;
  line-height: 1.75 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-map-apps li a {
  font-size: calc(1.76rem * 1.2 * 0.8 * 0.7) !important;
  line-height: 1.45 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  gap: 0.45rem !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-map-apps li a img {
  display: block !important;
  margin: 0 auto !important;
  flex-shrink: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing #jrLocation .jr-location-map-apps li a img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  flex-shrink: 0;
}@media (min-width: 900px) {
  #jrLocation .jr-location-map-apps {
    gap: 1.75rem 2.5rem;
  }
}@media (max-width: 599px) {
  #jrLocation .jr-location-map-apps {
    justify-content: center !important;
    gap: 1rem 1.5rem;
  }

  #jrLocation .jr-location-map-apps li {
    flex: 0 0 auto;
    max-width: none;
  }

  #jrLocation .jr-location-map-apps li a {
    width: auto;
  }
}@media (max-width: 899px) {
  
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-stepper,
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-panel--cats {
    display: none !important;
  }
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell-inner {
    padding: 1.6rem 1.6rem 1.2rem !important;
  }
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-body {
    display: block !important;
  }
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-panel--refine {
    border: 0 !important;
    padding: 0 !important;
  }
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-refine-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.2rem !important;
    align-items: end !important;
  }
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-label {
    font-size: 1.7rem !important;
    margin-bottom: 0.35rem !important;
  }
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell select,
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell input[type="search"],
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell input[type="text"] {
    font-size: 1.7rem !important;
    height: 5.2rem !important;
  }
  #target.pclayout section.sect.lawyer-search-wrap.lawyer-match .lawyer-match-shell input::placeholder {
    font-size: 1.6rem !important;
  }

  
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-stepper,
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-panel--cats,
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-panel-kicker,
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-optional {
    display: none !important;
  }
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-shell.lawyer-search-sect {
    padding: 1.8rem !important;
  }
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-shell-inner {
    padding: 0 !important;
  }
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-body {
    display: block !important;
  }
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-panel--refine {
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
  }
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-refine-row {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.2rem !important;
    align-items: end !important;
  }
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-field {
    min-width: 0 !important;
  }
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-label {
    display: block !important;
    font-size: 1.6rem !important;
    font-weight: 700 !important;
    margin-bottom: 0.4rem !important;
    text-align: center !important;
  }
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-shell select,
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-shell input[type="search"],
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-shell input[type="text"] {
    height: 5.2rem !important;
    min-height: 5.2rem !important;
    font-size: 1.7rem !important;
  }
  main#target.pclayout section.sect.lawyer-search-wrap.lawyer-match #lawyerSearchSect .lawyer-match-keyword-icon {
    width: 2rem !important;
    height: 2rem !important;
  }

  
  #target .lawyer-match-stepper,
  #target .lawyer-match-panel--cats,
  #target .lawyer-match-panel-kicker,
  #target .lawyer-match-optional {
    display: none !important;
  }
  #target #lawyerSearchSect .lawyer-match-refine-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    gap: 1rem !important;
    align-items: end !important;
  }
  #target #lawyerSearchSect .lawyer-match-field,
  #target #lawyerSearchSect .lawyer-match-field--keyword {
    min-width: 0 !important;
    width: 100% !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell select,
  #target #lawyerSearchSect .lawyer-match-shell input[type="search"],
  #target #lawyerSearchSect .lawyer-match-shell input[type="text"] {
    width: 100% !important;
    height: 4.8rem !important;
    min-height: 4.8rem !important;
    font-size: 1.45rem !important;
    line-height: 1.25 !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell input::placeholder {
    font-size: 1.35rem !important;
  }
}@media (max-width: 899px) {
  
  main#target {
    --jr-head-to-body-gap: clamp(2.65rem, 2rem + 1.9vw, 3.55rem);
    
    --jr-card-title-body-gap: 1.05rem;
    
    --jr-section-head-to-cards-gap: var(--jr-head-to-body-gap);
    --jr-section-head-content-gap: var(--jr-section-head-to-cards-gap);
  }
  main#target .contents > section.sect > .innerWrap {
    gap: var(--jr-head-to-body-gap) !important;
  }

  
  main#target #jrNaverReviews > .innerWrap,
  main#target #jrReview > .innerWrap,
  main#target #jrPress > .ll-inner.innerWrap,
  main#target #jrLocation > .innerWrap.jr-location-inner {
    gap: 0 !important;
  }
  main#target #jrNaverReviews > .innerWrap > .jr-naver-reviews-desc,
  main#target #jrReview > .innerWrap > .jr-naver-reviews-desc {
    margin-top: 0.35rem !important;
  }
  main#target #jrLocation > .innerWrap > .jr-naver-reviews-desc {
    margin-top: 0.12rem !important;
  }
  main#target #jrNaverReviews > .innerWrap > .cont,
  main#target #jrReview > .innerWrap > .cont {
    margin-top: var(--jr-head-to-body-gap) !important;
  }
  main#target #jrLocation > .innerWrap > .cont.jr-location-cont {
    margin-top: calc(var(--jr-head-to-body-gap) - clamp(1.35rem, 1.1rem + 0.65vw, 1.7rem)) !important;
  }
  main#target #jrNaverReviews > .innerWrap > .jr-section-more-wrap,
  main#target #jrReview > .innerWrap > .jr-section-more-wrap {
    margin-top: var(--jr-head-to-body-gap) !important;
  }
  
  main#target #jrConsultCases.jr-cases-preview-section > .innerWrap {
    gap: 0 !important;
  }
  main#target #jrConsultCases > .innerWrap > .jr-cases-preview-track-wrap {
    margin-top: var(--jr-head-to-body-gap) !important;
  }
  main#target #jrConsultCases > .innerWrap > .jr-section-more-wrap {
    margin-top: var(--jr-head-to-body-gap) !important;
  }

  
  main#target #jrInstagram.jr-instagram-section > .innerWrap {
    gap: 0 !important;
  }
  main#target #jrInstagram > .innerWrap > .jr-media-width {
    margin-top: var(--jr-head-to-body-gap) !important;
  }
  main#target #jrInstagram > .innerWrap > .jr-section-more-wrap {
    margin-top: var(--jr-head-to-body-gap) !important;
  }

  
  main#target #jrRiskUrgency .jr-risk-head {
    margin-bottom: 0 !important;
  }
  main#target #jrWhyCredibility .jr-why-core-cards {
    margin-top: 0 !important;
  }
  main#target .jr-blog-section .jr-media-width {
    margin-top: 0 !important;
  }

  
  main#target .jr-risk-card h3 {
    margin-bottom: var(--jr-card-title-body-gap) !important;
  }
  
  main#target #jrWhyCredibility .jr-why-core-cards article > p:first-of-type {
    margin-top: var(--jr-card-title-body-gap) !important;
  }
  main#target #jrCasesPreview .jr-cases-preview-card-summary,
  main#target #jrConsultCases .jr-cases-preview-card-summary {
    margin-top: var(--jr-card-title-body-gap) !important;
  }
  
  main#target #jrCasesPreview .jr-cases-preview-track-wrap {
    margin-top: 0 !important;
  }
  main#target .jr-broadcast-card-body,
  main#target section.jr-broadcast-section .jr-broadcast-card .jr-broadcast-card-body {
    gap: var(--jr-card-title-body-gap) !important;
  }
  main#target #jrBlog .jr-blog-grid--static .jr-blog-card__body {
    gap: var(--jr-card-title-body-gap) !important;
  }
  
  #target #lawyerSearchSect .lawyer-match-stepper,
  #target #lawyerSearchSect .lawyer-match-panel--cats,
  #target #lawyerSearchSect .lawyer-match-panel-kicker,
  #target #lawyerSearchSect .lawyer-match-optional {
    display: none !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell.lawyer-search-sect {
    padding: 1.6rem !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell-inner {
    padding: 0 !important;
  }
  #target #lawyerSearchSect .lawyer-match-panel--refine {
    border: 0 !important;
    padding: 0 !important;
    background: transparent !important;
  }
  #target #lawyerSearchSect .lawyer-match-refine-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.9rem !important;
    align-items: end !important;
  }
  #target #lawyerSearchSect .lawyer-match-field,
  #target #lawyerSearchSect .lawyer-match-field--keyword {
    min-width: 0 !important;
    width: 100% !important;
  }
  #target #lawyerSearchSect .lawyer-match-label {
    display: block !important;
    text-align: center !important;
    font-size: 1.95rem !important;
    font-weight: 700 !important;
    margin-bottom: var(--jr-card-title-body-gap) !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell select,
  #target #lawyerSearchSect .lawyer-match-shell input[type="search"],
  #target #lawyerSearchSect .lawyer-match-shell input[type="text"] {
    width: 100% !important;
    height: 5rem !important;
    min-height: 5rem !important;
    font-size: 1.65rem !important;
    line-height: 1.25 !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell select {
    font-size: 1.45rem !important;
    line-height: 1.2 !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell select option {
    font-size: 1.35rem !important;
    line-height: 1.25 !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell select {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }
  #target #lawyerSearchSect .lawyer-match-keyword {
    display: block !important;
    position: relative !important;
    height: 5rem !important;
    min-height: 5rem !important;
    padding: 0 !important;
    overflow: hidden !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell input[type="search"],
  #target #lawyerSearchSect .lawyer-match-shell input[type="text"] {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 0.95rem 0 3.2rem !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 1.5rem !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }
  #target #lawyerSearchSect .lawyer-match-shell input::placeholder {
    font-size: 1.45rem !important;
    letter-spacing: -0.01em !important;
    text-align: left !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
  #target #lawyerSearchSect .lawyer-match-keyword-icon {
    position: absolute !important;
    left: 1rem !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
    width: 2.2rem !important;
    height: 2.2rem !important;
    pointer-events: none !important;
  }
  #target #lawyerSearchSect .lawyer-match-results.lawyer-search-results {
    display: block !important;
    min-height: 0 !important;
    padding: 1.1rem 1rem !important;
  }
  #target #lawyerSearchSect .lawyer-match-results-list,
  #target #lawyerSearchSect #lawyerSearchResultsList {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0.8rem !important;
    margin: 0 !important;
  }
  #target #lawyerSearchSect .lawyer-match-results-list li,
  #target #lawyerSearchSect #lawyerSearchResultsList li {
    margin: 0 !important;
  }
  #target #lawyerSearchSect a.jr-lawyer-search-result--card.jr-lawyer-search-result {
    display: flex !important;
    align-items: center !important;
    gap: 1rem !important;
    min-height: 10.5rem !important;
    padding: 0.85rem 1rem !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    background: #fff !important;
    border: 1px solid var(--temple-border, #e2e8f0) !important;
    box-shadow: 0 4px 14px rgba(15, 40, 71, 0.08) !important;
  }
  #target #lawyerSearchSect .jr-lawyer-search-result-media {
    flex: 0 0 9.25rem !important;
    width: 9.25rem !important;
    height: 9.25rem !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    isolation: isolate !important;
    border: 1px solid rgba(148, 163, 184, 0.45) !important;
    background: linear-gradient(165deg, #e8f1fb 0%, #dbeafe 55%, #eff6ff 100%) !important;
    box-shadow:
      inset 0 0 0 1px rgba(255, 255, 255, 0.65),
      0 1px 2px rgba(15, 23, 42, 0.06) !important;
  }
  #target #lawyerSearchSect .jr-lawyer-search-result-photo {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    overflow: hidden !important;
  }
  #target #lawyerSearchSect .jr-lawyer-search-result-photo img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    object-position: center 18% !important;
    transform: none !important;
    transform-origin: center center !important;
  }
  #target #lawyerSearchSect .jr-lawyer-search-result-body {
    min-width: 0 !important;
    flex: 1 1 auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.25rem !important;
    align-items: flex-start !important;
    justify-content: center !important;
  }
  #target #lawyerSearchSect .jr-lawyer-search-result-tag,
  #target #lawyerSearchSect .jr-lawyer-search-result-blurb,
  #target #lawyerSearchSect .jr-lawyer-search-result-cta {
    display: none !important;
  }
  #target #lawyerSearchSect .jr-lawyer-search-result-name {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 1.65rem !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: var(--temple-text, #0f172a) !important;
  }
  #target #lawyerSearchSect .jr-lawyer-search-result-role {
    display: block !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-size: 1.28rem !important;
    font-weight: 600 !important;
    line-height: 1.35 !important;
    color: var(--temple-text-muted, #64748b) !important;
  }

  
  #target #jrRiskUrgency .jr-risk-head,
  #target #jrWhyCredibility .jr-why-credibility-head,
  #target #jrCasesPreview .jr-why-credibility-head,
  #target #jrConsultCases .jr-why-credibility-head,
  #target #jrBroadcast .jr-broadcast-header,
  #target #jrPress .jr-press-header,
  #target #jrBlog .jr-blog-header,
  #target #jrInstagram .jr-instagram-header,
  #target #faq .jr-faq-head {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
    box-sizing: border-box !important;
  }

  #target #jrRiskUrgency .jr-risk-badge,
  #target #jrWhyCredibility .jr-why-credibility-head > .jr-why-credibility-badge,
  #target #jrCasesPreview .jr-why-credibility-head > .jr-why-credibility-badge,
  #target #jrConsultCases .jr-why-credibility-head > .jr-why-credibility-badge,
  #target #jrNaverReviews > .innerWrap > .jr-naver-badge,
  #target #jrReview > .innerWrap > .jr-naver-badge,
  #target #jrBroadcast .jr-broadcast-header > .jr-broadcast-badge,
  #target #jrPress .jr-press-header > .jr-press-badge,
  #target #jrBlog .jr-blog-header > .jr-blog-badge,
  #target #jrInstagram .jr-instagram-header > .jr-instagram-badge,
  #target #faq .jr-faq-head > .jr-faq-badge,
  #target #jrLocation > .innerWrap > .jr-naver-badge,
  #target section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head > .jr-lawyer-search-kicker-badge {
    align-self: center !important;
    display: flex !important;
    width: fit-content !important;
    max-width: calc(100% - 0.1px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  #target #jrRiskUrgency .jr-risk-head h2,
  #target #jrWhyCredibility .jr-why-credibility-head h2,
  #target #jrCasesPreview .jr-why-credibility-head h2,
  #target #jrConsultCases .jr-why-credibility-head h2,
  #target #jrNaverReviews > .innerWrap > h2,
  #target #jrReview > .innerWrap > h2,
  #target #jrBroadcast .jr-broadcast-title,
  #target #jrPress .jr-press-title,
  #target #jrBlog .jr-blog-title,
  #target #jrInstagram .jr-instagram-title,
  #target #faq .jr-faq-title,
  #target #jrLocation > .innerWrap > h2 {
    font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", sans-serif !important;
    font-size: var(--jr-type-title, clamp(2.42rem, 1.87rem + 1.45vw, 3.32rem)) !important;
    line-height: 1.32 !important;
    letter-spacing: -0.02em !important;
    font-weight: 700 !important;
    color: #172554 !important;
    text-align: center !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #target #jrRiskUrgency .jr-risk-head p,
  #target #jrWhyCredibility .jr-why-credibility-head p,
  #target #jrCasesPreview .jr-why-credibility-head p,
  #target #jrConsultCases .jr-why-credibility-head p,
  
  #target #jrBroadcast .jr-broadcast-desc,
  #target #jrPress .jr-press-desc,
  #target #jrBlog .jr-blog-desc,
  #target #jrInstagram .jr-instagram-desc,
  #target #faq .jr-faq-lead {
    font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", sans-serif !important;
    font-size: var(--jr-type-subtitle, clamp(1.62rem, 1.45rem + 0.34vw, 1.82rem)) !important;
    line-height: 1.68 !important;
    letter-spacing: -0.006em !important;
    font-weight: 500 !important;
    color: #4f6482 !important;
    text-align: center !important;
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-top: 0.45rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    word-break: keep-all !important;
    overflow-wrap: break-word !important;
  }

  
  #target #jrLocation > .innerWrap > .jr-naver-reviews-desc {
    margin-top: 0.12rem !important;
  }

  
  main#target .lawyer-search-wrap .lawyer-search-head {
    align-items: center !important;
  }

  main#target section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head {
    text-align: center !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  main#target section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head h2 {
    font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", sans-serif !important;
    font-size: var(--jr-type-title, clamp(2.42rem, 1.87rem + 1.45vw, 3.32rem)) !important;
    line-height: 1.32 !important;
    letter-spacing: -0.02em !important;
    font-weight: 700 !important;
    color: #172554 !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  main#target section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-head .lawyer-search-desc {
    font-family: "Pretendard", "Malgun Gothic", "맑은 고딕", sans-serif !important;
    font-size: var(--jr-type-subtitle, clamp(1.62rem, 1.45rem + 0.34vw, 1.82rem)) !important;
    line-height: 1.68 !important;
    letter-spacing: -0.006em !important;
    font-weight: 500 !important;
    color: #4f6482 !important;
    text-align: center !important;
    padding: 0 !important;
    margin-top: 0.45rem !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    max-width: none !important;
    width: 100% !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  main#target section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-desc .lawyer-search-desc-pc {
    display: none !important;
  }

  main#target section.sect.lawyer-search-wrap.lawyer-match .lawyer-search-desc .lawyer-search-desc-mo {
    display: block !important;
    text-align: center !important;
  }
}@media (max-width: 767px) {
  
  main#target #jrReview > .innerWrap > .jr-naver-reviews-desc {
    margin-bottom: 1.5rem !important;
  }

  
  main#target #jrLocation > .innerWrap > .jr-naver-reviews-desc {
    margin-bottom: 0 !important;
  }

  
  main#target #faq .jr-faq-cat-title,
  #faq .jr-faq-cat-title {
    padding-left: 0.5em !important;
    box-sizing: border-box;
  }

  
  main#target #jrLocation > .innerWrap > h2 {
    margin-bottom: 0 !important;
  }

  
}@media (max-width: 899px) {
  
  main#target #jrLocation .jr-location-map-figure,
  body#target #jrLocation .jr-location-map-figure,
  main#target #jrLocation.section3 .cont .map,
  body#target #jrLocation.section3 .cont .map {
    overflow: hidden !important;
    position: relative !important;
    height: clamp(30rem, 75vw, 52rem) !important;
    min-height: clamp(30rem, 75vw, 52rem) !important;
  }

  main#target #jrLocation .jr-location-map-figure img,
  body#target #jrLocation .jr-location-map-figure img,
  main#target #jrLocation.section3 .cont .map img,
  body#target #jrLocation.section3 .cont .map img {
    display: block !important;
    width: 170% !important;
    max-width: 170% !important;
    height: 150% !important;
    object-fit: cover !important;
    object-position: center center !important;
    margin-left: -10% !important;
    margin-top: -25% !important;
    transform: none !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.lawyer-search-wrap.lawyer-match .jr-lawyer-search-result-media, #jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .jr-lawyer-search-result-media {
  position: relative !important;
  border-radius: 50% !important;
  overflow: hidden !important;
  isolation: isolate !important;
  border: 1px solid rgba(148, 163, 184, 0.45) !important;
  background: linear-gradient(165deg, #e8f1fb 0%, #dbeafe 55%, #eff6ff 100%) !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.65),
    0 1px 2px rgba(15, 23, 42, 0.06) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.lawyer-search-wrap.lawyer-match .jr-lawyer-search-result--card .jr-lawyer-search-result-photo, #jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .jr-lawyer-search-result--card .jr-lawyer-search-result-photo {
  border-radius: 50% !important;
  overflow: hidden !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing section.lawyer-search-wrap.lawyer-match .jr-lawyer-search-result--card .jr-lawyer-search-result-photo img, #jr-hero-design-2 .jr-hero-dae-v2-landing section.sect.lawyer-search-wrap.lawyer-match .jr-lawyer-search-result--card .jr-lawyer-search-result-photo img {
  border-radius: 50% !important;
  object-fit: cover !important;
  object-position: center 18% !important;
  transform: none !important;
  transform-origin: center center !important;
}@media (min-width: 900px) {
  #lawyerSearchSect.lawyer-match-outer .jr-lawyer-search-result-media {
    width: 10.75rem !important;
    height: 10.75rem !important;
  }
  #lawyerSearchSect.lawyer-match-outer .jr-lawyer-search-result--card .jr-lawyer-search-result-photo {
    min-height: 10.75rem !important;
    height: 10.75rem !important;
  }
  #lawyerSearchSect.lawyer-match-outer .jr-lawyer-search-result--card .jr-lawyer-search-result-photo img {
    width: 10.75rem !important;
    height: 10.75rem !important;
  }
}@media (max-width: 899px) {
  body {
    overflow-x: clip;
  }

  .header .innerWrap {
    box-sizing: border-box;
    padding-left: max(0.75rem, env(safe-area-inset-left, 0px));
    padding-right: max(0.75rem, env(safe-area-inset-right, 0px));
  }

  .header .gnb_menu .gnb_list > li.gnb_util {
    display: inline-flex;
    align-items: center;
    gap: 0.12rem;
    flex-shrink: 0;
  }

  .header .gnb_menu .gnb_list > li.gnb_util .gnb_btn {
    box-sizing: border-box;
    min-width: 44px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: transparent;
  }

  .header .logo {
    align-items: center;
    min-width: 0;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing main#target #jrLocation .jr-location-mo-layout {
  display: none;
}@media (max-width: 899px) {
  main#target #jrLocation.section3 .cont.jr-location-cont {
    padding: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    gap: 0 !important;
  }

  main#target #jrLocation .jr-location-mo-layout {
    --jr-loc-mo-pad: 0.85rem;
    --jr-loc-mo-gap: 0.4rem;
    --jr-loc-mo-radius: 18px;
    --jr-loc-mo-border: 1px solid #e8eaed;
    --jr-loc-mo-vline: #e2e5ea;
    --jr-loc-mo-blue: #1d4ed8;
    --jr-loc-mo-blue-title: #1e40af;
    --jr-loc-mo-text: #111827;
    --jr-loc-mo-muted: #6b7280;
    
    --jr-loc-mo-type: var(--jr-type-subtitle, clamp(1.62rem, 1.45rem + 0.34vw, 1.82rem));

    display: flex !important;
    flex-direction: column;
    width: 100%;
    gap: var(--jr-loc-mo-gap);
    box-sizing: border-box;
  }

  main#target #jrLocation .jr-location-add-info,
  main#target #jrLocation .jr-location-map-figure {
    display: none !important;
  }

  main#target #jrLocation .jr-loc-mo-card {
    background: #fff;
    border: var(--jr-loc-mo-border);
    border-radius: var(--jr-loc-mo-radius);
    padding: var(--jr-loc-mo-pad);
    box-sizing: border-box;
    box-shadow: none;
  }

  
  main#target #jrLocation .jr-loc-mo-card--bundle {
    padding: 0.875rem 0.8125rem 0.8125rem;
    border-radius: var(--jr-loc-mo-radius);
  }

  main#target #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-row {
    display: grid;
    grid-template-columns: 2.5rem 1px minmax(0, 1fr);
    column-gap: 0.65rem;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
  }

  main#target #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-row + .jr-loc-mo-row {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--jr-loc-mo-vline);
  }

  main#target #jrLocation .jr-loc-mo-vrule {
    width: 1px;
    align-self: stretch;
    min-height: 2.125rem;
    background: var(--jr-loc-mo-vline);
    justify-self: center;
  }

  main#target #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-row--address .jr-loc-mo-vrule {
    min-height: 2.5rem;
  }

  main#target #jrLocation .jr-loc-mo-card__icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: var(--jr-loc-mo-blue);
    justify-self: center;
  }

  main#target #jrLocation .jr-loc-mo-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  main#target #jrLocation .jr-loc-mo-ico svg {
    display: block;
  }

  main#target #jrLocation .jr-loc-mo-iconcircle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #e8f1ff;
    color: var(--jr-loc-mo-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  main#target #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-iconcircle {
    width: 2.35rem;
    height: 2.35rem;
    justify-self: center;
  }

  main#target #jrLocation .jr-loc-mo-iconcircle svg {
    display: block;
  }

  main#target #jrLocation .jr-loc-mo-card__body {
    min-width: 0;
    text-align: left;
  }

  main#target #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-ico svg {
    width: 1.3125rem;
    height: 1.3125rem;
  }

  main#target #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-iconcircle svg {
    width: 1.125rem;
    height: 1.125rem;
  }

  main#target #jrLocation .jr-loc-mo-addr-line1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
    font-weight: 700;
    font-size: var(--jr-loc-mo-type);
    line-height: 1.38;
    letter-spacing: -0.006em;
    color: var(--jr-loc-mo-blue-title);
    word-break: keep-all;
  }

  main#target #jrLocation .jr-loc-mo-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
  }

  main#target #jrLocation .jr-loc-mo-copy img {
    display: block;
    width: 1em;
    height: auto;
    opacity: 0.75;
  }

  main#target #jrLocation .jr-loc-mo-addr-subline {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.35em;
    margin: 0.2rem 0 0;
    min-width: 0;
    font-size: var(--jr-loc-mo-type);
    line-height: 1.38;
    letter-spacing: -0.006em;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  main#target #jrLocation .jr-loc-mo-addr-subline::-webkit-scrollbar {
    display: none;
  }

  main#target #jrLocation .jr-loc-mo-addr-floor {
    flex: 0 0 auto;
    font-weight: 500;
    color: var(--jr-loc-mo-muted);
    white-space: nowrap;
    word-break: keep-all;
  }

  main#target #jrLocation .jr-loc-mo-tel-inline.jr-loc-mo-info-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.22em;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  main#target #jrLocation .jr-loc-mo-tel-emoji {
    font-style: normal;
    line-height: 1;
    flex-shrink: 0;
  }

  main#target #jrLocation .jr-loc-mo-info-title {
    margin: 0 0 0.1rem;
    font-size: var(--jr-loc-mo-type);
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: -0.006em;
    color: var(--jr-loc-mo-blue-title);
  }

  main#target #jrLocation .jr-loc-mo-info-desc {
    margin: 0;
    font-size: var(--jr-loc-mo-type);
    font-weight: 500;
    line-height: 1.38;
    color: var(--jr-loc-mo-muted);
    word-break: keep-all;
  }

  main#target #jrLocation .jr-loc-mo-map-shell {
    width: 100%;
    margin: 0;
    padding: 0.2rem 0 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }

  main#target #jrLocation .jr-loc-mo-map-links {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.28em 0.42em;
    max-width: 100%;
    font-size: calc(0.88 * var(--jr-loc-mo-type));
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: var(--jr-loc-mo-muted);
  }

  main#target #jrLocation .jr-loc-mo-map-sep {
    color: #c4cad4;
    font-weight: 400;
    user-select: none;
    padding: 0 0.06em;
  }

  main#target #jrLocation .jr-loc-mo-maplink {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    color: var(--jr-loc-mo-blue);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }

  main#target #jrLocation .jr-loc-mo-maplink__ico {
    display: block;
    width: 1.05em;
    height: 1.05em;
    object-fit: contain;
    flex-shrink: 0;
  }

  main#target #jrLocation .jr-loc-mo-maplink:hover,
  main#target #jrLocation .jr-loc-mo-maplink:focus-visible {
    text-decoration: none;
  }

  main#target #jrLocation .jr-loc-mo-maplink:hover .jr-loc-mo-maplink__txt,
  main#target #jrLocation .jr-loc-mo-maplink:focus-visible .jr-loc-mo-maplink__txt {
    text-decoration: underline;
    text-underline-offset: 0.12em;
  }

  main#target #jrLocation .jr-loc-mo-route-wrap {
    position: relative;
    margin: 0;
    border-radius: var(--jr-loc-mo-radius);
    overflow: hidden;
    border: var(--jr-loc-mo-border);
    background: #fff;
    box-shadow: none;
  }

  main#target #jrLocation .jr-loc-mo-route-wrap .jr-loc-mo-route {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  main#target #jrLocation .jr-loc-mo-route-wrap .jr-loc-mo-route img {
    display: block;
    width: 100%;
    height: auto;
  }
}@media (min-width: 900px) {
  main#target #jrLocation .jr-location-mo-layout {
    display: none !important;
  }
}@media (max-width: 899px) {
  body.profile-page #jrMember.visual > .innerWrap.visual_two_col {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    box-sizing: border-box;
  }
  body.profile-page #jrMember.visual .visual_left {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  body.profile-page #jrMember.visual .slogan_wrap {
    padding-left: 0 !important;
  }
  
  body.profile-page .jr-intro > .innerWrap {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    box-sizing: border-box;
  }
}
/* === from site-subpage-unified.css === */
#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-seo-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 (max-width: 899px) {
  body#target.subpage .page-hero {
    padding: 3rem 1.5rem;
    min-height: 0;
    border-bottom: none !important;
    box-shadow: none !important;
  }
  body#target.subpage .page-hero h1 {
    font-size: clamp(2.2rem, 5vw, 2.8rem);
  }
  body#target.subpage .page-hero .hero-sub,
  body#target.subpage .page-hero p.hero-sub {
    font-size: clamp(1.45rem, 3.6vw, 1.72rem);
    word-break: keep-all;
    overflow-wrap: break-word;
  }
  body#target.subpage .page-hero .page-hero__logo img {
    width: clamp(2.2rem, 6vw, 2.8rem);
  }
  .subpage .sect {
    padding: clamp(3rem, 6vw, 5rem) 0;
  }
  .subpage .sect .innerWrap {
    padding: 0 3rem !important;
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .sect {
  padding-top: 2rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-page-lead, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-page-lead
) {
  margin-top: 0 !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-divorce-info-header {
  text-align: center;
  margin: 3.2rem 0 2rem 0;
  padding-top: clamp(2.5rem, 5vw, 3.5rem);
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(45, 36, 25, 0.08);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-divorce-info-title {
  font-size: clamp(2rem, 1.5rem + 1.4vw, 2.85rem);
  font-weight: 700;
  color: #2d2419;
  margin: 0 0 0.85rem 0;
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-align: center;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-divorce-info-desc {
  text-align: center;
  font-size: clamp(1.25rem, 1rem + 0.55vw, 1.55rem);
  color: #4f6482 !important;
  margin: 0 0 1.5em 0;
  line-height: 1.55;
  white-space: normal;
  overflow-x: visible;
  overflow-y: visible;
  max-width: 100%;
  word-break: keep-all;
  overflow-wrap: break-word;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-members-section .jr-members-page-lead .jr-divorce-info-header, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-section .jr-broadcast-page-lead .jr-divorce-info-header {
  margin-bottom: 1rem !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .jr-members-page-lead, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-page-lead, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-press-page-lead {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: stretch;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .subpage .sect .sect-intro {
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  line-height: 1.7;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .consult-members-cta-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-list-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing .submit
) {
  background: var(--jr-btn-bg) !important;
  color: var(--jr-btn-text) !important;
  border: 1px solid var(--jr-btn-border) !important;
  border-radius: 12px !important;
  box-shadow: var(--jr-btn-shadow) !important;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .consult-members-cta-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-broadcast-list-btn, #jr-hero-design-2 .jr-hero-dae-v2-landing .submit
):hover {
  background: var(--jr-btn-bg-hover) !important;
  transform: translateY(-1px);
}
/* === from local-seo-landing.css === */
:root {
  --ll-navy: #1a2f4d;
  --ll-navy-mid: #2e5fa1;
  --ll-blue-soft: #4d7fbe;
  --ll-ivory: #faf8f4;
  --ll-surface: #f4f7fb;
  --ll-text: #263a54;
  --ll-muted: #5a6d85;
  --ll-border: rgba(46, 95, 161, 0.14);
  --ll-radius: 14px;
  --ll-shadow: 0 8px 32px rgba(26, 47, 77, 0.08);
  --ll-safe-bottom: env(safe-area-inset-bottom, 0px);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-skip {
  position: absolute;
  left: -9999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-skip:focus {
  left: 1rem;
  top: 1rem;
  width: auto;
  height: auto;
  padding: 0.5rem 1rem;
  background: var(--ll-navy-mid);
  color: #fff;
  z-index: 10000;
  border-radius: 6px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.6rem;
  padding: 0.95rem 1.6rem;
  font-size: 1.48rem;
  font-weight: 700;
  border-radius: 999px;
  text-decoration: none;
  line-height: 1.25;
  transition: transform 0.15s ease, box-shadow 0.2s ease, background 0.2s ease;
  text-align: center;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-btn--primary {
  background: linear-gradient(180deg, #4d7fbe 0%, #2e5fa1 50%, #224a80 100%);
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 4px 20px rgba(46, 95, 161, 0.28);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-btn--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 26px rgba(46, 95, 161, 0.34);
  color: #fff !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-btn--secondary {
  background: rgba(255, 255, 255, 0.95);
  color: var(--ll-navy-mid) !important;
  border: 2px solid var(--ll-navy-mid);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-btn--secondary:hover {
  background: #fff;
  color: var(--ll-navy) !important;
  border-color: var(--ll-navy);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section {
  padding: clamp(2.5rem, 5vw, 3.75rem) 1.25rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section--alt {
  background: var(--ll-ivory);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section--surface {
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fc 100%);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-inner {
  max-width: 1120px;
  margin: 0 auto;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section h2 {
  font-size: clamp(1.72rem, 1.25rem + 1.1vw, 2.05rem);
  font-weight: 800;
  color: var(--ll-navy);
  margin: 0 0 1.25rem;
  letter-spacing: -0.03em;
  line-height: 1.35;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section h2.ll-h2--line {
  padding-bottom: 0.65rem;
  border-bottom: 3px solid transparent;
  border-image: linear-gradient(90deg, var(--ll-navy-mid), rgba(46, 95, 161, 0.25)) 1;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-lead {
  font-size: clamp(1.42rem, 1.15rem + 0.55vw, 1.55rem);
  line-height: 1.65;
  color: var(--ll-text);
  margin: 0 0 0.75rem;
  max-width: 65ch;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-problem-grid {
  display: grid;
  gap: 0.85rem;
}@media (min-width: 700px) {
  .ll-problem-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-problem-card {
  background: #fff;
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  padding: 1.1rem 1.15rem 1.15rem;
  box-shadow: 0 2px 12px rgba(26, 47, 77, 0.05);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-problem-card p {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.68;
  color: var(--ll-text);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-card-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}@media (min-width: 600px) {
  .ll-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}@media (min-width: 900px) {
  .ll-card-grid--6 {
    grid-template-columns: repeat(3, 1fr);
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-case-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  padding: 1.25rem 1.2rem 1.35rem;
  box-shadow: 0 4px 18px rgba(26, 47, 77, 0.06);
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-case-card:hover {
  box-shadow: 0 10px 36px rgba(46, 95, 161, 0.12);
  transform: translateY(-2px);
  border-color: rgba(46, 95, 161, 0.28);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-case-card h3 {
  font-size: 1.52rem;
  font-weight: 800;
  color: var(--ll-navy-mid);
  margin: 0 0 0.55rem;
  line-height: 1.35;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-case-card p {
  flex: 1;
  margin: 0 0 1rem;
  font-size: 1.38rem;
  line-height: 1.62;
  color: var(--ll-text);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-case-card .ll-btn {
  min-height: 3.8rem;
  font-size: 1.32rem;
  margin-top: auto;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-steps {
  display: grid;
  gap: 0;
  counter-reset: llstep;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem 1.15rem;
  padding: 1.15rem 0;
  border-bottom: 1px dashed rgba(46, 95, 161, 0.2);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-step:last-child {
  border-bottom: none;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-step::before {
  counter-increment: llstep;
  content: counter(llstep);
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  background: linear-gradient(145deg, var(--ll-blue-soft), var(--ll-navy-mid));
  color: #fff;
  font-size: 1.35rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 0.15rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-step h3 {
  margin: 0 0 0.35rem;
  font-size: 1.52rem;
  font-weight: 800;
  color: var(--ll-navy);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-step p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.65;
  color: var(--ll-text);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-why-grid {
  display: grid;
  gap: 0.9rem;
}@media (min-width: 600px) {
  .ll-why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}@media (min-width: 900px) {
  .ll-why-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-why-card {
  background: #fff;
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  padding: 1.2rem 1.15rem;
  box-shadow: 0 2px 14px rgba(26, 47, 77, 0.05);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-why-card strong {
  display: block;
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--ll-navy-mid);
  margin-bottom: 0.45rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-why-card span {
  font-size: 1.35rem;
  line-height: 1.58;
  color: var(--ll-muted);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.65rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.85rem 1rem;
  background: #fff;
  border: 1px solid var(--ll-border);
  border-radius: 10px;
  font-size: 1.4rem;
  line-height: 1.55;
  color: var(--ll-text);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-checklist input {
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.2rem;
  accent-color: var(--ll-navy-mid);
  flex-shrink: 0;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-checklist label {
  flex: 1;
  cursor: pointer;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-faq-item {
  background: #fff;
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(26, 47, 77, 0.05);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-faq-item summary {
  padding: 1.1rem 1.2rem;
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--ll-navy);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  line-height: 1.45;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-faq-item summary::-webkit-details-marker {
  display: none;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-faq-item summary::before {
  content: "+";
  flex-shrink: 0;
  width: 1.65rem;
  height: 1.65rem;
  border-radius: 6px;
  background: var(--ll-navy-mid);
  color: #fff;
  font-size: 1.2rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.1rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-faq-item[open] summary::before {
  content: "−";
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-faq-a {
  padding: 0 1.2rem 1.15rem 3.45rem;
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.68;
  color: var(--ll-text);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-cta-band {
  text-align: center;
  padding: 2rem 1.25rem;
  background: linear-gradient(165deg, #eaf2fb 0%, #dde8f7 100%);
  border-top: 1px solid var(--ll-border);
  border-bottom: 1px solid var(--ll-border);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-cta-band p {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--ll-navy);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-cta-band__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-cta-final {
  padding: clamp(2.5rem, 5vw, 3.5rem) 1.25rem;
  background: linear-gradient(155deg, #1a2f4d 0%, #2e5fa1 55%, #224a80 100%);
  color: #fff;
  text-align: center;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-cta-final h2 {
  color: #fff;
  margin-bottom: 0.65rem;
  border: none;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-cta-final .ll-lead {
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.35rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-cta-final .ll-btn--primary {
  background: #fff;
  color: var(--ll-navy-mid) !important;
  border: none;
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.18);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-cta-final .ll-btn--primary:hover {
  background: var(--ll-ivory);
  color: var(--ll-navy) !important;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-link-grid {
  display: grid;
  gap: 1.5rem;
}@media (min-width: 600px) {
  .ll-link-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-link-block {
  background: #fff;
  border: 1px solid var(--ll-border);
  border-radius: var(--ll-radius);
  padding: 1.15rem 1.2rem 1.25rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-link-block h3 {
  margin: 0 0 0.65rem;
  font-size: 1.42rem;
  font-weight: 800;
  color: var(--ll-navy-mid);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-link-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-link-block li {
  margin-bottom: 0.45rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-link-block a {
  font-size: 1.35rem;
  color: var(--ll-navy-mid);
  text-decoration: underline;
  text-underline-offset: 0.2em;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-link-block a:hover {
  color: var(--ll-navy);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-sticky-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  display: flex;
  gap: 0;
  padding: 0.55rem 0.65rem calc(0.55rem + var(--ll-safe-bottom));
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(10px);
  border-top: 1px solid var(--ll-border);
  box-shadow: 0 -6px 24px rgba(26, 47, 77, 0.1);
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-sticky-cta a {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.35rem;
  font-size: 1.38rem;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-sticky-cta__tel {
  background: var(--ll-surface);
  color: var(--ll-navy-mid) !important;
  border: 1px solid var(--ll-border);
  margin-right: 0.45rem;
}#jr-hero-design-2 .jr-hero-dae-v2-landing .ll-sticky-cta__go {
  background: linear-gradient(180deg, #4d7fbe 0%, #2e5fa1 100%);
  color: #fff !important;
}@media (min-width: 900px) {
  .ll-sticky-cta {
    display: none;
  }
}@media (prefers-reduced-motion: reduce) {
  .ll-case-card,
  .ll-btn {
    transition: none;
  }
  .ll-case-card:hover {
    transform: none;
  }
}@media screen and (max-width: 768px) {
  .subpage.jr-local-landing.mobilelayout .contents {
    padding-bottom: calc(5.5rem + var(--ll-safe-bottom));
  }
  .ll-section {
    padding-left: max(1rem, env(safe-area-inset-left));
    padding-right: max(1rem, env(safe-area-inset-right));
  }
}
/* === from local-region-landing-bg.css === */

/* === from local-region-response-team-hero.css === */
.jr-local-daechi .jr-response-team-hero {
  padding-left: 0 !important;
  padding-right: 0 !important;
}.jr-local-daechi .jr-response-team-hero > .ll-inner {
  container-type: inline-size;
  container-name: jr-response-team-inner;
}.jr-local-daechi .jr-response-team-head {
  padding-top: 2lh;
  padding-bottom: 1lh;
  box-sizing: border-box;
}.jr-local-daechi .jr-response-team-head .ll-h2--line {
  margin: 0 0 clamp(1.75rem, 3vw, 2.75rem);
  max-width: none;
  text-align: left;
  color: var(--ll-navy, #1a2f4d);
  border-bottom: none !important;
  border-image: none !important;
}.jr-local-daechi .jr-response-team-head .ll-h2--line::after {
  content: "";
  display: block;
  width: 100%;
  
  height: 3px;
  margin-top: 0.65rem;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(46, 95, 161, 0.55) 0%,
    rgba(46, 95, 161, 0.28) 42%,
    rgba(46, 95, 161, 0.1) 100%
  );
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.55),
    0 1px 3px rgba(26, 47, 77, 0.12);
}.jr-local-daechi #jr-hero-d2-ll-main .jr-response-team-hero .jr-response-team-head #jr-response-team-title.ll-h2--line::after {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}@media (min-width: 900px) {
  .jr-local-daechi .jr-response-team-head .ll-h2--line::after {
    width: min(
      100%,
      calc(100% - clamp(280px, 38vw, 420px) - 2.25rem + 7cm)
    );
  }
}@container jr-response-team-inner (min-width: 600px) {
  .jr-local-daechi .jr-response-team-head .ll-h2--line::after {
    width: min(
      100%,
      calc(100% - clamp(280px, 37.5cqw, 420px) - 2.25rem + 7cm)
    );
  }
}.jr-local-daechi .jr-response-team-hero.visual {
  position: relative;
  isolation: isolate;
  
  overflow: visible;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fc 100%) !important;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team {
  position: relative;
  z-index: 1;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-rolling-spotlight {
  margin: 0;
  padding: 0 0 clamp(0.85rem, 2.2vw, 1.35rem);
  max-width: 100%;
  overflow-wrap: anywhere;
  word-break: keep-all;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-role {
  margin: 0 0 clamp(0.55rem, 1.2vw, 0.85rem);
  font-size: calc(0.9 * 2 * clamp(1.42rem, 1.08rem + 1.25vw, 2.08rem));
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.18;
  color: #1e4a8c;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-line1, .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-line2 {
  margin: 0;
  font-size: calc(0.9 * 2 * clamp(1.08rem, 0.92rem + 0.65vw, 1.48rem));
  font-weight: 700;
  letter-spacing: -0.028em;
  line-height: 1.38;
  color: var(--ll-navy, #142238);
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-line2 {
  margin-top: clamp(0.42rem, 1.1vw, 0.68rem);
  font-weight: 650;
  color: #1e3a5f;
  opacity: 0.96;
}@media (min-width: 900px) {
  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team {
    --jr-pc-spotlight-line-fs: clamp(1.08rem, 0.92rem + 0.65vw, 1.48rem);
    --jr-pc-spotlight-one-line-box: calc(1.35 * 2.25 * var(--jr-pc-spotlight-line-fs));
    --jr-pc-spotlight-2lines-up: calc(2 * var(--jr-pc-spotlight-one-line-box));
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-role {
    margin: 0 0 clamp(0.5rem, 1vw, 0.925rem);
    font-size: calc(0.9 * 2.5 * clamp(1.42rem, 1.08rem + 1.25vw, 2.08rem));
    line-height: 1.15;
    letter-spacing: -0.04em;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-line1,
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-line2 {
    font-size: calc(0.9 * 2.5 * clamp(1.08rem, 0.92rem + 0.65vw, 1.48rem));
    line-height: 1.35;
    letter-spacing: -0.034em;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-line2 {
    margin-top: clamp(0.42rem, 0.9vw, 0.775rem);
  }
}@media (max-width: 899px) {
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-hero-fixed {
    overflow: visible;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-hero-fixed.jr-hero-fixed--primary {
    position: relative;
  }
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-container.lawyer-slider-others {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}@media (max-width: 899px) {
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-container.lawyer-slider-others {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-container.lawyer-slider-others.jr-baseline-static-track {
    transform: none !important;
    transform-origin: initial;
  }
}@media (min-width: 900px) {
  .jr-response-team-hero.visual #jr-hero-design-response-team .jr-response-team-lawyer-slider.lawyer-slider-others {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-response-team-lawyer-slider.lawyer-slider-others {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: translate(0, -3rem) scale(var(--jr-lawyer-rolling-card-scale)) !important;
    transform-origin: left bottom;
  }

  
  .jr-response-team-hero.visual #jr-hero-design-response-team .innerWrap.visual_two_col {
    display: grid !important;
    grid-template-columns: minmax(0, 1.12fr) minmax(280px, 420px);
    grid-template-rows: auto auto;
    min-height: 0 !important;
    align-items: end !important;
    align-content: start !important;
    gap: 2rem 2.25rem;
  }

  .jr-response-team-hero.visual #jr-hero-design-response-team .visual_left_stack {
    grid-column: 1;
    grid-row: 1;
    justify-content: flex-end !important;
    align-self: start !important;
    min-height: 0 !important;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-response-team-lawyer-slider {
    grid-column: 1;
    grid-row: 2;
    margin-top: 0 !important;
    align-self: end;
  }

  .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    align-self: stretch;
    overflow: visible !important;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .innerWrap.visual_two_col {
    align-items: stretch !important;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_left_stack {
    justify-content: flex-start !important;
    align-self: stretch !important;
    align-items: stretch !important;
    width: 100%;
    min-height: 0;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right {
    align-self: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-rolling-spotlight {
    padding: clamp(0.15rem, 0.6vw, 0.55rem) 0 clamp(1rem, 2.2vw, 1.75rem);
  }
}@media (max-width: 899px) {
  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team {
    --jr-mo-spotlight-line-fs: calc(0.8 * clamp(1.08rem, 0.92rem + 0.65vw, 1.48rem));
    --jr-mo-spotlight-one-line-box: calc(1.38 * 0.9 * 2 * var(--jr-mo-spotlight-line-fs));
    --jr-mo-spotlight-2lines-up: calc(2 * var(--jr-mo-spotlight-one-line-box));
    margin-top: -0.15rem;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-role {
    font-size: calc(0.8 * 0.9 * 2 * clamp(1.42rem, 1.08rem + 1.25vw, 2.08rem)) !important;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-line1,
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-line2 {
    display: inline !important;
    margin: 0 !important;
    margin-top: 0 !important;
    font-size: calc(0.9 * 2 * var(--jr-mo-spotlight-line-fs)) !important;
    vertical-align: baseline;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-spotlight-line2::before {
    content: " ";
  }

  
  .jr-local-daechi .jr-response-team-hero .jr-response-team-head {
    padding-top: 1lh;
    padding-bottom: 0.2lh;
  }

  .jr-local-daechi .jr-response-team-head .ll-h2--line {
    margin-bottom: 0.45rem !important;
  }

  .jr-response-team-hero.visual #jr-hero-design-response-team .innerWrap.visual_two_col {
    display: flex;
    flex-direction: column;
    
    align-items: flex-start;
    gap: 1.25rem;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right {
    margin-top: max(0.5rem, calc(clamp(2.75rem, 9vw, 5rem) + 1.35rem - 2.7rem));
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    flex: 0 0 auto;
    min-height: 0;
    box-sizing: border-box;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .innerWrap.visual_two_col .visual_left_stack {
    margin-top: 0 !important;
    padding-top: calc(1.38 * var(--jr-mo-spotlight-line-fs, 1.08rem)) !important;
    width: 100%;
    box-sizing: border-box;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-lawyer-rolling-spotlight {
    padding-top: 0 !important;
  }
}@media (min-width: 900px) {
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide {
    background: rgba(236, 242, 255, 0.94) !important;
    border: 1px solid rgba(46, 95, 161, 0.14) !important;
    border-radius: 12px;
    box-shadow: 0 2px 10px rgba(26, 47, 77, 0.06) !important;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide-active {
    background: rgba(23, 37, 84, 0.38) !important;
    border-color: rgba(125, 211, 252, 0.4) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.08),
      0 10px 28px rgba(15, 23, 42, 0.28) !important;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide img,
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide-active img {
    filter: none !important;
    opacity: 1 !important;
    transform: scale(1) !important;
    transform-origin: bottom center !important;
  }
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide .lawyer-info {
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  transform: none !important;
  width: 100% !important;
  max-width: 100% !important;
  padding: 0.55rem 0.4rem 0.58rem !important;
  box-sizing: border-box !important;
  align-items: center !important;
  text-align: center !important;
  background: transparent !important;
  background-image: none !important;
  border-radius: 0 !important;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide-active .lawyer-info {
  padding: 0.62rem 0.45rem 0.65rem !important;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide .lawyer-info .jr-lawyer-rolling-tagline {
  color: #7dd3fc !important;
  -webkit-text-fill-color: #7dd3fc !important;
  font-weight: 700 !important;
  background: none !important;
  background-image: none !important;
  -webkit-background-clip: border-box !important;
  background-clip: border-box !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.92),
    0 0 1px rgba(0, 0, 0, 0.85) !important;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-response-team-lawyer-slider .jr-mo-pro-only {
  display: none;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide.swiper-slide-active .lawyer-info .jr-lawyer-rolling-name {
  color: #f8fafc !important;
  -webkit-text-fill-color: #f8fafc !important;
  font-weight: 800 !important;
  text-shadow:
    0 1px 3px rgba(0, 0, 0, 0.95),
    0 0 2px rgba(0, 0, 0, 0.9),
    0 0 12px rgba(15, 23, 42, 0.65) !important;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-baseline-static-wrapper .swiper-slide .lawyer-info .jr-lawyer-career-one {
  color: #e2e8f0 !important;
  font-weight: 600 !important;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.9),
    0 0 1px rgba(0, 0, 0, 0.85) !important;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info h3.jr-lawyer-rolling-name {
  visibility: hidden !important;
  opacity: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .lawyer-slider-others .swiper-slide:not(.swiper-slide-active) .lawyer-info p:first-child {
  margin-top: -1em !important;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-hero-fixed--primary {
  --jr-hero-h1: #7dd3fc;
  --jr-hero-h2: #f8fbff;
  --jr-hero-body: #cbd5e1;
  --jr-hero-muted: #94a3b8;
  --jr-hero-cta-bg: linear-gradient(180deg, #1e40af 0%, #172554 100%);
  --jr-hero-cta-border: rgba(56, 189, 248, 0.38);
}@media (min-width: 900px) {
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-hero-fixed--primary .jr-hero-primary-badge-right-stack {
    position: absolute !important;
    bottom: auto !important;
    z-index: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 0.42rem !important;
    pointer-events: none !important;
    left: 100% !important;
    right: auto !important;
    top: clamp(0.75rem, 2.4vw, 1.45rem) !important;
    margin-left: 0.28rem !important;
    transform: translate(calc(-50px - 2.8rem), -8.4rem) !important;
    align-items: stretch !important;
  }

  
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-hero-fixed--primary
    .jr-hero-primary-photo-shell
    .jr-hero-profile-hint--dae-mo {
    display: none !important;
  }

  
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-hero-fixed--primary
    .lawyer-info
    .jr-hero-profile-hint--dae-pc {
    display: inline-flex !important;
    align-self: center !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto 0.55rem auto !important;
    transform: translateX(-30px) !important;
    z-index: 6 !important;
    
    font-size: clamp(1.02rem, 0.93rem + 0.225vw, 1.14rem) !important;
    padding: 0.39rem 0.78rem !important;
    line-height: 1.2 !important;
    box-sizing: border-box !important;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-hero-fixed--primary {
    --jr-hero-primary-badge-w: min(13rem, 11.2vw + 7rem);
  }
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-hero-fixed--primary .lawyer-info {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
}@media (max-width: 899px) {
  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed-duo {
    display: flex !important;
    justify-content: stretch !important;
    align-items: flex-end !important;
    width: 100%;
    max-width: 100%;
    transform: none !important;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed--primary {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    position: relative !important;
    transform: translate(
        0px,
        calc(-1 * var(--jr-mo-spotlight-2lines-up, calc(2 * 1.38 * 0.9 * 2 * 1.08rem)) + var(--jr-mo-spotlight-one-line-box, calc(1.38 * 0.9 * 2 * 1.08rem)))
      )
      !important;
    
    --jr-hero-primary-badge-w: min(11.6rem, 54vw);
    border-radius: 24px !important;
    overflow: hidden !important;
    background: linear-gradient(180deg, #f3f4f6 0%, #e8eaee 42%, #e2e5ea 100%) !important;
    border: 0 !important;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.1) !important;
    isolation: isolate;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed--primary::after {
    display: none !important;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed--primary .hero-fixed-img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: min(52vh, 30.8rem) !important;
    height: auto !important;
    margin: 0 auto !important;
    display: block !important;
    position: relative !important;
    z-index: 0 !important;
    flex: 0 0 auto !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    background: #e5e7eb !important;
    border-radius: 0 !important;
    vertical-align: bottom;
    filter: grayscale(0) brightness(1) !important;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed--primary .jr-hero-primary-badge-right-stack {
    position: absolute !important;
    top: 0.48rem !important;
    right: 0.42rem !important;
    left: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 4 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-end !important;
    gap: 0.28rem !important;
    pointer-events: none !important;
  }

  
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .jr-hero-primary-badge {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 0.36rem !important;
    width: auto !important;
    max-width: min(11.6rem, 54vw) !important;
    min-width: 0 !important;
    min-height: 2.52rem !important;
    padding: 0.16rem 0.62rem 0.16rem 0.2rem !important;
    border-radius: 999px !important;
    font-size: clamp(0.86rem, 2.85vw, 1.02rem) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
    letter-spacing: -0.02em !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .jr-hero-primary-badge::before {
    content: "" !important;
    display: inline-block !important;
    width: 2.08rem !important;
    height: 2.08rem !important;
    flex: 0 0 2.08rem !important;
    border-radius: 999px !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .jr-hero-primary-badge::after {
    content: "" !important;
    position: absolute !important;
    left: 0.2rem !important;
    top: 50% !important;
    width: 2.08rem !important;
    height: 2.08rem !important;
    transform: translateY(-50%) !important;
    pointer-events: none !important;
    -webkit-mask-image: url("/images/CI_symbol.svg") !important;
    -webkit-mask-size: 58% !important;
    -webkit-mask-position: center !important;
    -webkit-mask-repeat: no-repeat !important;
    mask-image: url("/images/CI_symbol.svg") !important;
    mask-size: 58% !important;
    mask-position: center !important;
    mask-repeat: no-repeat !important;
    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)) !important;
  }

  
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed--primary .jr-hero-primary-photo-shell {
    position: relative !important;
    z-index: 1 !important;
    
    overflow: hidden !important;
    max-height: max(5.5rem, calc(min(52vh, 30.8rem) - 10.8rem)) !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .jr-hero-primary-photo-shell
    .jr-hero-profile-hint--dae-mo {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    bottom: 1lh !important;
    top: auto !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    transform: translate(-50%, 10px) !important;
    z-index: 6 !important;
    align-self: center !important;
    font-size: calc(clamp(1.16rem, 1rem + 0.64vw, 1.36rem) * 0.9) !important;
    padding: 0.36rem 0.84rem !important;
    line-height: 1.3 !important;
    pointer-events: none !important;
  }

  
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .lawyer-info
    .jr-hero-profile-hint--dae-pc {
    display: none !important;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed--primary .lawyer-info {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    margin-top: 0 !important;
    padding: 1.35rem max(20px, env(safe-area-inset-right, 0px)) 1.25rem max(20px, env(safe-area-inset-left, 0px)) !important;
    box-sizing: border-box !important;
    border-radius: 0 !important;
    transform: none !important;
    text-align: left !important;
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    z-index: 2 !important;
    border-top: 1px solid rgba(148, 163, 184, 0.28) !important;
    background: #fff !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .lawyer-info
    > p:first-of-type {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: clip !important;
    max-width: 100% !important;
    font-size: clamp(0.65rem, 0.18rem + 3.85vw, 1.72rem) !important;
    color: #0f172a !important;
    margin: 0 0 0.3rem 0 !important;
    font-weight: 600 !important;
    text-shadow: none !important;
    align-self: stretch !important;
    text-align: left !important;
    line-height: 1.15 !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .lawyer-info
    > p:first-of-type
    br {
    display: none !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .lawyer-info
    .jr-hero-role-line {
    color: #1e40af !important;
    -webkit-text-fill-color: #1e40af !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .lawyer-info
    .jr-hero-role-line::after {
    content: "  /  ";
    color: #1e40af !important;
    -webkit-text-fill-color: #1e40af !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em !important;
    text-shadow: none !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .lawyer-info
    .jr-hero-name-line {
    color: #0f172a !important;
    -webkit-text-fill-color: #0f172a !important;
    font-weight: 800 !important;
    letter-spacing: -0.03em !important;
    text-shadow: none !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .visual_right
    .jr-hero-fixed--primary
    .lawyer-info
    .jr-hero-career-block {
    color: #475569 !important;
    line-height: 1.65 !important;
    
    font-size: clamp(1.53rem, 1.44rem + 0.3vw, 1.74rem) !important;
    font-weight: 500 !important;
    margin: 0 !important;
    text-shadow: none !important;
  }
}@media (min-width: 900px) {
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed-duo {
    
    --jr-duo-img-w: min(calc(240px * 0.8), calc(34vw * 0.8 * 0.8));
    --jr-duo-img-h: min(calc(52vh * 0.8 * 0.8), calc(416px * 0.8));
    --jr-duo-overlap: clamp(1rem, calc(var(--jr-duo-img-w) * 0.14), 2rem);
    
    margin-left: 0 !important;
    
    transform: translate(
        -160px,
        calc(
          clamp(-0.4rem, calc(-4.5vh + 1.35rem), -2.15rem) - var(--jr-pc-spotlight-2lines-up) + var(--jr-pc-spotlight-one-line-box) + 3rem
        )
      )
      !important;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed-duo .jr-hero-fixed--primary {
    transform: translateX(0) !important;
  }
}@media (max-width: 899px) {
  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .innerWrap.visual_two_col .jr-response-team-lawyer-slider.lawyer-slider-container {
    order: -1;
    align-self: center;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: -0.35rem !important;
    margin-bottom: 0 !important;
    padding-bottom: calc(1.35 * var(--jr-mo-spotlight-line-fs, 1.08rem));
    overflow: visible;
  }

  .jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-response-team-lawyer-slider .jr-baseline-static-swiper.swiper {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    position: relative;
    overflow: visible !important;
    box-sizing: border-box;
    padding-top: 0 !important;
    height: auto !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper.swiper-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    align-content: flex-start !important;
    justify-content: center !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    transform: none !important;
    transition: none !important;
    gap: 3px !important;
    column-gap: 3px !important;
    row-gap: 0 !important;
    box-sizing: border-box !important;
  }

  
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide,
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide.swiper-slide-active {
    position: relative !important;
    flex: 1 1 0 !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    bottom: auto !important;
    top: auto !important;
    z-index: auto !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    border-radius: 12px !important;
    box-sizing: border-box !important;
    border: 1px solid rgba(46, 95, 161, 0.16) !important;
    background: rgba(219, 234, 254, 0.94) !important;
    box-shadow: 0 2px 10px rgba(26, 47, 77, 0.07) !important;
    cursor: pointer;
    transition:
      background-color 0.2s ease,
      border-color 0.2s ease,
      box-shadow 0.2s ease !important;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide.swiper-slide-active {
    background: rgba(241, 223, 196, 0.98) !important;
    border-color: rgba(160, 110, 60, 0.38) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.45),
      0 4px 16px rgba(120, 53, 15, 0.14) !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide:not(.swiper-slide-active):hover,
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide:not(.swiper-slide-active):focus-within {
    background: rgba(219, 234, 254, 0.98) !important;
    border-color: rgba(46, 95, 161, 0.26) !important;
    box-shadow: 0 2px 12px rgba(26, 47, 77, 0.1) !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide.swiper-slide-active:hover,
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide.swiper-slide-active:focus-within {
    background: rgba(248, 232, 208, 1) !important;
    border-color: rgba(160, 110, 60, 0.45) !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide
    img,
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide.swiper-slide-active
    img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    object-fit: cover !important;
    object-position: center top !important;
    display: block !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    filter: none !important;
    opacity: 1 !important;
    transform: none !important;
    transition: none !important;
  }

  
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .lawyer-info {
    display: flex !important;
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    transform: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0.22rem 0.08rem 0.26rem !important;
    box-sizing: border-box !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    opacity: 1 !important;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0) 0%, rgba(15, 23, 42, 0.55) 55%, rgba(15, 23, 42, 0.72) 100%) !important;
    border-radius: 0 !important;
    pointer-events: none;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .lawyer-info
    .jr-mo-pro-only {
    display: none !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .lawyer-info
    .jr-lawyer-rolling-name,
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .lawyer-info
    .jr-lawyer-career-one {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .lawyer-info
    .jr-lawyer-rolling-tagline {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    font-size: clamp(0.6rem, 1.425vw + 0.15rem, 0.87rem) !important;
    line-height: 1.12 !important;
    max-height: 3.525em;
    overflow: hidden;
    font-weight: 800 !important;
    letter-spacing: -0.02em !important;
    color: #7dd3fc !important;
    -webkit-text-fill-color: #7dd3fc !important;
    text-align: center !important;
    text-shadow:
      0 0 1px rgba(15, 23, 42, 1),
      0 1px 2px rgba(0, 0, 0, 0.92),
      0 -1px 1px rgba(15, 23, 42, 0.75) !important;
    background: none !important;
    background-image: none !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .swiper-slide.swiper-slide-active
    .lawyer-info
    .jr-lawyer-rolling-tagline {
    color: #bae6fd !important;
    -webkit-text-fill-color: #bae6fd !important;
  }

  
  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide
    .lawyer-info
    .jr-slider-profile-hint {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: auto !important;
    bottom: 100% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 !important;
    margin-bottom: 0 !important;
    transform: translate(-50%, 22px) !important;
    padding: 0.32rem 0.68rem !important;
    border-radius: 999px !important;
    font-size: calc(0.9rem * 0.8 * 0.9) !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    line-height: 1.25 !important;
    white-space: nowrap !important;
    box-sizing: border-box !important;
    z-index: 4 !important;
    cursor: inherit !important;
    pointer-events: none !important;
    background: linear-gradient(180deg, #1e40af 0%, #172554 100%) !important;
    border: 1px solid rgba(56, 189, 248, 0.35) !important;
    color: #f8fafc !important;
    text-shadow: none !important;
    box-shadow: 0 3px 10px rgba(15, 40, 71, 0.32) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    transition: opacity 0.22s ease, visibility 0.22s ease !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .jr-baseline-static-wrapper
    .swiper-slide.swiper-slide-active
    .lawyer-info
    .jr-slider-profile-hint {
    opacity: 1 !important;
    visibility: visible !important;
  }

  .jr-local-daechi
    .jr-response-team-hero.visual
    #jr-hero-design-response-team
    .jr-response-team-lawyer-slider
    .lawyer-slider-btn {
    display: none !important;
  }
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-hero-fixed--primary .jr-hero-primary-photo-shell {
  position: relative;
  display: block;
  width: 100%;
  line-height: 0;
  overflow: visible;
}.jr-local-daechi .jr-response-team-hero.visual #jr-hero-design-response-team .jr-hero-fixed--primary .jr-hero-primary-photo-shell .hero-fixed-img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}
/* === from local-region-ui-enhance.css === */
.jr-local-daechi #jr-hero-d2-ll-main {
  --dae-section-pad-y: clamp(2.75rem, 6vw, 4rem);
  --dae-inner-pad-y: calc(max(1lh, 1.75rem) + 1lh);
  --dae-bg-pattern-1: linear-gradient(180deg, #f0f6fd 0%, #d9e6f2 100%);
  
  --dae-bg-pattern-2: linear-gradient(180deg, #fbfcfe 0%, #f4f7fb 100%);
  
  --dae-inset-sep: inset 0 22px 30px -20px rgba(26, 47, 77, 0.065);
  
  --dae-title-rule-h: 4px;
  --dae-title-rule-bg: linear-gradient(
    90deg,
    #1a3a5c 0%,
    #224a80 18%,
    #2e5fa1 45%,
    #4d7fbe 78%,
    rgba(46, 95, 161, 0.38) 100%
  );
  --dae-line-muted: rgba(46, 95, 161, 0.09);
  --dae-line-muted-2: rgba(26, 47, 77, 0.078);
  --dae-line-accent: rgba(46, 95, 161, 0.11);
}.jr-local-daechi #jr-hero-d2-ll-main > section ~ section {
  border-top: none;
  box-shadow: var(--dae-inset-sep);
}.jr-local-daechi #jr-hero-d2-ll-main > section {
  padding-top: var(--dae-section-pad-y) !important;
  padding-bottom: var(--dae-section-pad-y) !important;
}.jr-local-daechi #jr-hero-d2-ll-main > section > .ll-inner, .jr-local-daechi #jr-hero-d2-ll-main > section > .innerWrap {
  padding-top: var(--dae-inner-pad-y) !important;
  padding-bottom: var(--dae-inner-pad-y) !important;
}.jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero.visual {
  margin-top: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero > .ll-inner {
  padding-top: max(0.65rem, calc(var(--dae-inner-pad-y) - 1lh)) !important;
}.jr-local-daechi #jr-hero-d2-ll-main .jr-broadcast-section .jr-media-width {
  margin-bottom: 0 !important;
}.jr-local-daechi .ll-section--dae-case-types .ll-card-grid {
  align-items: start;
}.jr-local-daechi .ll-section--dae-case-types .ll-case-card {
  height: auto;
  align-self: start;
  min-height: 0;
  box-sizing: border-box;
}.jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: clamp(0.375rem, 1vw, 0.75rem);
}.jr-local-daechi .ll-section--dae-case-types .dae-media-head .ll-lead {
  max-width: none;
  margin: 0 0 max(0.65rem, calc(max(1lh, 1.75rem) - 1lh)) !important;
  font-size: calc(1.76rem * 1.2);
  line-height: 1.75;
  color: #5c6b7d;
}.jr-local-daechi .ll-section--dae-case-types .ll-case-card__example {
  margin: 0.85rem 0 0;
  padding-top: 0.85rem;
  border-top: 1px solid var(--dae-line-muted);
  font-size: calc(1.66rem * 1.2);
  line-height: 1.74;
  color: #64748b;
}.jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro > h3, .jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro-copy > h3 {
  font-size: calc(1.56rem * 1.2) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.4 !important;
  color: #1a2f4d !important;
  margin-top: 0 !important;
}.jr-local-daechi .ll-section--dae-case-types .ll-case-card > .ll-btn {
  font-size: calc(1.56rem * 1.2) !important;
}.jr-local-daechi .ll-section--dae-case-types .ll-case-card__divider {
  border: none;
  border-top: 1px solid var(--dae-line-muted);
  margin: 0.85rem 0 0.75rem;
  padding: 0;
  height: 0;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-stories {
  margin: 0 0 1.15rem;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion {
  padding: 0;
  border-bottom: 1px solid var(--dae-line-muted);
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion:last-child {
  border-bottom: none;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion .dae-risk-story__body {
  margin: 0 0 0.85rem;
  padding: 0 0 0 0.15rem;
  border-left: 3px solid var(--dae-line-accent);
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__summary {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.65rem;
  list-style: none;
  cursor: pointer;
  padding: 0.75rem 0 0.85rem;
  margin: 0;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__summary::-webkit-details-marker {
  display: none;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__summary-text {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
  flex: 1;
  min-width: 0;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__chevron {
  flex-shrink: 0;
  width: 1.45rem;
  height: 1.45rem;
  margin-top: 0;
  align-self: center;
  border-radius: 50%;
  background: rgba(46, 95, 161, 0.12);
  position: relative;
  transition: transform 0.2s ease;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__chevron::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.42rem;
  height: 0.42rem;
  border-right: 2px solid #2e5fa1;
  border-bottom: 2px solid #2e5fa1;
  transform: translate(-55%, -35%) rotate(45deg);
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion[open] .dae-risk-story__chevron {
  transform: rotate(180deg);
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion[open] .dae-risk-story__chevron::after {
  top: 55%;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__label {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 0.3em;
  padding: 0.28rem 0.65rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: #1a4a7a;
  background: rgba(46, 95, 161, 0.07);
  border: 1px solid rgba(46, 95, 161, 0.2);
  border-radius: 999px;
  line-height: 1.2;
  box-shadow: none;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__label-line {
  display: inline;
  white-space: nowrap;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__label-line:last-child {
  font-variant-numeric: tabular-nums;
  font-weight: 800;
  letter-spacing: 0.06em;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__hook {
  flex: 1;
  min-width: 0;
  font-size: calc(1.56rem * 1.2);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.4;
  color: #1a2f4d;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__body p {
  margin: 0 0 0.85rem;
  padding-left: 0;
  font-size: calc(1.5rem * 1.2);
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.62;
  color: #3d4f63;
  word-break: keep-all;
}.jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro > p, .jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro-copy > p {
  flex: 0 1 auto !important;
  margin-bottom: 0.5rem !important;
  font-size: calc(1.76rem * 1.2) !important;
  line-height: 1.78 !important;
  color: #475569 !important;
}.jr-local-daechi .ll-section--dae-case-types .dae-risk-story__body p:last-child {
  margin-bottom: 0;
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main .dae-media-head .ll-lead {
    font-size: calc(1.82rem * 1.2);
    max-width: none;
  }
  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro > h3 {
    font-size: calc(1.62rem * 1.2) !important;
  }
  .jr-local-daechi .ll-section--dae-case-types .ll-case-card > .ll-btn {
    font-size: calc(1.62rem * 1.2) !important;
  }
  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__hook {
    font-size: calc(1.62rem * 1.2);
  }
  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__body p {
    font-size: calc(1.62rem * 1.2);
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.4;
    color: #1a2f4d;
  }
  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro > p {
    font-size: calc(1.8rem * 1.2) !important;
    line-height: 1.78 !important;
  }
  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__example {
    font-size: calc(1.7rem * 1.2);
    line-height: 1.74;
  }
}.jr-local-daechi .ll-section--dae-steps {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}.jr-local-daechi .ll-section--dae-steps .ll-inner {
  position: relative;
  z-index: 1;
}.jr-local-daechi .ll-section--dae-steps-wm-a::before, .jr-local-daechi .ll-section--dae-steps-wm-b::before, .jr-local-daechi .ll-section--dae-steps-wm-c::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("/images/CI_symbol_dark.svg");
  background-repeat: no-repeat;
}.jr-local-daechi .ll-section--dae-steps-wm-a::before {
  background-position: right 1rem bottom 1rem;
  background-size: clamp(56px, 8vw, 88px) auto;
  opacity: 0.032;
}@media (max-width: 767px) {
  .jr-local-daechi .ll-section--dae-steps-wm-a::before {
    opacity: 0.026;
    background-size: clamp(48px, 12vw, 72px) auto;
  }
}.jr-local-daechi .ll-section--dae-steps-wm-b::before {
  background-position: max(1rem, env(safe-area-inset-left)) 2.25rem;
  background-size: clamp(48px, 7vw, 68px) auto;
  opacity: 0.034;
}@media (max-width: 767px) {
  .jr-local-daechi .ll-section--dae-steps-wm-b::before {
    opacity: 0.028;
    background-position: max(1rem, env(safe-area-inset-left)) 1.85rem;
  }
}.jr-local-daechi .ll-section--dae-steps-wm-c::before {
  background-position: 50% 56%;
  background-size: min(320px, 52vw) auto;
  opacity: 0.017;
}@media (max-width: 767px) {
  .jr-local-daechi .ll-section--dae-steps-wm-c::before {
    opacity: 0.014;
    background-size: min(260px, 70vw) auto;
    background-position: 50% 58%;
  }
}.jr-local-daechi .ll-section--dae-steps-wm-d::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background-image: url("/images/CI_symbol_dark.svg");
  background-repeat: repeat;
  background-size: clamp(11px, 1.55vw, 15px) auto;
  background-position: -3px -2px;
  opacity: 0.02;
}@media (max-width: 767px) {
  .jr-local-daechi .ll-section--dae-steps-wm-d::before {
    background-size: clamp(10px, 2.4vw, 13px) auto;
    opacity: 0.017;
  }
}.jr-local-daechi .ll-section--dae-steps.ll-section--dae-steps-wm-e {
  overflow: visible;
}.jr-local-daechi .ll-section--dae-steps-wm-e::before {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(0.35rem, 3vw, 2rem);
  z-index: 0;
  pointer-events: none;
  width: clamp(220px, 36vw, 400px);
  height: clamp(220px, 36vw, 400px);
  background-image: url("/images/CI_symbol_dark.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.07;
  transform: translateY(-50%) rotate(-17deg);
  transform-origin: center center;
}@media (max-width: 900px) {
  .jr-local-daechi .ll-section--dae-steps-wm-e::before {
    width: clamp(160px, 42vw, 280px);
    height: clamp(160px, 42vw, 280px);
    right: clamp(0.15rem, 2vw, 1rem);
    opacity: 0.055;
    transform: translateY(-50%) rotate(-14deg);
  }
}@media (max-width: 767px) {
  .jr-local-daechi .ll-section--dae-steps-wm-e::before {
    width: clamp(110px, 36vw, 200px);
    height: clamp(110px, 36vw, 200px);
    right: -0.35rem;
    opacity: 0.042;
    transform: translateY(-50%) rotate(-11deg);
  }
}.jr-local-daechi .ll-inner--dae-guide {
  position: relative;
  z-index: 1;
  max-width: 38rem;
  margin: 0 auto;
  padding-left: max(1.25rem, env(safe-area-inset-left));
  padding-right: max(1.25rem, env(safe-area-inset-right));
}.jr-local-daechi .dae-guide-head {
  
  margin-bottom: 0;
  padding-bottom: max(0.65rem, calc(max(1lh, 1.75rem) - 1lh));
  border-bottom: 1px solid var(--dae-line-muted-2);
}.jr-local-daechi .dae-guide-kicker {
  margin: 0 0 0.65rem;
  font-size: calc(1.34rem * 1.2);
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #64748b;
}.jr-local-daechi .dae-guide-title {
  margin: 0 0 1rem;
  font-size: clamp(1.88rem, 1.45rem + 1.05vw, 2.22rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.32;
  color: #15273d;
}.jr-local-daechi .dae-guide-lead {
  margin: 0;
  font-size: calc(1.76rem * 1.2);
  line-height: 1.75;
  color: #5c6b7d;
}.jr-local-daechi .dae-guide-steps {
  list-style: none;
  margin: 0;
  padding: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) 0 0;
}.jr-local-daechi .dae-guide-step {
  margin: 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--dae-line-muted-2);
}.jr-local-daechi .dae-guide-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}.jr-local-daechi .dae-guide-article {
  margin: 0;
}.jr-local-daechi .dae-guide-step-details {
  margin: 0;
  padding: 0;
  border: 0;
}.jr-local-daechi .dae-guide-step-summary {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.65rem;
  list-style: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}.jr-local-daechi .dae-guide-step-summary::-webkit-details-marker, .jr-local-daechi .dae-guide-step-summary::marker {
  display: none;
}.jr-local-daechi .dae-guide-step-summary:focus-visible {
  outline: 2px solid #2e5fa1;
  outline-offset: 3px;
  border-radius: 4px;
}.jr-local-daechi .dae-guide-step-panel {
  margin: 0.45rem 0 0;
  padding: 0;
}.jr-local-daechi .dae-guide-step-summary__chevron {
  flex-shrink: 0;
  width: 1.35rem;
  height: 1.35rem;
  margin-top: 0.12rem;
  border-radius: 50%;
  background: rgba(46, 95, 161, 0.1);
  position: relative;
  transition: transform 0.2s ease;
}.jr-local-daechi .dae-guide-step-summary__chevron::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45%;
  width: 0.38rem;
  height: 0.38rem;
  border-right: 2px solid #2e5fa1;
  border-bottom: 2px solid #2e5fa1;
  transform: translate(-55%, -35%) rotate(45deg);
}.jr-local-daechi .dae-guide-step-details[open] .dae-guide-step-summary__chevron {
  transform: rotate(180deg);
}.jr-local-daechi .dae-guide-step-title {
  margin: 0;
  font-size: calc(1.56rem * 1.2);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.4;
  color: #1a2f4d;
}.jr-local-daechi .dae-guide-index {
  display: inline-block;
  min-width: 2.15em;
  margin-right: 0.35rem;
  font-size: calc(1.24rem * 1.2);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  color: #94a3b8;
  vertical-align: 0.05em;
}.jr-local-daechi .dae-guide-step-body {
  margin: 0;
  padding-left: 0;
  font-size: calc(1.76rem * 1.2);
  line-height: 1.78;
  color: #475569;
}@media (min-width: 640px) {
  .jr-local-daechi .dae-guide-step-title {
    display: flex;
    align-items: baseline;
    gap: 0.65rem;
    flex-wrap: wrap;
  }

  .jr-local-daechi .dae-guide-index {
    flex: 0 0 auto;
    margin-right: 0;
  }

  .jr-local-daechi .dae-guide-step-body {
    padding-left: calc(2.15em + 0.65rem);
    margin-top: -0.15rem;
  }
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main .ll-section--dae-guide {
    --dae-lead-to-body-stack: 1.1rem;
  }

  .jr-local-daechi .ll-section--dae-guide {
    padding-top: clamp(1.65rem, 4.5vw, 2.1rem);
    padding-bottom: clamp(1.65rem, 4.5vw, 2.1rem);
  }

  
  .jr-local-daechi .ll-section--dae-guide > .ll-inner--dae-guide,
  .jr-local-daechi .ll-section--dae-guide > .ll-inner--dae-guide {
    padding-left: calc(2 * var(--jr-page-padding-inline-start, max(1rem, env(safe-area-inset-left, 0px))) + 20px) !important;
    padding-right: calc(2 * var(--jr-page-padding-inline-end, max(1rem, env(safe-area-inset-right, 0px))) + 20px) !important;
  }

  .jr-local-daechi .dae-guide-head {
    padding-bottom: 0.75rem;
  }

  .jr-local-daechi .dae-guide-kicker {
    margin-bottom: 0.35rem;
    font-size: 1.2rem;
    letter-spacing: 0.03em;
  }

  .jr-local-daechi .dae-guide-title {
    margin-bottom: 0.6rem;
    font-size: clamp(1.92rem, 5vw, 2.08rem);
    line-height: 1.34;
  }

  .jr-local-daechi .dae-guide-lead {
    font-size: 1.42rem;
    line-height: 1.62;
    color: #3d4f63;
  }

  .jr-local-daechi .ll-inner--dae-guide .dae-guide-steps {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 0.95rem;
    box-sizing: border-box;
  }

  .jr-local-daechi .dae-guide-step {
    padding: 0.85rem 0;
  }

  .jr-local-daechi .dae-guide-step-summary {
    align-items: center;
    gap: 0.45rem;
  }

  .jr-local-daechi .dae-guide-step-title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.2rem;
    flex: 1;
    min-width: 0;
    font-size: clamp(1.58rem, 4.6vw, 1.76rem);
    font-weight: 800;
    line-height: 1.36;
    color: #15273d;
  }

  .jr-local-daechi .dae-guide-index {
    min-width: auto;
    margin-right: 0;
    font-size: 1.08rem;
    font-weight: 700;
    line-height: 1.2;
    color: #5c6b7d;
  }

  .jr-local-daechi .dae-guide-step-summary__chevron {
    margin-top: 0;
    width: 1.25rem;
    height: 1.25rem;
  }

  .jr-local-daechi .dae-guide-step-panel {
    margin-top: 0.6rem;
    padding: 0.95rem 1rem 1.05rem;
    border-top: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 2px 10px rgba(26, 47, 77, 0.07);
  }

  .jr-local-daechi .dae-guide-step-body {
    padding-left: 0;
    margin: 0;
    font-size: 1.46rem;
    font-weight: 400;
    line-height: 1.72;
    letter-spacing: -0.01em;
    color: #1a3354;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .jr-local-daechi .dae-guide-note-wrap {
    margin-top: 1.25rem;
    padding-top: 1rem;
  }

  .jr-local-daechi .dae-guide-note {
    font-size: 1.36rem;
    line-height: 1.62;
    color: #3d4f63;
  }

  .jr-local-daechi .dae-guide-note__br-mo {
    display: block !important;
  }

  
  .jr-local-daechi .ll-section--dae-guide {
    background: linear-gradient(180deg, #f3f8fd 0%, #f8fbfe 42%, #fff 100%) !important;
  }

  .jr-local-daechi .ll-section--dae-guide::before {
    opacity: 0 !important;
  }

  .jr-local-daechi .dae-guide-checklist-mo[hidden],
  .jr-local-daechi .dae-guide-legacy-pc[hidden] {
    display: none !important;
  }

  
  .jr-local-daechi .ll-section--dae-guide .dae-guide-checklist-mo > .dae-media-head {
    display: block !important;
    margin-bottom: 0 !important;
    padding-bottom: max(0.65rem, calc(max(1lh, 1.75rem) - 1lh));
  }

  .jr-local-daechi .ll-section--dae-guide .dae-media-head .ll-h2--line,
  .jr-local-daechi .ll-section--dae-guide .dae-media-head .ll-lead {
    text-align: left !important;
    max-width: none !important;
  }

  .jr-local-daechi .dae-guide-checklist-mo__steps {
    list-style: none;
    margin: 0;
    padding: var(--dae-lead-to-body-stack, 1.1rem) 0 16px;
    position: relative;
  }

  .jr-local-daechi .dae-guide-checklist-mo__steps::before {
    content: "";
    position: absolute;
    left: 11px;
    top: 22px;
    bottom: 22px;
    border-left: 2px dashed #c5d9ef;
    pointer-events: none;
  }

  .jr-local-daechi .dae-guide-checklist-mo__item {
    margin: 0;
    padding: 0;
  }

  .jr-local-daechi .dae-guide-checklist-mo__details {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .jr-local-daechi .dae-guide-checklist-mo__step {
    display: grid;
    grid-template-columns: 24px 44px minmax(0, 1fr) 16px;
    align-items: center;
    gap: 10px 8px;
    padding: 12px 0;
    list-style: none;
    cursor: pointer;
  }

  .jr-local-daechi .dae-guide-checklist-mo__step::-webkit-details-marker,
  .jr-local-daechi .dae-guide-checklist-mo__step::marker {
    display: none;
  }

  .jr-local-daechi .dae-guide-checklist-mo__step:focus-visible {
    outline: 2px solid #0056f3;
    outline-offset: 3px;
    border-radius: 8px;
  }

  .jr-local-daechi .dae-guide-checklist-mo__track {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
  }

  .jr-local-daechi .dae-guide-checklist-mo__num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0056f3;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    font-variant-numeric: tabular-nums;
  }

  .jr-local-daechi .dae-guide-checklist-mo__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e3edf7;
    color: #2f6fd6;
    box-shadow: 0 2px 8px rgba(15, 39, 68, 0.06);
  }

  .jr-local-daechi .dae-guide-checklist-mo__icon svg {
    display: block;
  }

  .jr-local-daechi .dae-guide-checklist-mo__body {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    text-align: left;
  }

  .jr-local-daechi .dae-guide-checklist-mo__step-title {
    display: block;
    margin: 0;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.03em;
    color: #0f2744;
  }

  .jr-local-daechi .dae-guide-checklist-mo__step-desc {
    display: block;
    margin: 0;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: #5c6b7d;
    word-break: keep-all;
  }

  .jr-local-daechi .dae-guide-checklist-mo__panel {
    margin: 0 0 4px auto;
    padding: 0 0 10px;
    width: 90%;
    max-width: 90%;
    box-sizing: border-box;
  }

  .jr-local-daechi .dae-guide-checklist-mo__step-body {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 12px 14px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 2px 10px rgba(15, 39, 68, 0.07);
    font-size: 14px;
    font-weight: 400;
    line-height: 1.62;
    letter-spacing: -0.02em;
    color: #1a3354;
    word-break: keep-all;
  }

  .jr-local-daechi .dae-guide-checklist-mo__details[open] .dae-guide-checklist-mo__chev::after {
    transform: translateY(-35%) rotate(45deg);
  }

  .jr-local-daechi .dae-guide-checklist-mo__chev {
    position: relative;
    width: 10px;
    height: 10px;
    justify-self: end;
  }

  .jr-local-daechi .dae-guide-checklist-mo__chev::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 7px;
    height: 7px;
    border-right: 1.75px solid #b8c5d6;
    border-bottom: 1.75px solid #b8c5d6;
    transform: translateY(-60%) rotate(-45deg);
  }

  .jr-local-daechi .dae-guide-checklist-mo__cta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 14px 14px 14px 16px;
    border-radius: 16px;
    border: 1px solid #b8d4f0;
    background: #eef5fc;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 10px rgba(0, 86, 243, 0.06);
  }

  .jr-local-daechi .dae-guide-checklist-mo__cta:focus-visible {
    outline: 2px solid #0056f3;
    outline-offset: 3px;
  }

  .jr-local-daechi .dae-guide-checklist-mo__cta-icon {
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    color: #0056f3;
    box-shadow: 0 2px 8px rgba(0, 86, 243, 0.12);
  }

  .jr-local-daechi .dae-guide-checklist-mo__cta-copy {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
  }

  .jr-local-daechi .dae-guide-checklist-mo__cta-title {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.3;
    letter-spacing: -0.03em;
    color: #0f2744;
  }

  .jr-local-daechi .dae-guide-checklist-mo__cta-sub {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    color: #5c6b7d;
  }

  .jr-local-daechi .dae-guide-checklist-mo__cta-go {
    flex: 0 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #0056f3;
    color: #fff;
  }
}@media (min-width: 900px) {
  .jr-local-daechi .dae-guide-checklist-mo {
    display: none !important;
  }
}.jr-local-daechi .dae-guide-note-wrap {
  margin: 2rem 0 0;
  padding-top: 1.5rem;
  border-top: 1px solid var(--dae-line-muted-2);
  width: 100%;
  box-sizing: border-box;
}.jr-local-daechi .dae-guide-note {
  margin: 0;
  padding: 0;
  border-top: none;
  font-size: calc(1.66rem * 1.2);
  line-height: 1.74;
  color: #64748b;
}@media (min-width: 900px) {
  .jr-local-daechi .dae-guide-note__br-mo {
    display: none !important;
  }
}.jr-local-daechi .dae-guide-note__link {
  color: #2e5fa1;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 0.15em;
  text-decoration-thickness: 1px;
}.jr-local-daechi .dae-guide-note__link:hover {
  color: #1a2f4d;
}.jr-local-daechi .dae-guide-note__link:focus-visible {
  outline: 2px solid #2e5fa1;
  outline-offset: 3px;
  border-radius: 2px;
}.jr-local-daechi #jr-hero-d2-ll-main > .ll-section > .ll-inner:not(.ll-inner--dae-guide), .jr-local-daechi #jr-hero-d2-ll-main > .ll-cta-final > .ll-inner, .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner {
  padding-left: max(1.25rem, env(safe-area-inset-left));
  padding-right: max(1.25rem, env(safe-area-inset-right));
  box-sizing: border-box;
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main > .ll-section > .ll-inner:not(.ll-inner--dae-guide),
  .jr-local-daechi #jr-hero-d2-ll-main > .ll-cta-final > .ll-inner,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner {
    max-width: min(1120px, calc(100% - 3rem));
    padding-left: max(1.5rem, env(safe-area-inset-left));
    padding-right: max(1.5rem, env(safe-area-inset-right));
  }
}@media (min-width: 1200px) {
  .jr-local-daechi #jr-hero-d2-ll-main > .ll-section > .ll-inner:not(.ll-inner--dae-guide),
  .jr-local-daechi #jr-hero-d2-ll-main > .ll-cta-final > .ll-inner,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner {
    max-width: min(1180px, calc(100% - 4rem));
  }
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards > article > h3 {
  font-size: clamp(1.92rem, 1.72rem + 0.52vw, 2.2rem) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
}.jr-local-daechi #jr-hero-d2-ll-main #ll-problem-title.dae-guide-title, .jr-local-daechi #jr-hero-d2-ll-main #ll-problem-title.ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main #ll-types-title.ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main #jr-response-team-title.ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main .dae-media-head .ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main #ll-faq-title.ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main #jr-location-heading.ll-h2--line {
  font-size: calc(1.2 * 1.2 * clamp(1.92rem, 1.72rem + 0.52vw, 2.2rem)) !important;
  font-weight: 700 !important;
  line-height: 1.4 !important;
  letter-spacing: -0.01em !important;
  color: var(--ll-navy, #1a2f4d) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-mo-head .ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main #jr-response-team-title.ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main #ll-faq-title.ll-h2--line, .jr-local-daechi #jr-hero-d2-ll-main #jr-location-heading.ll-h2--line {
  text-align: left !important;
  max-width: none;
}@media (max-width: 767px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards > article:not(.jr-why-core-card) > h3,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards > article.jr-why-core-card > h3 {
    font-size: inherit !important;
    line-height: inherit !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #ll-problem-title.dae-guide-title,
  .jr-local-daechi #jr-hero-d2-ll-main #ll-problem-title.ll-h2--line,
  .jr-local-daechi #jr-hero-d2-ll-main #ll-types-title.ll-h2--line,
  .jr-local-daechi #jr-hero-d2-ll-main #jr-response-team-title.ll-h2--line,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .ll-h2--line,
  .jr-local-daechi #jr-hero-d2-ll-main .dae-media-head .ll-h2--line,
  .jr-local-daechi #jr-hero-d2-ll-main #ll-faq-title.ll-h2--line,
  .jr-local-daechi #jr-hero-d2-ll-main #jr-location-heading.ll-h2--line {
    font-size: calc(1.92rem * 1.2 * 1.2) !important;
    line-height: 1.35 !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main .dae-media-head .ll-lead {
  max-width: none;
  text-align: left !important;
  margin: 0 0 max(0.65rem, calc(max(1lh, 1.75rem) - 1lh)) !important;
  font-size: calc(1.76rem * 1.2);
  line-height: 1.75;
  color: #5c6b7d;
}.jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-add-info .jrinfo, .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-add-info .jrinfo .add, .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-add-info .jrinfo .jr-location-address-text, .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-add-info .jrinfo .tel, .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-transport li, .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-transport li > span, .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-transport li > p {
  font-size: calc(1.76rem * 1.2) !important;
  line-height: 1.75 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-add-info .jrinfo .name {
  font-weight: 700 !important;
  
  font-size: calc(1.76rem * 1.2 * 1.2) !important;
  line-height: 1.75 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-map-apps li a {
  font-size: calc(1.76rem * 1.2 * 0.8) !important;
  line-height: 1.45 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-align: center !important;
  gap: 0.45rem !important;
  width: 100%;
  max-width: 12rem;
  margin-left: auto;
  margin-right: auto;
}.jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-map-apps li a img {
  display: block !important;
  margin: 0 auto !important;
  flex-shrink: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main .ll-section--alt .ll-faq-item summary {
  align-items: center !important;
  font-size: calc(1.56rem * 1.2) !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.4 !important;
  color: #1a2f4d !important;
}.jr-local-daechi #jr-hero-d2-ll-main .ll-section--alt .ll-faq-item summary::before {
  margin-top: 0 !important;
  align-self: center !important;
}.jr-local-daechi #jr-hero-d2-ll-main .ll-section--alt .ll-faq-a {
  
  font-size: calc(1.56rem * 1.2 * 0.8) !important;
  font-weight: 400 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.4 !important;
  color: var(--ll-text, #475569) !important;
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main .ll-section--alt .ll-faq-item summary {
    font-size: calc(1.62rem * 1.2) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main .ll-section--alt .ll-faq-a {
    font-size: calc(1.62rem * 1.2 * 0.8) !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrPress > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrBlog > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner {
  gap: 0 !important;
  row-gap: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility.jr-why-credibility-section > .ll-inner.innerWrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  
  gap: 0 !important;
  row-gap: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head, .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-mo-head {
  display: none;
}.jr-local-daechi #jr-hero-d2-ll-main .ll-section--alt > .ll-inner {
  display: flex;
  flex-direction: column;
  gap: 0 !important;
  row-gap: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-pc-head .dae-media-head .ll-lead, .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-mo-head .dae-media-head .ll-lead, .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .dae-media-head .ll-lead, .jr-local-daechi #jr-hero-d2-ll-main #jrPress .dae-media-head .ll-lead, .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .dae-media-head .ll-lead, .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram .dae-media-head .ll-lead, .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-pc-head .dae-media-head .ll-lead, .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head .dae-media-head .ll-lead, .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .dae-media-head .ll-lead, .jr-local-daechi #jr-hero-d2-ll-main .ll-section--alt .dae-media-head .ll-lead {
  margin-bottom: max(0.65rem, calc(max(1lh, 1.75rem) - 1lh)) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-pc-head > .dae-media-head, .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head .dae-media-head {
  margin-bottom: 0 !important;
}.jr-local-daechi main#jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards, .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap > .jr-why-core-cards {
  justify-items: stretch !important;
  
  margin-top: 0 !important;
  padding-top: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) !important;
  box-sizing: border-box;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards article {
  text-align: left !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards h3 {
  text-align: left !important;
  justify-content: flex-start !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards .jr-why-core-card > h3.jr-why-core-card__hl-title {
  position: relative;
  z-index: 0;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards .jr-why-core-card > h3.jr-why-core-card__hl-title::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  width: calc(100% + 0.2em);
  max-width: 11em;
  height: 0.52em;
  bottom: 0.05em;
  transform: translateX(-50%) rotate(-0.7deg) skewX(-1.5deg);
  pointer-events: none;
  background: linear-gradient(
    98deg,
    rgba(255, 235, 59, 0) 0%,
    rgba(255, 235, 59, 0.72) 7%,
    rgba(255, 241, 118, 0.82) 42%,
    rgba(255, 235, 59, 0.78) 88%,
    rgba(255, 235, 59, 0) 100%
  );
  border-radius: 0.06em 0.22em 0.04em 0.18em;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards .jr-why-core-card__desc {
  text-align: left !important;
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__badge,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__icon,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__tags,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__desc--mo {
    display: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__desc--pc {
    display: block !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards article {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    column-gap: 0.6rem !important;
    row-gap: 0.4rem !important;
  }
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards article::before {
    margin-bottom: 0 !important;
  }
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards article h3 {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards article > .jr-why-core-card__desc--pc {
    flex: 1 1 100% !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards h3::before {
    content: none !important;
    display: none !important;
  }
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-pc-head {
    display: none !important;
  }
  
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head,
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-mo-head {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head.jr-why-credibility-head {
    align-items: flex-start !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head .dae-media-head,
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-mo-head .dae-media-head {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    text-align: left !important;
    align-items: flex-start !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head .dae-faq-mo-kicker,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head .dae-faq-mo-title,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head .dae-media-head h2,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head .dae-media-head .ll-lead {
    text-align: left !important;
    align-self: stretch !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-mo-head .dae-media-head .ll-lead,
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-mo-head .dae-media-head .ll-lead {
    text-align: left !important;
    max-width: none !important;
    
    margin: 0 0 max(0.65rem, calc(max(1lh, 1.75rem) - 1lh)) !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main section:not(.jr-response-team-hero) .dae-guide-lead,
  .jr-local-daechi #jr-hero-d2-ll-main section:not(.jr-response-team-hero) .dae-media-head .ll-lead {
    font-size: 1.42rem !important;
    line-height: 1.56 !important;
    color: #5c6b7d !important;
    font-weight: 400 !important;
    letter-spacing: normal !important;
  }

  
  .jr-local-daechi main#jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap > .jr-why-core-cards {
    margin-top: 0 !important;
    padding-top: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.72rem !important;
    width: 100% !important;
    justify-items: stretch !important;
    counter-reset: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
    position: relative !important;
    overflow: visible !important;
    padding: 1.05rem 0.62rem 0.95rem !important;
    background: #fff !important;
    border: 1px solid rgba(226, 232, 240, 0.95) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 22px rgba(15, 40, 71, 0.1) !important;
    min-height: 100% !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card::before,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card::after {
    content: none !important;
    display: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__badge {
    position: absolute !important;
    top: 0.55rem !important;
    left: 0.55rem !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 1.55rem !important;
    height: 1.55rem !important;
    border-radius: 50% !important;
    background: linear-gradient(180deg, #2563eb 0%, #1d4ed8 100%) !important;
    color: #fff !important;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    line-height: 1 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 3.35rem !important;
    height: 3.35rem !important;
    margin: 0.2rem 0 0.45rem !important;
    border-radius: 12px !important;
    background: linear-gradient(180deg, #e8f1ff 0%, #d6e6ff 100%) !important;
    box-shadow: inset 0 0 0 1px rgba(96, 165, 250, 0.4) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__icon img {
    width: auto !important;
    height: 2.5rem !important;
    max-width: 88% !important;
    object-fit: contain !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards .jr-why-core-card > h3 {
    display: block !important;
    width: 100% !important;
    margin: 0 0 0.42rem !important;
    padding: 0 0.1rem !important;
    font-size: 1.86rem !important;
    font-weight: 700 !important;
    line-height: 1.34 !important;
    letter-spacing: -0.025em !important;
    color: #0f172a !important;
    text-align: center !important;
    justify-content: center !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards h3::before {
    content: none !important;
    display: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__tags {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 0.32rem !important;
    margin: 0 0 0.48rem !important;
    padding: 0 !important;
    list-style: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__tags li {
    display: inline-flex !important;
    padding: 0.22rem 0.55rem !important;
    border-radius: 999px !important;
    background: #eef2ff !important;
    color: #1e40af !important;
    font-size: 1.12rem !important;
    font-weight: 600 !important;
    line-height: 1.28 !important;
    letter-spacing: -0.01em !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__desc--pc {
    display: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__desc--mo {
    display: block !important;
    align-self: stretch !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0.12rem !important;
    font-size: 1.32rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    letter-spacing: -0.015em !important;
    color: #475569 !important;
    text-align: left !important;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews > .ll-inner.innerWrap {
    gap: 0 !important;
    row-gap: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-pc-head {
    display: none !important;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-mo-head > .dae-media-head {
    margin-bottom: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews > .ll-inner.innerWrap > .cont.jr-naver-reviews-stage-wrap {
    margin-top: 0 !important;
    padding-top: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews > .ll-inner.innerWrap > .jr-section-more-wrap {
    margin-top: max(1.5rem, 1.25lh) !important;
  }
}@media (max-width: 390px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card {
    padding: 0.95rem 0.52rem 0.88rem !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-cards .jr-why-core-card > h3 {
    font-size: 1.78rem !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-core-card__desc--mo {
    font-size: 1.26rem !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap > .jr-section-more-wrap {
  
  margin-top: var(--jr-section-head-to-cards-gap, clamp(1.6rem, 4vw, 2.4rem)) !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap > .jr-section-more-wrap a.jr-section-more-btn {
  display: inline-flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 4.5rem !important;
  padding: 0.85rem 1.35rem !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.6rem !important;
  box-sizing: border-box !important;
  border-radius: 9999px !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #f8fafc !important;
  background: linear-gradient(180deg, #1e40af 0%, #172554 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.38) !important;
  transition:
    filter 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap > .jr-section-more-wrap a.jr-section-more-btn:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.55) !important;
  color: #fff !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap > .jr-section-more-wrap a.jr-section-more-btn > span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap > .jr-section-more-wrap a.jr-section-more-btn svg {
  width: 1.35rem !important;
  height: 1.35rem !important;
  flex-shrink: 0 !important;
  stroke: currentColor !important;
  fill: none !important;
}.jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero > .ll-inner, .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrPress > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrBlog > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap, .jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap {
  padding-left: max(1.25rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  padding-right: max(1.25rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  box-sizing: border-box;
  width: 100%;
  max-width: min(1120px, calc(100% - 3rem));
  margin-left: auto;
  margin-right: auto;
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero > .ll-inner,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrPress > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap {
    max-width: min(1120px, calc(100% - 3rem));
    padding-left: max(1.5rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
    padding-right: max(1.5rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px));
  }
}@media (min-width: 1200px) {
  .jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero > .ll-inner,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrPress > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap {
    max-width: min(1180px, calc(100% - 4rem));
  }
}.jr-local-daechi #jr-hero-d2-ll-main {
  --dae-media-head-after: clamp(0.75rem, 1.5vw, 1.2rem);
  --dae-media-body-before: max(
    0.65rem,
    calc(var(--jr-section-head-content-gap, 4.8rem) / 2 - clamp(1.35rem, 3vw, 2.05rem))
  );
  
  --jr-section-head-to-cards-gap: 4.8rem;
  --jr-section-head-content-gap: var(--jr-section-head-to-cards-gap);
  --jr-risk-card-pad-y: 2.2rem;
  --jr-risk-card-pad-x: 1.8rem;
  
  --dae-lead-to-body-stack: calc(var(--dae-media-head-after) + var(--dae-media-body-before));
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main {
    --jr-head-to-body-gap: clamp(2.65rem, 2rem + 1.9vw, 3.55rem);
    --jr-card-title-body-gap: 1.05rem;
    --jr-section-head-to-cards-gap: var(--jr-head-to-body-gap);
    --jr-section-head-content-gap: var(--jr-section-head-to-cards-gap);
  }
}.jr-local-daechi #jr-hero-d2-ll-main .dae-media-head {
  width: 100%;
  box-sizing: border-box;
  
  margin-bottom: var(--dae-media-head-after);
}.jr-local-daechi #jr-hero-d2-ll-main .dae-media-head .ll-h2--line {
  
  color: var(--ll-navy);
  margin: 0 !important;
  padding: 0 0 0.65rem !important;
  text-align: left !important;
  max-width: none !important;
  width: 100% !important;
  display: block !important;
  border: none !important;
  border-image: none !important;
  box-sizing: border-box;
}.jr-local-daechi #jr-hero-d2-ll-main h2.ll-h2--line {
  border-bottom: none !important;
  border-image: none !important;
}.jr-local-daechi #jr-hero-d2-ll-main h2.ll-h2--line::after {
  content: "" !important;
  display: block !important;
  width: 100% !important;
  height: var(--dae-title-rule-h, 4px) !important;
  margin-top: 0.65rem !important;
  border-radius: 3px !important;
  background: var(--dae-title-rule-bg) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.32),
    0 1px 0 rgba(255, 255, 255, 0.55),
    0 2px 10px rgba(26, 47, 77, 0.2) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jr-response-team-title.ll-h2--line {
  text-align: left !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jr-response-team-title.ll-h2--line::after {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jr-response-team-title.ll-h2--line::after {
    width: 100% !important;
    max-width: 100% !important;
  }
}@container jr-response-team-inner (min-width: 600px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jr-response-team-title.ll-h2--line::after {
    width: 100% !important;
    max-width: 100% !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main .ll-section--dae-case-types > .ll-inner > .dae-media-head {
  margin-bottom: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main .ll-section--dae-case-types > .ll-inner > .ll-card-grid {
  margin-top: 0 !important;
  padding-top: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews > .ll-inner.innerWrap > .cont.jr-naver-reviews-stage-wrap {
  margin-top: var(--dae-media-body-before);
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews.jr-naver-reviews-section {
  --jr-naver-meta-fs: calc(var(--jr-type-body, 1.62rem) * 0.96);
  
  --jr-naver-fade-row-y: calc(
    clamp(1.75rem, 3.5vw, 2.35rem) + 2.85rem + 0.5rem + (var(--jr-naver-meta-fs) * 1.65) + 20px
  );
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-pc-head .dae-media-head,
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-pc-head .dae-media-head .ll-h2--line,
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-daechi-pc-head .dae-media-head .ll-lead {
    text-align: left !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-grid:not(.jr-naver-reviews-grid--single) {
  gap: clamp(0.75rem, 1.2vw, 1.2rem) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card {
  padding-top: clamp(1.75rem, 3.5vw, 2.35rem) !important;
  padding-bottom: clamp(1.75rem, 3.5vw, 2.35rem) !important;
  padding-left: clamp(0.7rem, 1.6vw, 1.05rem) !important;
  padding-right: clamp(0.7rem, 1.6vw, 1.05rem) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card__category {
  font-size: var(--jr-naver-meta-fs) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews.jr-naver-reviews-section.sect {
  text-align: center !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-section-more-wrap {
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .cont.jr-naver-reviews-stage-wrap {
  width: 100% !important;
  max-width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  box-sizing: border-box !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-stage {
  position: relative !important;
  width: 100% !important;
  max-width: calc(1200px + 7rem) !important;
  padding: 0 clamp(2.75rem, 4vw, 3.5rem) !important;
  box-sizing: border-box !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-fade-root {
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-viewport {
  overflow: hidden !important;
  width: 100% !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-bottom: 2px !important;
  margin-bottom: -2px !important;
  box-sizing: border-box !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-grid {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: max-content !important;
  min-width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  transition: transform 0.42s cubic-bezier(0.25, 0.1, 0.25, 1) !important;
  will-change: transform !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-grid.jr-naver-slide--no-trans {
  transition: none !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-grid--single {
  display: grid !important;
  grid-template-columns: 1fr !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 28rem !important;
  margin-left: auto !important;
  margin-right: auto !important;
  transition: none !important;
  will-change: auto !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-grid-cell {
  display: flex !important;
  min-width: 0 !important;
  min-height: 0 !important;
  flex: 0 0 var(--jr-naver-cell, min(100%, 320px)) !important;
  box-sizing: border-box !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-grid--single .jr-naver-grid-cell {
  flex: 1 1 auto !important;
  max-width: 100% !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-grid-cell--empty {
  visibility: hidden !important;
  pointer-events: none !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-fade-controls {
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  pointer-events: none !important;
  z-index: 3 !important;
  margin: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-fade-btn {
  pointer-events: auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: clamp(3rem, 5vw, 3.5rem) !important;
  height: clamp(3rem, 5vw, 3.5rem) !important;
  border-radius: 50% !important;
  border: 1px solid rgba(45, 36, 24, 0.12) !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: var(--brown800, #5c4f42) !important;
  box-shadow: 0 4px 14px rgba(45, 36, 24, 0.1) !important;
  box-sizing: border-box !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  transform: none !important;
  opacity: 1 !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  border: 1px solid #b0a090 !important;
  border-radius: 16px !important;
  box-shadow: 0 2px 10px rgba(45, 36, 25, 0.06) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card__profile {
  flex-shrink: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  align-self: stretch !important;
  width: 100% !important;
  text-align: center !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card__profile .jr-naver-review-idline, .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card__profile .review-card__name, .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card__profile .review-card__category {
  text-align: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card__profile .jr-naver-review-idline {
  margin-top: 0 !important;
  margin-bottom: 0.5rem !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card__body {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  text-align: left !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .review-card__text {
  color: #7d6e65 !important;
  font-size: var(--jr-naver-meta-fs) !important;
  line-height: 1.65 !important;
  text-align: left !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding-bottom: 0.12em !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 5 !important;
  line-clamp: 5 !important;
  overflow: hidden !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-grid--single .review-card__text {
  display: block !important;
  -webkit-line-clamp: unset !important;
  line-clamp: unset !important;
  overflow: visible !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-place-link {
  margin-top: auto !important;
  padding-top: 1rem !important;
  flex-shrink: 0 !important;
  display: inline-block !important;
  align-self: center !important;
  font-size: 1.45rem !important;
  font-weight: 600 !important;
  color: #03a84d !important;
  text-decoration: none !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-place-link:hover {
  text-decoration: underline !important;
  color: #038a3d !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews a.jr-section-more-btn {
  display: inline-flex !important;
  width: min(100%, 24rem) !important;
  min-width: min(100%, 24rem) !important;
  max-width: min(100%, 24rem) !important;
  min-height: 4.5rem !important;
  padding: 0.85rem 1.35rem !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.6rem !important;
  box-sizing: border-box !important;
  border-radius: 9999px !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews a.jr-section-more-btn > span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews a.jr-section-more-btn svg {
  width: 1.35rem !important;
  height: 1.35rem !important;
  flex-shrink: 0 !important;
  
  stroke: currentColor !important;
  fill: none !important;
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-grid-cell--empty {
    display: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-stage {
    padding: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-viewport {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: max(8px, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(8px, env(safe-area-inset-right, 0px)) !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-reviews-grid--single {
    max-width: min(28rem, 100%) !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-fade-controls {
    left: -0.8rem !important;
    right: -0.8rem !important;
    top: var(--jr-naver-fade-row-y) !important;
    transform: translateY(-50%) !important;
  }
}@media (max-width: 390px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews .jr-naver-fade-btn {
    width: 3.2rem !important;
    height: 3.2rem !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap > .dae-media-head {
  margin-bottom: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap > .cont {
  margin-top: 0 !important;
  padding-top: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) !important;
  box-sizing: border-box;
}.jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__body, .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__text {
  text-align: left !important;
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap {
    gap: 0 !important;
    row-gap: 0 !important;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap > .cont {
    margin-top: 0 !important;
    padding-top: calc(
      var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) + (1.76rem * 1.2 * 1.75)
    ) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-slider-container.swiper {
    overflow: visible !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card {
    padding: var(--jr-risk-card-pad-y, 2.2rem) var(--jr-risk-card-pad-x, 1.8rem) !important;
    box-sizing: border-box !important;
    transform: none !important;
    opacity: 1 !important;
    background: var(--temple-card, #fff) !important;
    border-radius: 20px !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .swiper-slide-active .review-card {
    transform: none !important;
    opacity: 1 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__profile {
    margin-bottom: 20px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__img-box {
    width: 8rem !important;
    height: 8rem !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
    background-color: var(--brown100, #eef4fc) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__img-box img {
    transform: scale(1.1) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__name {
    display: block !important;
    font-size: var(--jr-type-card-title, clamp(1.82rem, 1.63rem + 0.51vw, 2.11rem)) !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    color: var(--temple-text, var(--brown900, #0f172a)) !important;
    margin-bottom: 5px !important;
    text-align: center !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__category {
    display: block !important;
    font-size: var(--jr-type-body, clamp(1.53rem, 1.41rem + 0.29vw, 1.69rem)) !important;
    line-height: 1.72 !important;
    letter-spacing: -0.004em !important;
    color: var(--temple-text-muted, var(--brown800, #334e68)) !important;
    text-align: center !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__body {
    border-top: 1px solid var(--brown200, var(--temple-border, #e2e8f0)) !important;
    padding-top: 20px !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__text {
    font-size: var(--jr-type-body, clamp(1.53rem, 1.41rem + 0.29vw, 1.69rem)) !important;
    line-height: 1.72 !important;
    letter-spacing: -0.004em !important;
    word-break: keep-all !important;
    color: var(--temple-text-muted, #475569) !important;
    margin: 0 !important;
    text-align: left !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-btn {
    display: flex !important;
  }
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap > .cont {
    overflow: hidden !important;
    padding-bottom: clamp(1.5rem, 2.5vw, 2.75rem) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-slider-container.swiper {
    overflow: hidden !important;
    padding-block: clamp(2rem, 3vw, 3rem) !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .swiper-wrapper {
    align-items: center !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: auto !important;
    bottom: auto !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .swiper-slide-active {
    bottom: auto !important;
    z-index: 2 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card {
    width: 100% !important;
    padding: 2.75rem 2rem 3.25rem !important;
    box-sizing: border-box !important;
    transform: scale(0.8) !important;
    transform-origin: center center !important;
    opacity: 0.82 !important;
    transition:
      transform 0.35s ease,
      opacity 0.35s ease,
      box-shadow 0.35s ease !important;
    background: var(--temple-card, #fff) !important;
    border: 1px solid #b0a090 !important;
    border-radius: 20px !important;
    box-shadow: 0 2px 10px rgba(45, 36, 25, 0.07) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .swiper-slide-active .review-card {
    transform: scale(1.1) !important;
    transform-origin: center center !important;
    opacity: 1 !important;
    z-index: 2 !important;
    box-shadow: 0 8px 22px rgba(45, 36, 25, 0.12) !important;
    border-color: #9a8a78 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__profile {
    margin-bottom: 1.35rem !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__body {
    padding-top: 1.35rem !important;
    padding-bottom: 0.5rem !important;
    border-top: 1px solid var(--brown200, #e2e8f0) !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrReview .review-card__text {
    font-size: var(--jr-type-body, clamp(1.53rem, 1.41rem + 0.29vw, 1.69rem)) !important;
    line-height: 1.72 !important;
    letter-spacing: -0.004em !important;
    word-break: keep-all !important;
    margin: 0 !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main .ll-section--alt > .ll-inner > .ll-faq-list {
  margin-top: var(--dae-media-body-before) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast > .ll-inner.innerWrap > .jr-media-width, .jr-local-daechi #jr-hero-d2-ll-main #jrPress > .ll-inner.innerWrap > .jr-media-width, .jr-local-daechi #jr-hero-d2-ll-main #jrBlog > .ll-inner.innerWrap > .jr-media-width {
  margin-top: var(--dae-media-body-before) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap {
  gap: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap > .dae-media-head {
  margin-bottom: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap > .jr-media-width {
  margin-top: 0 !important;
  padding-top: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-media-width > .jr-section-more-wrap, .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-media-width > .jr-section-more-wrap, .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-media-width > .jr-section-more-wrap, .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram .jr-media-width > .jr-section-more-wrap {
  margin-top: max(1.5rem, 1.25lh) !important;
  margin-bottom: 0 !important;
  max-width: 100% !important;
  display: flex !important;
  justify-content: center !important;
  width: 100% !important;
  box-sizing: border-box !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn, .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn, .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn, .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn {
  display: inline-flex !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 4.5rem !important;
  padding: 0.85rem 1.35rem !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.6rem !important;
  box-sizing: border-box !important;
  border-radius: 9999px !important;
  font-size: 1.35rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  color: #f8fafc !important;
  background: linear-gradient(180deg, #1e40af 0%, #172554 100%) !important;
  border: 1px solid rgba(56, 189, 248, 0.38) !important;
  transition:
    filter 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn:hover, .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn:hover, .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn:hover, .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn:hover {
  filter: brightness(1.07);
  transform: translateY(-1px);
  border-color: rgba(125, 211, 252, 0.55) !important;
  color: #fff !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn > span, .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn > span, .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn > span, .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn > span {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn svg, .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn svg, .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn svg {
  width: 1.35rem !important;
  height: 1.35rem !important;
  flex-shrink: 0 !important;
  stroke: currentColor !important;
  fill: none !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrInstagram .jr-media-width > .jr-section-more-wrap a.jr-section-more-btn .jr-instagram-more-icon {
  width: 1.35rem !important;
  height: 1.35rem !important;
  flex-shrink: 0 !important;
  object-fit: contain !important;
  display: block !important;
}.jr-local-daechi #jr-hero-d2-ll-main > section:nth-of-type(odd) {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;
  background: var(--dae-bg-pattern-1) !important;
}.jr-local-daechi #jr-hero-d2-ll-main > section:nth-of-type(odd)::before {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: 0 !important;
  pointer-events: none !important;
  opacity: 0.05 !important;
  background-image: url("/images/CI_symbol_dark.svg"), url("/images/CI_symbol_dark.svg") !important;
  background-repeat: no-repeat, no-repeat !important;
  background-position: 90% 18%, 6% 88% !important;
  background-size: clamp(100px, 18vw, 200px) auto, clamp(64px, 11vw, 120px) auto !important;
}@media (max-width: 767px) {
  .jr-local-daechi #jr-hero-d2-ll-main > section:nth-of-type(odd)::before {
    opacity: 0.038 !important;
    background-position: 92% 12%, 4% 92% !important;
    background-size: clamp(72px, 28vw, 140px) auto, clamp(48px, 16vw, 88px) auto !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main > section:nth-of-type(even) {
  position: relative !important;
  isolation: isolate !important;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  background: var(--dae-bg-pattern-2) !important;
}.jr-local-daechi #jr-hero-d2-ll-main > section:nth-of-type(even)::before {
  content: none !important;
  display: none !important;
}.jr-local-daechi #jr-hero-d2-ll-main > section:nth-of-type(odd) > .ll-inner, .jr-local-daechi #jr-hero-d2-ll-main > section:nth-of-type(odd) > .innerWrap, .jr-local-daechi #jr-hero-d2-ll-main > section:nth-of-type(even) > .ll-inner, .jr-local-daechi #jr-hero-d2-ll-main > section:nth-of-type(even) > .innerWrap {
  position: relative !important;
  z-index: 1 !important;
  background: transparent !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility.jr-why-credibility-section::after {
  content: none !important;
  display: none !important;
}@media screen and (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main > .ll-section > .ll-inner:not(.ll-inner--dae-guide),
  .jr-local-daechi #jr-hero-d2-ll-main > .ll-cta-final > .ll-inner,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner {
    padding-left: calc(2 * var(--jr-page-padding-inline-start, max(1rem, env(safe-area-inset-left, 0px))));
    padding-right: calc(2 * var(--jr-page-padding-inline-end, max(1rem, env(safe-area-inset-right, 0px))));
  }

  .jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero > .ll-inner,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrPress > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap {
    padding-left: max(1.25rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px)) !important;
    padding-right: max(1.25rem, env(safe-area-inset-left, 0px), env(safe-area-inset-right, 0px)) !important;
    box-sizing: border-box !important;
  }
}@media (max-width: 899px) {
  
  .jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero > .ll-inner {
    padding-bottom: max(0.45rem, calc(var(--dae-inner-pad-y) - 2lh)) !important;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero.visual {
    padding-bottom: max(0.65rem, calc(var(--dae-section-pad-y) - 1lh)) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero.visual #jr-hero-design-response-team .jr-hero-fixed.jr-hero-fixed--primary > .lawyer-info {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    bottom: auto !important;
    top: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: none !important;
    box-sizing: border-box !important;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero.visual #jr-hero-design-response-team .visual_right {
    max-width: none !important;
    width: 100% !important;
    justify-content: stretch !important;
    align-items: stretch !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed-duo {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    justify-content: stretch !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main > section.jr-response-team-hero.visual #jr-hero-design-response-team .visual_right .jr-hero-fixed-duo .jr-hero-fixed--primary {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-media-width {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-broadcast-grid {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 1.5rem !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-broadcast-card {
    display: block !important;
    background: var(--temple-card, #fff) !important;
    border: 1px solid var(--temple-border, #e2e8f0) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 16px rgba(15, 40, 71, 0.07) !important;
    cursor: pointer !important;
    text-align: left !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-video-wrap {
    position: relative !important;
    aspect-ratio: 16 / 9 !important;
    background: #e5e7eb !important;
    overflow: hidden !important;
    border-radius: 12px 12px 0 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-video-thumb {
    position: absolute !important;
    inset: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-video-thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-channel-badge {
    position: absolute !important;
    left: 0.75rem !important;
    top: 0.75rem !important;
    padding: 0.3rem 0.6rem !important;
    border-radius: 4px !important;
    background: rgba(15, 23, 42, 0.88) !important;
    color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.02em !important;
    max-width: calc(100% - 1.5rem) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    z-index: 1 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-duration-badge {
    position: absolute !important;
    right: 0.75rem !important;
    bottom: 0.75rem !important;
    padding: 0.25rem 0.5rem !important;
    border-radius: 4px !important;
    background: rgba(15, 23, 42, 0.88) !important;
    color: #fff !important;
    font-size: 1.1rem !important;
    z-index: 1 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-play-btn {
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 6.5rem !important;
    height: 6.5rem !important;
    min-width: 6.5rem !important;
    min-height: 6.5rem !important;
    border-radius: 50% !important;
    background: rgba(51, 51, 51, 0.65) !important;
    border: 3px solid #b87c48 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 2 !important;
    padding: 0 !important;
    margin: 0 !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-play-btn svg {
    width: 2.6rem !important;
    height: 2.6rem !important;
    fill: #b87c48 !important;
    margin-left: 0.15rem !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-video-iframe-wrap {
    position: absolute !important;
    inset: 0 !important;
    z-index: 3 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-video-iframe-wrap iframe {
    width: 100% !important;
    height: 100% !important;
    border: 0 !important;
    display: block !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-broadcast-card-body {
    padding: 0 1rem 1rem 1rem !important;
    display: flex !important;
    flex-direction: column !important;
    gap: var(--jr-card-title-body-gap, 1.05rem) !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-broadcast-card-body h3 {
    font-size: clamp(1.48rem, 1.36rem + 0.28vw, 1.62rem) !important;
    font-weight: 700 !important;
    color: var(--temple-text, #0f172a) !important;
    margin: 0 !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-broadcast-card-body p {
    font-size: clamp(1.28rem, 1.2rem + 0.2vw, 1.4rem) !important;
    color: var(--temple-text-muted, #475569) !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-broadcast-meta {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    font-size: 1.2rem !important;
    color: #64748b !important;
    margin-top: auto !important;
    gap: 0.5rem !important;
    flex-wrap: wrap !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-broadcast-meta .jr-meta-date,
  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-broadcast-meta .jr-meta-views {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.35rem !important;
    min-width: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast .jr-broadcast-meta svg {
    width: 1.4rem !important;
    height: 1.4rem !important;
    flex-shrink: 0 !important;
  }
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-list {
    display: flex !important;
    flex-direction: column !important;
    gap: clamp(0.7rem, 1.5vw, 1.05rem) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    list-style: none !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: visible !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-empty {
    font-size: calc(1.4rem * 1.1) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-list > .jr-press-card:nth-child(n + 4) {
    display: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
    border-radius: clamp(10px, 1.2vw, 14px) !important;
    box-shadow:
      0 1px 2px rgba(15, 23, 42, 0.05),
      0 6px 18px rgba(15, 23, 42, 0.06) !important;
    overflow: hidden !important;
    cursor: pointer !important;
    transition:
      transform 0.18s ease,
      border-color 0.18s ease,
      box-shadow 0.18s ease,
      background-color 0.18s ease !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(148, 163, 184, 0.85) !important;
    box-shadow:
      0 2px 4px rgba(15, 23, 42, 0.06),
      0 12px 28px rgba(15, 23, 42, 0.1) !important;
    background: #fff !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card:hover .jr-press-card-left {
    background: #f1f5f9 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card:hover .jr-press-card-center,
  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card:hover .jr-press-card-right {
    background: #fafbfc !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card:focus-within {
    outline: 2px solid rgba(37, 99, 235, 0.45) !important;
    outline-offset: 2px !important;
    position: relative !important;
    z-index: 1 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-left {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    padding: clamp(1.15rem, 1rem + 0.45vw, 1.65rem) clamp(1rem, 0.88rem + 0.4vw, 1.35rem) !important;
    min-width: 0 !important;
    width: 100% !important;
    background: #f8fafc !important;
    border: none !important;
    box-sizing: border-box !important;
    transition: background-color 0.18s ease !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-left {
    flex-direction: row !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 0.35rem 0.5rem !important;
    justify-content: flex-start !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-cat {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.32rem !important;
    padding: 0.26rem 0.68rem !important;
    border-radius: 999px !important;
    background: #166534 !important;
    color: #fff !important;
    font-size: calc(1.08rem * 1.1) !important;
    font-weight: 600 !important;
    width: fit-content !important;
    line-height: 1.2 !important;
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.12) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card[data-category="online"] .jr-press-cat {
    background: #1d4ed8 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card[data-category="broadcast"] .jr-press-cat {
    background: #6d28d9 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-cat svg {
    width: calc(1.05rem * 1.1) !important;
    height: calc(1.05rem * 1.1) !important;
    flex-shrink: 0 !important;
    stroke: #fff !important;
    fill: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-source {
    font-size: calc(1.2rem * 1.1) !important;
    color: #334155 !important;
    font-weight: 600 !important;
    text-align: left !important;
    line-height: 1.25 !important;
    width: auto !important;
    min-width: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-center {
    padding: clamp(1.2rem, 1rem + 0.45vw, 1.75rem) clamp(1rem, 0.88rem + 0.4vw, 1.45rem) !important;
    min-width: 0 !important;
    text-align: left !important;
    background: #fff !important;
    transition: background-color 0.18s ease !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-center h3 {
    font-size: calc(1.1 * clamp(1.65rem, 1.35rem + 0.45vw, 1.95rem)) !important;
    font-weight: 700 !important;
    color: #020617 !important;
    margin: 0 0 clamp(0.45rem, 0.35rem + 0.25vw, 0.65rem) 0 !important;
    line-height: 1.35 !important;
    text-align: left !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-center p {
    font-size: calc(1.28rem * 1.1) !important;
    color: #475569 !important;
    margin: 0 !important;
    line-height: 1.5 !important;
    display: -webkit-box !important;
    line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-right {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 0.65rem !important;
    padding: clamp(1.15rem, 0.95rem + 0.45vw, 1.65rem) clamp(1rem, 0.88rem + 0.4vw, 1.35rem) !important;
    border-top: 1px solid #e8ecf1 !important;
    border-left: none !important;
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fff !important;
    transition: background-color 0.18s ease !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-date {
    font-size: calc(1.12rem * 1.1) !important;
    color: #64748b !important;
    line-height: 1.25 !important;
    font-variant-numeric: tabular-nums !important;
    flex-shrink: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-link {
    display: inline-flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: center !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    font-size: calc(1.22rem * 1.1) !important;
    color: #0c3480 !important;
    font-weight: 600 !important;
    gap: 0.35rem !important;
    line-height: 1.25 !important;
    padding: 0.42rem 0.75rem !important;
    border-radius: 10px !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    cursor: pointer !important;
    transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-link:hover {
    color: #082654 !important;
    background: rgba(37, 99, 235, 0.12) !important;
    border-color: rgba(37, 99, 235, 0.35) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-link:focus-visible {
    color: #082654 !important;
    background: rgba(37, 99, 235, 0.14) !important;
    border-color: rgba(37, 99, 235, 0.55) !important;
    outline: none !important;
    box-shadow: 0 0 0 2px rgba(37, 99, 235, 0.25) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-link svg {
    width: 1.05em !important;
    height: 1.05em !important;
    flex-shrink: 0 !important;
    stroke: currentColor !important;
    fill: none !important;
  }
}@media (max-width: 899px) and (min-width: 640px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card {
    display: grid !important;
    grid-template-columns: 12rem minmax(0, 1fr) max-content !important;
    grid-template-rows: auto !important;
    align-items: stretch !important;
    column-gap: 0 !important;
    row-gap: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-left {
    flex-direction: column !important;
    align-items: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 0.5rem !important;
    justify-content: center !important;
    align-self: stretch !important;
    width: auto !important;
    border-right: 1px solid #e8ecf1 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-source {
    width: 100% !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-center {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-self: stretch !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-right {
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    align-items: flex-end !important;
    justify-content: center !important;
    gap: 0.55rem !important;
    border-top: none !important;
    border-left: 1px solid #e8ecf1 !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    align-self: stretch !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-right .jr-press-date {
    text-align: right !important;
    width: auto !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-right .jr-press-link {
    align-self: flex-end !important;
  }
}@media (max-width: 899px) and (max-width: 639px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-center h3 {
    font-size: calc(1.58rem * 1.1) !important;
    line-height: 1.38 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-center {
    padding: clamp(1.1rem, 0.95rem + 0.5vw, 1.65rem) clamp(0.95rem, 0.88rem + 0.35vw, 1.15rem) !important;
    border-top: 1px solid #e8ecf1 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-left {
    padding: clamp(1.1rem, 0.95rem + 0.5vw, 1.65rem) clamp(0.95rem, 0.88rem + 0.35vw, 1.15rem) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrPress .jr-press-card-right {
    padding: clamp(1.05rem, 0.9rem + 0.5vw, 1.55rem) clamp(0.95rem, 0.88rem + 0.35vw, 1.15rem) !important;
  }
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.25rem !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  @media (min-width: 768px) {
    .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-grid {
      grid-template-columns: repeat(2, 1fr) !important;
    }
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-card {
    background: #fff !important;
    border: none !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(45, 36, 25, 0.07) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
    text-decoration: none !important;
    color: inherit !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    display: block !important;
    width: 100% !important;
    text-align: left !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin: 0 !important;
    font: inherit !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-thumb {
    position: relative !important;
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    overflow: hidden !important;
    background: #f1ece6 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-thumb img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-body {
    padding: 0.9rem 1rem 1rem !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-body h3 {
    margin: 0 !important;
    font-size: 1.55rem !important;
    font-weight: 700 !important;
    color: #1f1711 !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    line-clamp: 2 !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 4.1rem !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-date {
    margin-top: 0.6rem !important;
    font-size: 1.2rem !important;
    color: #6d6357 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog .jr-blog-empty {
    text-align: center !important;
    padding: 2rem !important;
    color: #6d6357 !important;
    font-size: 1.4rem !important;
  }
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap {
    gap: 0 !important;
    row-gap: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap > .jr-media-width {
    margin-top: 0 !important;
    padding-top: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram a.jr-instagram-card .jr-instagram-card__body {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.5rem !important;
    padding-top: 0.9rem !important;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    padding-bottom: 0 !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram .jr-instagram-card__reaction-hint {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
    box-sizing: border-box !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner > .dae-media-head {
  margin-bottom: 0 !important;
}.jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap > .cont.jr-location-cont {
  margin-top: 0 !important;
  padding-top: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) !important;
  box-sizing: border-box;
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner > .dae-media-head,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner > .dae-media-head {
    margin-bottom: var(--dae-media-head-after) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap > .cont.jr-location-cont,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap > .cont.jr-location-cont {
    margin-top: var(--dae-media-body-before) !important;
    padding-top: 3rem !important;
  }
}.jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-mo-layout {
  display: none;
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap > .cont.jr-location-cont {
    margin-top: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation.section3 .cont.jr-location-cont {
    padding-top: var(--dae-lead-to-body-stack, calc(var(--dae-media-head-after) + var(--dae-media-body-before))) !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    gap: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-mo-layout {
    --jr-loc-mo-pad: 0.85rem;
    --jr-loc-mo-gap: 0.4rem;
    --jr-loc-mo-radius: 18px;
    --jr-loc-mo-border: 1px solid #e8eaed;
    --jr-loc-mo-vline: #e2e5ea;
    --jr-loc-mo-blue: #1d4ed8;
    --jr-loc-mo-blue-title: #1e40af;
    --jr-loc-mo-text: #111827;
    --jr-loc-mo-muted: #6b7280;
    
    --jr-loc-mo-type: var(--jr-type-subtitle, clamp(1.62rem, 1.45rem + 0.34vw, 1.82rem));

    display: flex !important;
    flex-direction: column;
    width: 100%;
    gap: var(--jr-loc-mo-gap);
    box-sizing: border-box;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-add-info,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-map-figure,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-more-wrap {
    display: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card {
    background: #fff;
    border: var(--jr-loc-mo-border);
    border-radius: var(--jr-loc-mo-radius);
    padding: var(--jr-loc-mo-pad);
    box-sizing: border-box;
    box-shadow: none;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card--bundle {
    padding: 0.875rem 0.8125rem 0.8125rem;
    border-radius: var(--jr-loc-mo-radius);
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-row {
    display: grid;
    grid-template-columns: 2.5rem 1px minmax(0, 1fr);
    column-gap: 0.65rem;
    align-items: center;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-row + .jr-loc-mo-row {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid var(--jr-loc-mo-vline);
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-vrule {
    width: 1px;
    align-self: stretch;
    min-height: 2.125rem;
    background: var(--jr-loc-mo-vline);
    justify-self: center;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-row--address .jr-loc-mo-vrule {
    min-height: 2.5rem;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card__icons {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    color: var(--jr-loc-mo-blue);
    justify-self: center;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-ico svg {
    display: block;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-iconcircle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #e8f1ff;
    color: var(--jr-loc-mo-blue);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-iconcircle {
    width: 2.35rem;
    height: 2.35rem;
    justify-self: center;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-iconcircle svg {
    display: block;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card__body {
    min-width: 0;
    text-align: left;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-ico svg {
    width: 1.3125rem;
    height: 1.3125rem;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-card--bundle .jr-loc-mo-iconcircle svg {
    width: 1.125rem;
    height: 1.125rem;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-addr-line1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
    font-weight: 700;
    font-size: var(--jr-loc-mo-type);
    line-height: 1.38;
    letter-spacing: -0.006em;
    color: var(--jr-loc-mo-blue-title);
    word-break: keep-all;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-copy {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    -webkit-tap-highlight-color: transparent;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-copy img {
    display: block;
    width: 1em;
    height: auto;
    opacity: 0.75;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-addr-subline {
    display: flex;
    flex-wrap: nowrap;
    align-items: baseline;
    gap: 0.35em;
    margin: 0.2rem 0 0;
    min-width: 0;
    font-size: var(--jr-loc-mo-type);
    line-height: 1.38;
    letter-spacing: -0.006em;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-addr-subline::-webkit-scrollbar {
    display: none;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-addr-floor {
    flex: 0 0 auto;
    font-weight: 500;
    color: var(--jr-loc-mo-muted);
    white-space: nowrap;
    word-break: keep-all;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-tel-inline.jr-loc-mo-info-title {
    margin: 0;
    display: inline-flex;
    align-items: center;
    gap: 0.22em;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-tel-emoji {
    font-style: normal;
    line-height: 1;
    flex-shrink: 0;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-info-title {
    margin: 0 0 0.1rem;
    font-size: var(--jr-loc-mo-type);
    font-weight: 700;
    line-height: 1.38;
    letter-spacing: -0.006em;
    color: var(--jr-loc-mo-blue-title);
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-info-desc {
    margin: 0;
    font-size: var(--jr-loc-mo-type);
    font-weight: 500;
    line-height: 1.38;
    color: var(--jr-loc-mo-muted);
    word-break: keep-all;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-map-shell {
    width: 100%;
    margin: 0;
    padding: 0.2rem 0 0;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-map-links {
    margin: 0;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.28em 0.42em;
    max-width: 100%;
    font-size: calc(0.88 * var(--jr-loc-mo-type));
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.02em;
    color: var(--jr-loc-mo-muted);
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-map-sep {
    color: #c4cad4;
    font-weight: 400;
    user-select: none;
    padding: 0 0.06em;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-maplink {
    display: inline-flex;
    align-items: center;
    gap: 0.3em;
    color: var(--jr-loc-mo-blue);
    text-decoration: none;
    font-weight: 600;
    white-space: nowrap;
    -webkit-tap-highlight-color: transparent;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-maplink__ico {
    display: block;
    width: 1.05em;
    height: 1.05em;
    object-fit: contain;
    flex-shrink: 0;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-maplink:hover,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-maplink:focus-visible {
    text-decoration: none;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-maplink:hover .jr-loc-mo-maplink__txt,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-maplink:focus-visible .jr-loc-mo-maplink__txt {
    text-decoration: underline;
    text-underline-offset: 0.12em;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-route-wrap {
    position: relative;
    margin: 0;
    border-radius: var(--jr-loc-mo-radius);
    overflow: hidden;
    border: var(--jr-loc-mo-border);
    background: #fff;
    box-shadow: none;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-route-wrap .jr-loc-mo-route {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    overflow: visible;
    background: transparent;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-loc-mo-route-wrap .jr-loc-mo-route img {
    display: block;
    width: 100%;
    height: auto;
  }
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation .jr-location-mo-layout {
    display: none !important;
  }
}@media (min-width: 900px) {
  .jr-local-daechi #jr-hero-d2-ll-main .jr-response-team-hero .jr-response-team-head #jr-response-team-title.ll-h2--line::after {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: calc(100% - 3cm) !important;
    max-width: calc(100% - 3cm) !important;
  }
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main > section.ll-section {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main > section > .ll-inner:not(.ll-inner--dae-guide),
  .jr-local-daechi #jr-hero-d2-ll-main > .ll-cta-final > .ll-inner,
  .jr-local-daechi #jr-hero-d2-ll-main #jrLocation > .innerWrap.jr-location-inner,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrNaverReviews > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrBroadcast > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrPress > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrBlog > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrInstagram > .ll-inner.innerWrap,
  .jr-local-daechi #jr-hero-d2-ll-main #jrReview > .ll-inner.innerWrap {
    width: 100% !important;
    max-width: min(1120px, calc(100% - 1.5rem)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
    padding-left: max(0.625rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(0.625rem, env(safe-area-inset-right, 0px)) !important;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main > section.ll-section--dae-guide > .ll-inner.ll-inner--dae-guide {
    padding-left: calc(max(0.625rem, env(safe-area-inset-left, 0px)) + 20px) !important;
    padding-right: calc(max(0.625rem, env(safe-area-inset-right, 0px)) + 20px) !important;
  }

  
  .jr-local-daechi .ll-section--dae-case-types > .ll-inner > .dae-media-head {
    display: block !important;
    margin-bottom: 0 !important;
    padding-bottom: max(0.65rem, calc(max(1lh, 1.75rem) - 1lh));
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-media-head .ll-h2--line,
  .jr-local-daechi .ll-section--dae-case-types .dae-media-head .ll-lead {
    text-align: left !important;
    max-width: none !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main .ll-section--dae-case-types > .ll-inner > .dae-case-panels,
  .jr-local-daechi #jr-hero-d2-ll-main .ll-section--dae-case-types > .ll-inner > .ll-card-grid.dae-case-panels {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-tabs {
    display: flex !important;
    width: 100%;
    margin: var(--dae-lead-to-body-stack, 1.1rem) 0 12px;
    padding: 0;
    border: 1px solid #e3e7ee;
    border-radius: 12px;
    overflow: hidden;
    box-sizing: border-box;
    background: #f8f9fa;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-tabs__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    padding: 11px 3px;
    border: 0;
    border-left: 1px solid #e3e7ee;
    background: #f8f9fa;
    color: #4a5568;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: -0.03em;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-tabs__btn:first-child {
    border-left: none;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-tabs__btn.is-active,
  .jr-local-daechi .ll-section--dae-case-types .dae-case-tabs__btn[aria-selected="true"] {
    background: #0056f3;
    color: #fff;
    font-weight: 700;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-panels {
    display: block !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 0 !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card {
    display: none;
    height: auto;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card.is-active {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__divider {
    display: none !important;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin: 0 0 12px;
    padding: 16px 14px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #eef1f5;
    box-shadow: 0 4px 20px rgba(26, 47, 77, 0.08);
    box-sizing: border-box;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro-copy {
    flex: 1 1 auto;
    min-width: 0;
  }

  
  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro-copy > h3 {
    margin: 0 0 6px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    letter-spacing: -0.02em !important;
    color: #0056f3 !important;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro-copy > p {
    margin: 0 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    letter-spacing: -0.03em !important;
    color: #111 !important;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__hero-art {
    flex: 0 0 88px;
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: none;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__hero-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-stories {
    margin: 0 0 12px;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion {
    margin: 0 0 10px;
    padding: 0;
    border: none;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 3px 14px rgba(26, 47, 77, 0.09);
    overflow: hidden;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion:last-child {
    margin-bottom: 0;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__summary {
    padding: 14px 12px;
    margin: 0;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__summary-text {
    align-items: center;
    gap: 10px;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__label {
    flex: 0 0 52px;
    width: 52px;
    min-width: 52px;
    height: 52px;
    flex-direction: column;
    align-self: center;
    justify-content: center;
    gap: 1px;
    padding: 6px 4px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.1;
    color: #1a4a7a;
    background: #e8f0fe;
    border: none;
    border-radius: 12px;
    box-shadow: none;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__label-line {
    display: block;
    text-align: center;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__label-line:last-child {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.02em;
    line-height: 1;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__hook {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.03em;
    color: #111;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-hook-br-mo {
    display: block;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__chevron {
    flex-shrink: 0;
    width: 1.15rem;
    height: 1.15rem;
    margin: 0;
    border-radius: 0;
    background: transparent;
    transform: none;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__chevron::after {
    top: 50%;
    left: 50%;
    width: 7px;
    height: 7px;
    border-right: 2px solid #8a94a6;
    border-bottom: 2px solid #8a94a6;
    transform: translate(-65%, -50%) rotate(-45deg);
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion[open] .dae-risk-story__chevron {
    transform: none;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion[open] .dae-risk-story__chevron::after {
    top: 50%;
    transform: translate(-60%, -50%) rotate(-45deg);
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story--accordion .dae-risk-story__body {
    margin: 0;
    padding: 8px 14px 16px 14px;
    border-left: none;
    border-top: 1px solid #eef2f7;
    background: #fafbfd;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__body p {
    margin: 0 0 12px;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.62;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: #3d4f63;
    word-break: keep-all;
    overflow-wrap: break-word;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-risk-story__body p:last-child {
    margin-bottom: 0;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card > .dae-case-card__cta-pc {
    display: none !important;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-next-type {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    margin: 4px 0 0;
    padding: 14px 16px;
    border: 2px solid #0056f3;
    border-radius: 999px;
    background: #fff;
    color: #0056f3;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    box-shadow: 0 2px 12px rgba(0, 86, 210, 0.1);
    -webkit-tap-highlight-color: transparent;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-next-type__icon {
    flex: 0 0 1.35rem;
    width: 1.35rem;
    height: 1.15rem;
    background: center / contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 20'%3E%3Cpath fill='%230056d2' d='M2 4h14v12H2z'/%3E%3Cpath fill='%23003d99' d='M2 4l7-3 7 3v2H2z'/%3E%3C/svg%3E");
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-next-type__arrow {
    flex: 0 0 0.55rem;
    width: 0.55rem;
    height: 0.55rem;
    border-right: 2px solid #0056d2;
    border-bottom: 2px solid #0056d2;
    transform: rotate(-45deg);
  }
}@media (min-width: 900px) {
  .jr-local-daechi .ll-section--dae-case-types .dae-case-tabs,
  .jr-local-daechi .ll-section--dae-case-types .dae-case-next-type {
    display: none !important;
  }

  .jr-local-daechi .ll-section--dae-case-types .dae-case-hook-br-mo {
    display: none !important;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card {
    display: flex !important;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__intro {
    display: flex;
    flex-direction: column;
    padding: clamp(0.375rem, 1vw, 0.75rem) 0 0;
    background: transparent;
    box-shadow: none;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
  }

  .jr-local-daechi .ll-section--dae-case-types .ll-case-card__hero-art {
    display: none !important;
  }

  .jr-local-daechi .dae-v2-hero {
    padding-left: max(5rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(5rem, env(safe-area-inset-right, 0px)) !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main > section > .ll-inner,
  .jr-local-daechi #jr-hero-d2-ll-main > .ll-section > .ll-inner,
  .jr-local-daechi #jr-hero-d2-ll-main > .ll-cta-final > .ll-inner {
    padding-left: max(5rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(5rem, env(safe-area-inset-right, 0px)) !important;
    max-width: min(1180px, calc(100% - 10rem)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .jr-local-daechi .header .gnb_menu .gnb_list > li:not(.gnb_util) {
    display: list-item !important;
  }

  .jr-local-daechi .header .gnb_menu .gnb_list {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
  }

  .jr-local-daechi .header .logo {
    max-width: none !important;
    overflow: visible !important;
    white-space: nowrap !important;
    text-overflow: clip !important;
    flex-wrap: nowrap !important;
  }

  
  .jr-local-daechi .header .logo-tagline {
    font-size: inherit !important;
    letter-spacing: -0.05em;
    white-space: nowrap !important;
  }
}@media (max-width: 899px) {
  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section.ll-section--alt {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .jr-local-daechi .dae-faq-mo-section {
    position: relative;
    margin: 0 0 2.4rem;
    padding: 2.4rem 0 2rem;
    border-radius: 1.6rem;
    background: linear-gradient(165deg, #eef5ff 0%, #f5f9ff 42%, #ffffff 100%);
    box-shadow: 0 0.4rem 2.4rem rgba(30, 64, 175, 0.08);
    overflow: visible;
  }

  .jr-local-daechi .dae-faq-mo-section::before {
    content: "";
    position: absolute;
    top: 0.6rem;
    right: 0.4rem;
    width: 9.2rem;
    height: 7.2rem;
    background: url("/images/dae-faq-mo-deco.png") no-repeat right top / contain;
    opacity: 0.92;
    pointer-events: none;
    z-index: 0;
  }

  .jr-local-daechi .dae-faq-mo-section > * {
    position: relative;
    z-index: 1;
  }

  .jr-local-daechi .dae-faq-mo-head.dae-media-head {
    width: 100%;
    max-width: none;
    box-sizing: border-box;
    margin-bottom: 1.6rem;
    padding-right: 0;
  }

  
  .jr-local-daechi .dae-faq-mo-kicker,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .dae-faq-mo-kicker {
    display: block;
    margin: 0 0 0.4rem;
    padding: 0;
    font-size: 1.66rem;
    font-weight: 500;
    color: #475569;
    letter-spacing: -0.015em;
    line-height: 1.45;
    text-align: left;
  }

  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section .dae-faq-mo-head .ll-h2--line,
  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section #ll-faq-title.dae-faq-mo-title,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .dae-faq-mo-title {
    margin: 0 0 0.85rem !important;
    font-size: 2.64rem !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
    letter-spacing: -0.035em !important;
    color: #0f172a !important;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    box-sizing: border-box;
    border-bottom: none !important;
    border-image: none !important;
    padding: 0 0 0.65rem !important;
    text-align: left !important;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section #ll-faq-title.ll-h2--line::after,
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility #dae-why-jr-h2-mo.ll-h2--line::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.65rem 0 0 !important;
    height: var(--dae-title-rule-h, 4px) !important;
    border-radius: 3px !important;
    background: var(--dae-title-rule-bg) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.32),
      0 1px 0 rgba(255, 255, 255, 0.55),
      0 2px 10px rgba(26, 47, 77, 0.2) !important;
  }

  .jr-local-daechi .dae-faq-mo-head .ll-lead {
    margin: 0 !important;
    padding: 0 !important;
    max-width: none !important;
    width: 100% !important;
    font-size: 1.73rem !important;
    line-height: 1.62 !important;
    color: #475569 !important;
    text-align: left !important;
    letter-spacing: -0.015em !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section > .ll-inner > .ll-faq-list {
    margin-top: 0 !important;
  }

  .jr-local-daechi .dae-faq-mo-section .ll-faq-list {
    display: flex;
    flex-direction: column;
    gap: 1.14rem;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    list-style: none;
    box-sizing: border-box;
  }

  
  .jr-local-daechi .dae-faq-mo-section .dae-faq-mo-item {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
    border-radius: clamp(10px, 1.2vw, 14px);
    background: #fff;
    box-shadow:
      0 1px 2px rgba(15, 23, 42, 0.05),
      0 6px 18px rgba(15, 23, 42, 0.06);
    overflow: hidden;
  }

  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section .dae-faq-mo-item summary {
    display: flex !important;
    align-items: center !important;
    gap: 0.96rem;
    padding: 1.38rem 1.26rem 1.38rem 1.38rem !important;
    list-style: none;
    cursor: pointer;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    line-height: 1.52 !important;
    letter-spacing: -0.025em !important;
    color: #0f172a !important;
    -webkit-tap-highlight-color: transparent;
  }

  .jr-local-daechi .dae-faq-mo-section .dae-faq-mo-item summary::-webkit-details-marker {
    display: none;
  }

  .jr-local-daechi .dae-faq-mo-section .dae-faq-mo-item summary::before,
  .jr-local-daechi .dae-faq-mo-section .dae-faq-mo-item summary::after {
    display: none !important;
    content: none !important;
  }

  .jr-local-daechi .dae-faq-mo-qbadge {
    display: none;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #1e3a8a;
    color: #fff;
    font-size: 1.26rem;
    font-weight: 700;
    letter-spacing: -0.02em;
  }

  .jr-local-daechi .dae-faq-mo-item[open] .dae-faq-mo-qbadge {
    display: flex;
  }

  .jr-local-daechi .dae-faq-mo-row-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 3.18rem;
    height: 3.18rem;
    border-radius: 50%;
    background: #e8f1ff;
  }

  .jr-local-daechi .dae-faq-mo-item[open] .dae-faq-mo-row-icon {
    display: none;
  }

  .jr-local-daechi .dae-faq-mo-q {
    flex: 1;
    min-width: 0;
    margin: 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.52;
    letter-spacing: -0.025em;
    color: #0f172a;
    text-align: left;
    word-break: keep-all;
  }

  .jr-local-daechi .dae-faq-mo-item:not([open]) .dae-faq-mo-q {
    font-weight: 600;
    font-size: 1.78rem;
    line-height: 1.54;
    color: #1e293b;
  }

  .jr-local-daechi .dae-faq-mo-toggle {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.64rem;
    height: 2.64rem;
    border-radius: 50%;
    font-size: 1.74rem;
    font-weight: 400;
    line-height: 1;
    color: #2563eb;
    background: #e8f1ff;
    transition: background 0.2s, color 0.2s;
  }

  .jr-local-daechi .dae-faq-mo-toggle::before {
    content: "+";
    display: block;
    margin-top: -0.05rem;
  }

  .jr-local-daechi .dae-faq-mo-item[open] .dae-faq-mo-toggle {
    color: #fff;
    background: #1e3a8a;
    font-size: 1.92rem;
    font-weight: 300;
  }

  .jr-local-daechi .dae-faq-mo-item[open] .dae-faq-mo-toggle::before {
    content: "−";
    margin-top: 0;
  }

  
  .jr-local-daechi .dae-faq-mo-answer {
    display: grid;
    grid-template-columns: 3rem 0.9rem minmax(0, 1fr);
    column-gap: 0;
    row-gap: 0;
    align-items: start;
    margin: 0;
    padding: 1.32rem 1.26rem 1.56rem 1.38rem;
    background: #f0f6ff;
    border-top: 1px solid #e2ecfb;
  }

  .jr-local-daechi .dae-faq-mo-answer-icon {
    grid-column: 1;
    grid-row: 1;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background: #dbeafe;
  }

  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section .dae-faq-mo-answer .ll-faq-a {
    grid-column: 3;
    grid-row: 1;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.7rem !important;
    line-height: 1.68 !important;
    letter-spacing: -0.015em !important;
    color: #1e293b !important;
    text-align: left !important;
    font-weight: 400 !important;
    word-break: keep-all !important;
  }
}@media (min-width: 900px) {
  .jr-local-daechi .dae-faq-mo-section::before {
    display: none;
  }

  .jr-local-daechi .dae-faq-mo-section .dae-faq-mo-qbadge,
  .jr-local-daechi .dae-faq-mo-section .dae-faq-mo-row-icon,
  .jr-local-daechi .dae-faq-mo-section .dae-faq-mo-toggle,
  .jr-local-daechi .dae-faq-mo-section .dae-faq-mo-answer-icon {
    display: none !important;
  }

  .jr-local-daechi .dae-faq-mo-answer {
    display: block;
    padding: 0;
    background: transparent;
    border: none;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section .dae-faq-mo-head .dae-faq-mo-kicker {
    display: block !important;
    margin: 0 0 0.35rem;
    padding: 0;
    font-size: 1.38rem;
    font-weight: 500;
    color: #475569;
    letter-spacing: -0.015em;
    line-height: 1.45;
    text-align: left;
  }

  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section #ll-faq-title.dae-faq-mo-title,
  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section #ll-faq-title.ll-h2--line {
    margin: 0 0 0.75rem !important;
    font-size: calc(1.92rem * 1.2 * 1.2) !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
    letter-spacing: -0.035em !important;
    color: #0f172a !important;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    border-bottom: none !important;
    border-image: none !important;
    padding: 0 0 0.65rem !important;
    text-align: left !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main .dae-faq-mo-section #ll-faq-title.ll-h2--line::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.65rem 0 0 !important;
    height: var(--dae-title-rule-h, 4px) !important;
    border-radius: 3px !important;
    background: var(--dae-title-rule-bg) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.32),
      0 1px 0 rgba(255, 255, 255, 0.55),
      0 2px 10px rgba(26, 47, 77, 0.2) !important;
  }

  
  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-pc-head .dae-faq-mo-kicker {
    display: block;
    margin: 0 0 0.35rem;
    padding: 0;
    font-size: 1.38rem;
    font-weight: 500;
    color: #475569;
    letter-spacing: -0.015em;
    line-height: 1.45;
    text-align: left;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility .jr-why-daechi-pc-head .dae-faq-mo-title {
    margin: 0 0 0.75rem !important;
    font-size: calc(1.92rem * 1.2 * 1.2) !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
    letter-spacing: -0.035em !important;
    color: #0f172a !important;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    border-bottom: none !important;
    border-image: none !important;
    padding: 0 0 0.65rem !important;
    text-align: left !important;
  }

  .jr-local-daechi #jr-hero-d2-ll-main #jrWhyCredibility #dae-why-jr-h2.ll-h2--line::after {
    content: "" !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0.65rem 0 0 !important;
    height: var(--dae-title-rule-h, 4px) !important;
    border-radius: 3px !important;
    background: var(--dae-title-rule-bg) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.32),
      0 1px 0 rgba(255, 255, 255, 0.55),
      0 2px 10px rgba(26, 47, 77, 0.2) !important;
  }
}
/* === from local-region-guide-pc-layout.css === */
@media (min-width: 900px) {
  .jr-local-daechi .ll-inner--dae-guide {
    max-width: min(1120px, calc(100% - 3rem));
    padding-left: max(1.5rem, env(safe-area-inset-left));
    padding-right: max(1.5rem, env(safe-area-inset-right));
  }

  .jr-local-daechi .dae-guide-head {
    margin-bottom: 0;
    padding-bottom: max(0.65rem, calc(max(1lh, 1.75rem) - 1lh));
  }

  .jr-local-daechi .dae-guide-title {
    font-size: clamp(2.12rem, 1.55rem + 1.05vw, 2.52rem);
    max-width: none;
  }

  .jr-local-daechi .dae-guide-lead {
    font-size: calc(1.82rem * 1.2);
    max-width: none;
  }

  
  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-pc-layout {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
  }

  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-pc-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.08fr);
    gap: clamp(2rem, 3.5vw, 3.5rem);
    align-items: start;
  }

  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-head {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-kicker {
    margin: 0 0 0.75rem;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: #2563eb;
  }

  .jr-local-daechi #jr-hero-d2-ll-main .dae-guide-legacy-pc .dae-guide-title,
  .jr-local-daechi #jr-hero-d2-ll-main #ll-problem-title.dae-guide-title {
    margin: 0 0 1.1rem !important;
    font-size: clamp(2.8rem, 2.15rem + 1.1vw, 3.5rem) !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
    letter-spacing: -0.035em !important;
    color: #0f172a !important;
    max-width: none !important;
  }

  
  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-lead,
  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-pc-pillar-label {
    font-size: calc(1.76rem * 1.2) !important;
    line-height: 1.75 !important;
    letter-spacing: normal !important;
    max-width: none;
  }

  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-lead {
    margin: 0;
    color: #5c6b7d !important;
    font-weight: 400 !important;
  }

  .jr-local-daechi .dae-guide-pc-divider {
    border: 0;
    border-top: 1px solid #e2e8f0;
    margin: 1.75rem 0 1.5rem;
  }

  .jr-local-daechi .dae-guide-pc-pillars {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, minmax(7.5rem, 1fr));
    gap: 1.35rem 1.5rem;
  }

  .jr-local-daechi .dae-guide-pc-pillar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
    min-width: 0;
  }

  .jr-local-daechi .dae-guide-pc-pillar-icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 3.6rem;
    height: 3.6rem;
    margin-bottom: 0.35rem;
  }

  .jr-local-daechi .dae-guide-pc-pillar-icon svg {
    display: block;
  }

  .jr-local-daechi .dae-guide-pc-pillar-label {
    font-weight: 700 !important;
    color: #0f2744 !important;
  }

  
  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-pc-pillar-desc {
    font-size: 1.5rem !important;
    line-height: 1.65 !important;
    letter-spacing: -0.015em !important;
    font-weight: 400 !important;
    color: #64748b !important;
  }

  .jr-local-daechi .dae-guide-pc-card {
    background: #fff;
    border: 1px solid #e8eef5;
    border-radius: 16px;
    box-shadow: 0 8px 28px rgba(15, 39, 68, 0.08);
    padding: 2rem 1.85rem 1.5rem;
    box-sizing: border-box;
  }

  .jr-local-daechi .dae-guide-pc-timeline {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }

  .jr-local-daechi .dae-guide-pc-timeline::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 36px;
    bottom: 36px;
    width: 2px;
    background: linear-gradient(180deg, #2563eb 0%, rgba(37, 99, 235, 0.25) 100%);
    border-radius: 1px;
    pointer-events: none;
  }

  .jr-local-daechi .dae-guide-pc-timeline-item {
    position: relative;
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    column-gap: 1.15rem;
    margin: 0;
    padding: 0 0 1.4rem;
  }

  .jr-local-daechi .dae-guide-pc-timeline-item:last-child {
    padding-bottom: 0;
  }

  .jr-local-daechi .dae-guide-pc-timeline-num {
    grid-row: 1;
    align-self: start;
    justify-self: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #0f2744;
    color: #fff;
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    font-variant-numeric: tabular-nums;
    line-height: 1;
    position: relative;
    z-index: 1;
  }

  .jr-local-daechi .dae-guide-pc-timeline-body {
    grid-column: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 0.85rem 1.15rem;
    align-items: start;
    padding-bottom: 1.4rem;
    border-bottom: 1px solid #eef2f7;
  }

  .jr-local-daechi .dae-guide-pc-timeline-copy {
    grid-column: 1;
    min-width: 0;
  }

  .jr-local-daechi .dae-guide-pc-timeline-item:last-child .dae-guide-pc-timeline-body {
    padding-bottom: 0;
    border-bottom: none;
  }

  
  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-pc-timeline-icon {
    position: relative;
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    margin-top: 0.05rem;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #c7daf5;
    box-shadow:
      0 0 0 3px rgba(219, 234, 254, 0.65),
      0 3px 12px rgba(37, 99, 235, 0.1);
    box-sizing: border-box;
    overflow: hidden;
  }

  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-pc-timeline-icon::before {
    content: "";
    position: absolute;
    inset: 5px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #ffffff 0%, #f0f6ff 52%, #e8f1ff 100%);
    z-index: 0;
    pointer-events: none;
  }

  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-pc-timeline-icon img {
    position: relative;
    z-index: 1;
    width: 38px;
    height: 38px;
    object-fit: contain;
  }

  .jr-local-daechi .dae-guide-pc-timeline-title {
    margin: 0 0 0.45rem;
    font-size: calc(1.76rem * 1.2) !important;
    font-weight: 800;
    line-height: 1.75 !important;
    letter-spacing: normal;
    color: #0f2744;
  }

  .jr-local-daechi .dae-guide-pc-timeline-text {
    margin: 0;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.65;
    letter-spacing: -0.015em;
    color: #64748b;
    word-break: keep-all;
  }

  .jr-local-daechi .dae-guide-pc-cta {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.85rem 1.25rem;
    width: 100%;
    box-sizing: border-box;
    padding: 1.05rem 1.2rem 1.05rem 1.3rem;
    border: 1.5px solid #2563eb;
    border-radius: 14px;
    background: #fff;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 14px rgba(37, 99, 235, 0.08);
    transition: box-shadow 0.2s ease, border-color 0.2s ease;
  }

  .jr-local-daechi .dae-guide-pc-cta:hover {
    border-color: #1d4ed8;
    box-shadow: 0 6px 22px rgba(37, 99, 235, 0.14);
  }

  .jr-local-daechi .dae-guide-pc-cta:focus-visible {
    outline: 2px solid #2563eb;
    outline-offset: 3px;
  }

  .jr-local-daechi .dae-guide-pc-cta-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 10px;
    background: #eff6ff;
  }

  .jr-local-daechi .dae-guide-pc-cta-copy {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.55;
    color: #475569;
    letter-spacing: -0.01em;
  }

  .jr-local-daechi .dae-guide-pc-cta-link {
    color: #2563eb;
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 0.14em;
    text-decoration-thickness: 1px;
  }

  .jr-local-daechi .dae-guide-pc-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    padding: 0.85rem 1.35rem;
    border-radius: 10px;
    background: #0f2744;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    white-space: nowrap;
    line-height: 1.2;
  }

  .jr-local-daechi .dae-guide-legacy-pc .dae-guide-note-wrap {
    display: none !important;
  }
}@media (min-width: 1180px) {
  .jr-local-daechi .dae-guide-note-wrap .dae-guide-note {
    white-space: nowrap;
  }
}@media (min-width: 1200px) {
  .jr-local-daechi .ll-inner--dae-guide {
    max-width: min(1180px, calc(100% - 4rem));
  }
}@media (min-width: 900px) {
  .jr-local-daechi .header .logo {
    gap: 0.1em;
  }

  .jr-local-daechi .header .logo::before {
    margin-right: 0.175em;
  }
}
/* PC 디자인2: 랜딩 본문만 gangnam 페이지와 동일 — #target 홈형 중복 섹션 숨김 */
@media (min-width: 900px) {
  html[data-jr-hero-design="hakpok_hooks_reference"] main#target > .contents > *:not(#jrMember):not(footer.footer) {
    display: none !important;
  }

  #jr-hero-design-2 .jr-hero-dae-v2-landing .dae-guide-checklist-mo {
    display: none !important;
  }

  #jr-hero-design-2 .jr-hero-dae-v2-landing .dae-guide-legacy-pc {
    display: block !important;
  }

  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing {
    display: block !important;
  }

  /* 유형별 리스크·FAQ·미디어: gangnam PC 컨테이너·그리드 (파서 누락 보정) */
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-local-daechi #jr-hero-d2-ll-main > section > .ll-inner,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-local-daechi #jr-hero-d2-ll-main > .ll-section > .ll-inner,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .jr-local-daechi #jr-hero-d2-ll-main > .ll-cta-final > .ll-inner,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing #jr-hero-d2-ll-main > section > .ll-inner,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing #jr-hero-d2-ll-main > .ll-section > .ll-inner,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing #jr-hero-d2-ll-main > .ll-cta-final > .ll-inner {
    padding-left: max(5rem, env(safe-area-inset-left, 0px)) !important;
    padding-right: max(5rem, env(safe-area-inset-right, 0px)) !important;
    max-width: min(1180px, calc(100% - 10rem)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section--dae-case-types .dae-case-tabs,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section--dae-case-types .dae-case-next-type {
    display: none !important;
  }

  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section--dae-case-types .dae-case-panels,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section--dae-case-types .ll-card-grid.dae-case-panels {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 1rem !important;
    align-items: start !important;
  }

  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .ll-section--dae-case-types .ll-case-card {
    display: flex !important;
    height: auto !important;
    align-self: start !important;
  }

  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .dae-faq-mo-section .dae-faq-mo-qbadge,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .dae-faq-mo-section .dae-faq-mo-row-icon,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .dae-faq-mo-section .dae-faq-mo-toggle,
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .dae-faq-mo-section .dae-faq-mo-answer-icon {
    display: none !important;
  }

  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing .dae-faq-mo-section::before {
    display: none !important;
  }

  /* JR 인스타그램: PC 4열 캐러셀 + 좌우 네비 (참조 gangnam 과 동일) */
  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-grid.jr-instagram-grid--scroll {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    grid-template-columns: initial !important;
  }

  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-nav {
    display: inline-flex !important;
  }

  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-scroll-clip {
    container-type: inline-size !important;
    container-name: jrig !important;
  }

  html[data-jr-hero-design="hakpok_hooks_reference"] #jr-hero-design-2 .jr-hero-dae-v2-landing #jrInstagram .jr-instagram-scroll-clip .jr-instagram-card {
    flex: 0 0 calc((100cqi - 3 * var(--jr-ig-gap, 1rem)) / 4) !important;
    max-width: none !important;
  }
}
