/* 공통 디자인 수정: 아래 변수. 각 사이트의 v1~v5 규칙은 개별 배치입니다. */
:root{--brand:#1e3fc2;--ink:#17213a;--muted:#566078;--paper:#fff;--soft:#f2f5fc;--line:#dce2ef;--font:'Noto Sans KR','Apple SD Gothic Neo','Malgun Gothic',sans-serif;--serif:Georgia,'Times New Roman',serif;--radius:0px;--button-radius:2px;--max:1240px}*{box-sizing:border-box}body{margin:0;background:var(--paper);color:var(--ink);font:16px/1.85 var(--font);word-break:keep-all}a{color:inherit;text-decoration:none}button{font:inherit}img{display:block;width:100%;height:100%;object-fit:cover}h1,h2,h3,p{margin:0}h1,h2{font-weight:400;line-height:1.35;letter-spacing:-.055em}h1{font-size:clamp(2.5rem,4.6vw,4.6rem)}h2{font-size:clamp(1.9rem,3vw,3rem)}h3{font-size:1.25rem;font-weight:500;line-height:1.5}p{color:var(--muted)}small,.eyebrow{font-size:.8rem;letter-spacing:.17em}.eyebrow{display:block;color:var(--brand);margin-bottom:25px;font-weight:600}.wrap{max-width:var(--max);margin:auto;padding:0 44px}.skip{position:absolute;top:-100px;background:white;padding:10px;z-index:50}.skip:focus{top:0}:focus-visible{outline:3px solid #f3a800;outline-offset:5px}header{background:white;border-bottom:1px solid var(--line)}.header-inner{height:100px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:flex;align-items:center;gap:14px}.brand img{width:54px;height:54px;object-fit:contain}.wordmark{font:1.5rem var(--serif);letter-spacing:.08em}.wordmark small{display:block;font:12px var(--font);letter-spacing:.19em;margin-top:4px}.nav{display:flex;gap:29px;align-items:center}.nav a{font-size:14px;padding:7px 0}.nav a[aria-current]{color:var(--brand);border-bottom:1px solid var(--brand)}.menu-toggle{display:none;background:none;border:1px solid var(--line);padding:6px 12px}.hero{position:relative;display:grid;grid-template-columns:1fr 1fr;min-height:650px}.hero-copy{padding:85px 55px 70px max(44px,calc((100vw - 1152px)/2));display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.hero-copy p{margin-top:28px;max-width:450px}.hero-photo{margin:0;position:relative;min-height:540px;overflow:hidden}.hero-photo img{position:absolute;inset:0}.photo-note{position:absolute;bottom:16px;right:18px;background:#ffffffeb;color:#45506a;font-size:12px;padding:4px 10px}.actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 25px;border:1px solid var(--brand);color:var(--brand);border-radius:var(--button-radius);font-size:14px;line-height:1.5}.btn.primary{background:var(--brand);color:white}.btn:hover{filter:brightness(.9)}.section{padding-top:105px;padding-bottom:105px}.section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:35px;margin-bottom:42px}.section-head p{max-width:360px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}.care-card{border-top:1px solid var(--line);padding-top:26px}.number{font:1.4rem var(--serif);color:var(--brand);display:block;margin-bottom:30px}.care-card p{margin-top:15px}.text-link{display:inline-block;margin-top:24px;color:var(--brand);border-bottom:1px solid var(--brand);font-size:14px}.band{background:var(--brand);color:white;padding:65px 0}.band .wrap{display:flex;align-items:center;justify-content:space-between;gap:35px}.band p{color:#e0e6ff;margin-top:12px}.band .btn{border-color:white;color:white}.split{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:center}.split figure{margin:0;position:relative;height:540px}.split p{margin-top:25px}.soft{background:var(--soft)}.route-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.route-grid a{padding:22px 0;border-top:1px solid var(--line)}.route-grid span{display:block;color:var(--muted);font-size:14px}.page-top{padding:75px 0 55px}.page-top p{max-width:620px;margin-top:24px}.page-top .index{font:italic 1.2rem var(--serif);color:var(--muted)}.service-row{display:grid;grid-template-columns:80px 1fr 1fr;gap:35px;border-top:1px solid var(--line);padding:40px 0}.service-row p{max-width:520px}.gallery{display:grid;grid-template-columns:1fr 1fr;gap:40px}.gallery figure{margin:0}.gallery figure:first-child{grid-row:span 2}.gallery img{height:320px}.gallery figure:first-child img{height:650px}.gallery figcaption{padding:20px 0}.gallery figcaption p{font-size:14px;margin-top:8px}.notice{font-size:14px;margin-top:35px}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:70px}.info{padding:24px 0;border-top:1px solid var(--line)}.info dt{font-size:14px;color:var(--brand);margin-bottom:10px}.info dd{margin:0}.big-phone{font:clamp(1.8rem,3vw,2.7rem) var(--serif)}.route-step{padding:24px 0;border-top:1px solid var(--line)}.route-step h3{margin-bottom:12px}.parking{padding:25px;background:var(--soft);margin-top:25px}.parking strong{color:var(--brand)}details{padding:22px 0;border-bottom:1px solid var(--line)}summary{cursor:pointer;font-weight:500}details p{margin-top:15px}footer{padding:55px 0;background:#101b3b;color:white}footer p{color:#c7cee0;font-size:14px;margin-top:15px}footer .wrap{display:grid;grid-template-columns:1fr 1.5fr;gap:50px}.footer-links{display:flex;gap:22px;flex-wrap:wrap;font-size:14px;margin-top:20px}.copyright{font-size:12px}.mobile-contact{display:none}.v2{--soft:#f0f5f8;--max:1320px}.v2 .hero{margin:35px 44px 0;min-height:620px;grid-template-columns:1.1fr 1fr;background:var(--soft)}.v2 .hero-copy{padding:60px}.v2 .hero-photo{margin:30px 30px 30px 0}.v2 .grid{grid-template-columns:1fr}.v2 .care-card{display:grid;grid-template-columns:70px 260px 1fr;gap:25px;padding:28px 0}.v2 .care-card p,.v2 .number{margin:0}.v2 .hero h1{font-size:clamp(2.5rem,4.2vw,4rem)}.v3 .hero{display:block;min-height:710px;background:#111c36}.v3 .hero-photo{position:absolute;inset:0;opacity:.47}.v3 .hero-copy{position:relative;z-index:1;min-height:710px;padding:80px 44px;align-items:center;text-align:center;color:white}.v3 .hero-copy p,.v3 .hero .eyebrow{color:white}.v3 .hero .btn{color:white;border-color:white}.v3 .hero .photo-note{display:none}.v3 .hero h1{font-size:clamp(2.7rem,5.6vw,5rem)}.v3 .grid{gap:60px}.v3 .section-head{justify-content:center;text-align:center}.v3 .section-head>p{display:none}.v4{--paper:#f8f9fd;--soft:#e9eefb}.v4 .hero{grid-template-columns:1.15fr 1fr;background:var(--brand);color:white}.v4 .hero .eyebrow,.v4 .hero p{color:#e6ecff}.v4 .hero .btn{color:white;border-color:white}.v4 .hero-photo{margin:50px 50px 50px 0;border-radius:50% 50% 0 0;min-height:550px}.v4 .hero-copy{padding-right:25px}.v4 .care-card{border-top:2px solid var(--brand)}.v5{--soft:#f6f5f2;--button-radius:30px}.v5 .hero{grid-template-columns:1fr 1fr;margin:50px auto;max-width:1240px;gap:70px;padding:0 44px;min-height:620px}.v5 .hero-copy{padding:40px 0}.v5 .hero-photo{border-radius:48% 48% 0 0}.v5 .eyebrow{letter-spacing:.24em}.v5 .grid{text-align:center;gap:50px}.v5 .number{font-style:italic}.v5 .gallery{gap:65px}.v5 .gallery img{border-radius:180px 180px 0 0}
@media(max-width:1000px){.nav{gap:16px}.wrap{padding:0 28px}.hero-copy{padding:60px 28px}.hero{min-height:560px}.hero-photo{min-height:500px}.v2 .hero{margin:20px}.v2 .hero-copy{padding:35px}.split{gap:35px}.v5 .hero{gap:30px}.v2 .care-card{grid-template-columns:50px 220px 1fr}}
@media(max-width:720px){.wrap{padding:0 22px}.header-inner{height:auto;min-height:82px;flex-wrap:wrap;padding-top:14px;padding-bottom:14px;gap:12px}.brand img{width:42px;height:42px}.wordmark{font-size:1.2rem}.wordmark small{font-size:11px}.nav{width:100%;justify-content:space-between;gap:8px}.nav a{font-size:13px}.js .menu-toggle{display:block}.js .nav{display:none}.js .nav.open{display:flex}.hero,.v2 .hero,.v4 .hero,.v5 .hero{display:flex;flex-direction:column;margin:0;padding:0;gap:0}.hero-copy,.v2 .hero-copy,.v4 .hero-copy,.v5 .hero-copy{padding:55px 22px}.hero-photo,.v2 .hero-photo,.v4 .hero-photo,.v5 .hero-photo{height:390px;min-height:390px;margin:0;border-radius:0}.v3 .hero{min-height:650px}.v3 .hero-copy{min-height:650px;justify-content:center;padding:70px 22px}.v3 .hero-photo{height:100%;min-height:100%}.section{padding-top:65px;padding-bottom:65px}.section-head{display:block}.section-head p{margin-top:20px}.grid,.split,.contact-grid,.route-grid,footer .wrap{grid-template-columns:1fr;gap:30px}.v2 .care-card{display:block}.v2 .care-card h3{margin:10px 0}.split figure{height:390px}.band .wrap{display:block}.band .btn{margin-top:25px}.route-grid{grid-template-columns:1fr 1fr;gap:15px}.page-top{padding:50px 0 35px}.service-row{grid-template-columns:40px 1fr;gap:15px}.service-row p{grid-column:2}.gallery,.v5 .gallery{grid-template-columns:1fr;gap:25px}.gallery figure:first-child{grid-row:auto}.gallery img,.gallery figure:first-child img{height:420px}.mobile-contact{position:fixed;display:flex;bottom:0;left:0;right:0;z-index:20;background:white;border-top:1px solid var(--line)}.mobile-contact a{width:50%;text-align:center;padding:13px;font-size:14px;color:var(--brand)}.mobile-contact a:last-child{background:var(--brand);color:white}footer{padding-bottom:90px}.hero-copy p{margin-top:20px}.v5 .grid{text-align:left}h1{font-size:2.6rem}}
/* v2: 모든 화면의 지속 문의 버튼, 안전 영역 및 확대 대응 */
html{scroll-padding-bottom:110px}body{padding-bottom:0}h1{overflow-wrap:anywhere}.hero-copy p{line-height:1.85}.mobile-contact{display:flex;position:fixed;right:24px;bottom:24px;left:auto;z-index:100;gap:8px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 30px #101b3b22;max-width:calc(100vw - 32px)}.mobile-contact a{display:flex;align-items:center;justify-content:center;padding:13px 20px;min-height:50px;color:var(--brand);font-size:14px;font-weight:600;border-radius:7px;border:1px solid var(--brand);line-height:1.5}.mobile-contact a:last-child{background:var(--brand);color:#fff}footer{padding-bottom:125px}.hero h1{font-size:clamp(2.2rem,3.8vw,3.8rem)}.v3 .hero h1{font-size:clamp(2.4rem,4.7vw,4.5rem)}.v2 .hero h1{font-size:clamp(2.2rem,3.6vw,3.6rem)}
@media(max-width:720px){.mobile-contact{left:12px;right:12px;bottom:max(10px,env(safe-area-inset-bottom));max-width:none;gap:8px;padding:8px;border-radius:12px}.mobile-contact a{width:auto;flex:1;min-width:0;padding:11px 7px;font-size:13px}.mobile-contact a:first-child{flex:1.25}.hero h1,.v2 .hero h1,.v3 .hero h1{font-size:clamp(1.9rem,7.5vw,2.8rem)}footer{padding-bottom:calc(115px + env(safe-area-inset-bottom))}.hero-copy p{font-size:16px}.wordmark small{font-size:12px}.v3 .hero-copy{background:#0b153d70}.gallery img,.gallery figure:first-child img{height:350px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto}}

.mobile-contact a:first-child{flex-direction:column;gap:2px}.mobile-contact strong{white-space:nowrap;font-weight:600}.mobile-contact span{font-size:12px}
