/* ========================================
   원클릭 건강정보 상세 페이지
   ======================================== */

.hid-section {
    background: #fff;
    padding: 48px 0 96px;
    margin-top: -60px;
    position: relative;
    z-index: 2;
}
.hid-section::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; height: 60px;
    background: #fff;
    border-radius: 30px 30px 0 0;
}
.hid-section .container {
    position: relative;
    z-index: 1;
    max-width: 900px;
}

/* 아티클 */
.hid-article { padding: 24px 0; }

.hid-head {
    padding-bottom: 24px;
    border-bottom: 1px solid #e8e5dd;
    margin-bottom: 28px;
}
.hid-tag {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 700;
    color: #c8102e;
    margin-bottom: 10px;
}
.hid-title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    line-height: 1.35;
}
.hid-meta {
    font-size: 0.85rem;
    color: #999;
}

.hid-thumb {
    width: 100%;
    margin-bottom: 28px;
    border-radius: 12px;
    overflow: hidden;
    background: #fafafa;
}
.hid-thumb img {
    width: 100%;
    height: auto;
    display: block;
    max-height: 480px;
    object-fit: contain;
}

.hid-summary {
    font-size: 1.02rem;
    color: #333;
    line-height: 1.7;
    margin: 0 0 24px;
    padding: 20px 24px;
    background: #faf7f1;
    border-left: 4px solid var(--color-sub-accent);
    border-radius: 6px;
}

.hid-body {
    font-size: 0.95rem;
    color: #333;
    line-height: 1.9;
    padding: 8px 0 20px;
}
.hid-body p { margin-bottom: 12px; }
.hid-body img { max-width: 100%; height: auto; border-radius: 8px; margin: 12px 0; }
.hid-body h2, .hid-body h3 {
    color: #1a1a1a;
    font-weight: 800;
    margin: 24px 0 12px;
}
.hid-body ul, .hid-body ol { padding-left: 22px; margin-bottom: 12px; }

.hid-empty {
    text-align: center;
    padding: 40px 0;
    color: #999;
}

/* 하단 버튼 */
.hid-footer {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.hid-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 32px;
    border: 1.5px solid #ddd;
    color: #666;
    background: #fff;
    border-radius: 100px;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s;
}
.hid-back-btn:hover {
    border-color: var(--color-sub-accent);
    color: var(--color-sub-accent);
}

/* 반응형 */
@media (max-width: 767px) {
    .hid-title { font-size: 1.4rem; }
    .hid-summary { font-size: 0.95rem; padding: 16px 18px; }
}
