@charset "utf-8"; 
/* MOBILE */

.table__wide thead th { background-color:#ffffff }
.table__wide th , .table__wide td { word-break:keep-all }
.table__wide td:nth-last-child(4) { text-align:right } 
.table__wide td:nth-last-child(4)::after { content:"원" } 
 
  



/* PC */
@media screen and (min-width:1024px){ 

     
    
}   
 




/* PRINT */
@media print {   }   
  