.thumnail_file_input {
	padding: 9px;
	background: #f1f1f1;
	width: 100%;
}	
.thumnail_box  {
	position:relative;
	margin-top:10px; 
}
.thumnail_box .img_box {
	border:1px dashed #ddd; 
	min-height:150px; 
	border-radius:10px; 
	overflow:hidden; 
	margin-top:10px; 
}
.thumnail_box  img:not(:last-child) {
	margin-bottom: 2rem;
}
.thumnail_box label[for^="file_del"] {
	display: inline-block;
	width: 30px;
	height: 30px;
	position:absolute;
	top:3rem;
	right:5px;
	zpidex:1;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.3s;
}