@charset "utf-8";

.hm-subpage--board {
    min-height: 0;
    padding: 0;
}

.hm-subpage--notice.hm-subpage--board {
    padding-bottom: 0;
}

.hm-subpage__inner--board {
    width: 100%;
    max-width: none;
    margin-right: 0;
    margin-left: 0;
}

.hm-board,
.hm-board * {
    box-sizing: border-box;
}

.hm-board {
    --hm-board-brand: var(--hm-brand);
    --hm-board-heading: #071a36;
    --hm-board-ink: #17283d;
    --hm-board-copy: #263f5c;
    --hm-board-line: #dce3ec;
    width: 100%;
    color: #111827;
    font-family: "Pretendard Variable", Pretendard, "Noto Sans KR", sans-serif;
}

.hm-board button,
.hm-board input,
.hm-board select,
.hm-board textarea {
    font: inherit;
}

.hm-board-eyebrow {
    margin: 0 0 18px;
    color: var(--hm-board-brand);
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.025em;
}

.hm-board-hero {
    padding: 72px 32px 66px;
    text-align: center;
    background: var(--hm-surface-blue);
}

.hm-board-hero h1,
.hm-board-write__header h1 {
    margin: 0;
    color: var(--hm-board-heading);
    font-family: "Noto Sans KR", "Pretendard Variable", Pretendard, sans-serif;
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: -.045em;
}

.hm-board-hero__description,
.hm-board-write__header > p:last-child {
    margin: 18px 0 0;
    color: var(--hm-board-copy);
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.02em;
}

.hm-board-search {
    position: relative;
    width: min(100%, 760px);
    height: 60px;
    margin: 36px auto 0;
}

.hm-board-search input {
    width: 100%;
    height: 60px;
    padding: 0 66px 0 24px;
    color: #111827;
    border: 1px solid #c9d7e8;
    border-radius: 12px;
    outline: 0;
    background: var(--hm-paper);
    box-shadow: 0 8px 24px rgba(6, 55, 104, .05);
    font-size: 17px;
    line-height: 60px;
}

.hm-board-search input::placeholder {
    color: #6d7b8d;
    opacity: 1;
}

.hm-board-search input:focus {
    border-color: var(--hm-board-brand);
    box-shadow: 0 0 0 3px rgba(6, 55, 104, .1);
}

.hm-board-search button {
    position: absolute;
    top: 0;
    right: 0;
    display: grid;
    width: 60px;
    height: 60px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--hm-board-brand);
    cursor: pointer;
}

.hm-board-search svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-width: 1.8;
}

.hm-board-content {
    width: min(100%, 1200px);
    padding: 76px 0 140px;
    margin: 0 auto;
}

.hm-board-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    margin-bottom: 30px;
}

.hm-board-heading h2 {
    margin: 0;
    color: var(--hm-board-heading);
    font-size: 28px;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: -.035em;
}

.hm-board-heading p {
    margin: 8px 0 0;
    color: #66758a;
    font-size: 15px;
    line-height: 1.5;
}

.hm-board-actions,
.hm-board-view__tools > div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.hm-board-button {
    display: inline-flex;
    min-width: 108px;
    min-height: 46px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid var(--hm-board-brand);
    border-radius: 8px;
    color: var(--hm-paper);
    background: var(--hm-board-brand);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}

.hm-board-button--quiet {
    color: #19334f;
    border-color: #cdd7e3;
    background: var(--hm-paper);
}

.hm-board-button:hover,
.hm-board-button:focus-visible {
    border-color: #0a4b86;
    background: #0a4b86;
}

.hm-board-button--quiet:hover,
.hm-board-button--quiet:focus-visible {
    color: var(--hm-board-brand);
    border-color: #8099b5;
    background: #f5f8fc;
}

.hm-board-categories {
    margin-bottom: 28px;
    overflow: hidden;
}

.hm-board-categories ul {
    display: flex;
    padding: 0;
    margin: 0;
    gap: 8px;
    list-style: none;
}

.hm-board-categories li {
    flex: 0 0 auto;
}

.hm-board-categories a {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border: 1px solid #d5dde8;
    border-radius: 21px;
    color: #43536a;
    background: var(--hm-paper);
    font-size: 15px;
    font-weight: 450;
    white-space: nowrap;
}

.hm-board-categories a:hover,
.hm-board-categories a:focus-visible,
.hm-board-categories a#bo_cate_on {
    color: var(--hm-paper);
    border-color: var(--hm-board-brand);
    background: var(--hm-board-brand);
}

.hm-board-list {
    border-top: 2px solid #16263b;
}

.hm-board-item {
    position: relative;
    min-height: 110px;
    border-bottom: 1px solid var(--hm-board-line);
    background: var(--hm-paper);
    transition: background-color .18s ease;
}

.hm-board-item:hover {
    background: var(--hm-surface-soft);
}

.hm-board-item.is-pinned {
    background: #f7faff;
}

.hm-board-item__link {
    display: grid;
    min-height: 110px;
    grid-template-columns: minmax(0, 1fr) 136px;
    align-items: center;
    gap: 32px;
    padding: 24px 22px;
    color: inherit;
}

.hm-board-item__body {
    min-width: 0;
}

.hm-board-item__badges,
.hm-board-view__badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-bottom: 10px;
}

.hm-board-badge {
    display: inline-flex;
    min-height: 27px;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    color: var(--hm-board-brand);
    background: #eaf2fb;
    font-size: 13px;
    font-weight: 550;
    line-height: 1;
    letter-spacing: -.01em;
}

.hm-board-badge--important {
    color: var(--hm-paper);
    background: var(--hm-board-brand);
}

.hm-board-badge--category {
    color: #41536a;
    background: #f0f3f7;
}

.hm-board-item h3 {
    margin: 0;
    overflow: hidden;
    color: #101d30;
    font-size: 19px;
    font-weight: 550;
    line-height: 1.5;
    letter-spacing: -.025em;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-board-item__comments,
.hm-board-item__secret {
    margin-left: 6px;
    color: #49647f;
    font-size: 13px;
    font-weight: 500;
}

.hm-board-item__summary {
    margin: 7px 0 0;
    overflow: hidden;
    color: #526378;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-board-item__details {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 18px;
    margin-top: 10px;
    color: #5d6e82;
    font-size: 14px;
    line-height: 1.5;
}

.hm-board-item__details span + span {
    position: relative;
}

.hm-board-item__details span + span::before {
    position: absolute;
    top: 50%;
    left: -10px;
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #9caabc;
    content: "";
}

.hm-board-item time {
    color: #6a7889;
    font-size: 14px;
    text-align: right;
}

.hm-board-item__check {
    position: absolute;
    z-index: 2;
    top: 28px;
    left: -28px;
}

.hm-board-item__check input {
    width: 18px;
    height: 18px;
    accent-color: var(--hm-board-brand);
}

.hm-board-empty {
    display: flex;
    min-height: 330px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 64px 24px;
    border-top: 2px solid #16263b;
    border-bottom: 1px solid var(--hm-board-line);
    text-align: center;
}

.hm-board-empty > span {
    display: grid;
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--hm-surface-blue);
    color: #476888;
}

