

/*나의리뷰*/
.table{margin-bottom:3rem;}
.table thead th{border-top:1px solid #000; border-bottom:1px solid #ddd; background-color: #f7f7f7;font-size: 15px; font-weight:400;}
.table tbody tr td{font-size:15px;}
.table tbody tr:last-child td{ border-bottom:1px solid #000;}

@media(max-width:768px){
	.table thead th,
	.table tbody tr td{font-size:14px;}

}

@media(max-width:430px){
	.col-10{overflow-x:scroll;}
	
}