@charset "utf-8";
/******************************************************************
    #sub-history 전용 스타일

    이 페이지는 inob-sub.css 의 표준 컴포넌트(.inob-timeline, .inob-stats,
    .inob-cards, .inob-lead)만으로 구성된다. 여기서는 배치를 다듬는
    최소한의 보정만 둔다.
******************************************************************/

#sub-history .inob-lead {
    max-width: 820px;
}

/* 연도 — .inob-num(Outfit)과 병기해도 굵기는 원래 값(800)을 유지 */
#sub-history .inob-tl-year.inob-num {
    font-weight: 800;
}

/* 실제 증빙 — 문서 썸네일과 게시판 링크를 한 줄의 근거 스트립으로 연결 */
#sub-history .inob-evidence-strip {
    align-items: stretch;
}
#sub-history .inob-evidence-item {
    min-width: 0;
    color: inherit;
    text-decoration: none;
}
#sub-history .inob-evidence-item figure {
    height: 100%;
    margin: 0;
    overflow: hidden;
    background: #f4f5f5;
}
#sub-history .inob-evidence-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}
#sub-history .inob-evidence-item:hover img,
#sub-history .inob-evidence-item:focus-visible img {
    transform: scale(1.025);
}
#sub-history .inob-evidence-strip-body span {
    display: block;
    margin-bottom: 8px;
    color: var(--inob-green);
    font-family: var(--inob-display);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}
#sub-history .inob-evidence-strip-body h4 {
    margin: 0 0 8px;
    color: var(--inob-ink);
    font-size: 20px;
    font-weight: 800;
}
#sub-history .inob-evidence-strip-body p {
    color: var(--inob-body);
    font-size: 14px;
    line-height: 1.7;
}
#sub-history .inob-history-links {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 32px;
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid var(--inob-line);
}
#sub-history .inob-history-links a {
    color: var(--inob-navy);
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}
#sub-history .inob-history-links i {
    margin-left: 8px;
}

@media (max-width: 768px) {
    #sub-history .inob-lead { font-size: 17px; }
    #sub-history .inob-history-links {
        flex-direction: column;
    }
}