.hm-board-empty svg {
    width: 34px;
    height: 34px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5;
}

.hm-board-empty h3 {
    margin: 0;
    color: #15253a;
    font-size: 21px;
    font-weight: 550;
    line-height: 1.4;
}

.hm-board-empty p {
    margin: 10px 0 0;
    color: #68778a;
    font-size: 15px;
    line-height: 1.7;
}

.hm-board-empty a {
    margin-top: 20px;
    color: var(--hm-board-brand);
    border-bottom: 1px solid currentColor;
    font-size: 15px;
    font-weight: 550;
}

.hm-board-admin-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 18px 0;
    border-bottom: 1px solid var(--hm-board-line);
}

.hm-board-admin-actions > div {
    display: flex;
    gap: 6px;
}

.hm-board-admin-actions button {
    min-height: 38px;
    padding: 0 14px;
    border: 1px solid #d2dbe6;
    border-radius: 6px;
    background: var(--hm-paper);
    color: #394c62;
    cursor: pointer;
}

.hm-board-pagination {
    margin-top: 38px;
    text-align: center;
}

.hm-board-pagination .pg_wrap {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

.hm-board-pagination .pg_page,
.hm-board-pagination .pg_current {
    display: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    margin: 0;
    border: 0;
    border-radius: 7px;
    color: #59697c;
    background: transparent;
    font-size: 14px;
    line-height: 1;
}

.hm-board-pagination .pg_current {
    color: var(--hm-paper);
    background: var(--hm-board-brand);
    font-weight: 550;
}

.hm-board-pagination .pg_start,
.hm-board-pagination .pg_prev,
.hm-board-pagination .pg_next,
.hm-board-pagination .pg_end {
    border: 1px solid #dae1e9;
    background: var(--hm-paper);
    text-indent: 0;
}

.hm-board-help {
    display: flex;
    min-height: 124px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    padding: 28px 34px;
    margin-top: 72px;
    border-radius: 14px;
    color: var(--hm-paper);
    background: #0d1930;
}

.hm-board-help strong {
    display: block;
    font-size: 21px;
    font-weight: 550;
    line-height: 1.4;
}

.hm-board-help p {
    margin: 7px 0 0;
    color: #d9e2ee;
    font-size: 15px;
    line-height: 1.55;
}

.hm-board-help a {
    display: inline-flex;
    min-width: 154px;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 0 20px;
    border-radius: 8px;
    color: #111827;
    background: var(--hm-paper);
    font-size: 16px;
    font-weight: 550;
}

/* View */
.hm-board--view {
    width: min(100%, 1200px);
    padding: 72px 0 140px;
    margin: 0 auto;
}

.hm-board-view__header {
    padding-bottom: 38px;
    border-bottom: 2px solid #16263b;
}

.hm-board-view__back {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 34px;
    color: #36516f;
    font-size: 15px;
    font-weight: 500;
}

.hm-board-view__badges {
    margin-bottom: 16px;
}

.hm-board-view__header h1 {
    margin: 0;
    color: var(--hm-board-heading);
    font-family: "Noto Sans KR", "Pretendard Variable", Pretendard, sans-serif;
    font-size: clamp(30px, 3.5vw, 42px);
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -.04em;
}

.hm-board-view__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 22px;
    margin-top: 22px;
    color: #66758a;
    font-size: 14px;
    line-height: 1.5;
}

.hm-board-view__summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 24px 28px;
    margin: 28px 0 0;
    border: 1px solid #d8e1eb;
    border-radius: 12px;
    background: #f6f9fc;
}

.hm-board-view__summary > div {
    min-width: 0;
    padding: 0 24px;
    border-left: 1px solid #d8e1eb;
}

.hm-board-view__summary > div:first-child {
    padding-left: 0;
    border-left: 0;
}

.hm-board-view__summary dt {
    margin-bottom: 7px;
    color: #64748a;
    font-size: 13px;
    font-weight: 500;
}

.hm-board-view__summary dd {
    margin: 0;
    color: #14243a;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.55;
}

.hm-board-view__content {
    min-height: 360px;
    padding: 54px 18px 72px;
    border-bottom: 1px solid var(--hm-board-line);
}

.hm-board-view__content #bo_v_con {
    min-height: 0;
    color: #253950;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.85;
    word-break: break-word;
}

.hm-board-view__content #bo_v_con h2 {
    margin: 46px 0 14px;
    color: #10243b;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.45;
    letter-spacing: -.03em;
}

.hm-board-view__content #bo_v_con h2:first-child {
    margin-top: 0;
}

.hm-board-view__content #bo_v_con h3 {
    margin: 34px 0 12px;
    color: #18304b;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
}

.hm-board-view__content #bo_v_con p {
    margin: 0 0 18px;
}

.hm-board-view__content #bo_v_con ul,
.hm-board-view__content #bo_v_con ol {
    padding-left: 24px;
    margin: 14px 0 24px;
}

.hm-board-view__content #bo_v_con li {
    margin-top: 8px;
}

.hm-board-view__content #bo_v_con a {
    color: var(--hm-board-brand);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.hm-board-view__content #bo_v_con .hm-notice-callout {
    padding: 22px 24px;
    margin: 32px 0;
    border: 0;
    border-radius: 8px;
    background: var(--hm-surface-blue);
    color: #193651;
}

.hm-board-view__content #bo_v_con .hm-notice-callout strong {
    display: block;
    margin-bottom: 6px;
    color: #0d2945;
    font-weight: 600;
}

.hm-board-view__content #bo_v_con .hm-notice-callout p:last-child {
    margin-bottom: 0;
}

.hm-board-view__content img {
    max-width: 100%;
    height: auto;
}

.hm-board-view__images {
    margin-bottom: 32px;
}

.hm-board-view__attachments,
.hm-board-view__links {
    padding: 26px 18px;
    border-bottom: 1px solid var(--hm-board-line);
}

.hm-board-view__attachments h2,
.hm-board-view__links h2 {
    margin: 0 0 14px;
    color: #1b2c42;
    font-size: 16px;
    font-weight: 550;
}

