/*
a{
    color: inherit;
    text-decoration: none;
}
*/

/*.FreeBoard-content {
   margin: 50px auto;
   position: relative;
   border: 1px solid #ece8e8;
   border-radius: 0.6em;
*//*       min-height: 1345px;*//*
   width: 1400px;
   font-size: 18px;
   align-items: center;
}*/

/*.FreeBoard-serch {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}*/

/*.input-box {
    position: relative;
    display: inline-block;
}*/

/*.serch-box {
    width: 700px;
    height: 36px;
    border-radius: 1em;
    border: 1px solid #d1cdcd;
    padding-left: 10px;
    padding-right: 30px;
    *//* X 아이콘 들어갈 공간 확보 *//*
    box-sizing: border-box;
}*/

/*
.bi-x {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    fill: #999;
    transition: fill 0.2s;
}
*/

/*.bi-x:hover {
    fill: #333;
}

.FreeBoard-serch-btn{
    margin-left: 10px;
    background-color: rgb(213 189 219);
    width: 80px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    border-radius: 0.6em;
}*/
/*
.title-h{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    margin-left: 50px;
}

.b-title span{
    font-size: 35px;
}

.FreeBoard-count{
    margin-right: 100px;
    display: flex;
    justify-content: end;
    align-items: end;
}

.FreeBoard-Create-Btn{
    display: flex;
    justify-content: right;
    margin-right: 50px;
    height: 35px;
    margin-top: 20px;
}

.FreeBoard-Create-Btn button{
    border: 3px solid rgba(79, 55, 139, 1);
    border-radius: 0.3em;
    width: 120px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 35px;
    color: rgba(79, 55, 139, 1);
}

.FreeBoard-table{
    margin-top: 10px;
    border-collapse: collapse;
    padding: 8px;
    text-align: center;
    width: 1300px;
    margin-left: 50px;

}

.FreeBoard-table tr {
    height: 50px;
}



.FreeBoard-table th {
    font-weight: normal;
    text-align: center;
    padding: 8px 12px;
    border-bottom: 3px solid rgba(79, 55, 139, 1);

}


.FreeBoard-table td {
       border-bottom: 1px solid #dee2e6;
       color: blak;
       height: 30px;
}*/


.b-table td:nth-child(1),
.b-table th:nth-child(1) {
    text-align: center;
    padding-left: 8px 12px;
    width: 50px;
}

.b-table th:nth-child(4),
.b-table th:nth-child(5){
    text-align: center;

}

.b-table td:nth-child(2),
.b-table th:nth-child(2) {
    width: 110px;
    text-align: center;
}

.b-table td:nth-child(3) {
    width: 650px;
    padding-left: 30px;
    text-align: left;
    cursor:pointer;
}

.b-table td:nth-child(4),
.b-table th:nth-child(4) {
    width: 120px;

}

.b-table td:nth-child(5),
.b-table th:nth-child(5) {
    width: 150px;

}


.b-table td:nth-child(2){
    text-align: center;
    /*
    text-decoration: underline;
    text-decoration-color: rgba(79, 55, 139, 1); /* 밑줄 색 지정
    text-underline-offset: 2px;
    */
}

/*.ad-adInquiries-paging {
     margin-top: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        left: 50%;
}

.active>.page-link, .page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: rgb(213 189 219);
    border-color: rgb(213 189 219);
}

.page-link {
    color: rgb(213 189 219);
}

.page-link:hover{
    color: rgba(79, 55, 139, 1);
}

.text-red {
  color: red !important;
}

.text-green {
  color: green !important;
}*/

.top-buttons{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

/*
.FreeBoard-Create-Btn{
    display: flex;
    justify-content: right;
    margin-right: 50px;
    height: 35px;
    margin-top: 20px;
}
*/

.FreeBoard-category-Btn a {
    padding: 5px 15px;
    border-bottom: 3px solid transparent;
    color: #333;
    text-decoration: none;
    font-size: 18px;
}


/*.FreeBoard-Create-Btn button{
    background-color: rgba(79, 55, 139, 1);
    width: 120px;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 35px;
    color: white;
}*/

.FreeBoard-category-Btn{
    margin-left: 50px;
}

.FreeBoard-category-Btn a.active {
    border-bottom: 3px solid rgba(79, 55, 139, 1);
    font-weight: bold;
    color: rgba(79, 55, 139, 1);
}

.FreeBoard-form{
    min-height: 1050px;
}

.comment-count{
    color: #b698e5;
}

/*
.b-title{
    display: flex;
    width: auto;
}*/
