/*
Individual Board Skin Profile: 027
List: 컴팩트 피드 목록
Gallery: 보더리스 갤러리
View: 카드형 본문 상세
*/
body.hm-profile-027 .hm-board-page,
body.hm-profile-027 .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-027 .hm-board-head,
body.hm-profile-027 .hm-view-head {
    background: linear-gradient(63deg, hsl(290 74% 97%) 0%, hsl(298 38% 99%) 54%, hsl(330 76% 96%) 100%) !important;
    border-color: var(--hm-profile-accent) !important;
}
body.hm-profile-027 .hm-list-row {
    min-height: var(--hm-profile-row) !important;
}
body.hm-profile-027 .hm-gallery-thumb,
body.hm-profile-027 .hm-gallery-thumb img {
    aspect-ratio: 4 / 3 !important;
}
body.hm-profile-027 .hm-gallery-thumb img {
    object-fit: cover !important;
    filter: saturate(1.04) brightness(1.03) !important;
}
body.hm-profile-027 .hm-view-content,
body.hm-profile-027 .hm-list-subject,
body.hm-profile-027 .hm-gallery-body {
    overflow-wrap: anywhere !important;
    word-break: keep-all !important;
}

body.hm-profile-027 .hm-list-header { display: none !important; }
body.hm-profile-027 .hm-community-list { display: grid !important; gap: 8px !important; border: 0 !important; }
body.hm-profile-027 .hm-list-row { grid-template-columns: minmax(0, 1fr) auto !important; gap: 4px 12px !important; padding: 12px 4px !important; border-bottom: 1px solid var(--hm-profile-border) !important; }
body.hm-profile-027 .hm-list-num { display: none !important; }
body.hm-profile-027 .hm-list-name { grid-column: 1 !important; }
body.hm-profile-027 .hm-list-date,
body.hm-profile-027 .hm-list-hit { grid-column: 2 !important; }
body.hm-profile-027 .hm-list-row.hm-list-header { display: none !important; }
body.hm-profile-027 .hm-gallery-card { border: 0 !important; box-shadow: none !important; background: transparent !important; } body.hm-profile-027 .hm-gallery-thumb { border-radius: var(--hm-profile-card-radius) !important; }
body.hm-profile-027 .hm-view-content { padding: 28px !important; border: 1px solid var(--hm-profile-border) !important; border-radius: var(--hm-profile-card-radius) !important; background: var(--hm-profile-surface) !important; box-shadow: var(--hm-profile-shadow) !important; }

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

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

body.hm-site-027.hm-gnuboard-site .hm-community-list { gap: calc(var(--hm-design-gap) * .75) !important; }
body.hm-site-027.hm-gnuboard-site .hm-list-row { border-left: 6px solid var(--hm-design-accent) !important; }
/* END_HM_DISTINCT_BOARD_DESIGN_SYSTEM_V1 */