.hm-board-view__attachments ul,
.hm-board-view__links ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.hm-board-view__attachments a,
.hm-board-view__links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 9px 0;
    color: #36516f;
    font-size: 15px;
}

.hm-board-neighbors {
    margin-top: 34px;
    border-top: 1px solid #cfd9e5;
}

.hm-board-neighbors a {
    display: grid;
    min-height: 64px;
    grid-template-columns: 72px minmax(0, 1fr) 110px;
    align-items: center;
    gap: 18px;
    border-bottom: 1px solid var(--hm-board-line);
    color: #24384f;
    font-size: 15px;
}

.hm-board-neighbors a > span,
.hm-board-neighbors time {
    color: #708095;
    font-weight: 400;
}

.hm-board-neighbors strong {
    overflow: hidden;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-board-neighbors time {
    text-align: right;
}

.hm-board-view__tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 34px;
}

/* Write and comments: keep Gnuboard behavior, replace its visual layer. */
.hm-board--write {
    width: min(100%, 1200px);
    padding: 72px 0 140px;
    margin: 0 auto;
}

.hm-board-write__header {
    margin-bottom: 40px;
    text-align: center;
}

.hm-board-write__form {
    padding: 38px 42px;
    border: 1px solid #d6dfe9;
    border-radius: 14px;
    background: var(--hm-paper);
}

.hm-board-notice-fields {
    padding: 28px;
    margin-bottom: 32px;
    border: 1px solid #cfdae7;
    border-radius: 12px;
    background: #f7faff;
}

.hm-board-notice-fields > header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
    padding-bottom: 20px;
    margin-bottom: 22px;
    border-bottom: 1px solid #d9e3ee;
}

.hm-board-notice-fields h2 {
    margin: 0;
    color: #10243b;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.025em;
}

.hm-board-notice-fields header p {
    margin: 7px 0 0;
    color: #5a6d83;
    font-size: 14.5px;
    line-height: 1.65;
}

.hm-board-notice-fields header > span {
    flex: 0 0 auto;
    padding: 5px 9px;
    border-radius: 5px;
    color: var(--hm-board-brand);
    background: #e4eef9;
    font-size: 12px;
    font-weight: 550;
}

.hm-board-notice-fields__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.hm-board-notice-fields label {
    display: grid;
    gap: 8px;
}

.hm-board-notice-fields label > span {
    color: #243950;
    font-size: 14px;
    font-weight: 550;
}

.hm-board-notice-fields select,
.hm-board-notice-fields input {
    width: 100%;
    height: 48px;
    padding: 0 14px;
    border: 1px solid #c7d3e0;
    border-radius: 7px;
    outline: 0;
    background: var(--hm-paper);
    color: var(--hm-board-ink);
    font-size: 15px;
}

.hm-board-notice-fields select:focus,
.hm-board-notice-fields input:focus {
    border-color: var(--hm-board-brand);
    box-shadow: 0 0 0 3px rgba(6, 55, 104, .08);
}

.hm-board-notice-fields__wide {
    grid-column: 1 / -1;
}

.hm-board-notice-fields aside {
    padding: 18px 20px;
    margin-top: 22px;
    border-radius: 8px;
    background: #eaf2fb;
}

.hm-board-notice-fields aside strong {
    display: block;
    margin-bottom: 10px;
    color: #183552;
    font-size: 14px;
    font-weight: 600;
}

.hm-board-notice-fields aside ol {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    gap: 7px 22px;
    color: #4b6178;
    font-size: 13.5px;
    line-height: 1.6;
    list-style-position: inside;
}

.hm-board-write__form #bo_w,
.hm-board-write__form #fwrite {
    width: 100% !important;
}

.hm-board-write__form #bo_w .write_div {
    margin: 0 0 14px;
}

.hm-board-write__form .frm_input,
.hm-board-write__form select,
.hm-board-write__form textarea {
    min-height: 48px;
    padding: 0 14px;
    border: 1px solid #ccd6e1;
    border-radius: 7px;
    outline: 0;
    background: var(--hm-paper);
    color: var(--hm-board-ink);
    box-shadow: none;
}

.hm-board-write__form textarea {
    min-height: 260px;
    padding-top: 14px;
    line-height: 1.7;
}

.hm-board-write__form .frm_input:focus,
.hm-board-write__form select:focus,
.hm-board-write__form textarea:focus {
    border-color: var(--hm-board-brand);
    box-shadow: 0 0 0 3px rgba(6, 55, 104, .08);
}

.hm-board-write__form #bo_w .bo_w_select select {
    height: 48px;
    border-radius: 7px;
}

.hm-board-write__form #bo_w .bo_w_flie .file_wr {
    height: 50px;
    border-color: #ccd6e1;
    border-radius: 7px;
}

.hm-board-write__form #bo_w .btn_confirm {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 30px;
}

.hm-board-write__form #bo_w .btn_confirm .btn {
    display: inline-flex;
    min-width: 130px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid var(--hm-board-brand);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
}

.hm-board-write__form #bo_w .btn_cancel {
    color: #233950;
    border-color: #cbd6e2;
    background: var(--hm-paper);
}

.hm-board-write__form #bo_w .btn_submit {
    color: var(--hm-paper);
    background: var(--hm-board-brand);
}

/* 1:1 inquiry */
.hm-board--inquiry {
    width: min(100%, 1200px);
}

.hm-board-write__form--inquiry {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.hm-inquiry-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 290px;
    gap: 24px;
    align-items: start;
}

.hm-inquiry-form {
    overflow: hidden;
    border: 1px solid #d3deea;
    border-radius: 14px;
    background: var(--hm-paper);
}

.hm-inquiry-block {
    padding: 34px 36px 38px;
    border-top: 1px solid #e0e7ef;
}

.hm-inquiry-block:first-of-type {
    border-top: 0;
}

.hm-inquiry-block__header {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    margin-bottom: 26px;
}

.hm-inquiry-block__header > span {
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border-radius: 50%;
    color: var(--hm-board-brand);
    background: #eaf2fb;
    font-size: 14px;
    font-weight: 650;
}

.hm-inquiry-block__header h2 {
    margin: 1px 0 0;
    color: #10243b;
    font-family: "Noto Sans KR", "Pretendard Variable", Pretendard, sans-serif;
    font-size: 21px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -.035em;
}

.hm-inquiry-block__header p {
    margin: 6px 0 0;
    color: #5a6b80;
    font-size: 14.5px;
    line-height: 1.6;
    letter-spacing: -.02em;
}

.hm-inquiry-fields {
    display: grid;
    gap: 20px;
}

