.ctg {
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    border-radius: 50px;
    overflow: hidden;
    display: inline-flex;
}

table {
    width: 100%;
}

table, th, tr, td {
    border-collapse: collapse;
    text-align: center;
}

th {
    background-color: #f1f1f1;
    border-top: 1px solid gray;
    border-bottom: 1px solid #b3b3b3;
    padding: 5rem !important;
}


td {
    border-bottom: 1px solid #ebebeb;
    padding: 10rem 0;
}


.bbsInputWrap {
    display: flex;
    font-size: 16rem;
    margin: 12rem 0;
    justify-content: space-between;
}

.bbsLabel {
    width: 10%;
    background: #00bcd4;
    border-radius: 10px;
    text-align: center;
    color: white;
    line-height: 35rem;
}

.bbsInput {
    width: 89%;
    padding: 0 10px;
    border-radius: 5px;
    font-size: 16rem;
}


.writeBtnWrap {
    display: block;
    text-align: right;
    margin-bottom: 10rem;
}

#writeBtn {
    background: #ff5722;
    color: white;
    border-radius: 5px;
    padding: 1px 10px;
}

.bbsList {
    padding: 5px 20px;
}

.bbsActive {
    background-color: #00bcd4;
    color: white;
    font-weight: bold;
}


.bbsList:hover {
    background-color: aqua;
}

.notPermit {
    border: 1px solid gray;
    padding: 50rem;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 10rem;
}

.permitInfo>h5 {
    margin-top: 50rem;
    cursor: pointer;
}

.permitInfoTable {
    display: none;
    max-width: 300rem;
}

td {
    text-align: center !important;
}

.dt-column-header {
    flex-direction: row !important;
    text-align: center !important;
}

.dt-column-order {
    font-size: 0.1em;
}