*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Noto Sans KR',sans-serif;
    background:#f7f5f2;
    color:#333;
    line-height:1.7;
}

a{
    text-decoration:none;
    color:inherit;
}

img{
    display:block;
    width:100%;
}

.top-bar{
    background:#5f4630;
    color:#fff;
    font-size:14px;
}

.top-inner{
    max-width:1200px;
    margin:auto;
    display:flex;
    justify-content:space-between;
    padding:10px 20px;
}

.site-header{
    background:#fff;
    position:sticky;
    top:0;
    z-index:999;
    box-shadow:0 2px 10px rgba(0,0,0,.05);
}

.site-header{
    max-width:1400px;
    margin:auto;
    padding:18px 30px;
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.logo{
    display:flex;
    flex-direction:column;
}

.logo strong{
    font-size:24px;
    color:#5f4630;
}

.logo span{
    font-size:13px;
    color:#777;
}

.site-header nav{
    display:flex;
    gap:28px;
    font-weight:600;
}

.header-call{
    background:#8c5a2e;
    color:#fff;
    padding:12px 18px;
    border-radius:8px;
    font-weight:700;
}

.hero{
    background:url('/images/main/main-banner.png') center center/cover no-repeat;
    min-height:620px;
    position:relative;
}

.hero::before{
    content:'';
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.45);
}

.hero-content{
    position:relative;
    z-index:2;
    max-width:1200px;
    margin:auto;
    padding-top:120px;
    color:#fff;
}

.hero-badge{
    display:inline-block;
    background:#8c5a2e;
    padding:8px 15px;
    border-radius:50px;
    margin-bottom:20px;
}

.hero h1{
    font-size:60px;
    line-height:1.2;
    margin-bottom:20px;
}

.hero p{
    max-width:700px;
    font-size:20px;
}

.hero-actions{
    margin-top:35px;
    display:flex;
    gap:15px;
}

.hero-actions a{
    padding:15px 24px;
    border-radius:8px;
    font-weight:700;
}

.hero-actions a:first-child{
    background:#8c5a2e;
    color:#fff;
}

.hero-actions a:last-child{
    background:#fff;
    color:#333;
}

