@charset "utf-8"; 
/* MOBILE */
    
/* rw table */  
.rw__table td:nth-child(1):before , .rw__table th:nth-child(1):before { content:"구분" }
.rw__table td:nth-child(2):before , .rw__table th:nth-child(2):before { content:"소속 또는 학과명" }
.rw__table td:nth-child(3):before , .rw__table th:nth-child(3):before { content:"직책" }
.rw__table td:nth-child(4):before , .rw__table th:nth-child(4):before { content:"성명" }
.rw__table td:nth-child(5):before , .rw__table th:nth-child(5):before { content:"발령기관" }
.rw__table td:nth-child(6):before , .rw__table th:nth-child(6):before { content:"발령직" }
.rw__table td:nth-child(7):before , .rw__table th:nth-child(7):before { content:"시작일" }
.rw__table td:nth-child(8):before , .rw__table th:nth-child(8):before { content:"종료일" }
.rw__table td br { display:none }




/* PC */
@media screen and (min-width:1024px){ 

    /* rw table */
    .rw__table td, .rw__table th { padding:1.5rem 0.7rem }

    .rw__table col:nth-child(1) { width:7% } 
    .rw__table col:nth-child(3) { width:15% }
    .rw__table col:nth-child(6) { width:17% }
    .rw__table col:nth-child(7) , 
    .rw__table col:nth-child(8) { width:13% }

    .rw__table td br { display:block }
 

}   
 




/* PRINT */
@media print {   }   
  