

.column1{width:9%;}
.column2{width:9%;}
.column3{width:15%;}
.column4{width:10%;}
.column5{width:38%;}
.column6{width:15%;}
.column7{width:15%;}

.table td {
    font-size: 14px;
    color: #777;
    padding: 18px 4px !important;
    overflow: hidden;
    word-break: break-all !important;
    white-space: normal;
}

@media (max-width: 1240px){

}

@media only screen and (max-width: 1100px){
  .table{
    display: block;
  }
  .scroll_x{    
    position: relative;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }

  .boardList > table {
    min-width: 840px;
    overflow:hidden;
  }
}

@media (max-width: 1024px){

}  

@media only screen and (max-width: 768px) {
  
  .board_search > .search_box > select {
    display: inline-block;
    width: 80px;
    height: 38px;
    border: 1px solid #ccc;
    background-color: #fff;
    color: #646464;
    padding-left: 5px;
    margin-right: 3px;
    background: url(/images/more06.png) 0 0 no-repeat;
    background-position-y: 17px;
    background-position-x: 65px;
  }

  input[type="text"], input[type="password"] {
    font-size: 15px;
    width: 80px;
    height: 36px;
    line-height: 36px;
    padding-left: 5px;
    border: 1px solid #cdcdcd;
    -webkit-appearance: none;
  }
}

@media screen and (max-width: 480px) {
}
