@charset "utf-8";
/**
 * 통코칭 소개 - info.php 전용
 */

.tong-info {
    padding: 0 0 80px;
    overflow: hidden;
}

/* Hero */
.tong-info-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    margin-bottom: 72px;
    padding-bottom: 72px;
    border-bottom: 1px solid #e8eef5;
}

.tong-info-hero-copy .tong-page-eyebrow {
    color: #c41e1a;
    letter-spacing: 0.16em;
    font-size: 12px;
}

.tong-info-hero-copy h2 {
    font-size: clamp(2rem, 4vw, 2.75rem);
    color: #0c1c34;
    margin: 12px 0 18px;
    line-height: 1.25;
}

.tong-info-hero-copy .tong-page-lead {
    font-size: 1.05rem;
    line-height: 1.85;
    color: #475569;
    margin-bottom: 24px;
}

.tong-info-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.tong-info-tags li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 16px;
    background: #f1f5f9;
    border: 1px solid #e2e8f0;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    color: #1e3a5f;
}

.tong-info-tags i {
    color: #c41e1a;
    font-size: 12px;
}

.tong-info-hero-visual {
    position: relative;
}

.tong-info-visual-frame {
    position: relative;
    overflow: hidden;
    border-radius: 0;
    box-shadow: 0 24px 60px rgba(12, 28, 52, 0.18);
}

.tong-info-visual-frame::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(12, 28, 52, 0.15), transparent 55%);
    z-index: 1;
    pointer-events: none;
}

.tong-info-visual-frame img {
    display: block;
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.tong-info-float-card {
    position: absolute;
    left: -24px;
    bottom: 32px;
    z-index: 2;
    background: #c41e1a;
    color: #fff;
    padding: 20px 24px;
    min-width: 140px;
    box-shadow: 0 12px 32px rgba(196, 30, 26, 0.35);
}

.tong-info-float-num {
    display: block;
    font-family: 'Playfair Display', serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.tong-info-float-label {
    font-size: 12px;
    line-height: 1.5;
    opacity: 0.92;
}

/* Mission */
.tong-info-mission {
    position: relative;
    background: linear-gradient(135deg, #0c1c34 0%, #1e3a5f 100%);
    color: #fff;
    padding: 48px 56px 48px 72px;
    margin-bottom: 80px;
    overflow: hidden;
}

.tong-info-mission::after {
    content: '';
    position: absolute;
    right: -40px;
    top: -40px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.04);
    pointer-events: none;
}

.tong-info-mission-icon {
    position: absolute;
    left: 28px;
    top: 36px;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.2);
}

.tong-info-mission h3 {
    font-size: 14px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #fca5a5;
    margin: 0 0 16px;
    border: none;
    padding: 0;
}

.tong-info-mission-text {
    font-size: 1.15rem;
    line-height: 1.9;
    color: rgba(255, 255, 255, 0.92);
    margin: 0;
    max-width: 820px;
}

.tong-info-mission-text strong {
    color: #fff;
    font-weight: 700;
}

/* Section common */
.tong-info-section {
    margin-bottom: 80px;
}

.tong-info-section-head {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 48px;
}

.tong-info-section-eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: #c41e1a;
    margin-bottom: 10px;
}

.tong-info-section-head h3 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    color: #0c1c34;
    margin: 0 0 12px;
    border: none;
    padding: 0;
}

