#notice-section{
    margin: 80px auto 0;
}

#notice-section .title-container{
    text-align: left;
}
#notice-section .title-container h2{
    padding-bottom: 20px;
    border-bottom: 3px solid #383838;
}
#notice-section .notice-wrap{
    margin-top: 50px;
    margin-bottom: 70px;
}

#notice-section .notice-wrap table colgroup .col-num{width:80px;}
#notice-section .notice-wrap table colgroup .col-title{width:auto;}
#notice-section .notice-wrap table colgroup .col-date{width:160px;}
#notice-section .notice-wrap table thead{
    background: #fff;
}
#notice-section .notice-wrap table thead th{
    padding-top:5px;
    padding-bottom:5px;
    font-weight: bold;
    font-size: 20px;
    color:#333;
}

#notice-section .notice-wrap table,
#notice-section .notice-wrap table th,
#notice-section .notice-wrap table td{
    border: none;
    word-break: keep-all;
}

#notice-section .notice-wrap table tbody tr{
    border-bottom: 1px solid #e9e9e9;
    height: 70px;
}

#notice-section .notice-wrap table tbody tr{
    cursor: pointer;
}
#notice-section .notice-wrap a{
    color:#383838;
    font-weight: 600;
}

/* pagination common */
ul.pagination-wrap{
    list-style: none;
    padding: 0;
}
ul.pagination-wrap{
    margin-bottom: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul.pagination-wrap li.pagination-item{
    width: 35px;
    min-width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin: 0 2px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -.025em;
    color: #333;
    transition: .2s;
    cursor: pointer;
}

ul.pagination-wrap li.pagination-item.arrow{
    border: 1px solid #ccc;
    border-radius: 6px;
    color: #929292;
}

ul.pagination-wrap li.pagination-item:hover{
    background: #935932;
    color: #fff;
    border: none;
    border-radius: 6px;
}

ul.pagination-wrap li.pagination-item:nth-child(n+2){
    margin-left: 10px;
}

ul.pagination-wrap li.pagination-item.active{
    background: #935932;
    color: #fff;
    border-radius: 6px;
}


@media (max-width: 1000px) {
    #notice-section{
        padding: 0 15px;
    }
    #notice-section .notice-wrap table{
        font-size: 0.8em;
    }
    #notice-section .notice-wrap table tr{
        height: 40px;
    }
    #notice-section .notice-wrap table tr th,
    #notice-section .notice-wrap table tr td{
        padding: 3px;
    }
    #notice-section .notice-wrap{
        margin-bottom: 30px;
    }

    ul.pagination-wrap{
        width: 100%;
        margin-bottom: 70px;
    }

    ul.pagination-wrap li.pagination-item{
        width: 20px;
        min-width: 20px;
        height: 20px;
        font-size: 0.8em;
    }

    ul.pagination-wrap li.pagination-item:nth-child(n+2){
        margin-left: 5px;
    }
}

@media(max-width: 767px){
    #notice-section .notice-wrap table colgroup .col-num{width:60px;}
    #notice-section .notice-wrap table colgroup .col-title{width:auto;}
    #notice-section .notice-wrap table colgroup .col-date{width:100px;}
    #notice-section .notice-wrap table thead th{font-size:16px;}
    .pagination .prev,.next {display: none}
    .navigation ul {
        padding-inline-start:0 !important;
    }
}
