/* HM_BOARD_SKIN_NORMALIZED_V2 */
body:has(.hm-board-page),
body:has(.hm-board-view) {
    background: #f8fafc !important;
    color: #111827 !important;
}
.hm-board-page,
.hm-board-view {
    width: min(1180px, calc(100% - 32px)) !important;
    margin: 32px auto 40px !important;
    padding: 24px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #111827 !important;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .06) !important;
    font-family: 'Noto Sans KR', Arial, sans-serif !important;
}
.hm-board-head,
.hm-view-head {
    display: flex !important;
    align-items: flex-end !important;
    justify-content: space-between !important;
    gap: 16px !important;
    margin-bottom: 18px !important;
    padding-bottom: 14px !important;
    border-bottom: 2px solid #111827 !important;
}
.hm-view-head {
    display: block !important;
}
.hm-board-head h1,
.hm-view-head h1 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: clamp(22px, 3vw, 32px) !important;
    line-height: 1.28 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
}
.hm-board-kicker,
.hm-board-count,
.hm-view-meta {
    margin: 0 !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
}
.hm-view-meta {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px 14px !important;
    margin-top: 12px !important;
}
.hm-community-list {
    border-top: 1px solid #dbe3ef !important;
    border-bottom: 1px solid #dbe3ef !important;
    background: #fff !important;
}
.hm-list-row {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) 120px 88px 74px !important;
    align-items: center !important;
    min-height: 50px !important;
    padding: 0 14px !important;
    border-bottom: 1px solid #edf1f7 !important;
    color: #334155 !important;
    text-decoration: none !important;
    font-size: 14px !important;
    line-height: 1.45 !important;
}
.hm-list-row:hover {
    background: #f8fafc !important;
}
.hm-list-row.is-notice {
    background: #f1f5f9 !important;
}
.hm-list-header {
    min-height: 42px !important;
    background: #f8fafc !important;
    color: #64748b !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-align: center !important;
}
.hm-list-subject {
    min-width: 0 !important;
    color: #111827 !important;
}
.hm-list-subject strong {
    display: inline-block !important;
    max-width: calc(100% - 48px) !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    vertical-align: middle !important;
    color: #111827 !important;
    font-weight: 800 !important;
}
.hm-list-subject em,
.hm-gallery-body h2 em {
    margin-left: 6px !important;
    color: #2563eb !important;
    font-style: normal !important;
    font-size: 12px !important;
}
.hm-list-num,
.hm-list-name,
.hm-list-date,
.hm-list-hit {
    text-align: center !important;
    color: #64748b !important;
}
.hm-notice-badge {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 34px !important;
    height: 22px !important;
    padding: 0 8px !important;
    border-radius: 6px !important;
    background: #2563eb !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 900 !important;
    font-style: normal !important;
}
.hm-gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)) !important;
    gap: 18px !important;
}
.hm-gallery-card {
    min-width: 0 !important;
    overflow: hidden !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 8px !important;
    background: #fff !important;
}
.hm-gallery-card:hover {
    border-color: #94a3b8 !important;
}
.hm-gallery-link {
    display: block !important;
    height: 100% !important;
    color: inherit !important;
    text-decoration: none !important;
}
.hm-gallery-thumb {
    display: block !important;
    width: 100% !important;
    aspect-ratio: 4 / 3 !important;
    margin: 0 !important;
    overflow: hidden !important;
    background: #e5e7eb !important;
}
.hm-gallery-thumb img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}
.hm-gallery-body {
    padding: 14px !important;
}
.hm-gallery-meta {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    margin-bottom: 8px !important;
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 800 !important;
}
.hm-gallery-body h2 {
    margin: 0 !important;
    color: #111827 !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 900 !important;
    letter-spacing: 0 !important;
    overflow-wrap: anywhere !important;
}
.hm-gallery-body p {
    margin: 8px 0 0 !important;
    color: #475569 !important;
    font-size: 13px !important;
    line-height: 1.55 !important;
}
.hm-list-pagination,
.hm-list-pagination .pg_wrap,
.hm-board-pagination {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-wrap: wrap !important;
    gap: 6px !important;
    margin: 24px 0 !important;
}
.hm-list-pagination a,
.hm-list-pagination .pg_current,
.hm-board-pagination a,
.hm-board-pagination .pg_current {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 10px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 8px !important;
    background: #fff !important;
    color: #334155 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    text-decoration: none !important;
}
.hm-list-pagination .pg_current,
.hm-board-pagination .pg_current {
    background: #2563eb !important;
    border-color: #2563eb !important;
    color: #fff !important;
}
.hm-board-tools {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 12px !important;
    flex-wrap: wrap !important;
    margin-top: 18px !important;
}
.hm-board-search {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    flex-wrap: wrap !important;
}
.hm-board-search select,
.hm-board-search input,
.hm-board-search button,
.hm-write-btn,
.hm-view-actions a,
.hm-view-vote a,
.hm-view-neighbor a,
.hm-view-files a {
    border-radius: 8px !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    text-decoration: none !important;
}
.hm-board-search select,
.hm-board-search input {
    height: 38px !important;
    border: 1px solid #dbe3ef !important;
    background: #fff !important;
    color: #111827 !important;
    padding: 0 10px !important;
}
.hm-board-search input {
    width: 220px !important;
}
.hm-board-search button,
.hm-write-btn,
.hm-view-actions a,
.hm-view-vote a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 38px !important;
    border: 1px solid #2563eb !important;
    background: #2563eb !important;
    color: #fff !important;
    padding: 0 14px !important;
    font-weight: 900 !important;
    cursor: pointer !important;
}
.hm-view-actions a:not(.is-primary),
.hm-view-vote a {
    border-color: #dbe3ef !important;
    background: #fff !important;
    color: #334155 !important;
}
.hm-board-empty {
    grid-column: 1 / -1 !important;
    padding: 48px 16px !important;
    text-align: center !important;
    color: #64748b !important;
    background: #fff !important;
}
.hm-view-content {
    min-height: 280px !important;
    padding: 24px 0 !important;
    color: #1f2937 !important;
    font-size: 16px !important;
    line-height: 1.82 !important;
    word-break: keep-all !important;
    overflow-wrap: anywhere !important;
    border-bottom: 1px solid #e5e7eb !important;
}
.hm-view-content p {
    margin: 0 0 1em !important;
}
.hm-view-content img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 16px auto !important;
    border-radius: 8px !important;
}
.hm-view-content table {
    width: 100% !important;
    border-collapse: collapse !important;
}
.hm-view-content a {
    color: #2563eb !important;
    text-decoration: underline !important;
}
.hm-view-files {
    display: grid !important;
    gap: 8px !important;
    margin: 16px 0 !important;
    padding: 12px !important;
    border: 1px solid #dbe3ef !important;
    border-radius: 8px !important;
    background: #f8fafc !important;
}
.hm-view-files a {
    color: #2563eb !important;
    font-weight: 800 !important;
}
.hm-view-vote {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin: 22px 0 !important;
}
.hm-view-neighbor {
    display: grid !important;
    gap: 8px !important;
    margin: 22px 0 !important;
}
.hm-view-neighbor a {
    display: grid !important;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 12px !important;
    align-items: center !important;
    min-height: 44px !important;
    padding: 0 12px !important;
    border: 1px solid #dbe3ef !important;
    background: #f8fafc !important;
    color: #334155 !important;
}
.hm-view-neighbor span {
    color: #64748b !important;
    font-size: 12px !important;
    font-weight: 900 !important;
}
.hm-view-neighbor strong {
    min-width: 0 !important;
    color: #111827 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.hm-view-actions {
    display: flex !important;
    justify-content: flex-end !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin-top: 22px !important;
}
@media (max-width: 720px) {
    .hm-board-page,
    .hm-board-view {
        width: min(100% - 20px, 1180px) !important;
        margin: 20px auto 32px !important;
        padding: 18px 14px !important;
    }
    .hm-board-head {
        align-items: flex-start !important;
        flex-direction: column !important;
    }
    .hm-list-header {
        display: none !important;
    }
    .hm-list-row {
        grid-template-columns: 1fr auto !important;
        gap: 6px 12px !important;
        min-height: 0 !important;
        padding: 14px 4px !important;
    }
    .hm-list-num {
        grid-column: 1 / 2 !important;
        grid-row: 1 !important;
        text-align: left !important;
        font-size: 12px !important;
    }
    .hm-list-subject {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
    }
    .hm-list-subject strong {
        max-width: calc(100vw - 88px) !important;
        white-space: normal !important;
    }
    .hm-list-name,
    .hm-list-date,
    .hm-list-hit {
        font-size: 12px !important;
    }
    .hm-list-name {
        grid-column: 1 / 2 !important;
        text-align: left !important;
    }
    .hm-list-date,
    .hm-list-hit {
        text-align: right !important;
    }
    .hm-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }
    .hm-gallery-body {
        padding: 10px !important;
    }
    .hm-gallery-body h2 {
        font-size: 14px !important;
    }
    .hm-gallery-body p {
        display: none !important;
    }
    .hm-board-search,
    .hm-board-search input,
    .hm-board-search select,
    .hm-board-search button,
    .hm-write-btn,
    .hm-view-actions a {
        width: 100% !important;
    }
    .hm-view-neighbor a {
        grid-template-columns: 1fr !important;
        gap: 2px !important;
        padding: 10px !important;
    }
}
/* END_HM_BOARD_SKIN_NORMALIZED_V2 */
