@charset "utf-8";

/* 통코칭 서브페이지 콘텐츠 */
.tong-page { padding: 20px 0 60px; }
.tong-page-intro { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.tong-page-eyebrow { color: var(--primary); font-weight: 600; letter-spacing: .1em; font-size: .85rem; margin-bottom: 12px; }
.tong-page-intro h2 { font-size: 2rem; color: var(--primary-dark); margin-bottom: 16px; }
.tong-page-lead { color: var(--gray); font-size: 1.05rem; line-height: 1.8; }
.tong-page-block { margin-bottom: 40px; }
.tong-page-block h3 { font-size: 1.35rem; color: var(--primary-dark); margin-bottom: 16px; padding-bottom: 10px; border-bottom: 2px solid var(--primary-light); }
.tong-page-block p, .tong-page-block li { color: #444; line-height: 1.85; margin-bottom: 10px; }
.tong-page-block ul { padding-left: 20px; list-style: disc; }
.tong-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin: 32px 0; }
.tong-feature-card { background: var(--bg-light); border-radius: 12px; padding: 28px; border: 1px solid #e8e8e8; }
.tong-feature-card h4 { color: var(--primary-dark); margin-bottom: 10px; font-size: 1.1rem; }
.tong-timeline { margin-top: 32px; }
.tong-timeline__item { display: grid; grid-template-columns: 120px 1fr; gap: 24px; padding: 24px 0; border-bottom: 1px solid #e8e8e8; }
.tong-timeline__year { font-size: 1.75rem; font-weight: 700; color: var(--primary); }
.tong-timeline__year span { display: block; font-size: .75rem; color: var(--gray); font-weight: 400; }
.tong-page-legal h3 { font-size: 1.2rem; color: var(--primary-dark); margin: 32px 0 12px; }
.tong-page-legal p { color: #555; line-height: 1.8; margin-bottom: 12px; }

/* 게시판 블루 테마 */
.tong-content #bo_list a.btn_b02,
.tong-content #bo_v a.btn_b01,
.tong-content #bo_w .btn_submit {
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    border-radius: 8px;
}
.tong-content #bo_list a.btn_b02:hover { background: var(--primary-dark) !important; color: #fff !important; }
.tong-content #bo_w .tbl_frm01 th { background: var(--bg-light); color: var(--primary-dark); }
.tong-content #bo_w .frm_input { border-radius: 8px; border-color: #d1d5db; }
.tong-content #bo_w .frm_input:focus { border-color: var(--primary); outline: none; box-shadow: 0 0 0 3px rgba(37,99,235,.15); }
.tong-content .tong-board-cta { background: linear-gradient(135deg, var(--primary-dark), var(--primary)); color: #fff; border-radius: 16px; padding: 32px; text-align: center; margin-bottom: 32px; }
.tong-content .tong-board-cta h3 { color: #fff; margin-bottom: 8px; }
.tong-content .tong-board-cta p { opacity: .9; margin-bottom: 16px; }
.tong-content .tong-board-cta .gc-btn { background: #fff; color: var(--primary-dark); }

#hd_login_msg { display: none !important; }
.tong-logo-img { height: 42px; width: auto; }
.tong-services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 40px; }
.tong-service-card { background: #fff; border: 1px solid #e5e7eb; border-radius: 16px; padding: 32px 24px; text-align: center; transition: all .3s; box-shadow: 0 4px 20px rgba(0,0,0,.06); display: block; }
.tong-service-card:hover { transform: translateY(-6px); border-color: var(--primary-light); box-shadow: 0 12px 40px rgba(37,99,235,.15); }
.tong-service-icon { width: 64px; height: 64px; margin: 0 auto 16px; background: linear-gradient(135deg, var(--primary-dark), var(--primary)); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 24px; }
.tong-service-card h3 { font-size: 1.15rem; margin-bottom: 10px; color: var(--primary-dark); }
.tong-service-card p { color: var(--gray); font-size: .95rem; }
.tong-main-cta { display: flex; gap: 16px; justify-content: center; margin-top: 32px; flex-wrap: wrap; }
.tong-quick { position: fixed; right: 24px; bottom: 100px; z-index: 900; display: flex; flex-direction: column; gap: 10px; }
.tong-quick-item { display: flex; align-items: center; gap: 8px; padding: 12px 16px; background: #fff; border-radius: 50px; box-shadow: 0 4px 20px rgba(0,0,0,.12); font-size: .85rem; font-weight: 600; color: var(--primary-dark); }
.tong-quick-primary { background: var(--primary); color: #fff; }
.tong-biz-info { margin-left: 12px; opacity: .7; font-size: .85rem; }
.tong-latest-wrap .lt table { width: 100%; border-collapse: collapse; }
.tong-latest-wrap .lt th { background: var(--primary-dark); color: #fff; padding: 12px; }
.tong-latest-wrap .lt td { padding: 12px; border-bottom: 1px solid #eee; }
@media (max-width: 900px) {
    .tong-feature-grid, .tong-services-grid { grid-template-columns: 1fr; }
    .tong-timeline__item { grid-template-columns: 1fr; }
    .tong-quick span { display: none; }
}
