@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

/* ==========================================================================
   index2.php 리뉴얼 전용 스타일
   - 기존 main.css / common.css / sub.css 등은 수정하지 않음
   - 모든 셀렉터는 #r2 네임스페이스 하위로 한정하여 기존 스타일과 충돌 방지
   ========================================================================== */

#r2 { color: #222; font-family: 'SUIT', sans-serif; }
p { box-sizing: border-box; }
#r2 .r2-inr { max-width: 1500px; margin: 0 auto; padding: 0 20px; }
#r2 a { text-decoration: none; color: inherit; }
#r2 ul, #r2 dl, #r2 dd, #r2 dt { margin: 0; padding: 0; list-style: none; }
#r2 img { max-width: 100%; }

#r2 .r2-eng {
    font-weight: 700;
    letter-spacing: 2px;
    color: #0b4fa2;
    font-size: 15px;
    text-transform: uppercase;

    color: #B48F1A;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .28em;
    margin-bottom: 14px;
}

#r2 .r2-head { text-align: center; margin-bottom: 50px; }
#r2 .r2-head .r2-eng { display: block; margin-bottom: 12px; }
#r2 .r2-head h3 { font-size: 32px; font-weight: 700; color: #111; margin: 0;     font-size: clamp(27px, 3.6vw, 44px);
    font-weight: 800;
    color: #fff;
}
#r2 .r2-head h3 span { color: #0b4fa2; }
#r2 .r2-head p { margin-top: 14px; color: #666; font-size: 16px; line-height: 1.6;
    margin: 18px auto 0;
    color: #9aa7ba;
    font-size: clamp(15px, 1.6vw, 18px);
    line-height: 1.7;}

/* ---------- 히어로 ---------- */
#r2-hero {
    position: relative;
    width: 100%;
    height: 820px;
    background: url(../img/main/mvisual.jpg) no-repeat center/cover;
    display: flex;
    align-items: center;
    padding-top: 100px;
}
#r2-hero .r2-hero-video-wrap {
    position: absolute; inset: 0; z-index: 0;
    overflow: hidden; pointer-events: none;
}
#r2-hero .r2-hero-video-wrap:after{
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #131F31;
    opacity: 0.4;
}
#r2-hero .r2-hero-video-wrap iframe {
    position: absolute; top: 50%; left: 50%;
    width: 100vw; height: 56.25vw; /* 16:9 기준 */
    min-width: 177.78vh; min-height: 100vh; /* 16:9 기준, 화면 비율과 무관하게 꽉 채움 (구형 브라우저 폴백) */
    min-width: 177.78svh; min-height: 100svh; /* 모바일 스크롤 시 주소창 접힘/펼침으로 vh가 흔들려 영상이 꿀렁이는 문제 방지 */
    transform: translate(-50%, -50%);
    border: 0;
}
#r2-hero:before {
    content: "";
    position: absolute; inset: 0; z-index: 1;
    background: linear-gradient(180deg, rgba(4,20,48,.55) 0%, rgba(4,20,48,.35) 45%, rgba(4,20,48,.65) 100%);
}
#r2-hero .r2-inr {position: relative;z-index: 2;text-align: center;color: #fff;width: 100%;}
#r2-hero .r2-tag {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 8px 20px; border: 1px solid #ffffff70; border-radius: 30px;
    font-size: 14px; letter-spacing: 1px; margin-bottom: 26px; color: #ffe9a8;
}
#r2-hero .r2-tag i { color: #e2bd55; }
#r2-hero h2 {
    font-size: 52px; font-weight: 900; line-height: 1.4; margin: 0 0 22px;
    text-shadow: 0 2px 18px rgba(0,0,0,.35);
}
#r2-hero h2 .r2-hl { color: #e2bd55; }
#r2-hero p.r2-sub { font-size: 20px; font-weight: 400; color: #eaf0fb; margin: 0 0 40px; line-height: 1.7; }
#r2-hero .r2-cta { display: flex; justify-content: center; gap: 14px; flex-wrap: wrap; }
#r2-hero .r2-btn {
    display: inline-flex; align-items: center; gap: 10px;
    padding: 17px 34px; border-radius: 6px; font-size: 17px; font-weight: 700;
    transition: all .25s;
}
#r2-hero .r2-btn.r2-primary {background: #0b4fa2;color: #fff;}
#r2-hero .r2-btn.r2-primary:hover { background: #093c7d; }
#r2-hero .r2-btn.r2-ghost { background: rgba(255,255,255,.12); color: #fff; border: 1px solid #ffffff70; }
#r2-hero .r2-btn.r2-ghost:hover { background: rgba(255,255,255,.24); }

