
.tbl_header {
    background-color: #327a81;
    color: white;
    font-size: 1.8rem;
    padding: 1rem;
    text-align: center;
    text-transform: uppercase;
  }
  
  .img_Radius {
    border-radius: 50%;
    height: 60px;
    width: 60px;
  }
  
  .table-users {
    border: 1px solid #327a81;
    /* border-radius: 10px;
    box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1); */
    max-width: calc(100% - 2rem);
    /* margin: 1em auto; */
    overflow: hidden;
    /* width: 800px; */
  }
  
  table {
    width: 100%;
    font-size:1.5rem
  }
  table td, table th {
    color: #2b686e;
    padding: 10px;
  }
  table td.th:first-child {
    text-align: left;
    vertical-align: middle;
    width:calc(100% - 80px);
  }
  table td,th {
    vertical-align: middle;
    /* width: 80px; */
  }
  .boardList-title {
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  @media (max-width: 1240px){
  }

  @media (max-width: 1024px){
  }

  @media screen and (max-width: 768px) {
    .boardList tbody {
      width: 100%;
      display: block;
    }
    .table table tbody {
      width: 100%;
      display: block;
    }
    thead tr:first-child {
      display: none;
    }
    table, tr, td {
      display: block;
    }
    .table td {
      position: relative;
      text-align: left;
    }
    td:nth-child(1){
      display :none;
    }
    td:nth-child(2){
      background: #fbf3f5;
    }
    td:nth-child(3){
      padding: 16px 15px 6px;
    }
    td:nth-child(4){
      padding: 6px 15px 16px;
    } 
    td:nth-child(5){
      display :block;
    } 
    
    td:nth-child(2):before {
      content: '';
    }
    td:nth-child(3):before {
      content: '작성자 ';
      margin-right: 20px;
    }
    td:nth-child(4):before {
      content: '작성일 ';
      margin-right: 20px;
    }
    td:nth-child(5):before {
      content: '조회수 ';
    }
    td:nth-child(3):after {
        content: '';
        width: 1px;
        height: 12px;
        background: #b9b9b9;
        display: inline-block;
        position: absolute;
        left: 60px;
        top: 21px;
        margin: 0px 5px;
    }
    td:nth-child(4):after {
        content: '';
        width: 1px;
        height: 12px;
        background: #b9b9b9;
        display: inline-block;
        position: absolute;
        left: 60px;
        top: 10px;
        margin: 0px 5px;
    }
    .txt_line { 
      padding:0px 5px 0px 0px; 
      overflow:hidden; 
      text-overflow:ellipsis; 
      white-space:nowrap; 
    }
  }
  
  @media screen and (max-width: 480px) {
    
  }