
/*위시리스트*/
.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;}

@media(max-width:768px){
	.table thead th{font-size:14px;}
	.btn-danger{font-size:13px;}
}