/* 히어로 하단 통계 배지 (율생 스타일 참고) */
#r2-hero .r2-stats {
    display: flex;
    justify-content: center;
    gap: 0;
    /* background: rgba(255,255,255,.1); */
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 14px;
    backdrop-filter: blur(4px);
    overflow: hidden;
    width: fit-content;
    margin: 50px auto 0;
    padding: 26px 20px;
}
#r2-hero .r2-stats .r2-stat {
    padding: 6px 40px;
    text-align: center;
    border-right: 1px solid rgba(255,255,255,.22);
}
#r2-hero .r2-stats .r2-stat:last-child { border-right: 0; }
#r2-hero .r2-stats .r2-stat p{
    color: #e2bd55;
    font-size: 18px;
}
#r2-hero .r2-stats .r2-stat p strong {
    font-size: 34px;
    font-weight: 800;
}
#r2-hero .r2-stats .r2-stat span { display: block; font-size: 13.5px; color: #eaf0fb; margin-top: 4px; }

/* ---------- 공통 섹션 ---------- */
#r2 .r2-section {padding: 160px 0;}
#r2 .r2-section.r2-bg { background: #f5f8fc; }

/* ---------- 사업영역 ---------- */
#r2-business{background: #131F31}
#r2-business .r2-grid {
    display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px;
}
#r2-business .r2-card {
    background: #fff;
    padding: 60% 24px 36px 24px;
    box-shadow: 0 6px 24px rgba(11,79,162,.08);
    transition: transform .25s, box-shadow .25s, filter .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    filter: brightness(0.9);
}
#r2-business .r2-card:before {
    content: "";
    position: absolute; inset: 0;
    background: linear-gradient(180deg, rgba(0,0,0,0) 40%, rgba(0,0,0,.75) 100%);
}
#r2-business .r2-card:nth-child(1){background-image: url("../img/main/business_swiper01.jpg")}
#r2-business .r2-card:nth-child(2){background-image: url("../img/main/business_swiper02.jpg")}
#r2-business .r2-card:nth-child(3){background-image: url("../img/main/business_swiper03.jpg")}
#r2-business .r2-card:nth-child(4){background-image: url("../img/main/business_swiper04.jpg")}
#r2-business .r2-card:nth-child(5){background-image: url("../img/main/business_swiper05.jpg")}
#r2-business .r2-card:nth-child(6){background-image: url("../img/main/business_swiper06.jpg")}
#r2-business .r2-card:nth-child(7){background-image: url("../img/main/business_swiper07.jpg")}

#r2-business .r2-card:hover { transform: translateY(-8px); box-shadow: 0 14px 30px rgba(11,79,162,.16); filter: brightness(1.05);}
#r2-business .r2-card .r2-num { position: relative; z-index: 1; font-size: 15px; font-weight: 800; color: #fff; opacity: .85; }
#r2-business .r2-card dt {position: relative; z-index: 1; font-size: 22px;font-weight: 700;margin: 10px 0 12px;color: #fff;}
#r2-business .r2-card dd {position: relative; z-index: 1; font-size: 15px;color: #fff;line-height: 1.6;opacity: 0.92;}

/* ---------- 왜 장학준 사무소인가 : 호버 플립카드 (율생 프리미엄서비스 참고) ---------- */
/* 배경 이미지 (임시 - why_bg.jpg 로 교체 예정) */
#r2-why {
    background: linear-gradient(rgba(33,39,51,.9), rgba(33,39,51,.9)), url(../img/main/why_bg.jpg) no-repeat center/cover;
    color: #fff;
}
#r2-why .r2-head p { color: #cfe0f7; }
#r2-why .r2-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px;
}
#r2-why .r2-box { height: 240px; perspective: 1200px; }
#r2-why .r2-flip-inner {
    position: relative; width: 100%; height: 100%;
    transition: transform .6s cubic-bezier(.4,.2,.2,1);
    transform-style: preserve-3d;
}
#r2-why .r2-box:hover .r2-flip-inner { transform: rotateY(180deg); }
#r2-why .r2-flip-front, #r2-why .r2-flip-back {
    position: absolute; inset: 0; backface-visibility: hidden; -webkit-backface-visibility: hidden;
    border-radius: 14px; padding: 32px 20px; text-align: center;
    display: flex; flex-direction: column; align-items: center; justify-content: center;
}
#r2-why .r2-flip-front {
    background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.2);
}
#r2-why .r2-flip-front .r2-num {
    font-weight: 800; font-size: 15px; color: #e2bd55; margin-bottom: 10px;
}
#r2-why .r2-flip-back {
    background: linear-gradient(-32deg, #ac893a 25%, #d4ae57 100%);
    border: 1px solid rgba(226,189,85,.5);
    transform: rotateY(180deg);
    border-color: transparent;
}
#r2-why .r2-box .r2-ico {
    width: 80px;
    aspect-ratio: 1 / 1;
    margin: 0 auto 16px;
    border-radius: 50%;
    background: rgba(255,255,255,.12);
    color: #e2bd55;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}
