@charset "UTF-8";

/* =========================================
   custom_sub07.css 
   (NATURE SPA / ESTABLISHMENT)
   ========================================= */

.custom-page-sub07 {
    font-family: 'Noto Serif KR', serif;
    color: #333;
    line-height: 1.6;
    background-color: #faf9f6;
    word-break: keep-all;
    max-width: 1920px;
    margin: 0 auto;
}

.custom-page-sub07 img {
    max-width: 100%;
    display: block;
}

.custom-page-sub07 .font-serif {
    font-family: 'Noto Serif KR', serif;
}

.custom-page-sub07 .image-placeholder {
    width: 100%;
    height: 100%;
    background-color: #eee; /* Fallback */
}

/* Common Section Styles */
.custom-page-sub07 .section-label {
    font-size: 11px;
    letter-spacing: 3px;
    color: #888;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}

.custom-page-sub07 .section-label::before {
    content: '';
    position: absolute;
    top: 50%;
    left: -40px;
    width: 30px;
    height: 1px;
    background-color: #d1c8bb;
}
.custom-page-sub07 .section-label::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -40px;
    width: 30px;
    height: 1px;
    background-color: #d1c8bb;
}
.custom-page-sub07 .section-label.no-after::after {
    display: none;
}

.custom-page-sub07 .section-title {
    font-size: 32px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #222;
}

/* ================================
   Section 1: Intro
   ================================ */
.custom-page-sub07 .sec-intro {
    display: flex;
    flex-wrap: wrap;
    background-color: #f7f3ed;
}

.custom-page-sub07 .intro-content {
    flex: 1;
    padding: 4% 10%;
    min-width: 50%;
}

.custom-page-sub07 .intro-image {
    flex: 1;
    min-width: 50%;
}

.custom-page-sub07 .intro-header {
    display: flex;
    justify-content: space-between;
    font-size: 11px;
    letter-spacing: 2px;
    color: #666;
    margin-bottom: 40px;
}

.custom-page-sub07 .main-title {
    font-size: 56px;
    font-weight: 300;
    letter-spacing: 5px;
    margin-bottom: 10px;
    color: #222;
}

.custom-page-sub07 .subtitle {
    font-size: 18px;
    color: #555;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0d8cc;
}

.custom-page-sub07 .quote-box {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5;
    color: #333;
    margin-bottom: 40px;
}

.custom-page-sub07 .description {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.custom-page-sub07 .description p {
    margin-bottom: 20px;
}

/* ================================
   Section 2: Programs
   ================================ */
.custom-page-sub07 .sec-programs {
    padding: 100px 10%;
    text-align: center;
    background-color: #faf9f6;
}

.custom-page-sub07 .sec-programs .section-desc {
    font-size: 15px;
    color: #666;
    margin-bottom: 80px;
    line-height: 1.8;
}

.custom-page-sub07 .programs-grid {
    display: flex;
    justify-content: center;
    gap: 100px;
    margin-bottom: 60px;
}

.custom-page-sub07 .program-item {
    text-align: left;
    max-width: 300px;
}

.custom-page-sub07 .program-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.custom-page-sub07 .program-icon img {
    width: 100%;
    
}

.custom-page-sub07 .program-name {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-page-sub07 .session-count {
    font-size: 13px;
    color: #999;
    font-weight: 300;
}

.custom-page-sub07 .program-text {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.custom-page-sub07 .program-note {
    font-size: 12px;
    color: #999;
    margin-top: 40px;
    border-top: 1px solid #eee;
    padding-top: 20px;
    display: inline-block;
}

/* ================================
   Section 3: Postpartum Care
   ================================ */
.custom-page-sub07 .sec-postpartum {
    display: flex;
    flex-wrap: wrap;
    background-color: #fcfbf9;
}

.custom-page-sub07 .postpartum-image {
    flex: 1;
    min-width: 50%;
}

.custom-page-sub07 .postpartum-content {
    flex: 1;
    min-width: 50%;
    padding: 8% 8% 8% 5%;
}

.custom-page-sub07 .postpartum-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 60px;
}

.custom-page-sub07 .step-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #333;
}

.custom-page-sub07 .care-steps {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.custom-page-sub07 .step-item {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

.custom-page-sub07 .step-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.custom-page-sub07 .step-icon img {
    width: 100%;
    border-radius: 50%;
}

.custom-page-sub07 .step-text {
    flex: 1;
}

.custom-page-sub07 .step-header {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #333;
}

.custom-page-sub07 .step-num {
    font-size: 12px;
    color: #999;
    margin-right: 10px;
    font-weight: 300;
    letter-spacing: 1px;
}

.custom-page-sub07 .step-text p {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* ================================
   Section 4: Care System
   ================================ */
.custom-page-sub07 .sec-system {
    padding: 100px 10%;
    background-color: #faf9f6;
    text-align: center;
}

.custom-page-sub07 .system-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.custom-page-sub07 .system-item {
    text-align: left;
}

.custom-page-sub07 .system-image {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}

.custom-page-sub07 .system-item:hover .system-image .image-placeholder {
    transform: scale(1.05);
}

.custom-page-sub07 .system-image .image-placeholder {
    transition: transform 0.3s ease;
}

.custom-page-sub07 .system-name {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #222;
}

.custom-page-sub07 .system-text {
    font-size: 13px;
    color: #666;
    line-height: 1.6;
}

/* ================================
   Section 5: Closing
   ================================ */
.custom-page-sub07 .sec-closing {
    position: relative;
    padding: 120px 10% 80px;
    text-align: center;
    background-color: #f7f3ed;
    overflow: hidden;
}

.custom-page-sub07 .bg-text {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8vw;
    color: rgba(230, 224, 215, 0.4);
    white-space: nowrap;
    pointer-events: none;
    z-index: 1;
    font-family: sans-serif;
    font-weight: 300;
}

.custom-page-sub07 .closing-content {
    position: relative;
    z-index: 2;
}

.custom-page-sub07 .closing-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto 30px;
}

.custom-page-sub07 .closing-icon img {
    width: 100%;
}

.custom-page-sub07 .closing-title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.5;
    color: #333;
}

.custom-page-sub07 .closing-text {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 60px;
}

.custom-page-sub07 .closing-brand {
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-size: 11px;
    letter-spacing: 2px;
    color: #999;
}

.custom-page-sub07 .brand-slogan {
    font-size: 9px;
    letter-spacing: 3px;
    color: #bbb;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .custom-page-sub07 .sec-intro, 
    .custom-page-sub07 .sec-postpartum {
        flex-direction: column;
    }
    
    .custom-page-sub07 .intro-content, 
    .custom-page-sub07 .postpartum-content {
        padding: 40px 20px;
    }

    .custom-page-sub07 .main-title {
        font-size: 36px;
    }
    
    .custom-page-sub07 .programs-grid {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    
    .custom-page-sub07 .system-grid {
        grid-template-columns: 1fr;
    }
}
