.board{}

.board .btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #adadad;
    padding-top: 20px;
}

._detail {
    border-top: 1px solid black;
    padding: 0px;
}

._detail .select {
    width: 200px;
    padding: 10px;
    border: 1px solid #adadad;
}

._detail .input-text {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    border: 1px solid #adadad;
}

._detail .textarea {
    padding: 10px;
    font-size: 14px;
    width: 100%;
    height: 300px;
    border: 1px solid #adadad;
}

._detail table td select {}

._detail .files {
    padding: 20px;
    font-weight: bold;
}

ul.files li i {
    margin-right: 5px;
}

._detail .content {
    padding: 20px;
    font-size: 14px;
    line-height: 120%;
    padding-left: 70px;
    min-height: 200px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.content.max_img a {
    width: fit-content;
    display: inline-block;
    color: blue;
}
.content.max_img p {
    flex-grow: 1;
}

._detail .comm {
    margin-left: 0px;
    border-top: 1px dashed #adadad;
}

.comm_cont {
    padding: 20px;
    padding-left: 70px;
}

._detail .comm h5 {
    font-size: 15px;
    background: whitesmoke;
    padding: 15px;
}

._detail .comm .comm_cont {
    padding: 20px;
    font-size: 14px;
}

._detail .content .images {
    margin-top: 20px;
}

._detail .tail-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

._detail .cont {}

._detail .subject {
    /* font-size: 20px; */
    /* height: 60px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f6f6f6;
}

.tit {
    font-size: 20px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.tit em {
    /* padding: 19px; */
    background: black;
    color: white;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
    font-style: normal;
}

.comm em {
    background: #1CA2D2;
}

.subject .tit span {
    padding: 0 20px;
    display: block;
}

.subject .right {
    display: flex;
    flex-direction: column;
    align-items: end;
    font-size: 17px;
    padding-right: 20px;
}

.board .btns a {
    width: 130px;
    padding: 10px;
}
.board table{}
.board table th{}
.board table td a{
    justify-content: left;
    font-weight: bold;
}
.board table th, .board table td{
    padding: 15px;
    border-bottom: 1px solid #b7b7b7;
}
.board table th a{}