#r2-why .r2-num{background:RGBA(19, 31, 49,0.2); font-weight: 800; padding: 2px 6px; margin-bottom: 6px; border-radius: 4px;}
#r2-why .r2-box h4 {font-size: 24px;margin: 0 0 8px;line-height: 1.4;}
#r2-why .r2-flip-back p {font-size: 15px;color: #fff;line-height: 1.6;margin: 8px 0 0;opacity: 0.8;}

/* ---------- 신청자격 ~ 파산면책 (긴 랜딩 스타일, STEP 구분) ---------- */
#r2-qualify .r2-head h3{color: #111;}
#r2-qualify .r2-block { position: relative; }
#r2-qualify .r2-qualify-step + .r2-qualify-step {padding-top: 90px;}
#r2-qualify .r2-qualify-step.r2-qualify-step-benefit { padding-top: 0; border-top: 0; margin-top: 90px; position: relative;}
#r2-qualify .r2-sub-head {text-align: center;margin: 0 0 34px;}
#r2-qualify .r2-step-num {
    display: inline-block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2em;
    color: #0b4fa2;
    background: #eaf1fb;
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 16px;
}
#r2-qualify .r2-sub-head h4 {font-size: 34px;color: #111;margin: 0 0 20px;}
#r2-qualify .r2-sub-head h4 span { color: #0b4fa2; }
#r2-qualify .r2-sub-head p {color: #666;font-size: 16px;margin: 0;}

#r2-qualify .r2-grid {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px;
}
#r2-qualify .r2-card {
    background: #fff;
    border-radius: 14px;
    padding: 34px 35px;
    text-align: center;
}
#r2-qualify .r2-card .r2-ico {
    width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 50%;
    background: #eaf1fb; color: #0b4fa2; font-size: 26px;
    display: flex; align-items: center; justify-content: center;
}
#r2-qualify .r2-card h4 {font-size: 20px;margin: 0 0 10px;color: #111;}
#r2-qualify .r2-card p {font-size: 16px;color: #666;line-height: 1.65;margin: 0;}

/* 신청혜택 / 파산장점 리스트 (2열 체크리스트) */
#r2-qualify .r2-benefit-grid {
    display: grid; grid-template-columns: 1fr 1fr; gap: 16px 40px;
    background: #e6ecf5; border: 1px solid #e6ecf5; border-radius: 14px; padding: 36px 40px;
}
#r2-qualify .r2-benefit-grid li {
    display: flex;
    gap: 12px;
    font-size: 16px;
    color: #444;
    line-height: 1.6;
    padding: 10px 0;
    align-items: baseline;
}
#r2-qualify .r2-benefit-grid li i { color: #0b4fa2; margin-top: 3px; }
#r2-qualify .r2-benefit-grid li strong {color: #111;display: block;margin-bottom: 2px;font-size: 20px;}

/* 신청혜택 : 배경 이미지 화면 전체 와이드 (임시 이미지 - benefit_bg.jpg 로 교체 예정) */
#r2-qualify .r2-qualify-step.r2-qualify-step-benefit {
    background: url(../img/main/benefit_bg.jpg) no-repeat center/cover;
    position: relative; overflow: hidden; padding: 70px 0;
}
#r2-qualify .r2-qualify-step-benefit:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #f5f8fc;
    z-index: 0;
    opacity: 0.9;
}
#r2-qualify .r2-qualify-step-benefit > .r2-inr { position: relative; z-index: 1; }

