.ccard-wrap {
	background-color: #ffffff;
	padding: 30px;
	box-sizing: border-box;
}

.ccard-number {
	font-size: 48px;
	font-weight: 700;
	color: #222222;
	line-height: 1.1;
	margin-bottom: 8px;
}

.ccard-prefix,
.ccard-suffix {
	display: inline;
}

.ccard-desc {
	font-size: 13px;
	font-weight: 500;
	color: #888888;
	line-height: 1.5;
	letter-spacing: 0.5px;
	margin-bottom: 16px;
}

.ccard-line {
	position: relative;
	width: 100%;
	height: 1px;
	background-color: #e0e0e0;
	overflow: hidden;
}

.ccard-line::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 1px;
	background-color: #222222;
	transition: width 0.4s ease;
}

.ccard-wrap:hover .ccard-line::after {
	width: 100%;
}