.hm-inquiry-fields--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hm-inquiry-field {
    display: grid;
    min-width: 0;
    gap: 8px;
}

.hm-inquiry-field--wide {
    grid-column: 1 / -1;
}

.hm-inquiry-field > span,
.hm-inquiry-field--content > label > span {
    color: #243950;
    font-size: 15px;
    font-weight: 550;
    line-height: 1.4;
}

.hm-inquiry-field em {
    margin-left: 4px;
    color: #1d5b92;
    font-size: 12px;
    font-style: normal;
    font-weight: 550;
}

.hm-inquiry-field small {
    margin-left: 4px;
    color: #78879a;
    font-size: 12px;
    font-weight: 400;
}

.hm-inquiry-field input[type="text"],
.hm-inquiry-field input[type="tel"],
.hm-inquiry-field input[type="email"],
.hm-inquiry-field input[type="password"],
.hm-inquiry-field select {
    width: 100%;
    height: 50px;
    padding: 0 14px;
    border: 1px solid #c7d3e0;
    border-radius: 7px;
    outline: 0;
    color: var(--hm-board-ink);
    background: var(--hm-paper);
    font-size: 15.5px;
}

.hm-inquiry-field input::placeholder,
.hm-inquiry-field textarea::placeholder {
    color: #8794a5;
    opacity: 1;
}

.hm-inquiry-field input:focus,
.hm-inquiry-field select:focus,
.hm-inquiry-field textarea:focus {
    border-color: var(--hm-board-brand);
    box-shadow: 0 0 0 3px rgba(6, 55, 104, .08);
}

.hm-inquiry-field--content > label {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 14px;
}

.hm-inquiry-field--content > label > small {
    color: #66778b;
    font-size: 13px;
    line-height: 1.5;
    text-align: right;
}

.hm-inquiry-field--content .wr_content,
.hm-inquiry-field--content .wr_content textarea {
    width: 100% !important;
}

.hm-inquiry-field--content textarea {
    min-height: 260px;
    padding: 16px;
    border: 1px solid #c7d3e0;
    border-radius: 7px;
    outline: 0;
    color: var(--hm-board-ink);
    background: var(--hm-paper);
    font-size: 15.5px;
    line-height: 1.75;
    resize: vertical;
}

.hm-inquiry-field--content #char_count_desc,
.hm-inquiry-field--content #char_count_wrap {
    margin: 0 0 8px;
    color: #6b7b8f;
    font-size: 13px;
}

.hm-inquiry-field--content #char_count_wrap {
    margin: 7px 0 0;
    text-align: right;
}

.hm-inquiry-field--files {
    padding-top: 4px;
}

.hm-inquiry-field--files > p {
    margin: -2px 0 4px;
    color: #65768a;
    font-size: 13.5px;
    line-height: 1.6;
}

.hm-inquiry-files {
    display: grid;
    gap: 8px;
}

.hm-inquiry-files > label:not(.hm-inquiry-file-delete) {
    display: grid;
    min-height: 50px;
    grid-template-columns: 88px minmax(0, 1fr);
    align-items: center;
    overflow: hidden;
    border: 1px solid #cbd6e2;
    border-radius: 7px;
    background: var(--hm-paper);
}

.hm-inquiry-files > label > span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d9e1e9;
    color: #36516f;
    background: #f6f8fb;
    font-size: 14px;
    font-weight: 500;
}

.hm-inquiry-files input[type="file"] {
    min-width: 0;
    padding: 10px 12px;
    color: #53657a;
    font-size: 13px;
}

.hm-inquiry-file-delete {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #5f7084;
    font-size: 13px;
}

.hm-inquiry-file-delete input,
.hm-inquiry-consent input {
    width: 17px;
    height: 17px;
    flex: 0 0 auto;
    accent-color: var(--hm-board-brand);
}

.hm-inquiry-captcha {
    padding: 0 36px 34px;
}

.hm-inquiry-consent {
    padding: 24px 36px;
    border-top: 1px solid #dce5ee;
    background: #f6f9fc;
}

.hm-inquiry-consent > strong {
    display: block;
    color: #18304b;
    font-size: 16px;
    font-weight: 600;
}

.hm-inquiry-consent > p {
    margin: 7px 0 16px;
    color: #586b80;
    font-size: 13.5px;
    line-height: 1.65;
}

.hm-inquiry-consent > label {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 9px;
    color: #2b4058;
    font-size: 14px;
    line-height: 1.5;
}

.hm-inquiry-actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 28px 36px 34px;
}

.hm-inquiry-actions a,
.hm-inquiry-actions button {
    display: inline-flex;
    min-width: 142px;
    height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid var(--hm-board-brand);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 550;
    cursor: pointer;
}

.hm-inquiry-actions a {
    border-color: #c7d3e0;
    color: #30465f;
    background: var(--hm-paper);
}

.hm-inquiry-actions button {
    color: var(--hm-paper);
    background: var(--hm-board-brand);
}

.hm-inquiry-actions button:disabled {
    cursor: wait;
    opacity: .65;
}

.hm-inquiry-aside {
    position: sticky;
    top: 112px;
    overflow: hidden;
    border: 1px solid #d3deea;
    border-radius: 14px;
    background: var(--hm-paper);
}

.hm-inquiry-aside > section {
    padding: 28px 26px;
}

.hm-inquiry-aside > section:first-child {
    color: var(--hm-paper);
    background: #0d1930;
}

.hm-inquiry-aside > section:first-child > span {
    color: #c5d6e8;
    font-size: 13px;
    font-weight: 550;
}

.hm-inquiry-aside h2 {
    margin: 12px 0 0;
    color: var(--hm-paper);
    font-family: "Noto Sans KR", "Pretendard Variable", Pretendard, sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: -.035em;
}

.hm-inquiry-aside ul {
    padding: 18px 0 0;
    margin: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .16);
    list-style: none;
}

.hm-inquiry-aside li {
    position: relative;
    padding-left: 14px;
    margin-top: 9px;
    color: #d6e0ec;
    font-size: 13.5px;
    line-height: 1.6;
}

.hm-inquiry-aside li::before {
    position: absolute;
    top: .7em;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--hm-paper);
    content: "";
}

.hm-inquiry-process {
    border-bottom: 1px solid #e0e7ef;
}

.hm-inquiry-process > strong {
    color: #19334f;
    font-size: 16px;
    font-weight: 600;
}

.hm-inquiry-process ol {
    display: grid;
    padding: 0;
    margin: 18px 0 0;
    gap: 10px;
    list-style: none;
}

.hm-inquiry-process li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    color: #42566e;
    font-size: 14px;
}