/* 신청혜택 : 좌측 원형 이미지 + 우측 리스트 (달온한의원 recommend_layout 참고) */
#r2-qualify .r2-recommend {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    margin: 70px 0;
}
#r2-qualify .r2-recommend-photo {position: relative;flex: 0 0 auto;width: 480px;aspect-ratio: 1/1;}
#r2-qualify .r2-recommend-ring {
    position: absolute;
    inset: -30px;
    border-radius: 50%;
    border: 1px solid #cfdcee;
}
#r2-qualify .r2-recommend-ring .ring_dot {
    position: absolute; width: 8px; height: 8px; border-radius: 50%;
    background: #fff; box-shadow: 0 0 0 1px #cfdcee;
}
#r2-qualify .r2-recommend-ring .ring_dot.t { top: -4px; left: 50%; transform: translateX(-50%); }
#r2-qualify .r2-recommend-ring .ring_dot.r { right: -4px; top: 50%; transform: translateY(-50%); }
#r2-qualify .r2-recommend-ring .ring_dot.b { bottom: -4px; left: 50%; transform: translateX(-50%); }
#r2-qualify .r2-recommend-ring .ring_dot.l { left: -4px; top: 50%; transform: translateY(-50%); }
#r2-qualify .r2-recommend-ring .ring_tick { position: absolute; background: #cfdcee; }
#r2-qualify .r2-recommend-ring .ring_tick.t {width: 1px;height: 40px;top: 0;left: 50%;transform: translateX(-50%);z-index: -1;}
#r2-qualify .r2-recommend-ring .ring_tick.b {width: 1px;height: 40px;bottom: 0;left: 50%;transform: translateX(-50%);z-index: -1;}
#r2-qualify .r2-recommend-ring .ring_tick.r {width: 40px;height: 1px;right: 0;top: 50%;transform: translateY(-50%);z-index: -1;}
#r2-qualify .r2-recommend-ring .ring_tick.l {width: 40px;height: 1px;left: 0;top: 50%;transform: translateY(-50%);z-index: -1;}
#r2-qualify .r2-recommend-circle { width: 100%; height: 100%; border-radius: 50%; overflow: hidden; }
#r2-qualify .r2-recommend-circle img { width: 100%; height: 100%; object-fit: cover; }
#r2-qualify .r2-recommend-list {
    flex: 1 1 0; display: flex; flex-direction: column; gap: 26px; max-width: 620px;
}
#r2-qualify .r2-recommend-list li {
    position: relative; padding-left: 22px; opacity: .7;
    transition: opacity .4s;
}
#r2-qualify .r2-recommend-list li:before {
    content: ""; position: absolute; left: 0; top: 8px;
    width: 8px; height: 8px; border-radius: 50%; background: #0b4fa2;
    transition: background .4s, box-shadow .4s;
}
#r2-qualify .r2-recommend-list li strong {display: block;font-size: 20px;color: #111;margin-bottom: 6px;}
#r2-qualify .r2-recommend-list li span {display: block;font-size: 16px;color: #444;line-height: 1.6;}

/* rc_on : 순차 강조 상태 */
#r2-qualify .r2-recommend-list li.rc_on { opacity: 1; }
#r2-qualify .r2-recommend-list li.rc_on:before {
    background: #e2bd55;
    box-shadow: 0 0 0 4px rgba(226,189,85,.25), 0 0 8px rgba(226,189,85,.5);
}

/* 개인파산/면책 개념 박스 */
#r2-qualify .r2-concept-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
#r2-qualify .r2-concept-box {
    background: #fff;
    border: 1px solid #e6ecf5;
    border-radius: 14px;
    overflow: hidden;
}
#r2-qualify .r2-concept-box .r2-concept-img { width: 100%; height: 200px; }
#r2-qualify .r2-concept-box .r2-concept-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
#r2-qualify .r2-concept-box h5,
#r2-qualify .r2-concept-box p { padding: 0 45px; }
#r2-qualify .r2-concept-box h5 {font-size: 24px;color: #0b4fa2;margin: 28px 0 10px;font-weight: 500;}
#r2-qualify .r2-concept-box p {font-size: 16px;color: #555;line-height: 1.7;margin: 0 0 36px;}

/* ---------- 진행절차 (테헤란 참고) ---------- */
#r2-process { background: #131F31; color: #fff; }
#r2-process .r2-head p { color: #cfe0f7; }
#r2-process .r2-steps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    counter-reset: r2step;
}
#r2-process .r2-step {
    position: relative;
    background: #fff;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 14px;
    padding: 34px 20px;
    text-align: center;
}
/* wow 애니메이션이 각 카드에 transform(stacking context)을 남겨서,
   화살표가 다음 카드 뒤로 가려지는 문제 방지 - 앞 카드가 항상 위에 오도록 역순 z-index 고정 */
#r2-process .r2-step:nth-child(1) { z-index: 5; }
#r2-process .r2-step:nth-child(2) { z-index: 4; }
#r2-process .r2-step:nth-child(3) { z-index: 3; }
#r2-process .r2-step:nth-child(4) { z-index: 2; }
#r2-process .r2-step:nth-child(5) { z-index: 1; }
#r2-process .r2-step:before {
    counter-increment: r2step;
    content: "0" counter(r2step);
    display: block;
    font-weight: 800;
    font-size: 22px;
    color: #0b4fa2;
    margin-bottom: 4px;
    opacity: 0.2;
}
#r2-process .r2-step .r2-ico {
    width: 54px;
    margin: 16px auto 17px;
    color: #0b4fa2;
    line-height: 1.8;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#r2-process .r2-step h4 {font-size: 22px;margin: 0 0 10px;color: #111;}