.tong-info-section-head p {
    color: #64748b;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

/* Values */
.tong-info-values {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.tong-sub #content .tong-info-value-card,
.tong-info-value-card {
    position: relative;
    background: #fff;
    border: 1px solid #e8eef5;
    padding: 36px 28px 32px !important;
    box-sizing: border-box;
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.tong-info-value-card:hover {
    transform: translateY(-6px);
    border-color: #c41e1a;
    box-shadow: 0 20px 48px rgba(12, 28, 52, 0.1);
}

.tong-info-value-num {
    position: absolute;
    top: 20px;
    right: 22px;
    font-family: 'Playfair Display', serif;
    font-size: 14px;
    color: #cbd5e1;
    font-weight: 600;
}

.tong-info-value-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1e3a5f, #2563eb);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 22px;
}

.tong-info-value-card h4 {
    font-size: 1.15rem;
    color: #0c1c34;
    margin: 0 0 12px;
}

.tong-info-value-card p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: #64748b;
    margin: 0;
}

/* Process */
.tong-info-process-wrap {
    background: linear-gradient(180deg, #f4f7fb 0%, #fff 100%);
    margin-left: -24px;
    margin-right: -24px;
    padding: 64px 24px 72px;
}

.tong-info-process {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 8px;
    margin-bottom: 48px;
    flex-wrap: wrap;
}

.tong-info-step {
    flex: 1;
    min-width: 140px;
    max-width: 200px;
    background: #fff;
    border: 1px solid #e2e8f0;
    padding: 28px 20px;
    text-align: center;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.tong-info-step:hover {
    border-color: #c41e1a;
    box-shadow: 0 12px 32px rgba(12, 28, 52, 0.08);
}

.tong-info-step-icon {
    width: 48px;
    height: 48px;
    margin: 0 auto 14px;
    border-radius: 50%;
    background: #fef2f2;
    color: #c41e1a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.tong-info-step h4 {
    font-size: 1.05rem;
    color: #0c1c34;
    margin: 0 0 8px;
}

.tong-info-step p {
    font-size: 13px;
    line-height: 1.6;
    color: #64748b;
    margin: 0;
}

.tong-info-step-arrow {
    display: flex;
    align-items: center;
    color: #cbd5e1;
    font-size: 14px;
    padding: 0 4px;
}

.tong-info-checklist {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 720px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 24px;
}

.tong-info-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 15px;
    line-height: 1.65;
    color: #334155;
    margin: 0;
}

.tong-info-checklist i {
    color: #c41e1a;
    margin-top: 3px;
    flex-shrink: 0;
}

/* CTA */
.tong-info-cta {
    text-align: center;
    padding: 48px 32px;
    background: linear-gradient(135deg, #0c1c34, #1e3a5f);
    color: #fff;
}

.tong-info-cta p {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 0 0 24px;
    color: #fff;
}

.tong-info-cta-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.tong-info-cta .gc-btn {
    border-radius: 999px;
    padding: 14px 28px;
}

.tong-info-cta .gc-btn-primary {
    background: #c41e1a;
    border-color: #c41e1a;
}

.tong-info-cta .gc-btn-primary:hover {
    background: #a81814;
    border-color: #a81814;
}

.tong-info-cta .gc-btn-outline {
    border-color: rgba(255, 255, 255, 0.7);
    color: #fff;
    background: transparent;
}

.tong-info-cta .gc-btn-outline:hover {
    background: #fff;
    color: #0c1c34;
}

/* Responsive */
@media (max-width: 992px) {
    .tong-info-hero {
        grid-template-columns: 1fr;
        gap: 36px;
        padding-bottom: 56px;
        margin-bottom: 56px;
    }

    .tong-info-float-card {
        left: 16px;
        bottom: 16px;
    }

    .tong-info-visual-frame img {
        height: 300px;
    }

    .tong-info-mission {
        padding: 40px 28px 40px 56px;
    }

    .tong-info-values {
        grid-template-columns: 1fr;
    }

    .tong-info-process {
        flex-direction: column;
        align-items: center;
    }

    .tong-info-step {
        max-width: 100%;
        width: 100%;
    }

    .tong-info-step-arrow {
        transform: rotate(90deg);
        padding: 8px 0;
    }

    .tong-info-checklist {
        grid-template-columns: 1fr;
    }

    .tong-info-process-wrap {
        margin-left: -16px;
        margin-right: -16px;
        padding: 48px 16px 56px;
    }
}

@media (max-width: 600px) {
    .tong-info-mission {
        padding: 36px 24px;
    }

    .tong-info-mission-icon {
        display: none;
    }
}
