@charset "utf-8";

.board-search {
    display: flex;
    justify-content: right;
}
.board-search>.btn{
    margin-left: 5px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
}
.board-search>.btn:hover{
    background-color: #000000;
    color: white;
    border: 1px solid #dddddd;
}

.project-list table{
    
}
.project-list table tr th{
    height: 80px;
    line-height: 80px;
    border-top: none;
    text-align: center;
}
.project-list table tr td{
    padding: 20px 0;
    border-top: none;
    border-bottom: none;
    text-align: center;
}
.project-list table tr:first-child td{
    margin-top: 30px;
}
.project-list table tr th:first-child,
.project-list table tr td:first-child{
    padding-left: 30px;
    font-weight: 800!important;
}
.project-list table tr td:nth-child(3){
    text-align: left;
}

.project_footer .btnArea i{
    display: none;
}
.project-pagination{
    display: block!important;
    text-align: center;
}
.board_project .btn{
    padding: 0 30px!important;
    line-height: 45px!important;
    height: 45px!important;
    font-size: 14px;
}
.board_project .btn:hover{
    background-color: #333;
}
.project-pagination{
    margin-top: 30px;
}
.project-pagination a, .project-pagination strong{
    background: none;
    font-size: 25px;
    font-weight: 400;
    color: #ececec;
    font-family: 'Montserrat';
    padding: 15px;
}
.project-pagination .direction{
    color: #000;
    font-size: 18px;
}
.pagination strong {
    font-weight: 600;
    color: #000;
}
.project-pagination a:active, .project-pagination a:focus,
.project-pagination a:hover, .project-pagination strong:hover{
    background-color: transparent;
}
.board_project .btn_insert{
    background: #333;
    height: 45px;
    padding: 0 30px;
    width: unset;
}
.board_project .iText{
    height: 45px;
}
.board_project textarea{
    border: 1px solid #ddd;
}
.exForm .address, .exForm .date, .exForm .email_address, .exForm .homepage, .exForm .tel, .exForm .text{
    line-height: 45px;
    height: 45px;
    border: 1px solid #ddd;
}
.exForm th {
    color: #000;
    padding: 0px 25px;
    white-space: nowrap;
    font-size: 16px;
    line-height: 58px;
}
@media screen and ( max-width:768px ){
    .project-list{
    }
    .project-list table tr th:first-child, .project-list table tr td:first-child {
        padding-left: 5px;
    }
    .project-list table a{
        font-size: 14px;
    }
    .project-list table tbody th,
    .project-list table tbody td{
        font-size: 14px;
    }
    .project-list table tr th{
        height: 60px;
        line-height: 60px;
        padding: 0 10px;
    }
    .project-list table tr th:nth-child(4n){
        display: none;
    }
    .project-list table tr td{
        padding: 20px 5px 0;
    }
    .project-list table tr td:nth-child(4n){
        display: none;
    }
    .exForm th{padding: 0;}
    .write_header{
        padding: 9px 0 10px;
    }
    .board_project .btn{
        padding: 0 20px !important;
    }
}