.bbs-list {
    padding:120px 0;
}
.bbs-view,
.bbs-view .form-control,
.bbs-view .btn,
.bbs-view input,
.bbs-list,
.bbs-list .form-control,
.bbs-list .btn,
.bbs-list input,
.bbs-form,
.bbs-form .form-control,
.bbs-form .btn,
.bbs-form input {
    font-size:1.8rem;
}

/**/
.bbs-list .list-search {
    margin-bottom:1rem;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.bbs-list .list-search .xi-search {color:#fff;}
.bbs-list .list-search .search-form {
    display: flex;
}
.bbs-list .list-search .search-form select {width:auto; margin-right:0.6rem !important;}
.bbs-list .list-search .search-form input[type="text"] {width:130px; margin-right:0.6rem !important;}
.bbs-list th,
.bbs-list td {
    padding:1.6rem 1rem;
}
.bbs-list td {
    border-bottom:1px solid #DCDDE4;
}
.bbs-list thead {
    border-top:3px solid #000;
}
.table thead th {
    border-bottom: 2px solid #DCDDE4;
}
.bbs-list .no {
    width:70px;
    text-align:center;
}
.bbs-list .subject {}
.bbs-list .date {
    width:160px;
    text-align: center;
}

/**/
.bbs-form-body {
    font-size:1.8rem;
}

/**/
.bbs-view {
    padding:120px 0;
}
.bbs-view .bbs-view-header {
    padding: 2rem 0;
    margin-bottom:4rem;
    border-bottom:1px solid #000;
    border-top:3px solid #000;
    display: flex;
    flex-wrap: wrap;
    align-items:center;
    position: relative;
}
.bbs-view .bbs-view-header .bbs-name {
    text-align:left;
    margin-right: 20px;
    color:#183B80;
    font-size:2rem;
    font-weight:700;
    height: auto;
}
.bbs-view .bbs-view-header .subject {
    text-align:left;
    color:#000;
    font-size:2.2rem;
    font-weight:700;
    text-align:left;
}
.bbs-view .bbs-view-header .data {
    position: absolute;
    right: 0;
    justify-content: center;
    vertical-align: middle;
    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 {}
.bbs-view .btns {
    display:flex;
    gap:1.5rem;
    justify-content: right;
}
/* .bbs-view .btns a {
    width:30%;
    flex:0 1 30%;
    font-size:2rem;
    font-weight:600;
    display:flex;
    justify-content: center;
    align-items: center;
    height:80px;
    border:1px solid #000;
    border-radius:12px;
    color: #000;
    font-style: normal;
    line-height: 32px; 
} */
.bbs-view .btns a{
    text-align: center;
    width: 200px; height: 50px;
    padding: 10px 30px; margin: 20px 0;
    font-size: 1.8rem;
    border:1px solid rgba(24, 59, 128, 0.20);
    background-color: rgba(24, 59, 128, 1);
    color: #fff;
}

/* ----------------------mobile------------------------ */ 
@media (max-width: 767px) { 
    .bbs-view .bbs-view-body .content img{
        width: 100%;
    }
    .bbs-view {
    padding:80px 20px;
}
.bbs-view .bbs-view-header {
    padding: 2rem;
    position: relative;
}
.bbs-view .bbs-view-header .bbs-name {
    text-align:left;
    margin-right: 10px;
    color:#183B80;
    font-size:2rem;
    font-weight:700;
    height: auto;
}
.bbs-view .bbs-view-header .subject {
    width: 100%;
}
.bbs-view .bbs-view-header .data {
    position: absolute;
    right: 0; top: 20px;
    justify-content: right;
    vertical-align: auto;
    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 {}
.bbs-view .btns {
    display:flex;
    gap:1.5rem;
    justify-content: right;
}
}