/* =====================================================================
   애니서포트 활용사례 리뉴얼 전용 스타일 (asp.css 와 분리 · 무간섭)
   - 모든 규칙은 .asp-ref 래퍼 하위에만 적용되도록 스코프 처리
   - nav 드롭다운은 기존 asp.css 의 .navi-sub 를 재사용하므로 여기 없음
   ===================================================================== */
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.css');
.asp-ref{ margin-top:115px; }
.asp-ref{--navy:#0E427E;--blue:#1462b3;--bbg:#eef3fa;--soft:#f6f8fb;--t:#222222;--mut:#6b7480;--line:#e8ebf0;--tag:#eef3fa;--dark:#11161d;--dmut:#8b97a5;
  font-family:'Pretendard',-apple-system,sans-serif;color:var(--t);line-height:1.3;letter-spacing:-0.025em;-webkit-font-smoothing:antialiased}
.asp-ref *{box-sizing:border-box}
.asp-ref h1,.asp-ref h2,.asp-ref h3,.asp-ref p,.asp-ref ul,.asp-ref li{margin:0;padding:0;list-style:none}
.asp-ref a{text-decoration:none;color:inherit}

/* ===== 목록: 서브배너 ===== */
.asp-ref .ref-banner{height:276px;display:flex;color:#fff;
  background-color:#0E427E;
  background-image:linear-gradient(to right, rgba(0,0,0,.7), rgba(0,0,0,.18)), url('/image/banner_city.jpg');
  background-size:cover;background-position:center;background-repeat:no-repeat}