.hero-stats{
    margin-top:60px;
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.hero-stats div{
    background:rgba(255,255,255,.12);
    backdrop-filter:blur(5px);
    padding:20px;
    border-radius:12px;
}

.hero-stats strong{
    display:block;
    font-size:24px;
}

.section{
    max-width:1200px;
    margin:90px auto;
    padding:0 20px;
}

.section-label{
    color:#8c5a2e;
    font-weight:700;
    margin-bottom:10px;
}

.section h2{
    font-size:42px;
    margin-bottom:20px;
    color:#3f3025;
}

.section-desc{
    color:#666;
    margin-bottom:35px;
}

.card-grid,
.service-grid,
.factor-grid,
.process-grid,
.photo-grid,
.case-grid,
.customer-grid,
.region-grid,
.family-grid{
    display:grid;
    gap:25px;
}

.service-grid{
    grid-template-columns:repeat(5,1fr);
}

.service-grid article{
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.service-grid h3{
    margin-bottom:12px;
    color:#5f4630;
}

.price-wrap{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
    align-items:center;
}

.price-main strong{
    display:block;
    font-size:50px;
    color:#8c5a2e;
    margin:20px 0;
}

.price-points{
    background:#fff;
    padding:35px;
    border-radius:18px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.price-points p{
    margin-bottom:12px;
}

.factor-grid{
    grid-template-columns:repeat(4,1fr);
}

.factor-grid article{
    background:#fff;
    padding:25px;
    border-radius:16px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.factor-grid span{
    display:inline-block;
    width:40px;
    height:40px;
    border-radius:50%;
    background:#8c5a2e;
    color:#fff;
    text-align:center;
    line-height:40px;
    margin-bottom:15px;
}

.text-section{
    background:#fff;
    padding:45px;
    border-radius:20px;
}

.text-section p{
    margin-bottom:15px;
}

.process-grid{
    grid-template-columns:repeat(4,1fr);
}

.process-grid article{
    background:#fff;
    padding:25px;
    border-radius:16px;
    text-align:center;
}

.process-grid span{
    display:inline-block;
    width:50px;
    height:50px;
    line-height:50px;
    border-radius:50%;
    background:#8c5a2e;
    color:#fff;
    font-weight:700;
    margin-bottom:15px;
}

.photo-grid{
    grid-template-columns:repeat(4,1fr);
}

.photo-grid img{
    border-radius:14px;
}

.case-grid{
    grid-template-columns:repeat(3,1fr);
}

.case-grid article{
    background:#fff;
    padding:25px;
    border-radius:16px;
}

.case-grid span{
    color:#8c5a2e;
    font-size:14px;
    font-weight:700;
}

.case-grid h3{
    margin:10px 0;
}

.case-grid a{
    display:inline-block;
    margin-top:15px;
    color:#8c5a2e;
    font-weight:700;
}

.customer-grid{
    grid-template-columns:repeat(4,1fr);
}

.customer-grid article{
    background:#fff;
    padding:25px;
    border-radius:16px;
}

.customer-grid div{
    color:#f4a100;
    margin-bottom:10px;
}

.region-grid{
    grid-template-columns:repeat(4,1fr);
}

.region-grid a{
    background:#fff;
    padding:18px;
    text-align:center;
    border-radius:12px;
    font-weight:600;
}

.contact-wrap{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}

.contact-info{
    background:#fff;
    padding:35px;
    border-radius:18px;
}

.contact-info strong{
    display:block;
    font-size:32px;
    color:#8c5a2e;
    margin:20px 0;
}

.contact-form{
    background:#fff;
    padding:35px;
    border-radius:18px;
}

.contact-form label{
    display:block;
    margin-bottom:15px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
    width:100%;
    margin-top:5px;
    padding:12px;
    border:1px solid #ddd;
    border-radius:8px;
}

.contact-form button{
    width:100%;
    padding:15px;
    border:none;
    background:#8c5a2e;
    color:#fff;
    border-radius:8px;
    font-size:16px;
    font-weight:700;
    cursor:pointer;
}

.faq-section article{
    background:#fff;
    padding:25px;
    border-radius:16px;
    margin-bottom:15px;
}

.family-grid{
    grid-template-columns:repeat(3,1fr);
}

.family-grid a{
    background:#fff;
    padding:22px;
    border-radius:16px;
    text-align:center;
    font-weight:700;
    border:1px solid #e4d6c8;
}

.family-grid a:hover{
    background:#8c5a2e;
    color:#fff;
}

.site-footer{
    background:#2d241d;
    color:#fff;
    text-align:center;
    padding:50px 20px;
}

.floating-call{
    position:fixed;
    right:20px;
    bottom:20px;
    background:#8c5a2e;
    color:#fff;
    padding:14px 20px;
    border-radius:50px;
    font-weight:700;
    z-index:999;
}

@media(max-width:992px){

    .service-grid,
    .factor-grid,
    .customer-grid,
    .region-grid{
        grid-template-columns:repeat(2,1fr);
    }

    .price-wrap,
    .contact-wrap{
        grid-template-columns:1fr;
    }

    .hero h1{
        font-size:42px;
    }

}

@media(max-width:768px){

    .site-header nav{
        display:none;
    }

    .hero-stats,
    .service-grid,
    .factor-grid,
    .process-grid,
    .photo-grid,
    .case-grid,
    .customer-grid,
    .region-grid,
    .family-grid{
        grid-template-columns:1fr;
    }

    .hero{
        min-height:500px;
    }

    .hero h1{
        font-size:34px;
    }

    .section h2{
        font-size:30px;
    }

}
.more-link{
    margin-top:30px;
    text-align:center;
}

.more-link a{
    display:inline-block;
    background:#8c5a2e;
    color:#fff;
    padding:14px 26px;
    border-radius:10px;
    font-weight:700;
}
.sub-hero{
    background:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url('/images/main/main-banner.png') center center/cover no-repeat;

        min-height:420px;

        display:flex;
        align-items:center;

        color:#fff;
}

.sub-hero-inner{
    max-width:1200px;
    margin:auto;
}

.sub-hero h1{
    font-size:48px;
    margin:15px 0;
}

.sub-hero p{
    max-width:720px;
    font-size:19px;
}

.review-list-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
}

.review-list-grid article{
    background:#fff;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.review-list-grid img{
    height:190px;
    object-fit:cover;
}

.review-list-grid article span,
.review-list-grid article h3,
.review-list-grid article p,
.review-list-grid article a{
    margin-left:20px;
    margin-right:20px;
}

.review-list-grid article span{
    display:inline-block;
    margin-top:18px;
    color:#8c5a2e;
    font-weight:700;
    font-size:14px;
}

.review-list-grid article h3{
    margin-top:8px;
    margin-bottom:8px;
    font-size:20px;
}

.review-list-grid article p{
    color:#666;
}

.review-list-grid article a{
    display:inline-block;
    margin-top:15px;
    margin-bottom:22px;
    color:#8c5a2e;
    font-weight:700;
}

.contact-mini{
    background:#fff;
    padding:45px;
    border-radius:20px;
    text-align:center;
}

.mini-actions{
    justify-content:center;
}

@media(max-width:992px){
    .review-list-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

@media(max-width:768px){
    .sub-hero h1{
        font-size:34px;
    }

    .review-list-grid{
        grid-template-columns:1fr;
    }
}
.notice-box{
    background:#fff;
    border:1px solid #e4d6c8;
    border-radius:18px;
    padding:25px;
    margin:25px 0;
}

.notice-box h3{
    margin-bottom:12px;
    color:#5f4630;
}

.notice-box ul{
    padding-left:20px;
}

.notice-box li{
    margin-bottom:6px;
}

.single-photo{
    grid-template-columns:repeat(2,1fr);
}

.single-photo img{
    max-width:520px;
}
.photo-group{
    margin-bottom:40px;
}

.photo-group h3{
    margin-bottom:15px;
}

.photo-grid.two{
    grid-template-columns:repeat(2,1fr);
}

.photo-grid.one{
    grid-template-columns:1fr;
    max-width:500px;
}
/* 지역페이지 현장사진 최종 정리 */
.region-photo-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:25px;
}

.region-photo-grid article{
    background:#fff;
    border-radius:16px;
    padding:16px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.region-photo-grid h3{
    margin-bottom:12px;
    color:#5f4630;
    font-size:18px;
}

.region-photo-grid img{
    width:100%;
    height:260px;
    object-fit:cover;
    border-radius:12px;
}

/* 지역페이지 상단 배너 최종 정리 */
.sub-hero{
    background:
        linear-gradient(rgba(0,0,0,.45),rgba(0,0,0,.45)),
        url('/images/main/main-banner.png') center center/cover no-repeat !important;
    min-height:420px;
    display:flex;
    align-items:center;
    color:#fff;
}

.sub-hero-inner{
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}

.sub-hero h1{
    font-size:48px;
    margin:15px 0;
}

.sub-hero p{
    max-width:720px;
    font-size:19px;
}

@media(max-width:768px){
    .region-photo-grid{
        grid-template-columns:1fr;
    }

    .sub-hero h1{
        font-size:34px;
    }
}
.review-photo-grid{
    display:grid;
    gap:25px;
    margin-bottom:35px;
}

.review-photo-grid.two{
    grid-template-columns:repeat(2,1fr);
}

.review-photo-grid.one{
    grid-template-columns:1fr;
    max-width:560px;
}

.review-photo-grid img{
    width:100%;
    height:300px;
    object-fit:cover;
    border-radius:16px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.review-photo-section h3{
    margin:28px 0 14px;
    color:#5f4630;
}

@media(max-width:768px){
    .review-photo-grid.two{
        grid-template-columns:1fr;
    }
}
/* 작업후기 상세페이지 최종 정리 */
.review-detail-hero{
    background:
        linear-gradient(rgba(0,0,0,.48),rgba(0,0,0,.48)),
        url('/images/main/main-banner.png') center center/cover no-repeat !important;
    min-height:420px;
    display:flex;
    align-items:center;
    color:#fff;
}

.review-detail-hero .sub-hero-inner{
    max-width:1200px;
    width:100%;
    margin:auto;
    padding:0 20px;
}

.review-detail-hero h1{
    font-size:46px;
    margin:15px 0;
}

.review-detail-hero p{
    max-width:760px;
    font-size:18px;
}

.review-photo-grid.two{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:25px;
    margin-bottom:35px;
}

.review-photo-grid.one{
    display:grid;
    grid-template-columns:1fr;
    max-width:560px;
    gap:25px;
    margin-bottom:35px;
}

.review-photo-grid img{
    width:100%;
    height:320px;
    object-fit:cover;
    border-radius:16px;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

.review-photo-section h3{
    margin:28px 0 14px;
    color:#5f4630;
}

.review-contact-box{
    max-width:900px;
    margin:80px auto;
    padding:0 20px;
}

.review-contact-box .contact-mini{
    background:#fff;
    border-radius:20px;
    padding:45px;
    text-align:center;
    box-shadow:0 5px 15px rgba(0,0,0,.06);
}

@media(max-width:768px){
    .review-detail-hero h1{
        font-size:32px;
    }

    .review-photo-grid.two{
        grid-template-columns:1fr;
    }
}