@charset "utf-8";
/**
 * author : hong
 * last modified date : 2023-08-30
 */

.default-list.add-field .board_header > li.notice .add-row{
    display: none;
}

.default-list.add-field .board_header > li > .inner > span.add {
    width: 140px;
}

.default-list.add-field .board_body > li > .inner > .add-row {
    width: 140px;
}

.default-list.add-field .board_body > li > .inner > .add-row > .name {
    display: none;
}

.default-document.add-field .kboard-header .tit + .add-row {
    margin-top: 20px;
}

.default-document.add-field .add-row {
    display: flex;
    column-gap: 10px;
    font-size: 0.9rem;
    color: #555;
}

.default-document.add-field .add-row .name {
    font-weight: 500;
    white-space: nowrap;
}

.default-document.add-field .add-row .name:before {
    content: "·";
    margin-right: 5px;
}


@media screen and (max-width: 768px) {

    .default-list.add-field .board_body > li > .inner > .add-row {
        display: flex;
        width: 100%;
        font-size: 0.8rem;
        color: #777;
        word-break: break-all;
    }

    .default-list.add-field .board_body > li > .inner > .add-row > .name {
        display: inline-block;
        white-space: nowrap;
    }

    .default-list.add-field .board_body > li > .inner > .add-row > .name:after {
        content: "|";
        margin: 0 10px;
        color: #ccc;
    }

    .default-document.add-field .add-row .name {
        width: 25%;
        white-space: normal;
    }

    .default-document.add-field .add-row .add {
        width: 75%;
    }
}
