.paging {}

.paging a {
    display: flex
;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: black;
}
.paging ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paging ul li {
    display: flex;
    width: 30px;
    height: 30px;
}
.paging {margin: 3rem 0;display: flex;justify-content: center;align-items: center;}
.paging ul{display:flex;justify-content: center;align-items: center;}
.paging li{width:33px;height:33px;border-top:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;text-align: center;display: table;}
.paging li a{width:100%;height:100%;}
.paging li:first-child{border-left:1px solid #e1e1e1;}
/* .paging li.first a{background: url(/static/img/first.png) 50% 50% no-repeat;}
.paging li.prev a{background: url(/static/img/prev.png) 50% 50% no-repeat;}
.paging li.next a{background: url(/static/img/next.png) 50% 50% no-repeat;}
.paging li.last a{background: url(/static/img/last.png) 50% 50% no-repeat;} */
.paging li.on {background:#e2eefb;border:1px solid #013d7b;} 

.board{ width: 1150px;margin: 0 auto;}
.board table th {
    background: #F6F6F6;
}
.board .btns a {
    width: 100px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.board .btns a:hover {background: #1CA2D2;
    color: white;}
.btn_00 {
    background-color: white;
    color: black;
    border: 1px solid #ADADAD;
}


.board table th, .board table td {
    /* text-align: center; */
}

.board th.tar, .board td.tar {
    text-align: right !important;
}

.board th.tal, .board td.tal {
    text-align: left !important;
}

.board th.tac, .board td.tac {
    text-align: center;
}
.board .btns {
    display: flex;
    justify-content: center;
    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{}

