


  /*** board ***/
  .board_search {
     /* width: 1100px; */
     width:100%;
     display: inline-block;
     margin-bottom: 10px;
  }
  
  .board_search > .info_text{
     font-size: 17px;
     color:#999;
     float: left;
     padding-top: 14px;
  }
 
  @media only screen and (max-width: 480px) {
     
   .board_search > .info_text {
      /* font-size: 17px;
      color: #999;
      float: left;
      padding-top: 14px; */
      padding-bottom: 25px;
      text-align: center;
      width: 100%;
    }
   }
  
  .board_search > .search_box {
     height: 45px;
     box-sizing: border-box;
     float: right;
     position: relative;
  }
 
  @media only screen and (max-width: 480px) {

      /* .board_search > .search_box {
         height: 45px;
         box-sizing: border-box;
         float: right;
         position: relative;
         width: 100%;
         text-align: center;
      } */
   }  
 
  /* 2021.05.18
  @media only screen and (max-width: 767px) {
      .board_search {
         width:100%;
         display: inline-block;
         margin-bottom: 20px;
      }
  
      .board_search > .info_text{
         width:100%;
         text-align: center;
      }
      
      .board_search > .search_box {
         width:100%;
         text-align: right;
         padding-top: 10px;
     }
  } */
  
  .board_search > .search_box > select {
     display: inline-block;
     width: 110px;
     height: 38px;
     border: 1px solid #ccc;
     background-color: #fff;
     color: #646464;
     padding-left: 15px;
     margin-right: 3px;
     background: url(/images/more06.png) 0 0 no-repeat;
     background-position-y: 17px;
     background-position-x: 86px;
  }
  
  .placeholder_wrap {
     box-sizing: border-box;
     position: relative;
     display: inline-block;
     border: 1px solid #ccc;
  }
  
  .placeholder_wrap input[type='text'], .placeholder_wrap textarea {
     width: 200px;
     height: 36px;
     padding-right: 50px;
     padding-left: 15px;
     border: 0;
     box-sizing: border-box;
  }
  
  .placeholder_wrap > .placeholder {
     color: #999;
     font-size: 14px;
     font-weight: 300;
     position: absolute;
     top: 8px;
     left: 15px;
  }
  
  .search_box > .btn_search {
     width: 19px;
     height: 19px;
     font-size: 0;
     background: url(/images/common/icon_search.png) 50% no-repeat;
     position: absolute;
     top: 10px;
     right: 12px;
     display: inline-block;
  }
  
 
  @media only screen and (max-width: 480px) {
   
      /* .search_box > .btn_search {
         right: 31px;
      } */
   }  
  
  .table {
     border-top: 1px solid #ddd;
     display: table;
     width: 100%;
     table-layout: fixed;
     overflow: hidden;
     margin: 0 auto;
  }
  
  
  /* .table tr {
     vertical-align: middle;
     text-align: center;
     border-bottom: 1px solid #e5e5e5;
  } */
  .table tr {
     vertical-align: middle;
     text-align: center;
  }
  
  .table th {
     font-size: 14px;
     color: #777;
     background: #f6f8fb;
     /* border-right: 1px solid #e9e9e9; */
     padding: 0px 20px 0px;
     line-height: 50px;
  }

  .trbrde5e5e5 {border-bottom: 1px solid #e5e5e5};
  
  /* .table td {
     font-size: 14px;
     color: #777;
     padding: 18px 10px;
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
  } */
  .table td {
   font-size: 14px;
   color: #777;
   /* border-right: 1px solid #e9e9e9; */
   /* padding: 18px 10px; */
   overflow: hidden;
   line-height: 19px;
   word-break: break-all;
}

  .table.boardList {

  }
  
  .table .last {
     border-right: none;
     border-bottom: 1px solid #e5e5e5;
  }
  
   @media screen and (max-width: 768px) {
      .table .last {
         border-bottom: none;
      }
   }
  .table .atitle {
     color: #555;
  }
  
  .table .atitle:hover {
     color: #5c2e98;
  }
  
  .table .left {
     text-align: left;
  }
   
  .table.boardWrite td {
     padding: 10px 20px;
  }
  
  .table td.tArea {
     white-space: normal;
     padding: 14px 20px;
  }
  
  .textArea {
     border: 1px solid #e1e1e1;
     width: 98%;
     height: 300px;
     font-size: 14px;
     color: #777;
     padding: 10px;
     line-height: 24px;
  }
  
  textarea:focus {
     outline: none;
  }
  
  .table td.viewText {
     line-height: 28px;
     min-height: 200px;
     white-space: normal;
     vertical-align: top;
     padding: 30px;
     width:100%;
  }
  .table td.viewText > img{
     max-width:1000px
  }
  
  .writeInput {
     height: 30px;
     border: 0px;
     width: 98%;
     background-color: #fff;
     border: 1px solid #d2d2d2;
     font-size: 14px;
     vertical-align: middle;
     border-radius: 3px;
  }
  
  input:focus {outline:none;}
  
  .file_input > label {
     position:relative;
     cursor:pointer;
     display:inline-block;
     vertical-align:middle;
     overflow:hidden;
     width:100px;
     height:34px;
     background:#999;
     color:#fff;
     text-align:center;
     line-height:33px;
     margin-left: 5px;
     font-size: 15px;
  }
  
  .file_input > label > input {
     position:absolute;
     width:0;
     height:0;
     overflow:hidden;
  }
  
  .file_input input[type=text] {
     width:400px;
  }
  
  .triUp{
     display: inline-block;
     width: 0px; height: 0px;
     margin-left: 10px;
     margin-top: -3px;
     vertical-align: middle;
     border-top: 6px solid none;
     border-bottom: 6px solid #999;
     border-right: 6px solid transparent;
     border-left: 6px solid  transparent;
     cursor: pointer;
  }
  
  .triDown{
     display: inline-block;
     width: 0px; height: 0px;
     margin-left: 10px;
     margin-top: -2px;
     vertical-align: middle;
     border-top: 6px solid #999;
     border-bottom: 6px solid none;
     border-right: 6px solid transparent;
     border-left: 6px solid  transparent;
     cursor: pointer;
  }
  
  .prev_list, .next_list {
     color:#777;
  }
  
  .paging {
     margin-top: 30px;
     text-align: center;
  }
  
  .paging > a {
     display: inline-block;
     text-indent: -9999em;
     width: 34px;
     height: 34px;
     vertical-align: middle;
     border: 1px solid #d5d5d5;
     border-radius: 50px;
  }
  
  .paging .first {
     background: url(/images/sub/btn_paging_first.png) 50% 50% no-repeat;
  }
  
  .paging .prev {
     margin-left: 5px;
     background: url(/images/sub/btn_paging_prev.png) 50% 50% no-repeat;
  }
  
  .paging .next {
     margin-right: 5px;
     background: url(/images/sub/btn_paging_next.png) 50% 50% no-repeat;
  }
  
  .paging .last {
     background: url(/images/sub/btn_paging_last.png) 50% 50% no-repeat;
  }
  
  .paging > span {
     display: inline-block;
     vertical-align: middle;
     margin: 0 10px;
  }
  
  .paging > span > a {
     display: inline-block;
     width: 34px;
     height: 34px;
     line-height: 34px;
     font-size: 13px;
     color: #777;
     border: 1px solid #fff;
     border-radius: 50px;
     margin-right: 3px;
  }
  
  .paging .active:last-child {
     margin-right: 0px;
  }
  
  .paging > span > a:hover {
     background: #ddd;
  }
  
  .paging > span > a.active {
     color: #fff;
     background: #234572;
  }
  
  
  .btnWrap {
     width: 100%;
     margin: 0 auto;
     margin-top: 40px;
     font-size: 0;
     text-align: center;
  }
  
  .btnWrap > a {
     display: inline-block;
     width: 120px;
     height: 42px;
     line-height: 40px;
     background: #29448a;
     color: #fff;
     font-size: 15px;
     margin-right: 5px;
     border-radius: 5px;
  }
  
  @media screen and (max-width: 768px) {
  
   .btnWrap > a {
      width: 65px;
   }
  }