.hm-inquiry-process li::before {
    display: none;
}

.hm-inquiry-process li span {
    display: grid;
    width: 25px;
    height: 25px;
    place-items: center;
    border-radius: 50%;
    color: var(--hm-board-brand);
    background: #eaf2fb;
    font-size: 12px;
    font-weight: 650;
}

.hm-inquiry-aside > a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 0 26px;
    color: var(--hm-board-brand);
    font-size: 14px;
    font-weight: 550;
}

.hm-board-view__summary--inquiry {
    gap: 10px;
    padding: 18px;
}

.hm-board-view__summary--inquiry > div,
.hm-board-view__summary--inquiry > div:first-child {
    min-width: 0;
    padding: 15px 16px;
    border: 1px solid #dde5ee;
    border-radius: 8px;
    background: var(--hm-paper);
}

.hm-board-view__summary--inquiry dd {
    overflow-wrap: anywhere;
}

.hm-board #bo_vc,
.hm-board .bo_vc_w {
    margin-top: 54px;
}

.hm-board .cmt_btn {
    padding-bottom: 16px;
    border-bottom: 2px solid #16263b;
    color: var(--hm-board-ink);
    font-size: 17px;
}

.hm-board #bo_vc article {
    padding: 22px 0;
    margin: 0;
    border-bottom-color: var(--hm-board-line);
}

.hm-board .bo_vc_w textarea {
    height: 130px;
    padding: 14px;
    border-color: #ccd6e1;
    border-radius: 8px;
    box-shadow: none;
    font-size: 15px;
    line-height: 1.7;
}

@media (max-width: 980px) {
    .hm-inquiry-layout {
        grid-template-columns: 1fr;
    }

    .hm-inquiry-aside {
        position: static;
    }
}