#r2-process .r2-step p {font-size: 13.5px;color: #444;line-height: 1.6;margin: 0;}
#r2-process .r2-step .r2-arrow {
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff70;
    width: 40px;
    font-size: 20px;
    background: #0b4fa2;
    z-index: 9;
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}
#r2-process .r2-step:last-child .r2-arrow { display: none; }

/* ---------- 성공사례 : 좌측 제목, 우측 3개씩 보이는 슬라이드 (Before → After 카드) ---------- */
#r2-case .r2-case-grid {
    display: grid; grid-template-columns: 1fr 3fr; gap: 50px; align-items: center;
}
#r2-case .r2-case-head { text-align: left; min-width: 0; }
#r2-case .r2-case-head .r2-eng { display: block; margin-bottom: 12px; color: #0b4fa2; }
#r2-case .r2-case-head h3 { font-size: clamp(27px, 3vw, 38px); font-weight: 800; color: #111; margin: 0; }
#r2-case .r2-case-head h3 strong { color: #0b4fa2; }
#r2-case .r2-case-head p { margin-top: 16px; color: #666; font-size: 15.5px; line-height: 1.7; }
#r2-case .r2-swiper-wrap { position: relative; overflow: hidden; min-width: 0; }
#r2-case .swiper-slide {
    display: block; height: auto; width: auto;
    justify-content: normal; align-items: normal; text-align: left;
}
#r2-case .r2-case-card {
    background: #fff;
    border-radius: 14px;
    padding: 32px 26px;
    width: 100%;
    /* box-shadow: 0 6px 24px rgba(0,0,0,.06); */
    border: 1px solid #eee;
    height: 100%;
}
#r2-case .r2-case-card .r2-summary {
    /* background: #f5f8fc; */
    /* border-radius: 12px; */
    /* padding: 18px 18px 16px; */
    margin-bottom: 26px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-bottom: 1px solid #eee;
    padding-bottom: 26px;
}
#r2-case .r2-case-card .r2-avatar {
    flex: 0 0 auto;
    width: 120px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    /* box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(11,79,162,.25); */
}
#r2-case .r2-case-card .r2-avatar img { width: 100%; height: 100%; object-fit: cover; display: block; }
#r2-case .r2-case-card .r2-summary-txt {min-width: 0;flex: 1;}
#r2-case .r2-case-card .r2-badge {
    display: inline-block; background: #0b4fa2; color: #fff; font-size: 13px;
    font-weight: 700; padding: 5px 14px; border-radius: 20px; margin-bottom: 14px;
}
#r2-case .r2-case-card .r2-who {font-size: 13px;color: #888;margin: 0;font-weight: 600;}
#r2-case .r2-case-card .r2-desc {
    font-size: 16px;
    color: #555;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px;
}
#r2-case .r2-case-card .r2-ba {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}
#r2-case .r2-case-card .r2-ba .r2-before,
#r2-case .r2-case-card .r2-ba .r2-after { flex: 1; text-align: center; }
#r2-case .r2-case-card .r2-ba .r2-before span,
#r2-case .r2-case-card .r2-ba .r2-after span { display: block; border-radius: 40px; padding: 2px 0; font-size: 12px; color: #999; margin-bottom: 8px; }
#r2-case .r2-case-card .r2-ba .r2-before span{background: #ddd; color: #111;}
#r2-case .r2-case-card .r2-ba .r2-after span{background:#0b4fa2; color: #fff; }
#r2-case .r2-case-card .r2-ba .r2-before b { font-size: 16px; color: #999; text-decoration: line-through; font-weight: 600; }
#r2-case .r2-case-card .r2-ba .r2-after b { font-size: 19px; color: #0b4fa2; font-weight: 800; }
#r2-case .r2-case-card .r2-ba .r2-arw { color: #111; font-size: 16px; }
#r2-case .r2-case-card .r2-rate {
    text-align: center; background: #FFE0E0; color: #800000; font-weight: 800; font-size: 15px;
    border-radius: 8px; padding: 10px; margin-bottom: 18px;
}
#r2-case .r2-case-card ul li {
    font-size: 14px; color: #555; padding: 8px 0; border-top: 1px dashed #e5e5e5;
}
#r2-case .r2-case-card ul li:first-child { border-top: 0; }
#r2-case .r2-case-card ul li strong { color: #222; margin-right: 6px; }
#r2-case .r2-nav {
    display: flex; justify-content: flex-start; gap: 12px; margin-top: 34px;
}
#r2-case .r2-nav div {
    width: 46px; height: 46px; border-radius: 50%; border: 1px solid #ccc;
    display: flex; align-items: center; justify-content: center; cursor: pointer; color: #333;
    transition: all .2s;
}
#r2-case .r2-nav div:hover { background: #0b4fa2; border-color: #0b4fa2; color: #fff; }

