.open-board__summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 2px solid #12b886;
    border-bottom: 1px solid #e1e7ed;
}

.open-board__summary article {
    min-height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    padding: 0 22px;
    border-right: 1px solid #e1e7ed;
    background: #ffffff;
}

.open-board__summary article:last-child {
    border-right: 0;
}

.open-board__summary span {
    color: #667085;
    font-size: 14px;
    font-weight: 500;
}

.open-board__summary strong {
    color: #172033;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 600;
}

.open-board__popular {
    margin: 18px 0 38px;
}

.open-board__popular a {
    min-height: 80px;
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) auto;
    align-items: center;
    gap: 22px;
    padding: 0 28px;
    border-radius: 18px;
    background: #12b886;
    color: #ffffff;
}

.open-board__popular span {
    font-size: 15px;
    font-weight: 700;
}

.open-board__popular strong {
    overflow: hidden;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.open-board__popular em {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}

.open-board__popular i {
    font-size: 17px;
    line-height: 1;
}

.open-board__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    margin: 34px 0 20px;
}

.open-board__tabs a {
    position: relative;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #667085;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.open-board__tabs a:first-child {
    padding-left: 0;
}

.open-board__tabs a + a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 13px;
    background: #d8dee4;
    transform: translateY(-50%);
}

.open-board__tabs a.active {
    color: #008944;
    font-weight: 700;
}

.open-board__tabs a:hover,
.open-board__tabs a:focus-visible {
    color: #008944;
    outline: none;
}

.open-board__top {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
    margin-bottom: 34px;
}

.open-list {
    border-top: 1px solid #cfd6dd;
}

.open-list__item {
    min-height: 130px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 240px;
    align-items: center;
    column-gap: 24px;
    row-gap: 0;
    padding: 0 20px;
    border-bottom: 1px solid #cfd6dd;
    background: #ffffff;
}

