
.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; */
  }
  /* table td:last-child {
    font-size: 0.95em;
    line-height: 1.4;
    text-align: left;
  } */
  /* table th {
    background-color: #daeff1;
    font-weight: 300;
  }
  table tr:nth-child(2n) {
    background-color: white;
  }
  table tr:nth-child(2n+1) {
    background-color: #edf7f8;
  } */

  /* tr:first-child {
    display: none;
  } */
  
  /* tr:first-child th:nth-child(n+3):nth-child(-n+4){
    display :none;
  }
  td:nth-child(n+3):nth-child(-n+4){
      display :none;
  } */

  @media (max-width: 1240px){
    /* tr:first-child th:nth-child(n+3):nth-child(-n+4){
        display :none;
    }
    td:nth-child(n+3):nth-child(-n+4){
        display :none;
    } */
    
    /* tr:first-child  th:nth-child(3) {
      display: block;
    } 
    
    tr:first-child  th:nth-child(5) {
      display: block;
    } 

    td:nth-child(3){
      display :block;
    } 
    td:nth-child(5){
      display :block;
    }  */
    
    
  }

  @media (max-width: 1024px){
    /* tr:first-child th:nth-child(1){
        display :none;
    }
    td:nth-child(1){
        display :none;
    } */

    
    /* tr:first-child  th:nth-child(2) {
      width:68%;
    }  */
    
    /* tr:first-child  th:nth-child(3) {
      display: none;
    }  */
    
    /* tr:first-child  th:nth-child(5) {
      display: none;
    }  */
    /* 
    td:nth-child(3){
      display :none;
    }  */

    /* td:nth-child(5){
      display :none;
    }  */

    .table th {
      padding: 14px 5px;
    }
  }

  @media screen and (max-width: 768px) {
    
    /* tr:first-child th:nth-child(n+3):nth-child(-n+4){
      display :inline-block;
    }
    td:nth-child(n+3):nth-child(-n+4){
        display :inline-block;
    }
    tr:first-child th:nth-child(1){
        display :inline-block;
    }
    td:nth-child(1){
        display :inline-block;
    } */

    .table {
      border-top: none;
    }
    thead tr:first-child {
      display: none;
    }

    .table colgroup {
      display: none;
    }
    .board_search {
      margin-top: 20px;
    }
    /* td:first-child {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 100px;
    }
    td:not(:first-child) {
      clear: both;
      margin-left: 100px;
      padding: 4px 20px 4px 90px;
      position: relative;
      text-align: left;
    }
    td:not(:first-child):before {
      color: #91ced4;
      content: '';
      display: block;
      left: 0;
      position: absolute;
    } */    
    /* td:first-child {
      background-color: #c8e7ea;
      border-bottom: 1px solid #91ced4;
      /* border-radius: 10px 10px 0 0; *
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      width: 100%;
    }
    td:not(:first-child) {
      margin: 0;
      padding: 5px 1em;      
    }
    td:nth-child(1):before {
      content: '제목:';
    }
    td:nth-child(2):before {
      content: '날짜:';
    } */
    /* td:nth-child(4):before {
      content: 'Phone:';
    }
    td:nth-child(5):before {
      content: 'Comments:';
    } */
    /* td:nth-child(1):before {
      content: '번호:';
    } */ 

    /* tr:first-child {
      display: none;
    } */
    
    .table td:nth-child(1){

    } 
    
    td:nth-child(3){
      display :block;
    } 

    td:nth-child(5){
      display :block;
    } 
    
    td:nth-child(2):before {
      display: inline-block;
      content: '';
    }
    td:nth-child(3):before {
      display: inline-block;
      content: '전화번호 : ';
      width: 75px;
    }
    td:nth-child(4):before {
      display: inline-block;
      content: '이력서 : ';
      width: 75px;
    }
    td:nth-child(5):before {
      display: inline-block;
      content: '등록일 : ';
      width: 75px;
    }
  
    tr {
      padding: 10px 0 15px;
      position: relative;
    }
    .table td {
      width: calc(100% - 30px);
      display: block;
      text-align: left;
      overflow:hidden; 
      line-height: 20px;
      padding: 10px 15px;
    }
    
    .txt_line { 
      padding:0px 5px 0px 0px; 
      overflow:hidden; 
      text-overflow:ellipsis; 
      white-space:nowrap; 
    }
  /* }
  @media screen and (max-width: 480px) { */
    .tbl_header {
      background-color: transparent;
      color: white;
      font-size: 2em;
      font-weight: 700;
      padding: 0;
      /* text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); */
    }
  
    /* img {
      border: 3px solid;
      border-color: #daeff1;
      height: 100px;
      margin: 0.5rem 0;
      width: 100px;
    } */
    .table tr {
      /* width:calc(100% - 10px);  */
      width:99%
      /* min-width: calc(100% - 55px) ;
      max-width: calc(100% - 25px) ; */
      /* min-width: 360px;
      max-width: 400px; */
    }
  
    td:nth-child(2) {
      /* background-color: #f5f5f5;
      border-top: 1px solid #c1c1c1;
      border-bottom: 1px solid #c1c1c1;
      /* border-radius: 10px 10px 0 0; *
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0);
      width: 100%; */

      background-color: #f9f8fa;
      position: relative;
      top: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      color: #333;
      margin-bottom: 12px;
      line-height: 23px;
      font-weight: bold;
      border-bottom: 1px solid #e5e5e5;
    }
    
    .txt_line { 
      width:calc(100% - 20px); 
      overflow:hidden; 
      text-overflow:ellipsis; 
      white-space:nowrap; 
    }

    .table td:not(:nth-child(2)) {
      margin: 0;
      padding: 4px 15px;
    }
    .table td:not(:nth-child(2)):before {
      font-size: 1em;
      padding-top: 0.3em;
      position: relative;
    } 
    .table td:last-child {
      margin-bottom: 15px;
    }
    .table .last {
      border-bottom: none;
    }
  
    tr {
      background-color: white !important;
      /* border: 1px solid #6cbec6; */
      /* border-radius: 10px; */
      /* box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); */
      margin: 1.5rem 0;
      padding: 0;
    }
  
    .table-users {
      border: none;
      box-shadow: none;
      overflow: visible;
    }
  }
  
 
  @media only screen and (max-width: 767px) {
   
    .table tr {
       border-bottom: none;
       padding-bottom: 10px;
       border: 1px solid #ddd;
    }
 }


  
 @media screen and (max-width: 480px) {
  .table .last {
    border: none;
   }
}
  
 @media screen and (max-width: 480px) {
  .table {

  }
}