@media (max-width: 768px) {
    .hm-board-eyebrow {
        margin-bottom: 14px;
        font-size: 16px;
    }

    .hm-board-hero {
        padding: 52px 20px 48px;
    }

    .hm-board-hero h1,
    .hm-board-write__header h1 {
        font-size: 30px;
        line-height: 1.4;
    }

    .hm-board-hero__description,
    .hm-board-write__header > p:last-child {
        margin-top: 14px;
        font-size: 15.5px;
        line-height: 1.7;
    }

    .hm-board-search {
        height: 56px;
        margin-top: 28px;
    }

    .hm-board-search input {
        height: 56px;
        padding-right: 58px;
        padding-left: 18px;
        border-radius: 10px;
        font-size: 15px;
        line-height: 56px;
    }

    .hm-board-search button {
        width: 56px;
        height: 56px;
    }

    .hm-board-content {
        width: 100%;
        padding: 48px 20px 100px;
    }

    .hm-board-heading {
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 24px;
    }

    .hm-board-heading h2 {
        font-size: 24px;
    }

    .hm-board-heading p {
        margin-top: 6px;
        font-size: 14px;
    }

    .hm-board-actions {
        flex-shrink: 0;
    }

    .hm-board-actions .hm-board-button--quiet {
        display: none;
    }

    .hm-board-button {
        min-width: 88px;
        min-height: 42px;
        padding: 0 14px;
        font-size: 14px;
    }

    .hm-board-categories {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding: 0 20px 4px;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .hm-board-categories::-webkit-scrollbar {
        display: none;
    }

    .hm-board-categories a {
        min-height: 40px;
        padding: 0 16px;
        font-size: 14px;
    }

    .hm-board-item,
    .hm-board-item__link {
        min-height: 0;
    }

    .hm-board-item__link {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 24px 4px;
    }

    .hm-board-item h3 {
        display: -webkit-box;
        overflow: hidden;
        font-size: 17px;
        line-height: 1.55;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hm-board-item__summary {
        display: -webkit-box;
        overflow: hidden;
        font-size: 14.5px;
        line-height: 1.65;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hm-board-item__details {
        display: grid;
        gap: 4px;
        margin-top: 10px;
        font-size: 13.5px;
    }

    .hm-board-item__details span + span::before {
        display: none;
    }

    .hm-board-item time {
        font-size: 13.5px;
        text-align: left;
    }

    .hm-board-item__check {
        top: 25px;
        left: -15px;
    }

    .hm-board-item__check + .hm-board-item__link {
        padding-left: 26px;
    }

    .hm-board-empty {
        min-height: 300px;
        padding: 54px 14px;
    }

    .hm-board-empty h3 {
        font-size: 19px;
    }

    .hm-board-empty p {
        font-size: 14.5px;
    }

    .hm-board-admin-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .hm-board-admin-actions > div {
        width: 100%;
    }

    .hm-board-admin-actions button {
        flex: 1;
        padding: 0 8px;
        font-size: 13px;
    }

    .hm-board-pagination {
        margin-top: 30px;
    }

    .hm-board-pagination .pg_page,
    .hm-board-pagination .pg_current {
        width: 36px;
        height: 36px;
    }

    .hm-board-help {
        min-height: 0;
        align-items: stretch;
        flex-direction: column;
        gap: 22px;
        padding: 28px 24px;
        margin-top: 54px;
    }

    .hm-board-help strong {
        font-size: 19px;
        line-height: 1.5;
    }

    .hm-board-help p {
        font-size: 14.5px;
        line-height: 1.65;
    }

    .hm-board-help a {
        width: 100%;
        min-height: 52px;
        font-size: 15.5px;
    }

    .hm-board--view,
    .hm-board--write {
        width: 100%;
        padding: 48px 20px 100px;
    }

    .hm-board-view__header {
        padding-bottom: 30px;
    }

    .hm-board-view__back {
        margin-bottom: 28px;
    }

    .hm-board-view__header h1 {
        font-size: 28px;
        line-height: 1.5;
    }

    .hm-board-view__meta {
        display: grid;
        gap: 4px;
        margin-top: 18px;
    }

    .hm-board-view__summary {
        grid-template-columns: 1fr;
        padding: 8px 20px;
    }

    .hm-board-view__summary > div,
    .hm-board-view__summary > div:first-child {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 15px 0;
        border-top: 1px solid #d8e1eb;
        border-left: 0;
    }

    .hm-board-view__summary > div:first-child {
        border-top: 0;
    }

    .hm-board-view__summary dt {
        margin: 0;
    }

    .hm-board-view__content {
        min-height: 260px;
        padding: 38px 2px 54px;
    }

    .hm-board-view__content #bo_v_con {
        font-size: 16px;
        line-height: 1.85;
    }

    .hm-board-view__content #bo_v_con h2 {
        margin-top: 38px;
        font-size: 21px;
        line-height: 1.5;
    }

    .hm-board-view__content #bo_v_con h3 {
        margin-top: 30px;
        font-size: 18px;
    }

    .hm-board-view__content #bo_v_con ul,
    .hm-board-view__content #bo_v_con ol {
        padding-left: 21px;
    }

    .hm-board-view__content #bo_v_con .hm-notice-callout {
        padding: 18px;
        margin: 26px 0;
    }

    .hm-board-view__attachments,
    .hm-board-view__links {
        padding-right: 2px;
        padding-left: 2px;
    }

    .hm-board-neighbors a {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 10px;
        padding: 13px 0;
    }

    .hm-board-neighbors time {
        display: none;
    }

    .hm-board-view__tools {
        align-items: stretch;
        flex-direction: column-reverse;
    }

    .hm-board-view__tools > div {
        width: 100%;
    }

    .hm-board-view__tools .hm-board-button {
        flex: 1;
    }

    .hm-board-write__header {
        margin-bottom: 30px;
    }

    .hm-board-write__form {
        padding: 26px 18px;
        border-radius: 12px;
    }

    .hm-board-write__form--inquiry {
        padding: 0;
        border-radius: 0;
    }

    .hm-inquiry-layout {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .hm-inquiry-form,
    .hm-inquiry-aside {
        border-radius: 10px;
    }

    .hm-inquiry-block {
        padding: 26px 20px 30px;
    }

    .hm-inquiry-block__header {
        grid-template-columns: 34px minmax(0, 1fr);
        gap: 11px;
        margin-bottom: 22px;
    }

    .hm-inquiry-block__header > span {
        width: 31px;
        height: 31px;
        font-size: 12px;
    }

    .hm-inquiry-block__header h2 {
        font-size: 19px;
        line-height: 1.5;
    }

    .hm-inquiry-block__header p {
        margin-top: 5px;
        font-size: 13.5px;
        line-height: 1.6;
    }

    .hm-inquiry-fields--two {
        grid-template-columns: 1fr;
    }

    .hm-inquiry-field--wide {
        grid-column: auto;
    }

    .hm-inquiry-field > span,
    .hm-inquiry-field--content > label > span {
        font-size: 14.5px;
    }

    .hm-inquiry-field input[type="text"],
    .hm-inquiry-field input[type="tel"],
    .hm-inquiry-field input[type="email"],
    .hm-inquiry-field input[type="password"],
    .hm-inquiry-field select {
        height: 50px;
        font-size: 15px;
    }

    .hm-inquiry-field--content > label {
        display: grid;
        gap: 5px;
    }

    .hm-inquiry-field--content > label > small {
        margin: 0;
        text-align: left;
    }

    .hm-inquiry-field--content textarea {
        min-height: 230px;
        font-size: 15px;
        line-height: 1.75;
    }

    .hm-inquiry-files > label:not(.hm-inquiry-file-delete) {
        grid-template-columns: 68px minmax(0, 1fr);
    }

    .hm-inquiry-files input[type="file"] {
        width: 100%;
        padding-right: 7px;
        padding-left: 7px;
        font-size: 12px;
    }

    .hm-inquiry-captcha {
        padding: 0 20px 28px;
        overflow-x: auto;
    }

    .hm-inquiry-consent {
        padding: 22px 20px;
    }

    .hm-inquiry-consent > p {
        font-size: 13px;
        line-height: 1.65;
    }

    .hm-inquiry-consent > label {
        font-size: 13.5px;
        line-height: 1.55;
    }

    .hm-inquiry-actions {
        padding: 24px 20px 28px;
    }

    .hm-inquiry-actions a,
    .hm-inquiry-actions button {
        min-width: 0;
        height: 52px;
        flex: 1;
        padding: 0 12px;
        font-size: 15px;
    }

    .hm-inquiry-aside {
        position: static;
    }

    .hm-inquiry-aside > section {
        padding: 24px 22px;
    }

    .hm-inquiry-aside h2 {
        font-size: 21px;
    }

    .hm-board-view__summary--inquiry {
        gap: 8px;
        padding: 12px;
    }

    .hm-board-view__summary--inquiry > div,
    .hm-board-view__summary--inquiry > div:first-child {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);
        padding: 13px 12px;
        border: 1px solid #dde5ee;
    }

    .hm-board-notice-fields {
        padding: 22px 18px;
        margin-bottom: 26px;
    }

    .hm-board-notice-fields > header {
        display: block;
    }

    .hm-board-notice-fields header > span {
        display: inline-flex;
        margin-top: 12px;
    }

    .hm-board-notice-fields__grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .hm-board-notice-fields__wide {
        grid-column: auto;
    }

    .hm-board-notice-fields aside {
        padding: 16px;
    }

    .hm-board-notice-fields aside ol {
        display: grid;
        gap: 5px;
    }

    .hm-board-write__form #bo_w .bo_w_info .frm_input,
    .hm-board-write__form .half_input {
        float: none;
        width: 100%;
        margin: 0 0 8px !important;
    }

    .hm-board-write__form #bo_w .bo_w_tit .frm_input {
        padding-right: 14px;
    }

    .hm-board-write__form #bo_w .bo_w_tit #btn_autosave {
        position: static;
        width: 100%;
        height: 40px;
        margin-top: 8px;
    }

    .hm-board-write__form #bo_w .btn_confirm .btn {
        min-width: 0;
        flex: 1;
    }
}

@media (max-width: 380px) {
    .hm-board-heading {
        flex-direction: column;
    }

    .hm-board-actions,
    .hm-board-actions .hm-board-button {
        width: 100%;
    }
}

/* Simple board list, view and standard editor: component rules stay together. */
.hm-board-hero--simple {
    padding: 62px 32px 58px;
}

.hm-board-hero--simple h1 {
    font-size: clamp(34px, 3.6vw, 42px);
}

.hm-board-content--simple {
    padding-top: 64px;
}

.hm-board-heading--simple {
    margin-bottom: 22px;
}

.hm-board-heading--actions-only {
    justify-content: flex-end;
}

.hm-board-list-tools {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    margin-bottom: 18px;
}

.hm-board-list-tools > span {
    color: #69788b;
    font-size: 14px;
    line-height: 1.5;
}

.hm-board-list-search {
    display: grid;
    width: min(100%, 336px);
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 15px;
}

.hm-board-list-search.has-category {
    width: min(100%, 488px);
    grid-template-columns: 150px minmax(0, 1fr) 72px;
}

.hm-board-list-search select,
.hm-board-list-search input,
.hm-board-list-search button {
    height: 46px;
    border: 1px solid var(--hm-input-border);
    border-radius: 0;
    outline: 0;
    background: var(--hm-paper);
    font-size: 14px;
}