.open-list__no {
    min-width: 0;
    align-self: center;
    color: #667085;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}

.open-list__main {
    display: block;
    min-width: 0;
    color: inherit;
    padding:20px 0;
}

.open-list__main:hover,
.open-list__main:focus-visible {
    outline: none;
}

.open-list__main:hover .open-list__title-row strong,
.open-list__main:focus-visible .open-list__title-row strong {
    color: #008944;
}

.open-list__title-row {
    display: flex;
    align-items: center;
    gap: 14px;
}

.open-list__title-row strong {
    min-width: 0;
    color: #172033;
    font-size: 22px;
    line-height: 1.42;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.open-list__category {
    min-height: 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0 13px;
    border-radius: 999px;
    background: #008944;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.open-list__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-top: 14px;
    color: #666;
    font-size: 16px;
    font-weight: 500;
}

.open-list__meta span,
.open-list__meta time {
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
}

.open-list__meta span + span::before,
.open-list__meta time::before {
    content: "";
    width: 1px;
    height: 12px;
    margin-right: 10px;
    background: #c9d1d8;
}

.open-list__side {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.open-list__like,
.open-list__status {
    width: 104px;
    flex: 0 0 104px;
    color: #3f4753;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
}

.open-list__like {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #008944;
}

.open-list__like i {
    font-size: 16px;
    line-height: 1;
}

.open-list__status {
    min-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #ccd4dc;
    border-radius: 999px;
    color: #3f4753;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.open-list .empty-state {
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-bottom: 1px solid #e1e7ed;
    color: #667085;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.board-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 32px;
}

.board-pagination a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d9e1e8;
    background: #ffffff;
    color: #4b5563;
    font-size: 15px;
    font-weight: 600;
}

.board-pagination a.active {
    border-color: #008944;
    background: #008944;
    color: #ffffff;
}

.board-pagination a.disabled {
    color: #b7c0ca;
    pointer-events: none;
}

.open-board__tools {
    display: flex;
    flex: 1;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.open-board__search {
    min-height: 50px;
    display: grid;
    align-items: center;
    flex: 1;
    grid-template-columns: minmax(320px, 1fr) 160px 160px;
    max-width: 760px;
    gap: 10px;
}

.open-board__search .notice-search__select,
.open-board__search .notice-search__input {
    min-height: 50px;
    display: flex;
    align-items: center;
    overflow: hidden;
    border: 1px solid #dddddd;
    border-radius: 4px;
    border-color: #dddddd;
    background: #ffffff;
}

.open-board__search .notice-search__input {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
}

.open-board__search select,
.open-board__search input,
.open-board__search button {
    min-width: 0;
    height: 100%;
    border: 0;
    background: transparent;
    color: #263241;
    font: inherit;
}

.open-board__search select {
    width: 100%;
    padding: 0 34px 0 18px;
    color: #2f3946;
    font-size: 14px;
    font-weight: 600;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23263241' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.open-board__search input {
    color: #172033;
    font-size: 14px;
}

.open-board__search input::placeholder {
    color: #9aa3ad;
}

.open-board__search button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #6f7b86;
    font-size: 21px;
    cursor: pointer;
}

.open-board__search select:focus,
.open-board__search input:focus,
.open-board__search button:focus-visible {
    outline: none;
}

.open-board__search .notice-search__input button {
    grid-column: 1;
    grid-row: 1;
}

.open-board__search .notice-search__input input {
    grid-column: 2;
    grid-row: 1;
    padding-left: 0;
}

.open-board__write {
    min-width: 112px;
    min-height: 48px;
    padding: 0 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #007a3d;
    border-radius: 8px;
    background: #008944;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.open-board__write i {
    font-size: 18px;
    line-height: 1;
}

.open-board__write:hover,
.open-board__write:focus-visible {
    border-color: #005f30;
    background: #007a3d;
    outline: none;
}

.open-board-write__actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

/* 참여 유형: report-field 2열(라벨|컨트롤) + 힌트는 2열 전체 */
.open-board-write .report-submit-form .open-board-participation.report-field {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: start;
    gap: 12px 16px;
}

.open-board-participation__options {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    min-height: 32px;
}

/* 폼 label 2열 그리드(.open-board-write .report-submit-form label) 패배 방지 — 특이도 상향 */
.open-board-write .report-submit-form .open-board-participation__option {
    display: inline-flex;
    align-items: center;
    grid-template-columns: none;
    gap: 6px;
    width: auto;
    min-width: 0;
    margin: 0;
    color: #172033;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.open-board-participation__option input[type="radio"] {
    -webkit-appearance: radio;
    appearance: auto;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
    max-width: 16px;
    max-height: 16px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 50%;
    flex-shrink: 0;
    accent-color: #008944;
    cursor: pointer;
}

.open-board-participation__hint {
    grid-column: 2;
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

.open-board-participation__hint[hidden],
.open-board-anonymous-fields[hidden] {
    display: none !important;
}

/*
 * 익명 필드 묶음: 부모 report-field 2열 레이아웃을 쓰면
 * label 여러 개가 한 행에 쪼개져 UI가 깨짐 → 세로 스택으로 강제
 */
.open-board-write .report-submit-form .open-board-anonymous-fields.report-field {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: stretch;
    width: 100%;
}

.open-board-write .report-submit-form .open-board-anonymous-fields > label {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: center;
    gap: 8px 12px;
    width: 100%;
    margin: 0;
    color: #172033;
    font-size: 17px;
    font-weight: 600;
}

.open-board-write .report-submit-form .open-board-anonymous-fields > label > span {
    min-height: 52px;
    display: flex;
    align-items: center;
}

.open-board-write .report-submit-form .open-board-anonymous-fields > label > input {
    width: 100%;
    max-width: 360px;
}

.open-board-write .report-submit-form .open-board-anonymous-fields > label > small {
    grid-column: 2;
    color: #667085;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.4;
}

.open-board-write__actions a {
    min-width: 96px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfd8df;
    border-radius: 0;
    background: #ffffff;
    color: #263241;
    font-size: 15px;
    font-weight: 600;
}

.open-board-detail.notice-detail {
    border-top: 2px solid #172033;
}

.open-board-detail .notice-detail__header {
    min-height: 86px;
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 112px;
    align-items: center;
    gap: 18px;
    padding: 0 15px;
    border-bottom: 1px solid #e1e7ed;
}

.open-board-detail .notice-detail__header .badge {
    justify-self: start;
    min-width: 58px;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid rgba(0, 137, 68, 0.45);
    border-radius: 2px;
    background: #ffffff;
    color: #008944;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.open-board-detail .notice-detail__header h2 {
    min-width: 0;
    margin: 0;
    color: #172033;
    font-size: 22px;
    line-height: 1.42;
    font-weight: 600;
}

.open-board-detail .notice-detail__header time {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    text-align: right;
    white-space: nowrap;
}

.open-board-detail .notice-detail__content {
    min-width: 0;
    max-width: 100%;
    min-height: 260px;
    padding: 36px 15px 54px;
    border-bottom: 1px solid #e1e7ed;
    color: #374151;
    font-size: 17px;
    line-height: 1.8;
    overflow-x: hidden;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.open-board-detail .notice-detail__content p,
.open-board-detail .notice-detail__content li,
.open-board-detail .notice-detail__content span {
    min-width: 0;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.open-board-detail .notice-detail__content img {
    display: block;
    max-width: 100%;
    height: auto;
}

.open-board-detail .notice-detail__files {
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 18px 15px;
    border-bottom: 2px solid #d3dce5;
}

.open-board-detail .notice-detail__files h3 {
    margin: 0;
    color: #172033;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
}

.open-board-detail .notice-detail__files ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 8px;
    list-style: none;
}

.open-board-detail .notice-detail__files a {
    min-width: 0;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #374151;
    font-size: 16px;
    line-height: 1.45;
}

.open-board-detail .notice-detail__files a:hover,
.open-board-detail .notice-detail__files a:focus-visible {
    color: #008944;
    outline: none;
}

.open-board-detail .notice-detail__files i {
    flex-shrink: 0;
    color: #008944;
    font-size: 18px;
    line-height: 1;
}

.open-board-detail .notice-detail__files span {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.open-board-detail .notice-detail__files em {
    flex-shrink: 0;
    color: #999999;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.open-board-detail .notice-detail__nav {
    border-bottom: 1px solid #e1e7ed;
}

.open-board-detail .notice-detail__nav-row {
    min-height: 58px;
    display: grid;
    grid-template-columns: 120px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 0 15px;
}

.open-board-detail .notice-detail__nav-row + .notice-detail__nav-row {
    border-top: 1px solid #edf1f4;
}

.open-board-detail .notice-detail__nav-row span {
    color: #172033;
    font-size: 16px;
    font-weight: 600;
}

.open-board-detail .notice-detail__nav-row a,
.open-board-detail .notice-detail__nav-row p {
    min-width: 0;
    margin: 0;
    color: #5f6b7a;
    font-size: 16px;
    line-height: 1.5;
}

.open-board-detail .notice-detail__nav-row a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.open-board-detail .notice-detail__nav-row a:hover,
.open-board-detail .notice-detail__nav-row a:focus-visible {
    color: #008944;
    outline: none;
}

.open-board-detail .notice-detail__actions {
    display: flex;
    justify-content: center;
    padding-top: 28px;
}

.open-board-detail .notice-detail__actions a {
    min-width: 112px;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #008944;
    border-radius: 2px;
    background: #008944;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.open-board-detail__meta {
    min-height: 52px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    padding: 0 15px;
    border-bottom: 1px solid #edf1f4;
    color: #5f6b7a;
    font-size: 15px;
    font-weight: 500;
}

.open-board-detail__meta span + span::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin-right: 20px;
    background: #cfd8df;
    vertical-align: -1px;
}

.open-board-detail__meta .is-status {
    color: #008944;
    font-weight: 700;
}

.open-board-detail__like {
    display: flex;
    justify-content: center;
    padding: 28px 15px 32px;
    border-bottom: 1px solid #e1e7ed;
}

.open-board-like-button {
    min-width: 150px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 0 22px;
    border: 1px solid #cfd8df;
    border-radius: 999px;
    background: #ffffff;
    color: #374151;
    font-size: 16px;
    font-weight: 700;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.open-board-like-button i {
    color: #008944;
    font-size: 20px;
    line-height: 1;
}

.open-board-like-button em {
    font-style: normal;
    font-weight: 700;
}

.open-board-like-button:hover,
.open-board-like-button:focus-visible {
    border-color: #008944;
    color: #008944;
    outline: none;
}

.open-board-like-button.is-active {
    border-color: #008944;
    background: #008944;
    color: #ffffff;
}

.open-board-like-button.is-active i {
    color: #ffffff;
}

.open-board-comments {
    padding: 28px 15px;
    border-bottom: 1px solid #e1e7ed;
}

.open-board-comments__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.open-board-comments__head h3 {
    margin: 0;
    color: #172033;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
}

.open-board-comments__head span {
    color: #008944;
    font-size: 15px;
    font-weight: 700;
}

.open-board-comments__list {
    display: grid;
    gap: 12px;
    margin-bottom: 18px;
}

.open-board-comments__item {
    display: grid;
    gap: 14px;
    padding: 18px 0;
    border-top: 1px solid #edf1f4;
}

.open-board-comments__body {
    display: grid;
    gap: 8px;
}

.open-board-comments__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.open-board-comments__item strong {
    color: #172033;
    font-size: 15px;
    font-weight: 700;
}

.open-board-comments__item time {
    color: #999999;
    font-size: 14px;
}

.open-board-comments__item p,
.open-board-comments__reply p,
.open-board-comments__empty {
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.7;
}

.open-board-comments__empty {
    padding: 22px 0;
    border-top: 1px solid #edf1f4;
    text-align: center;
}


.open-board-comments__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.open-board-comments__actions button,
.open-board-comments__reply-button,
.open-board-comments__edit-form button {
    min-height: 30px;
    padding: 0 11px;
    border: 1px solid #d8dee6;
    border-radius: 999px;
    background: #ffffff;
    color: #5f6b7a;
    font: inherit;
    font-size: 14px;
    font-weight: 600;
}

.open-board-comments__actions button:hover,
.open-board-comments__actions button:focus-visible,
.open-board-comments__reply-button:hover,
.open-board-comments__reply-button:focus-visible,
.open-board-comments__reply-button.is-active,
.open-board-comments__edit-form button:hover,
.open-board-comments__edit-form button:focus-visible {
    border-color: #008944;
    color: #008944;
    outline: none;
}

.open-board-comments__edit-form {
    display: grid;
    gap: 8px;
}

.open-board-comments__edit-form textarea {
    width: 100%;
    min-height: 86px;
    resize: vertical;
    border: 1px solid #d8dee6;
    border-radius: 0;
    padding: 10px 12px;
    color: #263241;
    font: inherit;
    line-height: 1.6;
}

.open-board-comments__edit-form textarea:focus {
    border-color: #008944;
    outline: none;
}

.open-board-comments__edit-form > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.open-board-comments__edit-form button[data-comment-edit-save] {
    border-color: #008944;
    background: #008944;
    color: #ffffff;
}

.open-board-comments__replies {
    display: grid;
    gap: 12px;
    margin-left: 34px;
    padding-left: 18px;
    border-left: 2px solid #e5edf4;
}

.open-board-comments__reply {
    display: grid;
    gap: 8px;
    padding: 14px 0;
}

.open-board-comments__reply-form {
    display: grid;
    grid-template-columns: 86px minmax(0, 1fr) 96px;
    align-items: stretch;
    gap: 8px;
    margin-left: 34px;
    padding: 14px 0 0 18px;
    border-left: 2px solid #e5edf4;
}

.open-board-comments__reply-form[hidden] {
    display: none;
}

.open-board-comments__reply-form label {
    display: flex;
    align-items: center;
    color: #172033;
    font-size: 15px;
    font-weight: 700;
}

.open-board-comments__reply-form textarea {
    width: 100%;
    min-height: 74px;
    resize: vertical;
    border: 1px solid #d8dee6;
    border-radius: 0;
    padding: 10px 12px;
    color: #263241;
    font: inherit;
    line-height: 1.6;
}

.open-board-comments__reply-form textarea:focus {
    border-color: #008944;
    outline: none;
}

.open-board-comments__reply-form button {
    border: 1px solid #008944;
    background: #008944;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
}

.open-board-comments__form {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr) 112px;
    align-items: stretch;
    gap: 10px;
}

.open-board-comments__form label {
    display: flex;
    align-items: center;
    color: #172033;
    font-size: 16px;
    font-weight: 700;
}

.open-board-comments__form textarea {
    width: 100%;
    min-height: 96px;
    resize: vertical;
    border: 1px solid #d8dee6;
    border-radius: 0;
    padding: 12px 14px;
    color: #263241;
    font: inherit;
    line-height: 1.6;
}

.open-board-comments__form textarea:focus {
    border-color: #008944;
    outline: none;
}

.open-board-comments__form button {
    border: 1px solid #008944;
    background: #008944;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
}

.open-board-comments__feedback {
    grid-column: 2 / -1;
    margin: -2px 0 0;
    color: #c2410c;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}

.open-board-comments__feedback.success {
    color: #008944;
}

.open-board-comments__edit-form .open-board-comments__feedback {
    grid-column: auto;
    margin: 0 0 0 6px;
    color: #c2410c;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 600;
}
.report-submit-panel {
    margin: 18px 0 26px;
    border-radius: 8px;
}

.report-submit-form {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 12px;
    margin-top: 16px;
}

.report-submit-form > * {
    min-width: 0;
}

.open-board-write .report-submit-form,
.private-board-panel .report-submit-form {
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 0;
    padding-top: 8px;
}

.report-submit-form label,
.report-submit-form .report-field {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    color: #263241;
    font-size: 14px;
    font-weight: 700;
}

.report-submit-form input:not([type="radio"]):not([type="checkbox"]),
.report-submit-form select,
.report-submit-form textarea {
    width: 100%;
    min-height: 44px;
    border: 1px solid #d8dee6;
    border-radius: 8px;
    padding: 10px 12px;
    background: #ffffff;
    font: inherit;
}

.open-board-write .report-submit-form label,
.open-board-write .report-submit-form .report-field,
.private-board-panel .report-submit-form label,
.private-board-panel .report-submit-form .report-field {
    color: #172033;
    font-size: 17px;
    font-weight: 600;
}

.open-board-write .report-submit-form label,
.private-board-panel .report-submit-form label {
    gap: 12px;
}

.open-board-write .report-submit-form .report-field,
.private-board-panel .report-submit-form .report-field {
    gap: 12px;
}

.report-submit-form .report-field--stack {
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: start;
}

.report-submit-form .report-field--stack > span {
    min-height: 44px;
    display: flex;
    align-items: center;
}

.open-board-write .report-submit-form input:not([type="radio"]):not([type="checkbox"]),
.open-board-write .report-submit-form select,
.private-board-panel .report-submit-form input:not([type="radio"]):not([type="checkbox"]),
.private-board-panel .report-submit-form select {
    min-height: 52px;
    border-color: #d6dde5;
    border-radius: 0;
    padding: 0 16px;
    color: #172033;
    font-size: 16px;
}

.open-board-write .report-submit-form select,
.private-board-panel .report-submit-form select {
    width: min(100%, 220px);
}

.private-board-panel .private-board-nickname-input,
.private-board-panel .private-board-password-input {
    width: min(100%, 360px);
}

.private-board-panel .report-submit-form label small {
    grid-column: 2;
}

.open-board-write .report-submit-form input:not([type="radio"]):not([type="checkbox"]):focus,
.open-board-write .report-submit-form select:focus {
    border-color: #008944;
    outline: none;
}

.report-submit-form textarea {
    resize: vertical;
}

.report-quill-editor {
    height: 400px;
    border: 0;
    border-radius: 0;
    background: #ffffff;
}

.report-editor-group {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
    border: 1px solid #d8dee6;
    background: #ffffff;
}

.report-submit-form .ql-toolbar.ql-snow {
    display: flex;
    flex-wrap: wrap;
    gap: 2px 4px;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
    border: 0;
    border-bottom: 0;
    border-radius: 0;
    background: #f8fafc;
}

.report-submit-form .ql-toolbar.ql-snow .ql-formats {
    display: inline-flex;
    flex-wrap: nowrap;
    margin-right: 8px;
}

.report-quill-editor.ql-container.ql-snow {
    height: 400px;
    min-height: 0;
    border: 0;
    border-top: 1px solid #d8dee6;
    border-radius: 0;
    color: #263241;
    font-family: inherit;
    font-size: 15px;
    font-weight: 400;
}

.open-board-write .report-field:focus-within .report-editor-group,
.private-board-panel .report-field:focus-within .report-editor-group {
    border-color: #008944;
}

.report-quill-editor .ql-editor {
    height: 100%;
    min-height: 0;
    padding: 14px 16px;
    color: #263241;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.7;
    overflow-y: auto;
}

.report-quill-editor .ql-editor strong {
    font-weight: 700;
}

.report-quill-editor .ql-editor em {
    font-style: italic;
}

.report-quill-editor .ql-editor u {
    text-decoration: underline;
}

.report-quill-editor .ql-editor.ql-blank::before {
    color: #9aa3ad;
    font-style: normal;
}

.report-quill-editor:focus-within {
    border-color: #008944;
}

.report-submit-form .span-2 {
    grid-column: 1 / -1;
}

.form-feedback {
    padding: 12px;
    border-radius: 8px;
    background: #fff4f3;
    color: #b42318;
    font-size: 14px;
    font-weight: 700;
}

.form-feedback.success {
    background: #eef6f2;
    color: #008944;
}

.report-field-error {
    margin: -2px 0 0;
    color: #b42318;
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
}

.private-board-panel .report-submit-form label > .report-field-error {
    grid-column: 2;
}

.report-field-error[hidden] {
    display: none;
}

.report-consent .report-field-error {
    margin-top: 8px;
}

.open-board-write__actions .primary-action {
    min-width: 126px;
    min-height: 48px;
    border: 1px solid #008944;
    border-radius: 0;
    background: #008944;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
}

.private-board-page .page-title {
    margin-bottom: 60px;
}

html:has(.private-board-page),
body:has(.private-board-page) {
    max-width: 100%;
    overflow-x: hidden;
}

.private-board-page {
    max-width: 100%;
    overflow-x: clip;
}

.private-board-intro {
    display: grid;
    gap: 24px;
    min-width: 0;
    margin-bottom: 18px;
    padding: 0 0 34px;
    border-radius: 8px;
    background: #ffffff;
}

.private-board-intro__copy {
    min-width: 0;
    padding: 0;
    text-align: center;
}

.private-board-intro__copy h2 {
    margin: 0 0 20px;
    color: #172033;
    font-size: 40px;
    line-height: 1.34;
    font-weight: 600;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.private-board-intro__copy p {
    margin: 0;
    color: #5f6b7a;
    font-size: 20px;
    line-height: 1.6;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.private-board-intro__actions {
    display: flex;
    justify-content: center;
    margin-top: 30px;
    margin-bottom:40px;
}

.private-board-intro__link {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid #008944;
    border-radius: 8px;
    background: #ffffff;
    color: #008944;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.private-board-intro__link:hover,
.private-board-intro__link:focus-visible {
    background: #f4fbf7;
    outline: none;
}

.private-board-guidance {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    min-width: 0;
    margin: 0;
    padding: 30px 10%;
    background: #f2faf5;
    list-style: none;
    border-radius:10px;
}

.private-board-guidance li {
    position: relative;
    display: grid;
    justify-items: center;
    align-content: start;
    gap: 10px;
    min-height: 124px;
    padding: 0 14px;
    text-align: center;
}

.private-board-guidance li:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 49%;
    right: -14px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #172033;
}

.private-board-guidance strong {
    display: grid;
    place-items: center;
    width: 90px;
    height: 90px;
    border: 1px solid #d8e2dc;
    border-radius: 50%;
    background: #ffffff;
}

.private-board-guidance img {
    display: block;
    width: 54px;
    height: 54px;
    object-fit: contain;
}

.private-board-guidance span {
    display: block;
    color: #172033;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 600;
    word-break: keep-all;
}

.private-board-guidance em {
    display: block;
    margin-bottom: 8px;
    color: #008944;
    font-size: 16px;
    line-height: 1;
    font-style: normal;
    font-weight: 600;
}

.private-board-panel {
    padding: 0;
    border: 0;
    background: transparent;
    max-width: 100%;
    overflow-x: clip;
}

.private-board-panel .report-submit-form label small {
    color: #6b7280;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
}

.report-submit-form select:focus,
.report-submit-form input:not([type="radio"]):not([type="checkbox"]):focus,
.report-submit-form textarea:focus {
    border-color: #008944;
    outline: none;
}

.report-submit-form input:not([type="radio"]):not([type="checkbox"])::placeholder,
.report-submit-form textarea::placeholder {
    color: #9aa3ad;
}

.private-board-panel .report-submit-form textarea {
    min-height: 170px;
}

.private-board-notice {
    display: grid;
    gap: 4px;
    padding: 30px;
    background: #f9f9f9;
    border-radius:10px;
}

.private-board-notice p {
    position: relative;
    margin: 0;
    padding-left: 12px;
    color: #4b5563;
    font-size: 17px;
    line-height:1.6;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

.private-board-notice p::before {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
}

.private-board-notice__caution {
    color: #e03131;
}

.private-board-attachments {
    padding-top: 4px;
}

.private-board-receipt {
    display: grid;
    gap: 14px;
    padding: 22px;
    border: 1px solid #cfe6d8;
    border-radius: 8px;
}

.private-board-receipt[hidden] {
    display: none;
}

.private-board-receipt p {
    margin: 0;
    color: #172033;
    font-size: 18px;
    font-weight: 700;
}

.private-board-receipt dl {
    margin: 0;
}

.private-board-receipt div {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.private-board-receipt dt {
    color: #5f6b7a;
    font-size: 14px;
    font-weight: 600;
}

.private-board-receipt dd {
    margin: 0;
    color: #008944;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.private-board-receipt a {
    width: fit-content;
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #008944;
    border-radius: 8px;
    background: #ffffff;
    color: #008944;
    font-size: 14px;
    font-weight: 700;
}

.private-board-popup[hidden] {
    display: none;
}

.private-board-popup {
    position: fixed;
    inset: 0;
    z-index: 1200;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.private-board-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(15, 23, 42, 0.48);
}

.private-board-popup__panel {
    position: relative;
    z-index: 1;
    width: min(720px, 100%);
    max-height: min(760px, calc(100vh - 48px));
    display: flex;
    overflow: hidden;
    flex-direction: column;
    border-radius: 8px;
    background: #ffffff;
}

.private-board-popup__header {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #e5e8eb;
    background: #0b6b4f;
    color: #ffffff;
}

.private-board-popup__header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
}

.private-board-popup__close {
    width: 36px;
    height: 36px;
    flex: 0 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 6px;
    background: transparent;
    color: #ffffff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.private-board-popup__body {
    overflow: auto;
    padding: 26px 28px;
    color: #263241;
    font-size: 16px;
    line-height: 1.75;
}

.private-board-popup__body p,
.private-board-popup__body ul,
.private-board-popup__body ol,
.private-board-popup__body blockquote {
    margin: 0 0 14px;
}

.private-board-popup__body a {
    color: #008944;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.private-board-popup__body img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 12px 0;
}

.private-board-popup__footer {
    display: flex;
    justify-content: flex-end;
    padding: 16px 24px;
    border-top: 1px solid #e5e8eb;
}

.private-board-popup__button {
    min-width: 96px;
    min-height: 42px;
    border: 1px solid #0b6b4f;
    border-radius: 6px;
    background: #0b6b4f;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

body.is-private-popup-open {
    overflow: hidden;
}

.attachment-picker {
    display: grid;
    gap: 14px;
    min-width: 0;
    max-width: 100%;
}

.attachment-picker__input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.attachment-picker__actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    min-width: 0;
    max-width: 100%;
}

.attachment-picker__button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 16px;
    border: 1px solid #d6dde5;
    border-radius: 8px;
    background: #ffffff;
    color: #344054;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
    word-break: keep-all;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.attachment-picker__button--primary {
    border-color: #008944;
    color: #008944;
}

.attachment-picker__button--secondary {
    color: #475467;
}

.attachment-picker__button:hover,
.attachment-picker__button:focus-visible {
    outline: none;
    background: #f8fafc;
    border-color: #cfd6df;
}

.attachment-picker__button--primary:hover,
.attachment-picker__button--primary:focus-visible {
    background: #f4fbf7;
    border-color: #008944;
}

.attachment-picker__hint {
    flex: 1 1 240px;
    margin: 0;
    color: #667085;
    font-size: 14px;
    line-height: 1.6;
}

.attachment-picker__hint span {
    display: block;
    margin-top: 2px;
    color: #8a94a6;
    font-size: 13px;
}

.attachment-picker__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    gap: 10px;
}

.attachment-picker__empty,
.attachment-picker__item {
    min-width: 0;
    min-height: 58px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid #d9dfe5;
    border-radius: 8px;
    background: #ffffff;
}

.attachment-picker__empty {
    color: #667085;
    font-size: 14px;
    font-weight: 600;
}

.attachment-picker__meta {
    min-width: 0;
    display: grid;
    gap: 4px;
}

.attachment-picker__name {
    overflow: hidden;
    color: #172033;
    font-size: 15px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attachment-picker__info {
    color: #667085;
    font-size: 13px;
    line-height: 1.5;
}

.attachment-picker__remove {
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    border: 1px solid #d6dde5;
    border-radius: 8px;
    background: #ffffff;
    color: #667085;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease;
}

.attachment-picker__remove:hover,
.attachment-picker__remove:focus-visible {
    outline: none;
    background: #f8fafc;
    border-color: #cfd6df;
}

.private-board-panel select {
    appearance: none;
    padding-right: 40px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='7' viewBox='0 0 12 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L6 6L11 1' stroke='%23263241' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
}

.report-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    min-width: 0;
    max-width: 100%;
    padding: 14px 0px;
    border-top: 1px solid #dfe6e3;
    border-bottom: 1px solid #dfe6e3;
    background: #ffffff;
}

.report-consent input[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: auto;
    width: 18px;
    height: 18px;
    min-width: 18px;
    min-height: 18px;
    max-width: 18px;
    max-height: 18px;
    flex: 0 0 18px;
    margin-top: 4px;
    margin-right: 10px;
    padding: 0;
    border: none;
    accent-color: #008944;
    cursor: pointer;
}

.report-consent span {
    color: #4b5563;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.65;
}

.private-board-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
}

.private-board-actions__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.private-board-actions .secondary-action,
.private-board-actions .ghost-action {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 700;
    white-space: nowrap;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.private-board-actions .secondary-action {
    border: 1px solid #008944;
    background: #ffffff;
    color: #008944;
}

.private-board-actions .ghost-action {
    border: 1px solid #d8dee6;
    background: #ffffff;
    color: #4b5563;
}

.private-board-actions .secondary-action:hover,
.private-board-actions .secondary-action:focus-visible {
    background: #f4fbf7;
    outline: none;
}

.private-board-actions .ghost-action:hover,
.private-board-actions .ghost-action:focus-visible {
    background: #f8fafc;
    outline: none;
}

.private-board-actions .primary-action {
    min-width: 180px;
}

@media (max-width: 1280px) {
    .open-board__summary article {
        min-height: 84px;
        gap: 12px;
        padding: 0 16px;
    }

    .open-board__summary strong {
        font-size: 22px;
    }

    .open-board__popular a {
        grid-template-columns: 86px minmax(0, 1fr) auto;
        gap: 18px;
        padding: 0 22px;
    }

    .open-board__popular strong {
        font-size: 18px;
    }

    .open-board__top {
        margin-bottom: 28px;
    }

    .open-board__search {
        grid-template-columns: minmax(240px, 1fr) 148px;
        max-width: 640px;
    }

    .open-list__item {
        min-height: 0;
        grid-template-columns: 48px minmax(0, 1fr) minmax(180px, 220px);
        align-items: center;
        column-gap: 16px;
        padding: 0 24px;
    }

    .open-list__no {
        font-size: 15px;
    }

    .open-list__main {
        padding: 18px 0;
    }

    .open-list__title-row strong {
        font-size: 20px;
    }

    .open-list__like,
    .open-list__status {
        width: 96px;
        flex: 0 0 96px;
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .open-list__item {
        grid-template-columns: 40px minmax(0, 1fr);
        align-items: start;
        column-gap: 12px;
        row-gap: 10px;
        padding: 18px 20px;
    }

    .open-list__no {
        padding-top: 2px;
        font-size: 14px;
        line-height: 1.4;
    }

    .open-list__main {
        padding: 0;
    }

    .open-list__side {
        grid-column: 2 / -1;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0;
        padding-left: 0;
    }

    .open-list__title-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 8px;
    }

    .open-list__title-row strong {
        font-size: 18px;
        white-space: normal;
    }

    .board-pagination {
        margin-top: 24px;
    }

    .open-list__meta {
        gap: 8px;
        margin-top: 8px;
    }

    .open-list__meta span + span::before,
    .open-list__meta time::before {
        margin-right: 8px;
    }

    .open-list__meta,
    .open-list__like,
    .open-list__status {
        font-size: 14px;
    }

    .open-list__like,
    .open-list__status {
        width: auto;
        flex: 0 0 auto;
    }

    .open-list__status {
        min-height: auto;
        padding: 0;
        border: 0;
        border-radius: 0;
    }

    .open-list__status::before {
        content: "";
        width: 1px;
        height: 12px;
        margin: 0 12px;
        background: #c9d1d8;
    }

    .private-board-intro {
        grid-template-columns: 1fr;
    }

    .private-board-page .page-title {
        margin-bottom: 44px;
    }

    .private-board-intro__copy h2 {
        font-size: 36px;
    }

    .private-board-intro__copy p {
        font-size: 18px;
    }

    .private-board-guidance {
        padding: 28px 6%;
    }

    .private-board-notice {
        padding: 24px;
    }

    .private-board-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .private-board-actions .primary-action,
    .private-board-actions .secondary-action,
    .private-board-actions .ghost-action {
        width: 100%;
    }

    .private-board-actions .primary-action {
        min-width: 0;
        order: -1;
    }
}

@media (max-width: 768px) {
    .open-board__summary {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .open-board__summary article {
        min-height: 68px;
        gap: 8px;
        padding: 10px 12px;
    }

    .open-board__summary strong {
        font-size: 21px;
    }

    .open-board__summary article:nth-child(2n) {
        border-right: 0;
    }

    .open-board__summary article:nth-child(n + 3) {
        border-top: 1px solid #e1e7ed;
    }

    .open-board__popular {
        margin: 16px 0 30px;
    }

    .open-board__popular a {
        min-height: 74px;
        grid-template-columns: 1fr;
        gap: 6px;
        padding: 18px 20px;
        border-radius: 14px;
    }

    .open-board__popular span {
        display: none;
    }

    .open-board__popular strong {
        font-size: 17px;
        white-space: normal;
    }

    .open-board__popular em {
        font-size: 13px;
    }

    .open-board__tabs {
        flex-wrap: nowrap;
        overflow-x: auto;
        margin: 28px 0 18px;
        padding-bottom: 4px;
    }

    .open-board__tabs a {
        font-size: 16px;
        padding: 0 16px;
    }

    .open-board__top {
        align-items: stretch;
        flex-direction: column;
        margin-bottom: 24px;
    }

    .open-board__tools {
        align-items: stretch;
        flex-direction: column;
    }

    .open-board__search {
        max-width: none;
        grid-template-columns: minmax(0, 1fr) 150px;
    }

    .open-board__write {
        width: 100%;
        min-height: 46px;
    }

    .private-board-intro {
        margin-bottom: 10px;
        padding-bottom: 24px;
    }

    .private-board-intro__copy {
        text-align: left;
    }

    .private-board-intro__copy h2,
    .private-board-intro__copy p {
        max-width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .private-board-intro__copy h2 {
        font-size: 32px;
        line-height: 1.28;
    }

    .private-board-intro__copy p {
        font-size: 17px;
        line-height: 1.78;
    }

    .private-board-intro__actions {
        margin-top: 22px;
        margin-bottom: 28px;
        justify-content: flex-start;
    }

    .private-board-guidance {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 24px 22px;
    }

    .private-board-guidance li {
        min-height: 0;
        grid-template-columns: 64px minmax(0, max-content);
        gap: 14px;
        justify-items: center;
        align-items: center;
        justify-content: center;
        text-align: left;
    }

    .private-board-guidance li:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 9px solid #008944;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 0;
    }

    .private-board-guidance strong {
        width: 64px;
        height: 64px;
        border: 0;
        background: transparent;
    }

    .private-board-guidance img {
        width: 38px;
        height: 38px;
    }

    .private-board-guidance em {
        margin-bottom: 6px;
        font-size: 15px;
    }

    .private-board-guidance span {
        font-size: 16px;
        line-height: 1.35;
    }

    .private-board-notice p {
        font-size: 16px;
    }

    .report-submit-form label,
    .report-submit-form .report-field {
        grid-template-columns: 1fr;
        align-items: start;
        gap: 8px;
    }

    .report-submit-form .report-field--stack > span {
        min-height: 0;
    }

    .private-board-panel .report-submit-form select,
    .private-board-panel .private-board-password-input {
        width: 100%;
    }

    .private-board-panel .report-submit-form label small {
        grid-column: 1;
    }

    .private-board-panel .report-submit-form label > .report-field-error {
        grid-column: 1;
    }

    .attachment-picker__actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .attachment-picker__hint {
        grid-column: 1 / -1;
        flex-basis: auto;
    }

    .report-quill-editor,
    .report-quill-editor.ql-container.ql-snow {
        height: 320px;
    }
}

@media (max-width: 640px) {
    .report-submit-form {
        grid-template-columns: 1fr;
    }

    .report-submit-form label,
    .report-submit-form .report-field {
        grid-template-columns: 1fr;
    }

    .report-submit-form .report-field--stack > span {
        min-height: 0;
    }

    .attachment-picker__actions {
        flex-direction: column;
        align-items: stretch;
    }

    .attachment-picker__button,
    .attachment-picker__remove {
        width: 100%;
    }

    .private-board-panel .report-submit-form label small {
        grid-column: 1;
    }

    .private-board-panel .report-submit-form label > .report-field-error {
        grid-column: 1;
    }

    .private-board-intro__copy h2 {
        width: min(100%, calc(100vw - 48px));
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        font-size: 28px;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .private-board-intro__copy p {
        width: min(100%, calc(100vw - 48px));
        max-width: none;
        margin-left: auto;
        margin-right: auto;
        font-size: 16px;
        word-break: normal;
        overflow-wrap: break-word;
    }

    .private-board-guidance {
        grid-template-columns: 1fr;
        gap: 18px;
        padding: 22px 20px;
    }

    .private-board-guidance li {
        min-height: 0;
        grid-template-columns: 64px minmax(0, max-content);
        gap: 14px;
        justify-items: center;
        align-items: center;
        justify-content: center;
        text-align: left;
    }

    .private-board-guidance li:not(:last-child)::after {
        top: auto;
        right: auto;
        bottom: -14px;
        left: 50%;
        transform: translateX(-50%);
        border-top: 9px solid #008944;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 0;
    }

    .private-board-guidance strong {
        width: 64px;
        height: 64px;
        border: 0;
        background: transparent;
    }

    .private-board-guidance img {
        width: 38px;
        height: 38px;
    }

    .private-board-guidance span {
        font-size: 16px;
    }

    .private-board-panel .report-submit-form input:not([type="radio"]):not([type="checkbox"]),
    .private-board-panel .report-submit-form select {
        min-height: 46px;
        font-size: 14px;
    }

    .attachment-picker__button {
        min-height: 44px;
        font-size: 14px;
    }

    .private-board-receipt div {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .open-board-detail__meta {
        min-height: 0;
        align-items: center;
        flex-direction: row;
        gap: 6px 14px;
        padding: 12px 15px;
    }

    .open-board-detail .notice-detail__header {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 10px 14px;
        min-height: 0;
        padding: 18px 15px;
    }

    .open-board-detail .notice-detail__header .badge {
        grid-column: 1 / 2;
        grid-row: 1;
    }

    .open-board-detail .notice-detail__header h2 {
        grid-column: 1 / -1;
        grid-row: 2;
        font-size: 20px;
        line-height: 1.45;
    }

    .open-board-detail .notice-detail__header time {
        grid-column: 2 / 3;
        grid-row: 1;
        justify-self: end;
        font-size: 15px;
    }

    .open-board-detail .notice-detail__files {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 16px 15px;
    }

    .open-board-detail__meta span + span::before {
        display: inline-block;
        margin-right: 14px;
    }

    .open-board-comments {
        padding: 24px 15px;
    }

    .open-board-detail__like {
        padding: 24px 15px 28px;
    }

    .open-board-comments__form {
        grid-template-columns: 1fr;
    }

    .open-board-comments__feedback {
        grid-column: 1 / -1;
        margin-top: 0;
    }

    .open-board-comments__replies,
    .open-board-comments__reply-form {
        margin-left: 16px;
        padding-left: 14px;
    }

    .open-board-comments__reply-form {
        grid-template-columns: 1fr;
    }

    .open-board-comments__form button {
        min-height: 44px;
    }
}

@media (max-width: 480px) {
    .open-board__summary article {
        min-height: 62px;
        flex-direction: column;
        gap: 4px;
        padding: 10px;
    }

    .open-board__summary span {
        font-size: 12px;
    }

    .open-board__summary strong {
        font-size: 19px;
    }

    .open-board__popular a {
        padding: 16px;
    }

    .open-board__popular strong {
        font-size: 16px;
    }

    .open-board__tabs a {
        font-size: 15px;
        padding: 0 14px;
    }

    .open-board__search {
        grid-template-columns: 1fr;
    }

    .open-board__search .notice-search__input {
        min-height: 44px;
        grid-template-columns: 42px minmax(0, 1fr);
    }

    .open-list__item {
        grid-template-columns: 32px minmax(0, 1fr);
        column-gap: 10px;
        row-gap: 8px;
        padding: 16px 14px;
    }

    .open-list__no {
        padding-top: 3px;
        font-size: 13px;
    }

    .open-list__category {
        min-height: 26px;
        font-size: 12px;
    }

    .open-list__title-row strong {
        font-size: 16px;
    }

    .open-list__meta {
        gap: 8px;
        margin-top: 10px;
        font-size: 13px;
    }

    .open-list__side {
        align-items: center;
        flex-direction: row;
        gap: 0;
    }

    .open-list__like,
    .open-list__status {
        font-size: 13px;
    }

    .open-list__status {
        min-height: auto;
        padding: 0;
    }

    .open-list__status::before {
        margin: 0 10px;
    }

    .private-board-intro__copy h2 {
        width: min(100%, calc(100vw - 40px));
        font-size: 24px;
        line-height: 1.34;
    }

    .private-board-intro__copy p {
        width: min(100%, calc(100vw - 40px));
        font-size: 15px;
        line-height: 1.75;
    }

    .private-board-intro__link {
        width: 100%;
    }

    .private-board-guidance {
        padding: 22px 18px;
    }

    .private-board-guidance li {
        grid-template-columns: 54px minmax(0, max-content);
        gap: 12px;
        justify-content: center;
        text-align: left;
    }

    .private-board-guidance strong {
        width: 54px;
        height: 54px;
        border: 0;
        background: transparent;
    }

    .private-board-guidance img {
        width: 34px;
        height: 34px;
    }

    .private-board-guidance li:not(:last-child)::after {
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
        border-top-width: 8px;
        border-right-width: 5px;
        border-left-width: 5px;
    }

    .private-board-guidance span {
        font-size: 15px;
    }

    .private-board-guidance em {
        margin-bottom: 6px;
        font-size: 14px;
    }

    .private-board-notice {
        padding: 20px 16px;
    }

    .private-board-notice p {
        font-size: 15px;
    }

    .private-board-popup {
        padding: 18px;
    }

    .private-board-popup__header {
        padding: 18px 20px;
    }

    .private-board-popup__header h2 {
        font-size: 20px;
    }

    .private-board-popup__body {
        padding: 22px 20px;
        font-size: 15px;
    }

    .private-board-popup__footer {
        padding: 14px 20px;
    }

    .attachment-picker__actions {
        grid-template-columns: 1fr;
    }

    .attachment-picker__empty,
    .attachment-picker__item {
        align-items: flex-start;
        flex-direction: column;
    }

    .attachment-picker__remove {
        width: 100%;
    }

    .report-quill-editor,
    .report-quill-editor.ql-container.ql-snow {
        height: 280px;
    }
}
