@media (min-width: 768px) {
	.card-content-custom {
		padding: 4rem !important;
	}
}

.agree-box {
	max-height: 300px;
	overflow-y: auto;
	border: 1px solid #e9ecef;
}

.table th {
	background-color: #f8f9fa;
	font-weight: 600;
	text-align: center;
	font-size: 0.8rem;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
	border-bottom-color: rgba(0, 0, 0, 1);
}

.form-check-input:checked {
	background-color: #007bff;
	border-color: #007bff;
}

.all-agree-wrapper {
	border: 2px solid #007bff;
	background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
}

.btn-modern {
	background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
	border: none;
	color: white;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(0, 123, 255, 0.3);
}

.btn-modern:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(0, 123, 255, 0.4);
}

.error-message {
	color: #dc3545;
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

/* 약관 에러 메시지 스타일 */
.agree-error-box {
	display: flex;
	align-items: center;
	background: #fff4f4;
	border: 1.5px solid #ffbdbd;
	color: #d32f2f;
	border-radius: 8px;
	font-size: 0.97rem;
	padding: 0.65rem 1rem 0.65rem 0.9rem;
	margin-top: 0.5rem;
	margin-bottom: 0.2rem;
	box-shadow: 0 2px 8px 0 rgba(255, 0, 0, 0.04);
	font-weight: 500;
	min-height: 38px;
	transition: all 0.2s;
}
.agree-error-box i {
	margin-right: 0.6em;
	font-size: 1.1em;
	color: #d32f2f;
}