.hm-board-list-search select {
    padding: 0 32px 0 10px;
    border-right: 1px solid var(--hm-input-border);
    color: #42556b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5 6 6.5 11 1.5' fill='none' stroke='%2342556b' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 8px;
    appearance: none;
    -webkit-appearance: none;
}

.hm-board-list-search select::-ms-expand {
    display: none;
}

.hm-board-list-search input {
    min-width: 0;
    padding: 0 14px;
    color: var(--hm-board-ink);
}

.hm-board-list-search input::placeholder {
    color: #8a96a5;
}

.hm-board-list-search button {
    border-color: #18304b;
    color: var(--hm-paper);
    background: #18304b;
    font-weight: 500;
    cursor: pointer;
}

.hm-board-list-search select:focus,
.hm-board-list-search input:focus {
    position: relative;
    z-index: 1;
    border-color: var(--hm-board-brand);
    box-shadow: inset 0 0 0 1px var(--hm-board-brand);
}

.hm-board-table {
    border-top: 1px solid #1c2f45;
    color: var(--hm-board-copy);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: -.02em;
}

.hm-board-table-head,
.hm-board-table-row {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr) 132px;
    align-items: center;
}

.hm-board-table.has-check .hm-board-table-head,
.hm-board-table.has-check .hm-board-table-row {
    grid-template-columns: 44px 90px minmax(0, 1fr) 132px;
}

.hm-board-table-head {
    min-height: 54px;
    border-bottom: 1px solid #d9e1e9;
    color: var(--hm-board-copy);
    background: var(--hm-surface-soft);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-align: center;
}

.hm-board-table-row {
    position: relative;
    min-height: 76px;
    border-bottom: 1px solid #e0e6ed;
    color: var(--hm-board-copy);
    background: var(--hm-paper);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    transition: background-color .15s ease;
}

.hm-board-table-row:hover {
    background: #fbfcfe;
}

.hm-board-table-row.is-pinned {
    background: #f7faff;
}

.hm-board-table-row.is-pinned:hover {
    background: #f2f7fc;
}

.hm-board-table-check,
.hm-board-table-number,
.hm-board-table-row > time {
    text-align: center;
}

.hm-board-table-check input {
    width: 17px;
    height: 17px;
    accent-color: var(--hm-board-brand);
}