/* ---------- 사업실적 카운터 ---------- */
/* 배경 이미지 (임시 - faq_bg.jpg 재사용) */
#r2-performance {
    background: linear-gradient(rgba(15,23,42,.88), rgba(15,23,42,.88)), url(../img/main/faq_bg.jpg) no-repeat center/cover;
    color: #fff;
}
#r2-performance .r2-counters {
    display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center;
}
#r2-performance .r2-counters li {
    padding: 40px 10px; border-right: 1px solid rgba(255,255,255,.12);
}
#r2-performance .r2-counters li:last-child { border-right: 0; }
#r2-performance .r2-counters .r2-num {
    1500px
    font-weight: 800;
    font-size: 60px;
    color: #e2bd55;
    font-weight: 800;
}
#r2-performance .r2-counters .r2-num:after { content: attr(data-suffix); font-size: 22px; margin-left: 2px; }
#r2-performance .r2-counters p { margin-top: 12px; font-size: 15px; color: #cfd6e4; }
#r2-performance .r2-counters span.r2-yr { display: block; font-size: 12.5px; color: #8b93a5; margin-top: 4px; }

/* ---------- 회사소개 ---------- */
#r2-company .r2-company-grid {
    display: grid; grid-template-columns: 5fr 6fr; gap: 60px; align-items: center;
}
#r2-company .r2-company-img img { border-radius: 14px; width: 100%; box-shadow: 0 10px 30px rgba(0,0,0,.08); }
#r2-company .r2-company-txt h3 { font-size: 30px; margin: 12px 0 20px; color: #111; }
#r2-company .r2-company-txt h3 span { color: #0b4fa2; }
#r2-company .r2-company-txt p { color: #555; line-height: 1.8; font-size: 15.5px; }
#r2-company .r2-company-txt a.r2-more { display: inline-flex; align-items: center; gap: 8px; margin-top: 20px; color: #0b4fa2; font-weight: 700; }

/* ---------- 오시는 길 ---------- */
#r2-visit .r2-head{text-align:left;}
#r2-visit .r2-head h3{color: #111; font-size: clamp(27px, 3.2vw, 38px); font-weight: 800;}
#r2-visit .r2-head h3 strong{color: #0b4fa2;  font-weight: 800;}
#r2-visit .r2-visit-grid { display: grid; grid-template-columns: 6fr 4fr; gap: 80px; }
#r2-visit .r2-map { border-radius: 14px; overflow: hidden; box-shadow: 0 6px 24px rgba(0,0,0,.06); }
#r2-visit .r2-contact-list {
    background: #fff; border-radius: 14px; padding: 12px 30px;
    box-shadow: 0 6px 24px rgba(0,0,0,.06); align-self: start;
}
#r2-visit .r2-contact-list li { display: flex; align-items: center; gap: 14px; padding: 18px 0; border-top: 1px solid #eee; font-size: 14.5px; color: #444; }
#r2-visit .r2-contact-list li:first-child { border-top: 0; }
#r2-visit .r2-contact-list li i { color: #0b4fa2; width: 18px; text-align: center; }

