table caption {
    position: relative;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}

table{
    width: 100%;
    border-top:3px solid #147fe4;
    margin:30px auto;
}

table th, td{
    font-size: 16px;
    padding:20px;
    border-bottom: 1px solid #ededed;
    text-align: center;
    display: table-cell;
}

.ta-l{
    text-align: left;
}

table .tit{
    text-align: left;
}

table .tit:hover{
    text-decoration: underline;
}

table .tit > a{
    display: block;
}

table .file > img{
    display: block;
    margin: 0 auto;
    width: 20px;

}

.container.board-wrap{
    margin:50px auto;
    width: 1140px;
    max-width: 1140px;
}

.list .list-con:hover{
    background-color: #f4f4f4;
    transition: 0.2s;
}

.btn-area{
    float: right;
}

.btn{
    display: block;
    width: 120px;
    height: 50px;
    float: left;
    margin-right: 10px;
    padding: 0;
}

.btn > span{
    display: block;
    text-align: center;
    color: #fff;
    line-height: 50px;
}

.btn.write{
    background: #147fe4;
}

.btn.write:hover{
    background: #0463be;
    transition: 0.3s;
}

.btn.modify{
    background: #ff7d13;
}

.btn.modify:hover{
    background: #ff5d13;
    transition: 0.3s;
}

.btn.delete{
    background: #3c3e45;
}

.btn.delete:hover{
    background: #2b2c31;
    transition: 0.3s;
}



.btn-area::after{
    display: block;
    content: "";
    clear: both;
}

.pagenation {
    font-size:16px;
    margin: 50px auto;
    display: table;
  }


  
.pagenation a{
    display: block;
    float: left;
    text-align: center;
    color: #000;
    text-decoration: none;
    margin: 0 3px;
    padding: 0 10px;
    transition-delay: 500ms;
    transition: 500ms;
    border-radius: 100px;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 28px;
}

  /* .pagenation a:hover:not(.active) {
    background:#d1d8e0;
  } */
  
  .pagenation a.active{
    background: #147fe4;
    color:#fff;
    border-radius:100px;   
  }

.pagenation .pre-btn{
    background: url("../images/common/ico-prev.png") center no-repeat;
    background-color: #f4f4f4;
    background-size: 8px;
}

.pagenation .nxt-btn{
    background: url("../images/common/ico-next.png") center no-repeat;
    background-color: #f4f4f4;
    background-size: 8px;
}
.pagenation::after{
    display: block;
    content: "";
    clear: both;
}

.search-form {
    float: right;
}

.search-form select{
    float: left;
    border:1px solid #dadada;
    width: 150px;
    height: 50px;
    padding:10px 10px;
    background: url(../images/common/ico_snb_down.png) 90% center no-repeat;
    appearance: none;
    -webkit-appearance: none;
}

.search-form input{
    float: left;
    border:1px solid #dadada;
    width: 500px;
    height: 50px;
    padding:10px 10px;
    margin-left: 5px;
}

.search.btn{
    width: 80px;
    background: url("../images/common/search-icon.png") center no-repeat;
    background-color: #333a4d;
    border-radius: 0;
}
  

.list::after{
    display: block;
    content: "";
    clear: both;
}


.board-view article{
    margin:50px auto;
    border-top: 2px solid #147fe4;
}

 .board-view article h2{
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
     margin-top: 0;
     margin-bottom: 0;
    border-bottom: 1px dashed #d7d9da;
}

.board-view article .info-box { 
    overflow:hidden;
    padding:20px;
    border-bottom:1px solid #ededed;
    list-style: none;
}
.board-view article .info-box li { 
    float:left;
    margin:0 30px 0 0;
    color:#333;
    font-size: 16px;
}
.board-view article .info-box  b{
    display: inline-block;
    margin-right: 10px;
}

.board-view article .con-box{
    padding:50px 20px;
    border-bottom:1px solid #ededed;
}
.board-view article .con-box p{
    font-size: 16px;
    line-height: 1.8em;
}

.board-view article .file-area{
    font-size: 16px;
    padding:20px;
    border-bottom:1px solid #ededed;
}

.board-view article .file-area > a{
    display: block;
    background: url(../images/common/file.png) center left no-repeat;
    padding-left: 25px;
    background-size: 18px;
}

.board-view article .file-area > a:hover{
    color: #f26321;
    transition: 0.2s;
    text-decoration: underline;
}

.write input{
  width: 100%;
  border: 1px solid #dadada;
  padding: 10px;
}

.write textarea{
  width: 100%;
  height: 300px;
  border: 1px solid #dadada;
  padding: 10px;
  resize: none;
}

.file-btn{
    background: #f4f4f4;
}

.file-btn > span{
    color: #666;
    font-weight: 400;
}



.file-name {
    display: block;
    background: url(../images/common/file.png) center left no-repeat;
    padding-left: 25px;
    background-size: 18px;
    text-align: left;
    margin-bottom: 10px;
}

.con-tit{
    vertical-align: top;
}

.file-tit{
    vertical-align: top;
}

.ntc{
    display: block;
    text-align: left;
    margin:10px 0;
}





@media screen and (max-width:768px) {

    .container.board-wrap {
        margin: 30px auto;
        width: 100%;
        max-width: 100%;
    }

    .m-mode {
        display: none;
    }

    .search-form {
        float: none;
    }

    .search-form select{
        display: none;
    }

    .search-form input {
        float: left;
        border: 1px solid #dadada;
        width: 80%;
        height: 50px;
        margin-left: 0px;
    }

    .search.btn {
        width: 20%;
        margin-right: 0px;
    }

    .btn-area {
        float: none;
        margin: 0 auto;
        display: table;
    }

    .btn {
        display: block;
        width: 100px;
        height: 50px;
        float: left;
        margin-right: 5px;
    }

    .board-view article{
        margin:30px auto;
    }

    .board-view article img{
        width: 100% !important;
    }

    .board-view article .con-box{
        padding: 20px;
    }

    .write > table > tbody > tr > td{
        display: block;
        text-align: left;
        padding: 20px 10px;
    }

    .m-input{
        border-bottom:0;
        padding-bottom: 0 !important;
    }
    .board-view article .info-box li{
        font-size: 14px;
    }
   


    
}/*E:768*/

@media screen and (max-width:320px) {
    .btn {
        display: block;
        width: 85px;
        height: 50px;
        float: left;
        margin-right: 5px;
    }
}/*E:320*/