/* Privacy Page Styles - Based on mypage layout */
.privacy-content {
	padding: 20px 0;
	line-height: 1.8;
	color: #333;
}

.privacy-intro {
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 1.8;
}

.privacy-intro strong {
	color: #111;
	font-weight: 700;
}

.privacy-date {
	margin-bottom: 30px;
	font-size: 14px;
	color: #666;
}

.privacy-date strong {
	color: #111;
}

.privacy-section {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.privacy-section:last-child {
	border-bottom: none;
}

.privacy-title {
	margin: 0 0 16px 0;
	font-size: 18px;
	font-weight: 700;
	color: #111;
	line-height: 1.6;
}

.privacy-subtitle {
	margin: 20px 0 10px 0;
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.privacy-text {
	margin: 0 0 16px 0;
	font-size: 14px;
	line-height: 1.8;
	color: #555;
}

.privacy-text strong {
	color: #111;
	font-weight: 600;
}

/* Inherit mypage base styles */
.jn {
	max-width: 980px;
	margin: 0 auto;
	padding: 60px 20px;
}

.jn-tt {
	margin: 0 10px 14px 10px;
	text-align: center;
	font-size: 36px;
	font-weight: 800;
	color: #111;
}

.jn-hd {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
}

.tin {
	width: 100%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
	.jn {
		padding: 40px 15px;
	}

	.jn-tt {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.privacy-content {
		padding: 15px 0;
	}

	.privacy-intro,
	.privacy-text {
		font-size: 13px;
		line-height: 1.7;
	}

	.privacy-title {
		font-size: 16px;
		margin-bottom: 12px;
	}

	.privacy-subtitle {
		font-size: 15px;
		margin: 16px 0 8px 0;
	}

	.privacy-section {
		margin-bottom: 30px;
		padding-bottom: 20px;
	}
}
