@charset "UTF-8";

.btn-offset {
	display: inline-block;
	width: 1em;
	height: 1em;
}

.delete-btn {
	display: inline-block;
	background-color: transparent;
	border: none;
	cursor: pointer;
	width: 1em;
	height: 1em;
	background-image: url(/icon/deleteBtn.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.delete-btn:hover {
	opacity: 0.8;
}