.board-util .input-group {
    flex-wrap: nowrap;
}

/**/
.bbs-form-body {
    font-size:1.8rem;
}

/**/
.bbs-view {
    padding:0;
}
.bbs-view .bbs-view-header {
    padding-bottom:4rem;
    margin-bottom:3rem;
    border-top: 2px solid #111;
    border-bottom:1px solid #111;
}
.bbs-view .bbs-view-header .bbs-name {
    text-align:center;
    color:#C02929;
    font-size:2rem;
    font-weight:700;
    line-height:3.2rem;
    margin-bottom:1.8rem;
}
.bbs-view .bbs-view-header .subject {
    text-align:center;
    color:#000;
    font-size: 2.4rem;
    font-weight:700;
    width:100%;
    margin:4rem auto 1rem;
}
.bbs-view .bbs-view-header .data {
    display:flex;
    justify-content: center;
    color:#000;
    opacity: 0.6;
}
.bbs-view .bbs-view-header .data .date {
    margin-right:2rem;
}
.bbs-view .bbs-view-header .data .hit {}
.bbs-view .bbs-view-body {
    border-bottom: 1px solid #e4e4e4;
}

.bbs-view .bbs-view-body .content {
    padding: 6rem 2%;
    min-height: 400px;
    color: #666;
    font-size: 1.6rem;
    line-height: 1.5;
}

.bbs-view .bbs-view-body .content img {
    max-width: 100%;
    height: auto;
}

.bbs-view .upload-file {
    padding: 3rem 2%;
}


.bbs-form-head {
    border-top: 2px solid #111;
}
.bbs-form-body .row {
    padding:1rem 0;
}

.upload-file{
    border-top: 1px solid #e4e4e4;
}