.hm-board-table-number {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.hm-board-table-number strong {
    display: inline-flex;
    min-width: 42px;
    height: 25px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    color: var(--hm-paper);
    background: var(--hm-board-brand);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.hm-board-table-subject {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 10px;
    padding: 15px 12px;
}

.hm-board-table-labels {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    gap: 5px;
}

.hm-board-table-labels span {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
    padding: 3px 8px;
    border-radius: 4px;
    color: var(--hm-board-copy);
    background: #edf2f7;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    white-space: nowrap;
}

.hm-board-table-labels .hm-board-table-mobile-notice {
    display: none;
    color: var(--hm-paper);
    background: var(--hm-board-brand);
}

.hm-board-table-subject > a {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 6px;
    color: var(--hm-board-copy);
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.hm-board-table-subject > a:hover strong {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.hm-board-table-subject strong {
    overflow: hidden;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hm-board-table-subject small {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.hm-board-table-subject em {
    flex: 0 0 auto;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    font-style: normal;
}

.hm-board-table-row > time {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    letter-spacing: inherit;
}

.hm-board-empty--simple {
    min-height: 280px;
    border-top: 1px solid #1c2f45;
}

.hm-board-help--simple {
    min-height: 104px;
    margin-top: 64px;
    border: 1px solid #d7e0e9;
    color: var(--hm-board-ink);
    background: var(--hm-surface-soft);
}

.hm-board-help--simple p {
    color: #607186;
}

.hm-board-help--simple a {
    min-height: 46px;
    border: 1px solid #b9c7d6;
    color: var(--hm-board-brand);
    background: var(--hm-paper);
}

.hm-board--notice .hm-board-view__summary:not(.hm-board-view__summary--inquiry) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 18px 0;
    margin-top: 24px;
    border-width: 1px 0;
    border-radius: 0;
    background: var(--hm-surface-soft);
}

.hm-board--notice .hm-board-view__summary:not(.hm-board-view__summary--inquiry) > div {
    padding: 0 24px;
}

.hm-board--notice .hm-board-view__summary:not(.hm-board-view__summary--inquiry) dt {
    margin-bottom: 5px;
}

.hm-board--view.hm-board--notice .hm-board-view__header h1 {
    font-size: clamp(28px, 3vw, 36px);
}

.hm-board--view.hm-board--notice .hm-board-view__content {
    padding-top: 46px;
}

.hm-board--write:not(.hm-board--inquiry) {
    width: min(100%, 1200px);
}

.hm-board--write:not(.hm-board--inquiry) .hm-board-write__form {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.hm-standard-write {
    border-top: 2px solid #1b2e43;
}

.hm-standard-write__note {
    padding: 15px 20px;
    border-bottom: 1px solid #dce4ec;
    color: #53667c;
    background: var(--hm-surface-soft);
    font-size: 14px;
    line-height: 1.6;
}

.hm-standard-write__row {
    padding: 18px 20px;
    border-bottom: 1px solid #e0e6ed;
}

.hm-standard-write__row--split {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
}

.hm-standard-write__row label {
    display: grid;
    min-width: 0;
    grid-template-columns: 130px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
}

.hm-standard-write__row--split label {
    grid-template-columns: 96px minmax(0, 1fr);
}

.hm-standard-write__row label > span,
.hm-standard-write__row--files > span,
.hm-standard-write__row--content > label > span {
    color: #2a3e55;
    font-size: 14.5px;
    font-weight: 550;
}

.hm-standard-write__row em {
    margin-left: 3px;
    color: #1f5d93;
    font-size: 11px;
    font-style: normal;
}

.hm-standard-write input[type="text"],
.hm-standard-write input[type="email"],
.hm-standard-write input[type="password"],
.hm-standard-write select {
    width: 100%;
    height: 48px;
    padding: 0 13px;
    border: 1px solid #c9d4df;
    border-radius: 5px;
    outline: 0;
    color: var(--hm-board-ink);
    background: var(--hm-paper);
    font-size: 15px;
}

.hm-standard-write input:focus,
.hm-standard-write select:focus,
.hm-standard-write textarea:focus {
    border-color: var(--hm-board-brand);
    box-shadow: 0 0 0 2px rgba(6, 55, 104, .08);
}

.hm-standard-write__options {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    padding: 14px 20px;
    border-bottom: 1px solid #e0e6ed;
    background: #fbfcfd;
}

.hm-standard-write__options label,
.hm-standard-write__file-delete {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #4f6278;
    font-size: 14px;
}

.hm-standard-write__options input,
.hm-standard-write__file-delete input {
    width: 16px;
    height: 16px;
    accent-color: var(--hm-board-brand);
}

.hm-standard-write__row--content {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 14px;
    padding-top: 22px;
    padding-bottom: 22px;
}

.hm-standard-write__row--content > label {
    display: block;
}

.hm-standard-write__row--content > label small {
    display: block;
    margin-top: 7px;
    color: #718095;
    font-size: 12.5px;
    line-height: 1.55;
}

.hm-standard-write__row--content .wr_content,
.hm-standard-write__row--content textarea {
    width: 100% !important;
}

.hm-standard-write__row--content textarea {
    min-height: 340px;
    padding: 15px;
    border: 1px solid #c9d4df;
    border-radius: 5px;
    outline: 0;
    color: var(--hm-board-ink);
    font-size: 15.5px;
    line-height: 1.75;
    resize: vertical;
}

.hm-standard-write__row--content #char_count_desc,
.hm-standard-write__row--content #char_count_wrap {
    margin: 0 0 7px;
    color: #708095;
    font-size: 12px;
}

.hm-standard-write__row--files {
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr);
    gap: 14px;
}

.hm-standard-write__row--files > div {
    display: grid;
    gap: 8px;
}

.hm-standard-write__file {
    display: grid !important;
    min-height: 48px;
    grid-template-columns: 76px minmax(0, 1fr) !important;
    gap: 0 !important;
    overflow: hidden;
    border: 1px solid #c9d4df;
    border-radius: 5px;
}

.hm-standard-write__file > span {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dce3eb;
    color: #4c6077;
    background: #f7f9fb;
    font-size: 13px;
}

.hm-standard-write__file input {
    min-width: 0;
    padding: 10px 12px;
    font-size: 13px;
}

.hm-standard-write__captcha {
    padding: 22px 20px;
    border-bottom: 1px solid #e0e6ed;
}

.hm-standard-write__actions {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    padding: 28px 0 0;
}

.hm-standard-write__actions a,
.hm-standard-write__actions button {
    display: inline-flex;
    min-width: 128px;
    height: 50px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    border: 1px solid var(--hm-board-brand);
    border-radius: 6px;
    font-size: 15.5px;
    font-weight: 500;
    cursor: pointer;
}

.hm-standard-write__actions a {
    border-color: #c7d3df;
    color: #34495f;
    background: var(--hm-paper);
}

.hm-standard-write__actions button {
    color: var(--hm-paper);
    background: var(--hm-board-brand);
}

/* Responsive rules for the simple board components above. */
@media (max-width: 768px) {
    .hm-board-hero--simple {
        padding: 46px 20px 44px;
    }

    .hm-board-content--simple {
        padding-top: 46px;
    }

    .hm-board-heading--simple {
        align-items: flex-end;
    }

    .hm-board-list-tools {
        display: block;
        margin-bottom: 16px;
    }

    .hm-board-list-tools > span {
        display: none;
    }

    .hm-board-list-search,
    .hm-board-list-search.has-category {
        display: flex;
        width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }

    .hm-board-list-search select {
        width: 100%;
        flex: 0 0 100%;
        border-right: 1px solid var(--hm-input-border);
    }

    .hm-board-list-search input {
        min-width: 0;
        flex: 1 1 auto;
    }

    .hm-board-list-search button {
        width: 64px;
        flex: 0 0 64px;
    }

    .hm-board-table-head {
        display: none;
    }

    .hm-board-table,
    .hm-board-empty--simple {
        border-top-width: 1px;
    }

    .hm-board-table-row,
    .hm-board-table.has-check .hm-board-table-row {
        display: block;
        min-height: 0;
        padding: 19px 2px 18px;
    }

    .hm-board-table.has-check .hm-board-table-row {
        padding-left: 34px;
    }

    .hm-board-table-check {
        position: absolute;
        top: 22px;
        left: 2px;
    }

    .hm-board-table-number {
        display: none;
    }

    .hm-board-table-subject {
        display: block;
        padding: 0;
    }

    .hm-board-table-labels {
        margin-bottom: 8px;
    }

    .hm-board-table-labels .hm-board-table-mobile-notice {
        display: inline-flex;
    }

    .hm-board-table-subject > a {
        align-items: flex-start;
    }

    .hm-board-table-subject strong {
        display: -webkit-box;
        overflow: hidden;
        font-size: inherit;
        line-height: inherit;
        white-space: normal;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .hm-board-table-row > time {
        display: block;
        margin-top: 8px;
        font-size: inherit;
        text-align: left;
    }

    .hm-board-help--simple {
        margin-top: 50px;
    }

    .hm-board--notice .hm-board-view__summary:not(.hm-board-view__summary--inquiry) {
        display: grid;
        grid-template-columns: 1fr;
        padding: 7px 18px;
    }

    .hm-board--notice .hm-board-view__summary:not(.hm-board-view__summary--inquiry) > div,
    .hm-board--notice .hm-board-view__summary:not(.hm-board-view__summary--inquiry) > div:first-child {
        display: grid;
        grid-template-columns: 82px minmax(0, 1fr);
        padding: 13px 0;
        border-top: 1px solid #dce3eb;
        border-left: 0;
    }

    .hm-board--notice .hm-board-view__summary:not(.hm-board-view__summary--inquiry) > div:first-child {
        border-top: 0;
    }

    .hm-board--write:not(.hm-board--inquiry) .hm-board-write__form {
        padding: 0;
    }

    .hm-standard-write__note {
        padding: 14px 0;
        background: transparent;
    }

    .hm-standard-write__row,
    .hm-standard-write__row--split,
    .hm-standard-write__row--content,
    .hm-standard-write__row--files {
        display: grid;
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px 0;
    }

    .hm-standard-write__row--split label,
    .hm-standard-write__row label {
        display: grid;
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .hm-standard-write__row--content > label small {
        margin-top: 5px;
    }

    .hm-standard-write__row--content textarea {
        min-height: 260px;
    }

    .hm-standard-write__row--files > div {
        min-width: 0;
    }

    .hm-standard-write__captcha {
        padding: 20px 0;
        overflow-x: auto;
    }

    .hm-standard-write__actions {
        padding-top: 24px;
    }

    .hm-standard-write__actions a,
    .hm-standard-write__actions button {
        min-width: 0;
        flex: 1;
    }
}
