.u-section-1 .u-sheet-1 {
  min-height: 60px;
}

.u-section-1 .u-custom-html-1 {
  margin-bottom: 1px;
  margin-top: 1px;
}.u-section-2 .u-sheet-1 {
  min-height: 400px;
}

.u-section-2 .u-custom-html-1 {
  margin-bottom: 60px;
}.u-section-4 .u-sheet-1 {
  min-height: 400px;
}

.u-section-4 .u-custom-html-1 {
  margin-bottom: 60px;
}.u-section-6 .u-sheet-1 {
  min-height: 400px;
}

.u-section-6 .u-custom-html-1 {
  margin-bottom: 60px;
}.u-section-8 .u-sheet-1 {
  min-height: 400px;
}

.u-section-8 .u-custom-html-1 {
  margin-bottom: 60px;
}.u-section-10 .u-sheet-1 {
  min-height: 400px;
}

.u-section-10 .u-custom-html-1 {
  margin-bottom: 60px;
}.u-section-12 .u-sheet-1 {
  min-height: 400px;
}

.u-section-12 .u-custom-html-1 {
  margin-bottom: 60px;
}/* =================================================================
   기본 및 공통 스타일 ('공간스토리랩' 버전)
   ================================================================== */
:root {
     /* 딥 그린/틸 - 전문성, 신뢰 */
        /* 어두운 텍스트 색상 */
     /* 밝은 회색 배경 */
    
}
html {
    scroll-behavior: smooth; 
}
body {
    margin: 0;
    padding-top: 70px; 
    font-family: 'Pretendard', 'Noto Sans KR', sans-serif !important; 
    color: #343a40 !important;
    line-height: 1.7;
    word-break: keep-all; 
}
.container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 80px 20px; 
}
a {
    text-decoration: none;
    color: #0D5C63;
}
h1, h2, h3 {
    line-height: 1.4;
    font-weight: 700;
}
p {
    margin-top: 0;
    margin-bottom: 1em;
}
strong {
    color: #E6611A;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
/* =================================================================
   HEADER - 헤더 스타일
   ================================================================== */
.main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.header-container {
    width: 1140px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    font-size: 1.5rem;
    font-weight: 700;
    color: #343a40;
}
.logo strong {
    font-weight: 700;
}
.main-nav a {
    margin-left: 25px;
    font-weight: 500;
    color: #555;
    transition: color 0.3s ease;
}
.main-nav a:hover, .main-nav a.active {
    color: #0D5C63;
}
.main-nav .btn-primary {
color: #FFFFFF;
    padding: 8px 16px; 
    margin-left: 25px;
}
/* =================================================================
   SECTION 1: HERO - 메인 화면
   ================================================================== */
.hero-section {
    position: relative;
    height: calc(100vh - 70px); 
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    /* 텅 빈 공간(공실)이나 건축 도면 느낌의 이미지로 변경 권장 */
    background-image: url('https://menumingle.co.kr/wp-content/uploads/2025/11/Open-Plan-Salon-Layout.jpeg');
    background-size: cover;
    background-position: center;
    padding: 0 20px;
}
.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* 글자가 잘 보이게 조금 더 어둡게 */
}
.hero-content {
    position: relative;
    z-index: 1;
}
.main-headline {
    font-size: 3.2rem;
    font-weight: 700;
    margin-bottom: 0.5em;
}
.sub-headline {
    font-size: 1.15rem;
    margin-bottom: 2em;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap; 
}
.cta-buttons .btn {
    padding: 14px 28px;
    border-radius: 5px;
    font-weight: bold;
    transition: all 0.3s ease;
    cursor: pointer;
}
.btn-primary {
    background-color: #0D5C63;
    color: white;
    border: 2px solid #0D5C63;
}
.btn-primary:hover {
    background-color: #084347; /* 더 어두운 톤 */
    border-color: #084347;
}
.btn-secondary {
    background-color: transparent;
    color: white;
    border: 2px solid white;
}
.btn-secondary:hover {
    background-color: white;
    color: #343a40;
}
/* =================================================================
   SECTION 2: PAIN POINT (PROBLEM)
   ================================================================== */
.pain-point-section {
    background-color: #f8f9fa;
}
.section-title {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 20px;
}
.section-body {
    font-size: 1.1rem;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    color: #555;
}
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 30px;
    text-align: center;
}
.feature-item {
    background: white;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.feature-icon {
    font-size: 3rem; 
    margin-bottom: 15px;
}
.feature-item h3 {
    font-size: 1.4rem;
    margin: 15px 0 10px;
}
/* =================================================================
   SECTION 3: SOLUTION (1-2 PUNCH)
   ================================================================== */
.solution-section {
    background-color: white;
}
.solution-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}
.solution-image img {
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.solution-content h2, .solution-content h3 {
    text-align: left;
}
.solution-content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
}
/* 전략 구분을 위한 뱃지 스타일 (신규 추가) */
.badge {
    display: inline-block;
    padding: 4px 12px;
    font-size: 0.9rem;
    font-weight: 700;
    background-color: #0D5C63;
    color: white;
    border-radius: 20px;
    margin-right: 8px;
}
/* =================================================================
   SECTION 4: HOW IT WORKS (Services)
   ================================================================== */
