@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(1) br { display:none }
.rw__table td:nth-child(2)::after { content:"원" }
  



/* PC */
@media screen and (min-width:1024px){ 

    /* rw table */    
    .rw__table td:nth-child(1) br { display:block }
    .rw__table td:nth-child(2) { text-align:right }
    .rw__table td:nth-child(3) { width:27% } 
    
}   
 




/* PRINT */
@media print {   }   
  