
.btn_post {
  width: 82px;
  display: block;
  padding: 0px 15px;
  height: 30px;
  line-height: 28px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background: #9ba0ab;
  border-radius: 3px;
}


.w98per {width: 98% !important;}

.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%;
  }
  table td.th:first-child {
    text-align: left;
    vertical-align: middle;
    width:calc(100% - 80px);
  }
  table td, table th {
    color: #2b686e;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    /* width: 80px; */
  }
  .table th {
    font-size: 14px;
    color: #777;
    background: #f6f8fb;
    /* border-right: 1px solid #e9e9e9; */
    padding: 0px 20px 0px;
    line-height: 22px;
    word-break:break-all;
  }
  table td {
    white-space:unset !important;
    text-overflow: unset !important;
    /* width: 80px; */
  }

  .column1{width:12%;}
  .column2{width:88%;}

  .inputPassword{
    width:120px !important;
    height:28px !important;
  }

  .selectBox {
    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;
  }

  .careerRdo1, .careerRdo2, .DeadlineRdo1, .DeadlineRdo2 {
    display: inline-block;
  }

  /* 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;
    } */
    
    
  }

  @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(3) {
      display: none;
    } 
    
    tr:first-child  th:nth-child(5) {
      display: none;
    } 

    td:nth-child(3){
      display :none;
    } 
    td:nth-child(5){
      display :none;
    }  */
  }

  @media screen and (max-width: 768px) {

    .careerRdo1, .careerRdo2, .DeadlineRdo1, .DeadlineRdo2 {
      display: block;
    }
    .se_line {
      margin-top: 7px;
      margin-bottom: 3px;
    }
    .column1{width:18%;}
    .column2{width:82%;}

    .table td.tArea {
      white-space: normal;
      padding: 14px 10px 14px 10px;
    }

    .writeInput {
      width:95%
    }
    
    .table th {
      font-size: 13px;
      padding: 10px 10px;
      line-height: 18px;
    }
    
    /* .table.boardWrite td {
      padding: 0px 10px;
    } */

    /* 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;
    } */

    /* tr:first-child {
      display: none;
    } */
    /* table, tr, td {
      display: block;
    }
    .table tr {
       border-bottom: none;
    } */
  
    /* 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;
    } */


    /* .column1{width:100%;}
    .column2{width:100%;} */
/* 
    tr:nth-child(1) th{
      display :none;
    }   
    
    tr:nth-child(2) th:nth-child(1){
      display :none;
    } 
    
    tr:nth-child(3) th:nth-child(1){
      display :none;
    }  
    
    tr:nth-child(4) th:nth-child(1){
      display :none;
    } */
/* 
    tr:nth-child(1){
      display :block;
    } 
    
    tr:nth-child(2){
      display :block;
    } 
    
    tr:nth-child(3){
      display :block;
    }   

    tr:nth-child(4){
      display :block;
    }*/  
 
    
    tr:nth-child(6) .column1{      
      width:0%;
    }
    
    
    tr:nth-child(6) .column2{
      width:100%;
    }

    /* tr:nth-child(4){
      display :block;
    } */

    /* tr:nth-child(1) td:nth-child(2):before {
      content: '제목\A\A';
      /* white-space:pre; *
      position: absolute;
      width: 60px;
      left: 10px;
      top:18px;
    }
    tr:nth-child(1) td:nth-child(2) {
      padding-left:70px !important;
    }

    tr:nth-child(2) td:nth-child(2):before {
      content: '작성자\A\A';
      /* white-space:pre; *
      position: absolute;
      width: 60px;
      left: 10px;
      top:18px;
    }
    tr:nth-child(2) td:nth-child(2) {
      padding-left:70px !important;
    }

    tr:nth-child(3) td:nth-child(2):before {
      content: '첨부파일\A\A';
      /* white-space:pre; *
      position: absolute;
      width: 60px;
      left: 10px;
      top:14px;
    }
    tr:nth-child(3) td:nth-child(2) {
      padding-left:70px !important;
    } */

    /* tr:nth-child(2) td:nth-child(2):before {
      content: '작성자 : ';
    }
     */

    /* tr td:nth-child(1):before {
        content: '제목 : ';
      }
    tr:nth-child(2) td:nth-child(2):before {
        content: '작성자 : ';
    }
    td:nth-child(6):before {
        content: '';
    } */
    
    /* tr:nth-child(1) th:nth-child(1){
      display :none;
    } 
    
    tr:nth-child(2) th:nth-child(1){
      display :none;
    }  */
    
    /* tr:nth-child(2) th:nth-child(3){
      display :none;
    } 
    
    tr:nth-child(2) th:nth-child(5){
      display :none;
    }  */
    
    /* tr:nth-child(3) th:nth-child(1){
      display :none;
    } 
    
    tr:nth-child(5) th:nth-child(1){
      display :none;
    } 
    
    tr:nth-child(6) th:nth-child(1){
      display :none;
    }  */
    

/* 
    tr:nth-child(1) td:nth-child(1){
      display :block;
    } 
    
    tr:nth-child(2) td:nth-child(1){
      display :block;
    } 
    
    tr:nth-child(2) td:nth-child(3){
      display :block;
    } 
    
    tr:nth-child(2) td:nth-child(5){
      display :block;
    } 
    
    tr:nth-child(3) td:nth-child(1){
      display :block;
    } 
    
    tr:nth-child(4){
      display :block;
      border-bottom: 1px solid #e5e5e5;
    } 

    tr:nth-child(5){
      display :block;
    } 

    tr:nth-child(6){
      display :block;
    } 
    


    tr:nth-child(1) td:nth-child(1):before {
      content: '제목 : ';
    }
    tr:nth-child(2) td:nth-child(2):before {
      content: '작성자 : ';
    }
    tr:nth-child(2) td:nth-child(4):before {
      content: '조회수 : ';
    }
    tr:nth-child(2) td:nth-child(6):before {
      content: '작성일 : ';
    }
    tr:nth-child(3) td:nth-child(2):before {
      content: '첨부파일 : ';
    }

    tr:nth-child(5) td:nth-child(2):before {
        content: '이전글 ▲ ';
    }

    tr:nth-child(6) td:nth-child(2):before {
        content: '다음글 ▼ ';
    } */
/*   
    tr {
      padding: 10px 0;
      position: relative;
      padding : 0;
    }

    .table td.viewText {
        line-height: 28px;
        min-height: 200px;
        white-space: normal;
        vertical-align: top;
        padding: 10px 0px;
        word-break: keep-all;
    }
    
    .txt_line { 
      width:calc(100% - 100px); 
      padding:0px 5px 0px 0px; 
      overflow:hidden; 
      text-overflow:ellipsis; 
      white-space:nowrap; 
    }
    
    .table td {
      font-size: 14px;
      padding: 14px 10px;
      overflow: hidden;
    }
    td:last-child {
      padding-bottom: 1rem !important;
    } */

    /* .writeInput {
        width: 80%;
    }

    .table.boardWrite td {
        padding: 10px 0px;
    } */
  }


  @media screen and (max-width: 510px) {
    .table td.tArea {
      white-space: normal;
      padding: 14px 0px 14px 0px;
    }
  }

  @media screen and (max-width: 480px) {
    .table th {
      padding: 0px 10px 0px 10px;
    }
    .se_line2 {
      margin-top: 7px;
    }
    .se_line3 {
      margin-top: 15px;
    }
  }
  
  /* @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 td {
      font-size: 1.5rem;
      padding: 14px 10px;
      overflow: hidden;
    }
  
    tr:nth-child(1) td:nth-child(2) {
      background-color: #fff;
      /* 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%;
    }
    
    .txt_line { 
      width:calc(100% - 100px); 
      padding:0px 5px 0px 0px; 
      overflow:hidden; 
      text-overflow:ellipsis; 
      white-space:nowrap; 
    }
    
    .txt_line80 { 
      width:calc(100% - 80px); 
      padding:0px 5px 0px 0px; 
      overflow:hidden; 
      text-overflow:ellipsis; 
      white-space:nowrap; 
    }

    td:not(:nth-child(2)) {
      margin: 0;
      padding: 10px;
      /* width: 100%; *
    }
    td:not(:nth-child(2)):before {
      font-size: 1em;
      padding-top: 0.3em;
      position: relative;
    } 
    td:last-child {
      padding-bottom: 1rem !important;
    }
  
    tr:first-child {
      margin: 0.5rem 0;
      padding: 0;      
    }
  
    tr {
      background-color: white !important;
      /* border: 1px solid #6cbec6; *
      /* border-radius: 10px; *
      /* box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1); *
      /* margin: 0.5rem 0; *
      margin: 0 0;
      padding: 0;      
    }
  
    .table-users {
      border: none;
      box-shadow: none;
      overflow: visible;
    }
   }  */
  