/*
Individual Board Skin Profile: 051
List: 기본 테이블 목록
Gallery: 프레임 카드 갤러리
View: 신문 기사형 상세
*/
body.hm-profile-051 .hm-board-page,
body.hm-profile-051 .hm-board-view {
    width: min(var(--hm-profile-shell), calc(100% - 32px)) !important;
    padding: var(--hm-profile-pad) !important;
    border-radius: var(--hm-profile-card-radius) !important;
    border-color: var(--hm-profile-border) !important;
    box-shadow: var(--hm-profile-shadow) !important;
    overflow-x: hidden !important;
}
body.hm-profile-051 .hm-board-head,
body.hm-profile-051 .hm-view-head {
    background: linear-gradient(39deg, hsl(98 74% 97%) 0%, hsl(106 38% 99%) 54%, hsl(306 76% 96%) 100%) !important;
    border-color: var(--hm-profile-accent) !important;
}
body.hm-profile-051 .hm-list-row {
    min-height: var(--hm-profile-row) !important;
}
body.hm-profile-051 .hm-gallery-thumb,
body.hm-profile-051 .hm-gallery-thumb img {
    aspect-ratio: 4 / 3 !important;
}
body.hm-profile-051 .hm-gallery-thumb img {
    object-fit: cover !important;
    filter: saturate(1.04) brightness(1.03) !important;
}
body.hm-profile-051 .hm-view-content,
body.hm-profile-051 .hm-list-subject,
body.hm-profile-051 .hm-gallery-body {
    overflow-wrap: anywhere !important;
    word-break: keep-all !important;
}
body.hm-profile-051 .hm-community-list { border-color: var(--hm-profile-border) !important; }
body.hm-profile-051 .hm-gallery-card { padding: 8px !important; border-width: 2px !important; background: var(--hm-profile-surface-alt) !important; }
body.hm-profile-051 .hm-view-head h1 { font-size: clamp(28px, 4vw, 44px) !important; } body.hm-profile-051 .hm-view-content { column-width: 360px !important; column-gap: 36px !important; }

@media (max-width: 860px) {
    body.hm-profile-051 .hm-board-page,
    body.hm-profile-051 .hm-board-view {
        display: block !important;
        width: min(100% - 20px, var(--hm-profile-shell)) !important;
        padding: 14px !important;
    }
    body.hm-profile-051 .hm-community-list,
    body.hm-profile-051 .hm-gallery-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
    }
    body.hm-profile-051 .hm-list-row {
        grid-template-columns: 1fr auto !important;
    }
    body.hm-profile-051 .hm-gallery-link {
        display: block !important;
    }
    body.hm-profile-051 .hm-view-content {
        column-width: auto !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

/* HM_DISTINCT_BOARD_DESIGN_SYSTEM_V1 */
body.hm-site-051.hm-gnuboard-site .hm-board-page,
body.hm-site-051.hm-gnuboard-site .hm-board-view {
  background: var(--hm-design-bg) !important;
  color: var(--hm-design-text) !important;
}
body.hm-site-051.hm-gnuboard-site .hm-board-shell,
body.hm-site-051.hm-gnuboard-site .hm-view-shell {
  width: min(var(--hm-design-shell), calc(100% - 32px)) !important;
}
body.hm-site-051.hm-gnuboard-site .hm-board-head,
body.hm-site-051.hm-gnuboard-site .hm-view-head,
body.hm-site-051.hm-gnuboard-site .hm-list-row,
body.hm-site-051.hm-gnuboard-site .hm-gallery-card,
body.hm-site-051.hm-gnuboard-site .hm-view-content {
  border-radius: var(--hm-design-card-radius) !important;
  border-color: var(--hm-design-line) !important;
  box-shadow: var(--hm-design-card-shadow) !important;
}
body.hm-site-051.hm-gnuboard-site .hm-gallery-thumb,
body.hm-site-051.hm-gnuboard-site .hm-list-thumb,
body.hm-site-051.hm-gnuboard-site .hm-view-content img {
  aspect-ratio: 4 / 3 !important;
  object-fit: cover !important;
}
body.hm-site-051.hm-gnuboard-site .hm-board-pagination a,
body.hm-site-051.hm-gnuboard-site .hm-board-pagination .pg_current,
body.hm-site-051.hm-gnuboard-site .hm-list-pagination a,
body.hm-site-051.hm-gnuboard-site .hm-list-pagination .pg_current {
  border-radius: var(--hm-design-control-radius) !important;
}

body.hm-site-051.hm-gnuboard-site .hm-list-row { background: var(--hm-design-panel-bg) !important; }
/* END_HM_DISTINCT_BOARD_DESIGN_SYSTEM_V1 */
