@charset "utf-8";
/**
 * 통코칭 메인 - 강제 재적용용
 */

#wrapper.tong-main .gc-header {
    background: linear-gradient(180deg, rgba(12, 28, 52, .75) 0%, rgba(12, 28, 52, .25) 65%, transparent 100%) !important;
    box-shadow: none !important;
    backdrop-filter: none !important;
}

#wrapper.tong-main .gc-header.scrolled {
    background: rgba(12, 28, 52, .97) !important;
    backdrop-filter: blur(14px) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .2) !important;
}

#wrapper.tong-main {
    background: #eef2f7 !important;
}

/* Hero */
.tong-hero.gc-hero {
    min-height: 100vh;
}

.tong-hero .tong-hero-overlay {
    background:
        linear-gradient(100deg, rgba(8, 20, 40, .82) 0%, rgba(12, 36, 70, .55) 45%, rgba(14, 40, 78, .25) 100%),
        linear-gradient(to top, rgba(6, 14, 28, .7) 0%, transparent 45%) !important;
}

.tong-hero .tong-hero-content {
    text-align: left !important;
    max-width: 720px !important;
    margin: 0 auto 0 7vw !important;
    padding: 0 24px !important;
}

.tong-hero .tong-hero-brand {
    display: inline-block;
    font-family: 'East Sea Dokdo', cursive !important;
    font-size: clamp(2.8rem, 6vw, 4.2rem) !important;
    line-height: 1 !important;
    color: #fff !important;
    margin: 0 0 8px !important;
    opacity: 1 !important;
    animation: none !important;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .35);
}

.tong-hero .tong-hero-kicker {
    display: block;
    width: 48px;
    height: 4px;
    background: #c41e1a;
    margin: 0 0 22px;
    border-radius: 2px;
}

.tong-hero .tong-hero-title {
    font-size: clamp(2.1rem, 4.8vw, 3.6rem) !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    letter-spacing: -.03em !important;
    margin: 0 0 18px !important;
    opacity: 1 !important;
    animation: none !important;
    color: #fff !important;
}

.tong-hero .tong-hero-desc {
    font-size: 1.08rem !important;
    color: rgba(255, 255, 255, .9) !important;
    max-width: 460px !important;
    margin: 0 0 32px !important;
    opacity: 1 !important;
    animation: none !important;
}

.tong-hero .tong-hero-actions {
    display: flex !important;
    gap: 12px;
    flex-wrap: wrap;
    opacity: 1 !important;
}

.tong-hero .tong-hero-btn {
    background: #c41e1a !important;
    border: 2px solid #c41e1a !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 15px 28px !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    opacity: 1 !important;
    animation: none !important;
}

.tong-hero .tong-hero-btn:hover {
    background: #a81814 !important;
    border-color: #a81814 !important;
    color: #fff !important;
}

.tong-hero .tong-hero-btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 14px 24px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .7);
    color: #fff !important;
    font-weight: 600;
    background: rgba(255, 255, 255, .08);
    transition: .3s ease;
}

.tong-hero .tong-hero-btn-ghost:hover {
    background: #fff;
    color: #0c1c34 !important;
}

/* About */
.tong-about.gc-about {
    background: linear-gradient(180deg, #e8eef6 0%, #fff 55%) !important;
    padding: 100px 0 !important;
}

.tong-about .tong-about-image {
    border-radius: 0 !important;
    box-shadow: none !important;
    overflow: hidden;
}

.tong-about .tong-about-image::after {
    display: none !important;
}

.tong-about .tong-about-image img {
    height: 520px !important;
    width: 100%;
    object-fit: cover;
}

.tong-about .gc-section-subtitle {
    color: #c41e1a !important;
    letter-spacing: .2em !important;
}

.tong-about .tong-about-btn {
    border-radius: 999px !important;
}

/* Services */
.tong-services {
    background: #0c1c34 !important;
    color: #fff;
    padding: 100px 0 !important;
}

.tong-services .gc-section-subtitle {
    color: #f87171 !important;
}

.tong-services .gc-section-title {
    color: #fff !important;
}

.tong-services .tong-section-lead {
    color: rgba(255, 255, 255, .65) !important;
    margin-top: 10px;
}

.tong-services .tong-services-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 18px !important;
    margin-top: 48px !important;
}

.tong-services .tong-service-card {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start !important;
    text-align: left !important;
    background: rgba(255, 255, 255, .06) !important;
    border: 1px solid rgba(255, 255, 255, .12) !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 34px 26px !important;
    color: #fff !important;
    position: relative;
    transition: .35s ease;
}

.tong-services .tong-service-card:hover {
    background: rgba(255, 255, 255, .12) !important;
    transform: translateY(-6px);
    border-color: rgba(196, 30, 26, .7) !important;
}

.tong-services .tong-service-num {
    position: absolute;
    top: 18px;
    right: 20px;
    font-family: 'Playfair Display', serif;
    color: rgba(255, 255, 255, .35);
    font-size: 14px;
}

.tong-services .tong-service-icon {
    width: 52px !important;
    height: 52px !important;
    margin: 0 0 20px !important;
    border-radius: 50%;
    background: #c41e1a !important;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff !important;
    font-size: 18px;
}

.tong-services .tong-service-card h3 {
    color: #fff !important;
    font-size: 1.25rem !important;
    margin-bottom: 10px !important;
}

.tong-services .tong-service-card p {
    color: rgba(255, 255, 255, .7) !important;
    margin-bottom: 22px !important;
    flex: 1;
}

.tong-services .tong-service-more {
    color: #fca5a5 !important;
    font-size: 13px;
    font-weight: 700;
}

/* Notice */
.tong-notice {
    background: #f4f7fb !important;
    padding: 90px 0 110px !important;
}

.tong-notice .tong-latest-wrap {
    background: #fff !important;
    border: 1px solid #dbe4f0 !important;
    padding: 10px 28px 18px !important;
    margin-top: 32px;
    border-radius: 0 !important;
}

.tong-notice .tong-latest-wrap .lt th {
    background: transparent !important;
    color: #64748b !important;
    border-bottom: 1px solid #e2e8f0 !important;
    text-align: left !important;
}

.tong-notice .tong-latest-wrap .lt td {
    border-bottom: 1px solid #f1f5f9 !important;
    padding: 15px 12px !important;
}

.tong-notice .tong-latest-wrap .lt a {
    color: #0c1c34 !important;
    font-weight: 600;
}

.tong-notice .tong-latest-wrap .lt a:hover {
    color: #c41e1a !important;
}

.tong-notice .tong-main-cta {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 36px;
    flex-wrap: wrap;
}

.tong-notice .tong-main-cta .gc-btn {
    border-radius: 999px !important;
    padding: 14px 26px !important;
}

.tong-notice .tong-main-cta .gc-btn-primary {
    background: #0c1c34 !important;
    border-color: #0c1c34 !important;
}

.tong-notice .tong-main-cta .gc-btn-primary:hover {
    background: #c41e1a !important;
    border-color: #c41e1a !important;
}

@media (max-width: 1024px) {
    .tong-hero .tong-hero-content {
        margin: 0 auto !important;
        text-align: center !important;
    }

    .tong-hero .tong-hero-kicker {
        margin-left: auto;
        margin-right: auto;
    }

    .tong-hero .tong-hero-desc {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .tong-hero .tong-hero-actions {
        justify-content: center;
    }

    .tong-services .tong-services-grid {
        grid-template-columns: 1fr !important;
    }

    .tong-about .tong-about-image img {
        height: 360px !important;
    }
}
