/* ============================================================
   허니미(HoneyMe) 회사소개 전용 CSS
   적용 위치: /theme/{테마폴더}/css/honeyme-about.css
   로드 위치: head.php 또는 tail.php 에서 co_id === 'company' 조건으로 link
   ============================================================ */

/* 섹션 헤더 */
.hm-section-title {
    font-size: 16px;
    font-weight: 700;
    color: #111;
    border-left: 3px solid #111;
    padding-left: 11px;
    line-height: 1.4;
    margin: 32px 0 14px;
}

/* 소제목 */
.hm-sub-title {
    font-size: 13px;
    font-weight: 600;
    background: #ffe9db;
    padding: 10px 12px;
    margin: 20px 0 10px;
    color: #111;
}

/* 본문 텍스트 */
.hm-body-text {
    font-size: 14px;
    font-weight: 300;
    color: #444;
    line-height: 1.75;
    margin-bottom: 12px;
    word-break: keep-all;
}

/* 섹션 구분선 */
.hm-divider {
    height: 8px;
    background: #f5f5f5;
    margin: 28px -15px 0;
}

/* ── info-box ── */
.hm-info-box {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #ff6400;
    border-radius: 8px;
    padding: 13px 14px;
    margin: 14px 0;
    font-size: 13px;
    line-height: 1.65;
    color: #444;
}

.hm-info-box .hm-info-title {
    display: block;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

.hm-info-box.ok {
    background: #f4fff6;
    border-color: #c9f3d1;
    border-left-color: #23db79;
}

.hm-info-box.note {
    background: #f7fbff;
    border-color: #cfe4ff;
    border-left-color: #085eff;
}

/* ── tip-box ── */
.hm-tip-box {
    background: #fff7f1;
    border-left: 4px solid #ff6400;
    padding: 13px 14px;
    margin: 14px 0;
    border-radius: 6px;
    font-size: 13px;
    color: #444;
    line-height: 1.75;
}

/* ── 리스트 ── */
.hm-list {
    background: #eeeeee;
    border-radius: 4px;
    padding: 13px 14px !important;
    margin: 12px 0 !important;
    list-style: none !important;
}

.hm-list li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 5px;
    font-size: 13px;
    color: #444;
    font-weight: 300;
    list-style: none !important;
}

.hm-list li::before {
    content: "🔹";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 12px;
}

/* ── 창업자 인용 블록 ── */
.hm-founder-quote {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: linear-gradient(135deg, #fff5f0, #ffe9db);
    border: 1px solid #ffd6c2;
    border-radius: 10px;
    padding: 16px;
    margin: 14px 0 18px;
}

.hm-founder-icon {
    font-size: 28px;
    flex-shrink: 0;
    line-height: 1;
    margin-top: 2px;
}

.hm-founder-text {
    font-size: 15px;
    font-weight: 700;
    color: #111;
    line-height: 1.55;
    font-style: italic;
}

/* ── 통계 그리드 ── */
.hm-stat-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    margin: 14px 0;
}

.hm-stat-item {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 14px 12px;
    text-align: center;
}

.hm-stat-num {
    font-size: 20px;
    font-weight: 700;
    color: #ff6400;
    line-height: 1.2;
    margin-bottom: 6px;
}

.hm-stat-label {
    font-size: 11px;
    color: #555;
    line-height: 1.5;
}

.hm-stat-source {
    display: block;
    margin-top: 3px;
    font-size: 10px;
    color: #aaa;
}

/* ── 브랜드 그리드 ── */
.hm-brand-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7px;
    margin: 12px 0;
}

.hm-brand-item {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 11px 13px;
}

.hm-brand-name {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #111;
    margin-bottom: 2px;
}

.hm-brand-sub {
    font-size: 11px;
    color: #888;
    font-weight: 300;
}

/* ── summary 박스 ── */
.hm-box-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    margin: 12px 0;
}

.hm-box {
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 13px 14px;
    font-size: 13px;
    color: #444;
    font-weight: 300;
    line-height: 1.7;
}

.hm-box-title {
    display: block;
    font-weight: 700;
    color: #111;
    margin-bottom: 5px;
}

/* ── 기업정보 테이블 ── */
.hm-info-table {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    overflow: hidden;
    margin: 12px 0;
    font-size: 13px;
}

.hm-info-row {
    display: flex;
    border-bottom: 1px solid #f0f0f0;
}

.hm-info-row:last-child {
    border-bottom: none;
}

.hm-info-row .hm-label {
    background: #f3f4f6;
    padding: 12px 13px;
    font-size: 11px;
    font-weight: 600;
    color: #ff6400;
    min-width: 76px;
    flex-shrink: 0;
    display: flex;
    align-items: flex-start;
    padding-top: 14px;
}

.hm-info-row .hm-value {
    padding: 12px 13px;
    font-weight: 300;
    color: #444;
    flex: 1;
    line-height: 1.6;
}

.hm-info-row .hm-value strong {
    font-weight: 600;
    color: #111;
}

/* ── FAQ ── */
.hm-faq-wrap {
    margin: 12px 0;
}

.hm-faq-item {
    border: 1px solid #eee;
    border-radius: 8px;
    margin: 7px 0;
    overflow: hidden;
    background: #fff;
}

.hm-faq-q {
    padding: 12px 13px;
    background: #ffe9db;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    color: #111;
}

.hm-faq-a {
    display: block;
    padding: 12px 13px;
    font-size: 13px;
    line-height: 1.65;
    color: #555;
    font-weight: 300;
}

/* ── highlight-quote ── */
.hm-highlight-quote {
    background: #fafafa;
    border-left: 4px solid #ff6400;
    padding: 13px 14px;
    margin: 14px 0;
    border-radius: 6px;
    font-size: 13px;
    color: #444;
    line-height: 1.75;
}

.hm-highlight-quote cite {
    display: block;
    margin-top: 7px;
    font-style: normal;
    font-weight: 600;
    color: #ff6400;
    font-size: 12px;
}

/* ── CTA 마무리 박스 ── */
.hm-cta-box {
    margin: 32px 0 8px;
    padding: 20px;
    background: linear-gradient(135deg, #fff5f0, #ffe9db);
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ffd6c2;
}

.hm-cta-slogan {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #ff6400;
    margin-bottom: 5px;
}

.hm-cta-sub {
    font-size: 12px;
    color: #888;
    font-weight: 300;
}

/* ── 배지 ── */
.hm-badge-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0 16px;
}

.hm-badge {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 600;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
    color: #111;
    line-height: 1;
}

.hm-badge.theme {
    background: #ff6400;
    border-color: #ff6400;
    color: #fff;
}

.hm-badge.soft {
    background: #fff7f1;
    border-color: #ffd6c2;
    color: #ff6400;
}