@charset "utf-8";
@import url("/theme/design/css/board-common.css");
@import url("/theme/design/css/comment-common.css");

.mc-board-wrap {
    max-width: 1040px;
    margin: 150px auto 80px;
    padding: 44px;
    background: #fff;
    border: 1px solid #e8eee2;
    font-family: "Pretendard", "Malgun Gothic", sans-serif;
    color: #1d2618;
}

.mc-board-head {
    margin-bottom: 34px;
}

.mc-board-kicker {
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    color: #71994b;
    letter-spacing: 0;
}

.mc-board-head h1,
.mc-board-head h2 {
    margin: 0;
    font-size: 30px;
    line-height: 1.35;
    font-weight: 800;
    color: #05130b;
}

.mc-form-row {
    margin-bottom: 24px;
}

.mc-form-row label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 800;
    color: #24351a;
}

.mc-input,
.mc-textarea {
    width: 100%;
    border: 1px solid #d8e2cf;
    background: #fbfdf8;
    color: #1d2618;
    font: 500 15px/1.5 "Pretendard", sans-serif;
    box-sizing: border-box;
}

.mc-input {
    height: 48px;
    padding: 0 14px;
}

.mc-textarea {
    min-height: 260px;
    padding: 16px;
    resize: vertical;
}

.mc-file-box {
    padding: 16px;
    border: 1px solid #e8eee2;
    background: #f7fbf2;
}

.mc-file {
    display: block;
    width: 100%;
}

.mc-file-caption {
    margin-top: 10px;
}

.mc-file-delete,
.mc-help {
    margin-top: 9px;
    font-size: 13px;
    color: #697263;
}

.mc-options {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 14px;
    background: #f7fbf2;
    border: 1px solid #e8eee2;
}

.mc-option {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
}

.mc-form-actions,
.mc-view-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 36px;
    padding-top: 26px;
    border-top: 1px solid #e8eee2;
}

.mc-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 104px;
    height: 46px;
    padding: 0 18px;
    border: 1px solid #71994b;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
    box-sizing: border-box;
    cursor: pointer;
}

.mc-btn-line {
    background: #fff;
    color: #41592f;
}

.mc-btn-fill {
    background: #71994b;
    color: #fff;
}

.mc-btn-danger {
    border-color: #b85b5b;
    color: #b85b5b;
}

.mc-view-date {
    margin: 14px 0 0;
    font-size: 15px;
    font-weight: 600;
    color: #71994b;
}

.mc-view-images {
    margin-bottom: 30px;
}

.mc-view-images a,
.mc-view-content a {
    display: inline-block;
    max-width: 100%;
}
.mc-view-images img,
.mc-view-content img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.mc-view-content {
    min-height: 160px;
    font-size: 16px;
    line-height: 1.8;
    color: #2c3528;
    word-break: keep-all;
}

/*
.mc-attach-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 26px;
    padding: 16px;
    background: #f7fbf2;
}

.mc-attach-list a {
    color: #41592f;
}
*/

@media (max-width: 599px) {
    .mc-board-wrap {
        margin: 96px 16px 48px;
        padding: 24px;
    }

    .mc-board-head h1,
    .mc-board-head h2 {
        font-size: 24px;
    }

    .mc-form-actions,
    .mc-view-actions {
        flex-direction: column;
    }

    .mc-btn {
        width: 100%;
    }
}

#bo_vc_empty {
    width: 100%;
    margin: 0;
    padding: 20px 0;
    text-align: center;
    color: #888;
}
