
:root{ --nhn-blue:#1f6ca9; --nhn-accent:#ff8a3d; --chip:#f5f7fb; }
.inddir-card-wrap{max-width:980px;margin:18px auto;padding:0 16px;}
.inddir-card{background:#fff;border-radius:24px;box-shadow:0 12px 38px rgba(0,0,0,.08);overflow:hidden}
.inddir-hero{background:#f6fafc;padding:38px 16px 18px 16px;text-align:center;position:relative}
.inddir-avatar{width:120px;height:120px;border-radius:50%;object-fit:cover;border:5px solid #fff;box-shadow:0 6px 18px rgba(0,0,0,.12);margin-top:-60px;background:#e7eef6}
.inddir-title{margin:12px 0 10px 0;font-weight:800;font-size:1.8rem}
.inddir-sub{margin:0 0 12px 0;opacity:.85}
.inddir-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap;margin:14px 0 6px 0}
.inddir-action{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:#1f2937}
.inddir-action .btn{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;background:#e6f4f1;box-shadow:0 4px 14px rgba(0,0,0,.08)}
.inddir-action small{font-size:.78rem;opacity:.9}
.inddir-section-title{font-weight:800;font-size:1.25rem;margin:18px 0 10px 0}
.inddir-services{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;margin:14px 0}
.inddir-chip{width:210px;height:78px;border-radius:18px;background:var(--chip);display:flex;align-items:center;gap:10px;padding:0 14px;box-shadow:0 2px 10px rgba(0,0,0,.05)}
.inddir-chip .dot{width:28px;height:28px;border-radius:50%;background:#e6f4f1;display:grid;place-items:center;font-weight:700}
.inddir-chip .label{font-weight:600}
.inddir-gallery{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}
.inddir-gallery img{width:100%;height:180px;object-fit:cover;border-radius:14px;box-shadow:0 3px 14px rgba(0,0,0,.08)}
.inddir-legal{background:#f7f7fa;padding:12px;border-radius:16px;margin:18px 0;color:#4b5563;text-align:center}
@media(max-width:640px){.inddir-gallery{grid-template-columns:repeat(2,1fr);}.inddir-gallery img{height:140px}}
