/* Primary: 딥 슬레이트 #1e3a5f */
:root{
  --primary:#1e3a5f;
  --primary-light:#2a5080;
  --accent:#5ba4d4;
  --bg1:#fff;
  --bg2:#f8fafc;
  --bg3:#eef2f7;
  --text:#1a1a2e;
  --text-muted:#64748b;
  --border:#e2e8f0;
  --card-radius:1rem;
  --footer-bg:#1e293b;
}
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:'Noto Sans KR',sans-serif;color:var(--text);background:var(--bg1);word-break:keep-all;overflow-wrap:break-word;font-weight:400}
img{max-width:100%;height:auto}
a{text-decoration:none;color:inherit}
.fade-in-up{opacity:0;transform:translateY(30px);transition:.8s cubic-bezier(.16,1,.3,1)}
.fade-in-up.is-visible{opacity:1;transform:translateY(0)}
.section-label{display:inline-block;font-size:.65rem;font-weight:700;letter-spacing:.1em;background:var(--primary);color:#fff;padding:.2rem .65rem;border-radius:.25rem;margin-bottom:1rem}
.section-header{text-align:center;margin-bottom:2.5rem}
.section-header h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;margin-top:.5rem;color:var(--text)}
.section-header p{font-size:.95rem;color:var(--text-muted);font-weight:300;margin-top:.5rem}
#site-header{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.92);backdrop-filter:blur(12px);border-bottom:1px solid var(--border);height:64px;display:flex;align-items:center}
.header-inner{max-width:1200px;margin:0 auto;width:100%;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}
.logo-wrap{display:flex;align-items:center;gap:.6rem}
.logo-text{font-size:1rem;font-weight:800;color:var(--primary)}
.logo-sub{font-size:1rem;font-weight:400;color:#94a3b8;margin-left:.5rem}
nav.desktop-nav{display:flex;gap:1.75rem;align-items:center}
nav.desktop-nav a{font-size:.9rem;font-weight:400;color:var(--text-muted);transition:color .25s}
nav.desktop-nav a:hover{color:var(--primary)}
.btn-cta-header{background:var(--primary)!important;color:#fff!important;padding:.5rem 1.25rem;border-radius:9999px;font-size:.875rem;font-weight:700!important;transition:background .25s}
.btn-cta-header:hover{background:var(--primary-light)!important}
.hamburger{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:.5rem;background:none;border:none}
.hamburger span{display:block;width:24px;height:2px;background:var(--text);border-radius:2px}
.mobile-nav{display:none;position:fixed;top:64px;left:0;right:0;background:#fff;border-bottom:1px solid var(--border);padding:1rem 1.5rem;flex-direction:column;gap:1rem;z-index:99}
.mobile-nav a{font-size:1rem;font-weight:400;color:var(--text);padding:.5rem 0;border-bottom:1px solid var(--border)}
.mobile-nav.open{display:flex}
@media(max-width:768px){nav.desktop-nav,.btn-cta-header{display:none}.hamburger{display:flex}}
.portfolio-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.75rem;max-width:1400px;margin:0 auto}
@media(max-width:640px){.portfolio-grid{grid-template-columns:1fr}}
.card-wrap{background:#fff;border-radius:var(--card-radius);border:1px solid var(--border);overflow:hidden;transition:all .3s ease}
.card-wrap:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.1);border-color:var(--primary)}
.card-image-wrap{display:flex;overflow:hidden;border-radius:var(--card-radius) var(--card-radius) 0 0}
.card-image-wrap .img-cell{flex:1;overflow:hidden;position:relative;aspect-ratio:24/25}
.card-image-wrap .img-cell img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease}
.card-wrap:hover .card-image-wrap .img-cell img{transform:scale(1.03)}
.card-image-wrap .img-cell+.img-cell{border-left:1px solid rgba(255,255,255,.6)}
.label-before{position:absolute;bottom:0;left:0;background:rgba(0,0,0,.55);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.08em;padding:.2rem .5rem;border-radius:0 .25rem 0 0}
.label-after{position:absolute;bottom:0;right:0;background:var(--primary);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.08em;padding:.2rem .5rem;border-radius:.25rem 0 0 0}
.card-body{padding:1rem 1.25rem 1.25rem}
.card-title{font-size:.975rem;font-weight:800;margin-bottom:.4rem;color:var(--text)}
.card-desc{font-size:.8rem;color:var(--text-muted);font-weight:300;line-height:1.6}
.card-meta{display:flex;gap:.75rem;margin-top:.5rem;flex-wrap:wrap}
.card-tag{font-size:.7rem;color:var(--text-muted)}
.card-tag span{font-weight:600;color:var(--primary)}
.card-hidden{display:none}
.btn-load-more{display:block;margin:2rem auto 0;padding:.75rem 2.5rem;border:2px solid var(--primary);color:var(--primary);background:transparent;border-radius:9999px;font-size:.9rem;font-weight:700;cursor:pointer;transition:all .3s}
.btn-load-more:hover{background:var(--primary);color:#fff}
.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1200px;margin:0 auto}
@media(max-width:1024px){.service-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:640px){.service-grid{grid-template-columns:repeat(2,1fr)}}
.service-card{border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;transition:all .3s ease;cursor:pointer;background:#fff;display:block}
.service-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px rgba(0,0,0,.12);border-color:var(--primary)}
.service-thumb{aspect-ratio:3/4;overflow:hidden}
.service-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}
.service-card:hover .service-thumb img{transform:scale(1.04)}
.service-body{padding:1.25rem;display:flex;flex-direction:column;gap:.65rem}
.service-label{font-size:.65rem;font-weight:700;letter-spacing:.08em;background:var(--primary);color:#fff;display:inline-block;padding:.2rem .6rem;border-radius:.25rem;align-self:flex-start}
.service-title{font-weight:800;font-size:1rem;line-height:1.4;color:var(--text)}
.service-desc{font-weight:300;font-size:.875rem;line-height:1.6;color:var(--text-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.service-more{font-size:.875rem;font-weight:600;color:var(--text-muted);transition:color .3s}
.service-card:hover .service-more{color:var(--primary)}
#hero-overlay{position:relative;min-height:480px;display:flex;align-items:center;overflow:hidden}
.hero-bg{position:absolute;inset:0;background-image:url('/assets/images/hero-01.webp');background-size:cover;background-position:center}
.hero-dim{position:absolute;inset:0;background:rgba(0,0,0,.40)}
.hero-content{position:relative;z-index:1;max-width:1100px;margin:0 auto;padding:4.5rem 1.5rem;width:100%;text-align:center}
.hero-content h2{font-size:clamp(1.4rem,3.5vw,2rem);font-weight:800;color:#fff;margin-bottom:1rem;text-shadow:0 2px 8px rgba(0,0,0,.4);line-height:1.35}
.hero-content .hero-sub{font-size:.95rem;color:rgba(255,255,255,.85);font-weight:300;margin-bottom:2.5rem;text-shadow:0 1px 4px rgba(0,0,0,.3)}
.step-row{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}
.step-item{text-align:center;color:#fff}
.step-num{width:44px;height:44px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;letter-spacing:.05em;margin:0 auto .6rem;border:2px solid rgba(255,255,255,.4)}
.step-title{font-size:.875rem;font-weight:700;margin-bottom:.25rem}
.step-desc{font-size:.75rem;color:rgba(255,255,255,.75);font-weight:300}
.step-arrow{align-self:center;color:rgba(255,255,255,.5);font-size:1.25rem;padding-top:.5rem}
.btn-hero{display:inline-block;background:#fff;color:var(--primary);padding:.75rem 2.25rem;border-radius:9999px;font-weight:800;font-size:.975rem;transition:all .3s}
.btn-hero:hover{background:var(--accent);color:#fff}
.main-banner{background:var(--bg3);border-radius:var(--card-radius);padding:2rem;text-align:center;border:1px solid var(--border)}
.main-banner h3{font-size:1.1rem;font-weight:800;margin-bottom:.5rem}
.main-banner p{font-size:.875rem;color:var(--text-muted);font-weight:300;margin-bottom:1rem}
.btn-outline{display:inline-block;border:2px solid var(--primary);color:var(--primary);padding:.55rem 1.75rem;border-radius:9999px;font-size:.875rem;font-weight:700;transition:all .3s}
.btn-outline:hover{background:var(--primary);color:#fff}
.detail-section{padding:4rem 1.5rem;background:var(--bg1)}
.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:3rem;max-width:1100px;margin:0 auto;align-items:center}
@media(max-width:768px){.detail-grid{grid-template-columns:1fr}}
.detail-content h2{font-size:1.35rem;font-weight:800;margin-bottom:1rem;line-height:1.4}
.detail-content p{font-size:.9rem;color:var(--text-muted);font-weight:300;line-height:1.9;margin-bottom:1rem}
.detail-img{border-radius:var(--card-radius);overflow:hidden;aspect-ratio:4/3}
.detail-img img{width:100%;height:100%;object-fit:cover}
.cause-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:2rem auto 0}
@media(max-width:640px){.cause-grid{grid-template-columns:1fr}}
.cause-item{background:var(--bg2);border-radius:.75rem;padding:1.25rem;border:1px solid var(--border)}
.cause-item h4{font-size:.875rem;font-weight:800;color:var(--text);margin-bottom:.4rem}
.cause-item p{font-size:.8rem;color:var(--text-muted);font-weight:300;line-height:1.7}
.checklist{list-style:none;margin-top:1rem}
.checklist li{display:flex;gap:.5rem;align-items:flex-start;font-size:.875rem;color:var(--text-muted);font-weight:300;line-height:1.7;margin-bottom:.5rem}
.checklist li::before{content:'';flex-shrink:0;width:18px;height:18px;background:var(--primary);border-radius:50%;margin-top:.1rem}
.checklist li span{flex:1}
.info-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:1100px;margin:0 auto 3rem;padding:2rem;background:var(--bg2);border-radius:var(--card-radius);border:1px solid var(--border)}
@media(max-width:640px){.info-grid{grid-template-columns:1fr}}
.info-item h4{font-size:.75rem;font-weight:700;color:var(--primary);letter-spacing:.05em;margin-bottom:.4rem}
.info-item p{font-size:.875rem;color:var(--text);font-weight:400;line-height:1.6}
.info-strip{display:flex;gap:1rem;flex-wrap:wrap;max-width:1100px;margin:0 auto 2rem;padding:1.25rem 1.5rem;background:var(--bg3);border-radius:.75rem;border-left:4px solid var(--primary)}
.info-strip span{font-size:.85rem;color:var(--text);font-weight:400}
.info-strip span strong{color:var(--primary);font-weight:700}
.faq-section{padding:4rem 1.5rem;background:var(--bg2)}
.faq-item{border:1px solid var(--border);border-radius:.75rem;overflow:hidden;margin-bottom:.75rem;background:#fff}
.faq-q{display:flex;justify-content:space-between;align-items:center;padding:1.1rem 1.25rem;cursor:pointer;font-weight:700;font-size:.9rem;user-select:none}
.faq-q svg{flex-shrink:0;transition:transform .3s}
.faq-item.open .faq-q svg{transform:rotate(180deg)}
.faq-a{display:none;padding:0 1.25rem 1.1rem;font-size:.85rem;color:var(--text-muted);font-weight:300;line-height:1.8}
.faq-item.open .faq-a{display:block}
.related-links{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center;margin-top:1.5rem}
.related-link{border:1px solid var(--border);border-radius:9999px;padding:.45rem 1.1rem;font-size:.8rem;color:var(--text-muted);font-weight:600;transition:all .3s}
.related-link:hover{border-color:var(--primary);color:var(--primary)}
.related-section{padding:4rem 1.5rem;background:var(--bg3);border-top:4px solid var(--primary)}
.related-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;max-width:960px;margin:0 auto}
@media(max-width:640px){.related-grid{grid-template-columns:1fr}}
.related-card{display:flex;flex-direction:column;background:#fff;border:1px solid var(--border);border-radius:var(--card-radius);overflow:hidden;transition:all .35s ease;position:relative}
.related-card:hover{border-color:var(--primary);box-shadow:0 12px 32px rgba(30,58,95,.13);transform:translateY(-6px)}
.related-card-stripe{height:5px;background:linear-gradient(90deg,var(--primary),var(--accent))}
.related-card-body{padding:1.4rem 1.25rem 1.25rem;display:flex;flex-direction:column;flex:1}
.related-card-num{font-size:.65rem;font-weight:700;letter-spacing:.1em;color:var(--primary);background:var(--bg3);border:1px solid var(--border);display:inline-block;padding:.2rem .6rem;border-radius:.25rem;margin-bottom:.75rem;align-self:flex-start}
.related-card-title{font-size:1rem;font-weight:800;color:var(--text);margin-bottom:.5rem;line-height:1.4}
.related-card-desc{font-size:.8rem;color:var(--text-muted);font-weight:300;line-height:1.7;flex:1;margin-bottom:1rem}
.related-card-more{display:flex;align-items:center;gap:.3rem;font-size:.82rem;font-weight:700;color:var(--primary);transition:gap .25s}
.related-card:hover .related-card-more{gap:.55rem}
#cta{padding:5rem 1.5rem;background:linear-gradient(135deg,#1e3a5f 0%,#2c4a6e 100%)}
.cta-inner{max-width:700px;margin:0 auto;text-align:center}
.cta-inner h2{font-size:clamp(1.4rem,3vw,2rem);font-weight:800;color:#fff;margin-bottom:1rem}
.cta-inner p{font-size:1rem;color:rgba(255,255,255,.8);font-weight:300;margin-bottom:2rem}
.trust-badges{display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}
.trust-badge{display:flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.9);font-size:.85rem;font-weight:600}
.btn-cta-main{display:inline-block;background:#fff;color:var(--primary);padding:.9rem 3rem;border-radius:9999px;font-weight:800;font-size:1.05rem;transition:all .3s;margin:.4rem}
.btn-cta-main:hover{background:var(--accent);color:#fff;transform:translateY(-2px)}
.btn-cta-sub{display:inline-block;border:2px solid rgba(255,255,255,.6);color:#fff;padding:.85rem 2rem;border-radius:9999px;font-weight:700;font-size:.95rem;transition:all .3s;margin:.4rem}
.btn-cta-sub:hover{border-color:#fff;background:rgba(255,255,255,.1)}
footer{background:var(--footer-bg);color:rgba(255,255,255,.75);padding:3rem 1.5rem 2rem}
.footer-inner{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}
@media(max-width:900px){.footer-inner{grid-template-columns:repeat(2,1fr)}}
@media(max-width:480px){.footer-inner{grid-template-columns:1fr}}
.footer-logo{font-size:1.1rem;font-weight:800;color:#fff;margin-bottom:.75rem}
.footer-desc{font-size:.8rem;line-height:1.7;font-weight:300}
.footer-col h4{font-size:.85rem;font-weight:800;color:#fff;margin-bottom:.75rem}
.footer-col ul{list-style:none}
.footer-col ul li{margin-bottom:.4rem}
.footer-col ul li a{font-size:.8rem;color:rgba(255,255,255,.65);transition:color .25s;font-weight:300}
.footer-col ul li a:hover{color:#fff}
.footer-biz{font-size:.75rem;color:rgba(255,255,255,.5);line-height:1.9;font-weight:300}
.footer-bottom{max-width:1200px;margin:2rem auto 0;padding-top:1.5rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem}
.footer-bottom span{font-size:.75rem;color:rgba(255,255,255,.4);font-weight:300}
.footer-consult-btn{display:inline-block;background:var(--primary);color:#fff;padding:.5rem 1.25rem;border-radius:9999px;font-size:.8rem;font-weight:700;transition:background .25s}
.footer-consult-btn:hover{background:var(--primary-light)}
#floating-btn{position:fixed;right:1.25rem;bottom:1.5rem;z-index:200}
.float-btn{display:flex;align-items:center;justify-content:center;gap:.35rem;background:var(--primary);color:#fff;padding:.7rem 1.25rem;border-radius:9999px;font-size:.85rem;font-weight:700;box-shadow:0 4px 16px rgba(0,0,0,.25);transition:all .3s}
.float-btn:hover{background:var(--primary-light);transform:scale(1.04)}