.services-section {
    background-color: #f8f9fa;
}
.services-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.service-item {
    background: white;
    padding: 30px 40px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}
.service-item h3 {
    font-size: 1.5rem;
    border-bottom: 2px solid #0D5C63;
    padding-bottom: 10px;
    margin-top: 0;
}
/* 체크리스트 스타일 (신규 추가) */
.service-item ul {
    list-style: none;
    padding-left: 0;
}
.service-item li {
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    font-size: 1.05rem;
}
.service-item li::before {
    content: '✓';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #0D5C63;
    font-size: 1.2rem;
}
/* =================================================================
   SECTION 5: PORTFOLIO
   ================================================================== */
.portfolio-section {
    background-color: white;
}
.portfolio-carousel {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}
.portfolio-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.portfolio-item img {
    width: 100%;
    height: 280px; /* 높이 고정 */
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.portfolio-item:hover img {
    transform: scale(1.05);
}
.portfolio-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 40px 20px 20px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), transparent);
    color: white;
    font-size: 1.1rem; /* 폰트 살짝 조정 */
    font-weight: bold;
}
/* 포트폴리오 캡션 뱃지 (신규 추가) */
.portfolio-caption .badge {
    background-color: white;
    color: #0D5C63;
    font-size: 0.8rem;
}
/* =================================================================
   SECTION 6: FINAL CTA
   ================================================================== */
.final-cta-section {
    background-color: #343a40;
    color: white;
    text-align: center;
}
.final-cta-section .container {
     padding: 100px 20px; 
}
.final-cta-section .main-headline {
    color: white;
}
.final-cta-section .sub-headline {
    color: #FFFF00;
}
.btn-large {
    background-color: #0D5C63;
    color: white;
    padding: 18px 40px;
    font-size: 1.2rem;
    border-radius: 8px;
    font-weight: bold;
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: 20px; 
}
.btn-large:hover {
    background-color: #084347;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}
        
/* =================================================================
   FOOTER - 푸터 스타일
   ================================================================== */
.footer-section {
    background-color: #343a40;
    color: #ccc;
    padding: 60px 20px;
}
.footer-content {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
    align-items: center;
}
.footer-info h3 {
    color: white;
    font-size: 1.5rem;
    margin-top: 0;
}
.footer-info p {
    font-size: 0.9rem;
    margin-bottom: 0.5em;
    color: #aaa;
}
.footer-social {
    text-align: right;
}
.footer-social a {
    color: #ccc;
    margin-left: 20px;
    font-weight: 500;
}
.footer-social a:hover {
    color: white;
}
.copyright {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #555;
    grid-column: 1 / -1; 
    text-align: center;
    font-size: 0.85rem;
    color: #888;
}
/* =================================================================
   ★★★ 모바일 화면 전용 스타일 규칙 (768px 이하) ★★★
   ================================================================== */
@media (max-width: 768px) {
    .container {
        padding: 60px 20px; 
    }
    
    /* (모바일) 헤더 */
    .main-nav {
        display: none; 
    }
    .header-container {
        justify-content: center;
    }
    /* 1. 폰트 크기 자동 조절 */
    .main-headline {
        font-size: 2.2rem; 
    }
    .section-title {
        font-size: 2rem; 
    }
    .sub-headline {
        font-size: 1rem;
    }
    
    /* 2. 줄바꿈 최적화 */
    .main-headline, .section-title {
        word-break: keep-all;
    }
    
    /* 3. 여백 추가 및 레이아웃 변경 */
    .hero-section {
        height: 90vh; 
    }
    
    /* 그리드 항목들을 세로로 쌓음 */
    .features-grid,
    .solution-grid, 
    .services-grid,
    .portfolio-carousel,
    .footer-content {
        grid-template-columns: 1fr; 
        gap: 40px; 
    }
    /* (모바일) 솔루션 텍스트 중앙 정렬 */
    .solution-content h2, .solution-content h3 {
        text-align: center;
    }
    .solution-content {
        text-align: center;
    }
    
    /* (모바일) 푸터 정렬 */
    .footer-content, .footer-social {
        text-align: center;
    }
    .footer-social a {
        margin: 0 10px;
    }
}@font-face {
  font-family: 'GothicA1-Black';
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.nicepagecdn.com/b0472b76/6209523/fonts/GothicA1-Black.ttf);
}
/* page-custom-fonts */
@font-face {
  font-family: 'GothicA1-Black';
  font-style: normal;
  font-weight: 400;
  src: url(https://assets.nicepagecdn.com/b0472b76/6209523/fonts/GothicA1-Black.ttf);
}