/* ---------- FAQ (GEO 최적화) : 좌측 제목/설명, 우측 아코디언 ---------- */
/* 배경 이미지 (임시 - faq_bg.jpg 로 교체 예정) */
#r2-faq {
    background: linear-gradient(rgba(245,248,252,.95), rgba(245,248,252,.85)), url(../img/main/faq_bg.jpg) no-repeat center/cover;
}
#r2-faq .r2-faq-grid {
    display: grid; grid-template-columns: 1fr 1.6fr; gap: 60px; align-items: start;
}
#r2-faq .r2-faq-head { position: sticky; top: 100px; text-align: left; }
#r2-faq .r2-faq-head .r2-eng { display: block; margin-bottom: 12px; }
#r2-faq .r2-faq-head h3 { font-size: clamp(27px, 3.2vw, 38px); font-weight: 800; color: #111; margin: 0; }
#r2-faq .r2-faq-head h3 strong { color: #0b4fa2; }
#r2-faq .r2-faq-head p { margin-top: 16px; color: #666; font-size: 15.5px; line-height: 1.7; }
#r2-faq .r2-faq-list { max-width: none; margin: 0; }
#r2-faq .r2-faq-item {
    background: #fff; border: 1px solid #e6ecf5; border-radius: 12px;
    margin-bottom: 14px; transition: box-shadow .2s;
}
#r2-faq .r2-faq-item.on { box-shadow: 0 6px 20px rgba(11,79,162,.08); }
#r2-faq .r2-faq-item h3 { margin: 0; }
#r2-faq .r2-faq-q {
    display: block;
    width: 100%;
    background: none;
    border: 0;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    color: #111;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    padding: 20px 44px 20px 26px;
    position: relative;
}
#r2-faq .r2-faq-q:before {
    content: "Q"; display: inline-flex; align-items: center; justify-content: center;
    width: 26px; height: 26px; margin-right: 12px; border-radius: 50%;
    background: #0b4fa2; color: #fff; font-size: 13px; font-weight: 800;
    vertical-align: middle;
}
#r2-faq .r2-faq-q:after {
    content: "\f078"; font-family: "Font Awesome 6 Pro"; font-weight: 400;
    position: absolute; right: 14px; top: 50%; transform: translateY(-50%);
    color: #999; font-size: 14px; transition: transform .3s;
}
#r2-faq .r2-faq-item.on .r2-faq-q:after { transform: translateY(-50%) rotate(180deg); }

/* ★ 아코디언 메커니즘 (faq-geo-pattern.md §4 - grid-template-rows, display:none/max-height 금지) */
#r2-faq .r2-faq-a {
    display: grid; grid-template-rows: 0fr;
    transition: grid-template-rows .45s cubic-bezier(.65,0,.35,1);
}
#r2-faq .r2-faq-a p {
    overflow: hidden;
    min-height: 0;
    margin: 0;
    padding: 0 26px;
    font-size: 16px;
    color: #555;
    line-height: 1.75;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity .3s ease, transform .3s ease;
}
#r2-faq .r2-faq-item.on .r2-faq-a { grid-template-rows: 1fr; }
#r2-faq .r2-faq-item.on .r2-faq-a p {
    opacity: 1; transform: translateY(0); padding: 0 26px 24px;
    transition: opacity .45s ease .12s, transform .45s ease .12s;
}

