/*
Theme Name: 충남 재가복지 침대렌탈
Theme URI: https://care.cjsdks.com
Author: care.cjsdks.com
Description: 충남 시군 전동/수동 케어베드 렌탈 및 재가복지용구 안내 사이트
Version: 1.0
*/

:root{
  --blue:#2C7A6B;
  --blue-dark:#1F5C50;
  --blue-tint:#EAF3F1;
  --navy:#1E2E2B;
  --gray:#5C6B68;
  --gray-light:#9AACA8;
  --line:#DCE8E5;
  --bg-soft:#F5FAF9;
}

*{box-sizing:border-box}
body{
  margin:0;
  font-family:"Pretendard","Malgun Gothic","Apple SD Gothic Neo",sans-serif;
  font-size:16px;
  color:var(--navy);
  line-height:1.6;
  background:#fff;
  -webkit-font-smoothing:antialiased;
}
h1,h2{font-family:"Noto Serif KR","Pretendard",serif}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
ul{margin:0;padding:0;list-style:none}
.wrap{max-width:1120px;margin:0 auto;padding:0 24px}

/* header */
.site-header{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);z-index:50;border-bottom:1px solid var(--line)}
.site-header .wrap{display:flex;align-items:center;justify-content:space-between;height:72px}
.logo{font-size:21.5px;font-weight:800;color:var(--navy);letter-spacing:-.03em}
.logo span{color:var(--blue)}
.main-nav ul{display:flex;gap:32px}
.main-nav a{font-size:16px;font-weight:600;color:var(--gray)}
.main-nav a:hover{color:var(--blue)}
.header-call{display:flex;align-items:center;gap:6px;background:var(--blue);color:#fff;padding:11px 20px;border-radius:100px;font-size:16px;font-weight:700}
.header-call:hover{background:var(--blue-dark)}

/* buttons */
.btn{display:inline-block;padding:16px 28px;border-radius:14px;font-weight:700;font-size:17.5px}
.btn-primary{background:var(--blue);color:#fff}
.btn-primary:hover{background:var(--blue-dark)}
.btn-outline{background:var(--bg-soft);color:var(--navy)}
.btn-outline:hover{background:var(--line)}

/* hero */
.hero{padding:88px 0 96px}
.hero .wrap{display:grid;grid-template-columns:1fr .95fr;gap:56px;align-items:center}
.hero-eyebrow{display:inline-block;background:var(--blue-tint);color:var(--blue);font-weight:700;font-size:14px;padding:7px 14px;border-radius:100px;margin-bottom:20px}
.hero h1{font-size:43px;line-height:1.35;letter-spacing:-.02em;margin:0 0 18px;font-weight:800}
.hero h1 em{font-style:normal;color:var(--blue)}
.hero p{font-size:18.5px;color:var(--gray);margin:0 0 32px}
.hero-cta{display:flex;gap:12px;flex-wrap:wrap}
.hero-photo{border-radius:24px;overflow:hidden;box-shadow:0 20px 50px -18px rgba(25,31,40,.28)}
.hero-photo img{width:100%;height:420px;object-fit:cover}

/* section common */
section{padding:88px 0}
.sec-head{margin-bottom:44px}
.sec-head .tag{color:var(--blue);font-weight:700;font-size:14px;letter-spacing:.02em}
.sec-head h2{font-size:30px;margin:8px 0 10px;font-weight:800;letter-spacing:-.02em}
.sec-head p{color:var(--gray);font-size:17.5px;margin:0}
.sec-head.center{text-align:center}

/* why us */
.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.why-card{background:var(--bg-soft);border-radius:20px;padding:30px 24px}
.why-card .ico{width:48px;height:48px;border-radius:14px;background:#fff;color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:18px;font-size:19.5px;box-shadow:0 2px 8px rgba(25,31,40,.06)}
.why-card h3{font-size:18.5px;margin:0 0 8px;font-weight:700}
.why-card p{font-size:15px;color:var(--gray);margin:0}

/* products */
.product-sec{background:var(--bg-soft)}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 2px 16px rgba(25,31,40,.06)}
.product-thumb{height:190px;overflow:hidden}
.product-thumb img{width:100%;height:100%;object-fit:cover}
.product-body{padding:22px}
.product-body h3{margin:0 0 10px;font-size:18.5px;font-weight:700}
.product-body ul li{font-size:15px;color:var(--gray);padding:4px 0}
.product-body ul li:before{content:"· "}

/* gallery */
.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.gallery-grid a{border-radius:16px;overflow:hidden;box-shadow:0 2px 12px rgba(25,31,40,.06)}
.gallery-grid a:first-child{grid-column:1/-1}
.gallery-grid img{height:190px;object-fit:cover;transition:transform .25s}
.gallery-grid a:first-child img{height:420px}
.gallery-grid a:hover img{transform:scale(1.04)}

/* regions */
.dong-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.dong-card{position:relative;display:block;aspect-ratio:4/3;border-radius:12px;overflow:hidden;background:#EAF3F1;box-shadow:0 2px 12px rgba(25,31,40,.06);transition:box-shadow .2s,transform .2s}
.dong-card:hover{box-shadow:0 10px 24px rgba(25,31,40,.16);transform:translateY(-2px)}
.dong-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}
.dong-card:hover img{transform:scale(1.06)}
.dong-card .badge{position:absolute;top:14px;left:14px;z-index:2;background:var(--blue);color:#fff;font-size:12px;font-weight:700;padding:5px 14px;border-radius:20px}
.dong-overlay{position:absolute;inset:0;padding:20px;display:flex;flex-direction:column;justify-content:flex-end;background:linear-gradient(to top,rgba(0,0,0,.72) 0%,rgba(0,0,0,0) 55%)}
.dong-overlay h3{margin:0 0 4px;font-size:18.5px;font-weight:800;color:#fff}
.dong-overlay p{margin:0;font-size:14px;color:rgba(255,255,255,.85)}

/* process */
.process-list{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.process-step{background:var(--bg-soft);border-radius:20px;padding:28px 22px}
.process-step .num{width:36px;height:36px;border-radius:10px;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:16px}
.process-step h4{font-size:17.5px;margin:0 0 6px;font-weight:700}
.process-step p{font-size:14.5px;color:var(--gray);margin:0}

/* coverage */
.coverage{background:var(--blue-tint)}
.coverage .wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.coverage h2{font-size:28px;margin:0 0 14px;font-weight:800}
.coverage p{color:var(--gray);font-size:17.5px;margin:0 0 20px}
.coverage-tags{display:flex;flex-wrap:wrap;gap:8px}
.coverage-tags span,.coverage-tags a{background:#fff;color:var(--blue);padding:8px 16px;border-radius:100px;font-size:14px;font-weight:700}
.coverage-box{background:#fff;border-radius:20px;padding:32px;box-shadow:0 2px 16px rgba(25,31,40,.08)}
.coverage-box .big-num{font-size:15px;color:var(--gray);font-weight:700;margin-bottom:8px}
.coverage-box .phone{font-size:32.5px;font-weight:800;color:var(--blue)}

/* faq */
.faq-toggle summary.sec-head{cursor:pointer;list-style:none;margin-bottom:0;padding-bottom:44px}
.faq-toggle summary.sec-head::-webkit-details-marker{display:none}
.faq-toggle-arrow{display:inline-block;color:var(--gray-light);transition:transform .2s}
.faq-toggle[open] .faq-toggle-arrow{transform:rotate(180deg)}
.faq-item{border-bottom:1px solid var(--line);padding:22px 0}
.faq-item summary{
  margin:0;font-size:17.5px;font-weight:700;cursor:pointer;
  list-style:none;display:flex;align-items:center;justify-content:space-between;gap:12px;
}
.faq-item summary::-webkit-details-marker{display:none}
.faq-item summary:before{content:"Q";color:var(--blue);font-weight:800;margin-right:8px}
.faq-item summary:after{
  content:"+";flex-shrink:0;color:var(--gray-light);font-size:21.5px;font-weight:400;
  transition:transform .2s;
}
.faq-item[open] summary:after{transform:rotate(45deg)}
.faq-item p{margin:14px 0 0;font-size:15.5px;color:var(--gray);padding-left:20px}

/* contact cta */
.cta-band{text-align:center;background:var(--navy)}
.cta-band h2{font-size:30px;color:#fff;margin:0 0 12px;font-weight:800}
.cta-band p{color:#9AACA8;margin:0 0 28px;font-size:17.5px}

/* footer */
.site-footer{background:var(--bg-soft);color:var(--gray);padding:44px 0 26px;font-size:14.5px}
.site-footer .wrap{display:flex;justify-content:space-between;flex-wrap:wrap;gap:20px}
.foot-brand{font-weight:800;color:var(--navy);font-size:18.5px;margin-bottom:8px}
.foot-info p{margin:3px 0}
.foot-links a{margin-left:16px;color:var(--gray)}
.foot-links a:hover{color:var(--blue)}
.copyright{margin-top:26px;padding-top:20px;border-top:1px solid var(--line);text-align:center;color:var(--gray-light);font-size:13px}

/* floating call button (mobile) */
.float-call{display:none}

@media (max-width:900px){
  .hero .wrap{grid-template-columns:1fr}
  .hero-photo{order:-1}
  .hero-photo img{height:260px}
  .why-grid{grid-template-columns:repeat(2,1fr)}
  .product-grid{grid-template-columns:repeat(2,1fr)}
  .gallery-grid{grid-template-columns:repeat(2,1fr)}
  .dong-grid{grid-template-columns:repeat(2,1fr)}
  .process-list{grid-template-columns:repeat(2,1fr)}
  .coverage .wrap{grid-template-columns:1fr}
  .main-nav{display:none}
  section{padding:60px 0}
  .float-call{
    display:flex;position:fixed;bottom:20px;right:20px;z-index:99;
    width:58px;height:58px;border-radius:50%;background:var(--blue);
    color:#fff;align-items:center;justify-content:center;font-size:26px;
    box-shadow:0 10px 24px -6px rgba(212,106,61,.55);
  }
}
@media (max-width:560px){
  .hero h1{font-size:30px}
  .why-grid,.product-grid,.process-list,.gallery-grid{grid-template-columns:1fr}
  .dong-grid{grid-template-columns:repeat(2,1fr);gap:10px}
  .dong-card .badge{top:8px;left:8px;font-size:11px;padding:4px 9px}
  .dong-overlay{padding:10px}
  .dong-overlay h3{font-size:14px;margin-bottom:2px}
  .dong-overlay p{font-size:11.5px}
  .header-call{padding:9px 16px;font-size:15px}
}