.asp-ref .ref-banner .bin{max-width:1440px;width:100%;margin:0 auto;padding:88px 120px 48px;display:flex;flex-direction:column;gap:12px}
.asp-ref .ref-banner h1{font-size:35px;font-weight:700;color:#ffffff;line-height:1.3}
.asp-ref .ref-banner p{font-size:25px;color:#ffffff;font-weight:400;line-height:1.3}

/* ===== 목록: 필터칩 ===== */
.asp-ref .ref-filter{background:#fff;border-bottom:1px solid var(--line)}
.asp-ref .ref-filter .in{max-width:1440px;margin:0 auto;padding:14px 120px;display:flex;gap:6px;flex-wrap:wrap}
.asp-ref .chip{padding:9px 20px;border:1px solid var(--line);background:#fff;border-radius:30px;font-size:14px;color:#56616f;cursor:pointer}
.asp-ref .chip.on{background:var(--blue);border-color:var(--blue);color:#fff;font-weight:500}

/* ===== 목록: 카드 그리드 ===== */
.asp-ref .ref-list{padding:40px 0 64px;background:#fff}
.asp-ref .wrap{max-width:1440px;margin:0 auto;padding:0 120px}
.asp-ref .ref-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.asp-ref .ref-card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;transition:.16s}
.asp-ref .ref-card:hover{border-color:#2f86e0;box-shadow:0 12px 28px rgba(13,40,80,.09);transform:translateY(-3px)}
.asp-ref .ref-card .thumb{height:150px;background:var(--bbg);display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:22px;font-weight:700}
.asp-ref .ref-card .thumb img{width:auto;height:auto;max-width:64%;max-height:82px;object-fit:contain}
.asp-ref .ref-card .body{padding:20px 22px 22px;display:flex;flex-direction:column;flex:1}
.asp-ref .ref-card .tag{align-self:flex-start;font-size:12px;font-weight:500;color:var(--blue);background:var(--tag);padding:4px 10px;border-radius:5px;margin-bottom:12px}
.asp-ref .ref-card h3{font-size:18px;font-weight:700;margin-bottom:8px}
.asp-ref .ref-card .desc{font-size:14px;color:var(--mut);line-height:1.6;flex:1;margin-bottom:18px}
.asp-ref .ref-card .more{font-size:14px;font-weight:500;color:var(--blue)}

/* ===== 상세 ===== */
.asp-ref .dv-crumb{max-width:1440px;margin:0 auto;padding:16px 120px;font-size:13px;color:var(--mut)}
.asp-ref .dv-hero{text-align:center;padding:64px 24px 48px}
.asp-ref .dv-hero .pill{display:inline-block;background:var(--blue);color:#fff;font-size:14px;font-weight:500;padding:7px 18px;border-radius:30px;margin-bottom:18px}
.asp-ref .dv-hero h1{font-size:52px;font-weight:700;line-height:1.2;margin-bottom:20px}
.asp-ref .dv-hero .quote{font-size:20px;font-weight:400;color:#767676;line-height:1.5;max-width:840px;margin:0 auto}
.asp-ref .dv-img{max-width:1200px;margin:0 auto 8px;height:440px;border-radius:20px;background:var(--bbg) center/cover no-repeat;display:flex;align-items:center;justify-content:center;color:var(--mut);font-size:16px;font-weight:500;overflow:hidden}
.asp-ref .dv-img img{width:100%;height:100%;object-fit:cover}

/* 기업개요 */
.asp-ref .dv-ovwrap{padding:32px 24px}
.asp-ref .dv-ov{max-width:1200px;margin:0 auto;display:flex;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:24px 0}
.asp-ref .dv-ov .c{flex:1;padding:0 28px}
.asp-ref .dv-ov .c+.c{border-left:1px solid var(--line)}
.asp-ref .dv-ov .l{font-size:13px;font-weight:500;color:var(--mut);margin-bottom:8px}
.asp-ref .dv-ov .v{font-size:16px;font-weight:500;line-height:1.4}

/* 도입배경 · 결정이유 2단 */
.asp-ref .dv-2col{background:#fff;padding:56px 24px;overflow:hidden}
.asp-ref .dv-2col .in{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:start}
.asp-ref .dv-2col .col{min-width:0;height:auto;padding:0;display:flex;flex-direction:column;gap:14px;float:none;position:static}
.asp-ref .dv-2col .col:first-child{padding-right:40px}
.asp-ref .dv-2col .col:last-child{padding-left:40px;border-left:1px solid #eef1f5}
.asp-ref .dv-2col .label{align-self:flex-start;background:var(--blue);color:#fff;font-size:20px;font-weight:700;line-height:1.3;padding:6px 18px;border-radius:999px}
.asp-ref .dv-2col .grp{display:flex;flex-direction:column;gap:21px}
.asp-ref .dv-2col h2{font-size:28px;font-weight:700;line-height:1.3}
.asp-ref .dv-2col p{font-size:16px !important;font-weight:400;line-height:1.4 !important;color:#767676}

/* 활용 기능 2x2 */
.asp-ref .dv-feat{background:var(--soft);padding:56px 24px}
.asp-ref .dv-feat .in{max-width:1000px;margin:0 auto}
.asp-ref .dv-feat h2{font-size:28px;font-weight:700;margin-bottom:20px}
.asp-ref .dv-fgrid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.asp-ref .dv-fcard{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px}
.asp-ref .dv-fcard .ico{width:48px;height:48px;border-radius:12px;background:var(--bbg);margin-bottom:14px}
.asp-ref .dv-fcard h3{font-size:19px;font-weight:700;margin-bottom:10px}
.asp-ref .dv-fcard p{font-size:15px;color:var(--mut);line-height:1.6}

/* 도입 효과 */
.asp-ref .dv-eff{padding:56px 24px}
.asp-ref .dv-eff .in{max-width:1000px;margin:0 auto}
.asp-ref .dv-eff h2{font-size:28px;font-weight:700;margin-bottom:28px}
.asp-ref .dv-mgrid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
.asp-ref .dv-metric{background:var(--soft);border-radius:16px;padding:30px 26px}
.asp-ref .dv-metric .n{font-size:30px;font-weight:700;color:var(--blue);line-height:1.3;margin-bottom:10px}
.asp-ref .dv-metric .l{font-size:16px;font-weight:500;margin-bottom:8px}
.asp-ref .dv-metric .sub{font-size:16px;color:var(--mut);line-height:1.55}

/* 도입 POINT */
.asp-ref .dv-pt{padding:56px 24px}
.asp-ref .dv-pt .in{max-width:820px;margin:0 auto}
.asp-ref .dv-pt h2{font-size:28px;font-weight:700;margin-bottom:8px}
.asp-ref .dv-point{display:flex;gap:16px;align-items:flex-start;padding:20px 0;border-bottom:1px solid var(--line)}
.asp-ref .dv-point:last-child{border-bottom:0}
.asp-ref .dv-point .num{flex:0 0 32px;height:32px;border-radius:50%;background:var(--blue);color:#fff;font-size:14px;font-weight:700;display:flex;align-items:center;justify-content:center}
.asp-ref .dv-point .pt-t{font-size:18px;font-weight:500;margin-bottom:3px}
.asp-ref .dv-point .pt-d{font-size:16px;color:var(--mut);line-height:1.55}

/* CTA 밴드 */
.asp-ref .dv-cta{background:linear-gradient(to right, rgba(0,0,0,.25), rgba(255,255,255,.25)), #1462b3;text-align:center;padding:56px 24px}
.asp-ref .dv-cta h2{font-size:26px;font-weight:700;color:#fff;margin-bottom:22px}
.asp-ref .dv-cta .btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
.asp-ref .dv-cta .btn{padding:14px 30px;border-radius:8px;font-size:16px;font-weight:500;display:inline-block}
.asp-ref .dv-cta .btn.pri{background:#fff;color:var(--blue)}
.asp-ref .dv-cta .btn.sec{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.7)}

/* 반응형 */
@media(max-width:1280px){
  .asp-ref .wrap{padding:0 40px}
  .asp-ref .ref-banner .bin{padding:88px 40px 48px}
  .asp-ref .ref-filter .in{padding:14px 40px}
  .asp-ref .dv-crumb{padding:16px 40px}
  .asp-ref .ref-grid{grid-template-columns:repeat(3,1fr)}
}
@media(max-width:980px){.asp-ref .ref-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:900px){
  .asp-ref .dv-2col .in{grid-template-columns:1fr;gap:40px}
  .asp-ref .dv-2col .col:first-child{padding-right:0}
  .asp-ref .dv-2col .col:last-child{padding-left:0;border-left:0}
  .asp-ref .dv-2col h2{white-space:normal}
  .asp-ref .dv-fgrid,.asp-ref .dv-mgrid{grid-template-columns:1fr}
  .asp-ref .dv-ov{flex-wrap:wrap;gap:20px}
  .asp-ref .dv-ov .c+.c{border-left:0}
  .asp-ref .dv-hero h1{font-size:38px}
}
@media(max-width:640px){.asp-ref .ref-grid{grid-template-columns:1fr}.asp-ref .ref-banner{height:auto}}
