@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:"성명" } 
 




/* PC */
@media screen and (min-width:1024px){ 

    /* rw table */  
    .rw__table td:nth-child(1) { width:45%}
    .rw__table td:nth-child(2) { text-align:left }
}   
 




/* PRINT */
@media print {   }   
  