/* ===========================
   소개 페이지 전용 스타일
=========================== */

/* 페이지 제목 숨김 */
.page-id-7 .wp-block-post-title {
    display: none !important;
}

.lc-about-wrap {
    max-width: 760px;
    margin: 0 auto;
    padding: 64px 24px 80px;
    box-sizing: border-box;
}

/* 상단 타이틀 */
.lc-about-wrap .lc-page-label {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #2563eb;
    margin-bottom: 12px;
}
.lc-about-wrap h1 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 800;
    line-height: 1.3;
    color: #1a1a1a;
    margin-bottom: 16px;
}
.lc-about-wrap .lc-lead {
    font-size: 1.05rem;
    color: #555550;
    line-height: 1.75;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid #e5e5e0;
}

/* 섹션 */
.lc-about-section {
    margin-bottom: 48px;
}
.lc-about-section h2 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 16px;
    padding-left: 12px;
    border-left: 3px solid #2563eb;
}
.lc-about-section p {
    font-size: 0.95rem;
    color: #444440;
    line-height: 1.8;
    margin-bottom: 12px;
}

/* 주제 목록 */
.lc-topic-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.lc-topic-list li {
    padding: 14px 16px;
    background: #f4f4f1;
    border-radius: 6px;
    font-size: 0.875rem;
    color: #1a1a1a;
    font-weight: 500;
}
.lc-topic-list li::before {
    content: "→ ";
    color: #2563eb;
    font-weight: 700;
}

/* 대상 독자 */
.lc-audience-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.lc-audience-list li {
    padding: 12px 0;
    border-bottom: 1px solid #e5e5e0;
    font-size: 0.95rem;
    color: #444440;
    line-height: 1.6;
}
.lc-audience-list li:last-child {
    border-bottom: none;
}
.lc-audience-list li::before {
    content: "✓ ";
    color: #2563eb;
    font-weight: 700;
}

/* 상담 범위 */
.lc-consult-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
}
.lc-consult-list li {
    padding: 10px 0;
    font-size: 0.95rem;
    color: #444440;
    border-bottom: 1px solid #e5e5e0;
}
.lc-consult-list li:last-child {
    border-bottom: none;
}
.lc-consult-list li::before {
    content: "· ";
    color: #2563eb;
    font-weight: 700;
}

/* CTA 박스 */
.lc-about-cta {
    margin-top: 56px;
    padding: 36px;
    background: #1a1a1a;
    border-radius: 8px;
    text-align: center;
}
.lc-about-cta p {
    color: #aaaaaa;
    font-size: 0.9rem;
    margin-bottom: 20px;
}
.lc-about-cta h3 {
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 8px;
}

@media (max-width: 640px) {
    .lc-about-wrap { padding: 48px 20px 64px; }
    .lc-topic-list { grid-template-columns: 1fr; }
    .lc-about-cta { padding: 28px 20px; }
}
