@media (min-width: 768px) {
	.card-content-custom {
		padding: 0rem !important;
	}
}
html .bg-color-light-scale-1 {
    background-color: #fdfdfd !important;
}
.agree-box {
	max-height: 300px;
	overflow-y: auto;
	border: 1px solid var(--primary-color-border);
}

.table th {
	background-color: #f1f1f1 ;
	font-weight: 600;
	text-align: center;
	font-size: 0.8rem;
}
.table-bordered {
    border: 1px solid rgb(192, 192, 192) !important;
}
.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 1px;
	border-bottom: 0px solid !important;
}

.form-check-input:checked {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
}

.all-agree-wrapper {
	border: 2px solid var(--primary-color);
	background: linear-gradient(135deg, var(--primary-color-bg) 0%, var(--primary-color-bg-end) 100%);
}

.btn-modern {
	background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
	border: none;
	color: #fff;
	transition: all 0.3s ease;
	box-shadow: 0 4px 15px rgba(var(--primary-color-rgb), 0.3);
}

.btn-modern:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 20px rgba(var(--primary-color-rgb), 0.4);
	color: #fff;
}

.error-message {
	color: var(--primary-color);
	font-size: 0.875rem;
	margin-top: 0.25rem;
}

/* 약관 에러 메시지 스타일 */
.agree-error-box {
	display: flex;
	align-items: center;
	background: var(--primary-color-bg);
	border: 1px solid var(--primary-color-border);
	color: var(--primary-color);
	border-radius: 6px;
	font-size: 0.82rem;
	padding: 0.4rem 0.8rem;
	margin-top: 0.4rem;
	margin-bottom: 0.2rem;
	font-weight: 500;
	min-height: 0;
	transition: all 0.2s;
}
.agree-error-box i {
	margin-right: 0.6em;
	font-size: 1.1em;
	color: var(--primary-color);
}

.activity-card {
	min-width: 200px;
	padding: 14px 16px;
	background: linear-gradient(135deg, var(--primary-color-bg), var(--primary-color-bg-end));
	border: 1px solid var(--primary-color-border);
	border-radius: 10px;
	font-size: 0.95rem;
	line-height: 1.6;
	word-break: keep-all;
}