.board-detail {
    margin: 2.4rem 0 2rem;
}

.board-detail__head {
    border-top: 2px solid #192547;
    padding: 20px 0;
}
@media (min-width: 1060px) {
    .board-detail__head {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 30px 0;
    }
}
.board-detail__title {
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 1.5;
    margin-top: 0;
}
@media (min-width:1060px) {
    .board-detail__title {
        margin-bottom: 0;
    }
}
.board-detail__category {
    font-size: 13px;
    font-weight: normal;
    color: #192547;
    line-height: 1.5;
}
.board-detail__date {
    font-size: 13px;
    font-weight: normal;
    color: #252525;
    line-height: 1.5;
}
.board-detail__date:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 12px;
    vertical-align: middle;
    margin: 0 12px 0 12px;
    background: #d9d9d9;
}

.board-detail__content {
    padding: 32px 0;
    margin-bottom: 32px;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
@media (min-width: 1060px) {
    .board-detail__content {
        padding: 48px 0;
        margin-bottom: 48px;
    }
}

.kc-button_1 {
    text-align: right;
    visibility: inherit;
    width: 100%;
    display: inline-block;
}
/* 목록보기 */
.button-secondary-lg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border: 2px solid #192547;
    color: #192547;
    font-weight: 700;
    background-color: transparent;
    min-width: 100px;
    padding: 10px 25px;
    font-size: 13px;
    border-radius: 20px;
}
/* // 목록보기 */