/* ---------- 반응형 ---------- */
@media (max-width: 1300px) {
    #r2-business .r2-grid { grid-template-columns: repeat(3, 1fr); }
    #r2-why .r2-grid { grid-template-columns: repeat(3, 1fr); }
    #r2-qualify .r2-grid { grid-template-columns: repeat(2, 1fr); }
    #r2-qualify .r2-benefit-grid { grid-template-columns: 1fr; }
    #r2-qualify .r2-concept-grid { grid-template-columns: 1fr; }
    #r2-qualify .r2-recommend { gap: 40px; }
    #r2-qualify .r2-recommend-photo { width: 200px; height: 200px; }
    #r2-process .r2-steps { grid-template-columns: repeat(3, 1fr); }
    #r2-process .r2-step .r2-arrow { display: none; }
    #r2-performance .r2-counters { grid-template-columns: repeat(2, 1fr); }
    #r2-performance .r2-counters li:nth-child(2) { border-right: 0; }
    #r2-company .r2-company-grid { grid-template-columns: 1fr; }
    #r2-visit .r2-visit-grid { grid-template-columns: 1fr; }
    #r2-faq .r2-faq-grid { grid-template-columns: 1fr; gap: 30px; }
    #r2-faq .r2-faq-head { position: static; }
    #r2-case .r2-case-grid { grid-template-columns: 1fr; gap: 24px; }
    #r2-case .r2-case-swiper { padding-bottom: 4px; }
}
@media (max-width: 991px) {
    #r2-why .r2-grid { grid-template-columns: repeat(2, 1fr); }
    #r2-qualify .r2-recommend { flex-direction: column; }
    #r2-qualify .r2-recommend-list { text-align: center; align-items: center; max-width: 100%; }
    #r2-qualify .r2-recommend-list li { padding-left: 0; }
    #r2-qualify .r2-recommend-list li:before { display: none; }
}
@media (max-width: 767px) {
    #r2-hero { padding-top: 70px; }
    #r2-hero h2 { font-size: 28px; }
    #r2-hero p.r2-sub { font-size: 15px; }
    #r2-hero .r2-cta { display: grid; grid-template-columns: max-content; justify-content: center; }
    #r2-hero .r2-btn { width: 100%; justify-content: center; }
    #r2-hero .r2-stats { flex-wrap: nowrap; width: 100%; padding: 16px 6px; }
    #r2-hero .r2-stats .r2-stat { flex: 1 1 0; padding: 6px 8px; min-width: 0; }
    #r2-hero .r2-stats .r2-stat p { font-size: 14px; white-space: nowrap; }
    #r2-hero .r2-stats .r2-stat p strong { font-size: 22px; }
    #r2-hero .r2-stats .r2-stat span { font-size: 11px; white-space: nowrap; }
    #r2 .r2-section { padding: 64px 0; }
    #r2 .r2-head h3 { font-size: 24px; }
    #r2-business .r2-grid { grid-template-columns: 1fr 1fr; }
    #r2-business .r2-card { padding: 70% 18px 24px 18px; }
    #r2-business .r2-card dt { font-size: 18px; }
    #r2-why .r2-grid { grid-template-columns: 1fr 1fr; }
    #r2-why .r2-box { height: 210px; }
    #r2-why .r2-box h4 { font-size: 18px; }
    #r2-qualify .r2-grid { grid-template-columns: 1fr; }
    #r2-qualify .r2-sub-head h4 { font-size: 24px; margin: 0 0 12px; }
    #r2-qualify .r2-qualify-step + .r2-qualify-step { margin-top: 56px; padding-top: 56px; }
    #r2-qualify .r2-qualify-step.r2-qualify-step-benefit { margin-top: 56px; padding-top: 0; }
    #r2-qualify .r2-qualify-step.r2-qualify-step-benefit { padding: 40px 0; }
    #r2-qualify .r2-recommend-photo { width: 160px; height: 160px; }
    #r2-qualify .r2-recommend-list li strong { font-size: 17px; }
    #r2-qualify .r2-recommend-list li span { font-size: 14px; }
    #r2-qualify .r2-concept-box h5 { font-size: 20px; margin: 20px 0 8px; }
    #r2-qualify .r2-concept-box h5, #r2-qualify .r2-concept-box p { padding: 0 24px; }
    #r2-qualify .r2-concept-box p { margin: 0 0 24px; }
    #r2-qualify .r2-benefit-grid li strong { font-size: 17px; }
    #r2-process .r2-steps { grid-template-columns: 1fr 1fr; }
    #r2-process .r2-step .r2-arrow { display: none; }
    #r2-process .r2-step h4 { font-size: 18px; }
    #r2-case .r2-case-card { padding: 22px 18px; }
    #r2-case .r2-case-card .r2-avatar { width: 76px; }
    #r2-case .r2-case-card .r2-desc { font-size: 14.5px; }
    #r2-case .r2-case-card .r2-ba .r2-before b { font-size: 14px; }
    #r2-case .r2-case-card .r2-ba .r2-after b { font-size: 16px; }
    #r2-performance .r2-counters { grid-template-columns: 1fr 1fr; }
    #r2-performance .r2-counters li { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
    #r2-performance .r2-counters .r2-num { font-size: 40px; }
    #r2-company .r2-company-grid { grid-template-columns: 1fr; gap: 30px; }
    #r2-visit .r2-visit-grid { grid-template-columns: 1fr; }
    #r2-faq .r2-faq-q { font-size: 15px; padding: 16px 34px 16px 20px; }
    #r2-faq .r2-faq-a p { padding: 0 20px; }
    #r2-faq .r2-faq-item.on .r2-faq-a p { padding: 0 20px 20px; }
}
@media (max-width: 480px) {
    #r2-hero h2 { font-size: 24px; }
    #r2-hero .r2-stats { padding: 12px 4px; }
    #r2-hero .r2-stats .r2-stat { padding: 4px; }
    #r2-hero .r2-stats .r2-stat p strong { font-size: 18px; }
    #r2-hero .r2-stats .r2-stat p { font-size: 12px; }
    #r2-hero .r2-stats .r2-stat span { font-size: 10px; }
    #r2-business .r2-grid { grid-template-columns: 1fr; }
    #r2-why .r2-grid { grid-template-columns: 1fr; }
    #r2-why .r2-box { height: auto; min-height: 190px; }
    #r2-qualify .r2-grid { grid-template-columns: 1fr; }
    #r2-qualify .r2-recommend-photo { width: 140px; height: 140px; }
    #r2-process .r2-steps { grid-template-columns: 1fr; }
    #r2-performance .r2-counters { grid-template-columns: 1fr; }
    #r2-performance .r2-counters li { border-bottom: 1px solid rgba(255,255,255,.12); }
    #r2-performance .r2-counters li:last-child { border-bottom: 0; }
    #r2-case .r2-case-card .r2-summary { flex-direction: column; text-align: center; }
    #r2-case .r2-case-card .r2-avatar { width: 88px; }
}
