.notiC {
    margin-top: 3rem;
}
.tableBox {
    width: 100%;
}

.tableBox table {
    width: 100%;
    margin-bottom: 2rem;
}
.downhover:hover {
    background: #ffcd39;
    color: white;
    cursor: pointer;
}
.tableBox table th {
    padding: 0.5rem 1.2rem;
    background: #ededed;
    border-top: 2px solid #bbb;
    text-align: center;
    BORDER-BOTTOM: 2px solid #bbb;
}
.tableBox table td {
    padding: 0.5rem 1.2rem; 
    border-bottom: 1px solid #ddd;
    text-align: center;
}
.tableBox table tbody > tr:nth-of-type(2n-1):hover {
    background:#ffcd39;
    color: white;
    cursor: pointer;
}
.table_on {
    background: #ffcd39;
    color: white;
}
tr.table_cont.table_on {
    background: white !important;
    color: black !important;
}

.table_cont {
    display: none;

}
tr.table_cont p {
    margin: 0;
}
tr.table_cont div {
    padding: 1rem 0;
}
ul.pageNation {
    width: 100%;
    display: flex;
    justify-content: flex-end; 
    margin-top: 1rem;
}
ul.pageNation li {
    float: left;
    padding: 1rem;
}
ul.pageNation li a {
    color: black;
    font-weight: bold;
}
ul.pageNation li a:hover {
    color: #ffce0b;
    
}
.topTitle.right {
    float: right;
    padding-bottom: 1rem;

}
.topTitle.right input {
    border: 1px solid #ddd;
    border-radius: .25rem;
}
.btn-warning {
   vertical-align: baseline !important;
    padding: 0.1rem 0.5rem !important; 
}
.notibox {
    padding: 0;
}
.tableBox a {
    color: black;
}
table.cont2_table{
    pointer-events: none;
}

textarea.cont2 {
    width: 100%;
    overflow: hidden;
    resize: none;
    border: none;
    height: 600px;
}
textarea.ht_op{
    height: 350px;
}
textarea.ht_op2{
    height: 400px;
}

textarea.cont2:hover {
    cursor: default;
}

textarea.cont2:focus {
    outline: none;
}

textarea.tail_op{
    height: 150px;
    text-align: center;
}

textarea.tail_op:focus {
    outline: none;
}

@media (min-width: 320px) and (max-width: 480px) {  
    ul.pageNation {
        padding: 0;
        justify-content: center;
    }
    .tableBox {
        overflow-x: auto;
        width: 100%;
    }
}