.about-page-title {
	color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	background: url(../image/aboutbg.jpg) no-repeat center / 100% 100%;
	min-height: 32vh;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-page-title::before {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(ellipse at 20% 20%, rgba(45, 95, 141, 0.5), transparent),
				radial-gradient(ellipse at 80% 80%, rgba(45, 95, 141, 0.4), transparent);
	pointer-events: none;
}

.about-page-title h1 {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 15px;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
	letter-spacing: -0.02em;
	position: relative;
	z-index: 1;
}

.about-page-title p {
	font-size: 18px;
	color: rgba(255, 255, 255, 0.9);
	max-width: 600px;
	margin: 0 auto;
	line-height: 1.6;
	position: relative;
	z-index: 1;
}

.about-page-title .verse-ref {
	font-size: 14px;
	color: #d4a574;
	font-weight: 600;
	margin-top: 15px;
	letter-spacing: 0.05em;
}

.about-container {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 20px;
}

.church-vision {
	margin-bottom: 80px;
	text-align: center;
}

.about-page-title .bible-verse {
	margin-bottom: 40px;
}

.about-page-title .bible-verse p {
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	margin-bottom: 12px;
	font-family: "Pretendard", sans-serif;
	font-weight: 500;
}

.about-page-title .bible-verse p:last-child {
	margin-bottom: 0;
}

.about-page-title .verse-ref {
	font-size: 14px !important;
	color: #d4a574;
	font-weight: 600;
	margin-top: 15px !important;
	letter-spacing: 0.05em;
}

.about-page-title .church-message {
	margin-bottom: 50px;
}

.about-page-title .church-message p {
	font-size: 18px;
	color: #fff;
	line-height: 1.8;
	font-family: "Pretendard", sans-serif;
	font-weight: 500;
}

.about-page-title .church-values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}

.about-page-title .value-item {
	background: rgba(255, 255, 255, 0.1);
	padding: 25px 20px;
	border-radius: 8px;
	border-top: 3px solid #d4a574;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	line-height: 1.6;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
	transition: all 0.3s ease;
	backdrop-filter: blur(10px);
}

.about-page-title .value-item:hover {
	background: rgba(255, 255, 255, 0.15);
	transform: translateY(-4px);
}

.about-page-title .church-info {
	padding: 30px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 8px;
	border-top: 4px solid #d4a574;
	backdrop-filter: blur(10px);
}

.about-page-title .church-info p {
	font-size: 15px;
	color: #fff;
	line-height: 1.8;
	margin: 0;
	font-family: "Pretendard", sans-serif;
}

.about-page-title .church-info p:first-child {
	color: #d4a574;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
}

.church-vision {
	margin-bottom: 80px;
	text-align: center;
}

.church-vision .bible-verse {
	margin-bottom: 40px;
	padding: 40px;
	background: linear-gradient(135deg, rgba(45, 95, 141, 0.05) 0%, rgba(212, 165, 116, 0.05) 100%);
	border-left: 4px solid #d4a574;
	border-radius: 8px;
}

.church-vision .bible-verse p {
	font-size: 18px;
	color: #2d5f8d;
	line-height: 1.8;
	margin-bottom: 12px;
	font-family: "Pretendard", sans-serif;
	font-weight: 500;
}

.church-vision .bible-verse p:last-child {
	margin-bottom: 0;
}

.church-vision .verse-ref {
	font-size: 14px !important;
	color: #d4a574;
	font-weight: 600;
	margin-top: 15px !important;
	letter-spacing: 0.05em;
}

.church-vision .church-message {
	margin-bottom: 50px;
}

.church-vision .church-message p {
	font-size: 18px;
	color: #2d5f8d;
	line-height: 1.8;
	font-family: "Pretendard", sans-serif;
	font-weight: 500;
}

.church-vision .church-values {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	margin-bottom: 50px;
}

.church-vision .value-item {
	background: #f5f7fa;
	padding: 30px 20px;
	border-radius: 8px;
	border-top: 3px solid #d4a574;
	font-size: 16px;
	color: #2d5f8d;
	font-weight: 600;
	line-height: 1.6;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
	transition: all 0.3s ease;
}

.church-vision .value-item:hover {
	background: #e8ecf1;
	transform: translateY(-4px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.church-vision .church-info {
	padding: 30px;
	background: #fff;
	border-radius: 8px;
	border-top: 4px solid #2d5f8d;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.church-vision .church-info p {
	font-size: 15px;
	color: #666;
	line-height: 1.8;
	margin: 0;
	font-family: "Pretendard", sans-serif;
}

.church-vision .church-info p:first-child {
	color: #2d5f8d;
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
}

.vision-mission {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 80px;
}

.vision-card {
	background: linear-gradient(135deg, #2d5f8d 0%, #4a7ba7 100%);
	color: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	transition: all 0.35s cubic-bezier(0.23, 1, 0.320, 1);
}

.vision-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.16);
}

.vision-card h2 {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: 700;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
}

.vision-card p {
	font-size: 16px;
	line-height: 1.8;
	opacity: 0.95;
	font-family: "Pretendard", sans-serif;
}

.pastor-section {
	margin-bottom: 80px;
	background: linear-gradient(135deg, #f0f4f8 0%, #f8f5f0 100%);
	padding: 60px;
	border-radius: 12px;
}

.pastor-section h2 {
	font-size: 32px;
	color: #2d5f8d;
	margin-bottom: 40px;
	font-weight: 700;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
	text-align: center;
}

.pastor-content {
	display: grid;
	grid-template-columns: 0.6fr 1.4fr;
	gap: 40px;
	align-items: center;
}

.pastor-image {
	overflow: hidden;
	border-radius: 12px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
	height: 100%;
	width: 366px;
}

.pastor-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: transform 0.35s cubic-bezier(0.23, 1, 0.320, 1);
}

.pastor-image:hover img {
	transform: scale(1.05);
}

.pastor-info {
	background: #fff;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	border-top: 4px solid #d4a574;
}

.pastor-info h3 {
	font-size: 24px;
	color: #2d5f8d;
	margin-bottom: 25px;
	font-weight: 700;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
}

.pastor-info h3 span {
	font-size: 14px;
	color: #d4a574;
	font-weight: 500;
	margin-left: 8px;
	font-family: "Pretendard", sans-serif;
	letter-spacing: 0.05em;
}

.pastor-info .pastor-location {
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #e0e0e0;
	font-family: "Pretendard", sans-serif;
	line-height: 1.6;
}

.pastor-details p {
	font-size: 15px;
	color: #2d5f8d;
	font-weight: 600;
	margin-bottom: 12px;
	margin-top: 20px;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
}

.pastor-details p:first-child {
	margin-top: 0;
}

.pastor-details ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}

.pastor-details li {
	padding: 8px 0;
	padding-left: 20px;
	position: relative;
	color: #666;
	font-size: 14px;
	font-family: "Pretendard", sans-serif;
}

.pastor-details li::before {
	content: '▸';
	position: absolute;
	left: 0;
	color: #d4a574;
	font-weight: bold;
}

.history-section {
	margin-bottom: 80px;
	background: linear-gradient(135deg, rgba(45, 95, 141, 0.05) 0%, rgba(45, 95, 141, 0.03) 100%);
	padding: 60px 40px;
	border-radius: 12px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 60px;
	padding-right: 60px;
}

.history-section h2 {
	font-size: 32px;
	color: #2d5f8d;
	margin-bottom: 50px;
	font-weight: 700;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
	text-align: center;
}

.timeline {
	position: relative;
	padding: 20px 0;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 2px;
	height: 100%;
	background: linear-gradient(180deg, #d4a574, #2d5f8d);
}

.timeline-item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	margin-bottom: 50px;
	position: relative;
}

.timeline-item:nth-child(even) {
	grid-template-columns: 1fr 1fr;
}

.timeline-item:nth-child(even) .timeline-year {
	order: 2;
	text-align: left;
	padding-left: 40px;
}

.timeline-item:nth-child(even) .timeline-content {
	order: 1;
	text-align: right;
	padding-right: 40px;
}

.timeline-item:nth-child(odd) .timeline-year {
	text-align: right;
	padding-right: 40px;
}

.timeline-item:nth-child(odd) .timeline-content {
	text-align: left;
	padding-left: 40px;
}

.timeline-year {
	font-size: 28px;
	font-weight: 700;
	color: #d4a574;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.timeline-item::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 20px;
	transform: translateX(-50%);
	width: 12px;
	height: 12px;
	background: #d4a574;
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #2d5f8d;
	z-index: 3;
}

.timeline-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.timeline-content h4 {
	font-size: 18px;
	color: #2d5f8d;
	margin-bottom: 10px;
	font-weight: 700;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
}

.timeline-content p {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	font-family: "Pretendard", sans-serif;
}

.worship-section {
	margin-bottom: 80px;
	background: linear-gradient(135deg, rgba(212, 165, 116, 0.08) 0%, rgba(212, 165, 116, 0.05) 100%);
	padding: 60px 40px;
	border-radius: 12px;
	margin-left: -20px;
	margin-right: -20px;
	padding-left: 60px;
	padding-right: 60px;
}

.worship-section h2 {
	font-size: 32px;
	color: #2d5f8d;
	margin-bottom: 50px;
	font-weight: 700;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
	text-align: center;
}

.worship-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.worship-card--solo {
	grid-column: 2;
}

.worship-card.worship-card--main {
	background: linear-gradient(135deg, #2d5f8d 0%, #4a7ba7 100%);
	border-top: 3px solid #d4a574;
	min-width: 300px;
	max-width: 400px;
	padding: 32px 48px;
	box-shadow: 0 8px 24px rgba(45, 95, 141, 0.2);
}

.worship-card.worship-card--main .worship-icon {
	font-size: 40px;
	margin-bottom: 14px;
}

.worship-card.worship-card--main h3 {
	color: #fff;
	font-size: 20px;
}

.worship-card.worship-card--main .worship-detail {
	color: rgba(255, 255, 255, 0.9);
	font-size: 18px;
}

.worship-group {
	margin-bottom: 28px;
}

.worship-group-label {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 16px;
	color: #d4a574;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.12em;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
	text-transform: uppercase;
}

.worship-group-label::before,
.worship-group-label::after {
	content: '';
	flex: 1;
	height: 1px;
	background: linear-gradient(to right, transparent, rgba(212, 165, 116, 0.5));
}

.worship-group-label::after {
	background: linear-gradient(to left, transparent, rgba(212, 165, 116, 0.5));
}

.worship-row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.worship-card {
	background: #fff;
	padding: 24px 20px;
	border-radius: 10px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
	border-top: 3px solid #d4a574;
	text-align: center;
	transition: all 0.3s ease;
}

.worship-card:hover {
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	transform: translateY(-4px);
}

.worship-card .worship-icon {
	font-size: 28px;
	margin-bottom: 12px;
	display: block;
}

.worship-info {
	margin: 0;
}

.worship-card h3 {
	font-size: 15px;
	color: #2d5f8d;
	margin-bottom: 6px;
	font-weight: 700;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
}

.worship-card .worship-time {
	font-size: 12px;
	color: #d4a574;
	font-weight: 600;
	margin-bottom: 6px;
	letter-spacing: 0.05em;
	font-family: "Pretendard", sans-serif;
}

.worship-card .worship-detail {
	font-size: 16px;
	color: #2d5f8d;
	font-weight: 700;
	margin-bottom: 0;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
}

.worship-card .worship-desc {
	font-size: 14px;
	color: #666;
	line-height: 1.6;
	margin-bottom: 0;
	font-family: "Pretendard", sans-serif;
}

@media (max-width: 1024px) {
	.about-container {
		width: calc(100% - 40px);
	}

	.vision-mission {
		grid-template-columns: 1fr;
	}

	.pastor-content {
		grid-template-columns: 1fr;
	}

	.timeline {
		padding: 20px 0;
	}

	.timeline::before {
		left: 20px;
	}

	.timeline-item {
		grid-template-columns: 50px 1fr !important;
		gap: 20px;
	}

	.timeline-year {
		order: 1 !important;
		font-size: 18px;
		padding: 0 !important;
		text-align: center !important;
	}

	.timeline-content {
		order: 2 !important;
		text-align: left !important;
		padding: 0 !important;
	}

	.timeline-item::after {
		left: 20px;
	}
}

@media (max-width: 768px) {
	.about-page-title {
		min-height: 25vh;
	}

	.about-page-title h1 {
		font-size: 32px;
	}

	.about-page-title p {
		font-size: 16px;
	}

	.about-page-title .bible-verse {
		margin-bottom: 30px;
	}

	.about-page-title .church-values {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.about-container {
		padding: 40px 16px;
		width: calc(100% - 32px);
	}

	.church-vision .bible-verse {
		padding: 30px;
		margin-bottom: 30px;
	}

	.church-vision .church-values {
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 30px;
	}

	.vision-mission {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 50px;
	}

	.vision-card {
		padding: 30px;
	}

	.vision-card h2 {
		font-size: 24px;
	}

	.vision-card p {
		font-size: 15px;
	}

	.pastor-section {
		padding: 40px 20px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.pastor-section h2 {
		font-size: 28px;
	}

	.pastor-content {
		grid-template-columns: 1fr;
		gap: 30px;
		align-items: stretch;
	}

	.pastor-image {
		width: 100%;
		height: auto;
		min-height: 300px;
	}

	.pastor-info {
		padding: 30px;
		border-top: 4px solid #d4a574;
	}

	.pastor-info h3 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.pastor-details p {
		font-size: 14px;
	}

	.pastor-details li {
		font-size: 13px;
		padding-left: 15px;
	}

	.org-item {
		min-width: 100px;
		padding: 12px 20px;
		font-size: 12px;
	}

	.history-section {
		padding: 40px 20px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.history-section h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.timeline {
		padding: 0;
	}

	.timeline::before {
		left: 15px;
		width: 2px;
	}

	.timeline-item {
		grid-template-columns: 40px 1fr;
		gap: 15px;
		margin-bottom: 30px;
	}

	.timeline-item:nth-child(even) {
		grid-template-columns: 40px 1fr;
	}

	.timeline-item:nth-child(even) .timeline-year,
	.timeline-item:nth-child(odd) .timeline-year {
		order: 1;
		text-align: center;
		padding: 0;
		font-size: 16px;
	}

	.timeline-item:nth-child(even) .timeline-content,
	.timeline-item:nth-child(odd) .timeline-content {
		order: 2;
		text-align: left;
		padding: 0;
	}

	.timeline-item::after {
		left: 15px;
		top: 15px;
		width: 10px;
		height: 10px;
	}

	.timeline-content h4 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.timeline-content p {
		font-size: 13px;
	}

	.worship-section {
		padding: 40px 20px;
		margin-left: 0;
		margin-right: 0;
		padding-left: 20px;
		padding-right: 20px;
	}

	.worship-section h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}

	.worship-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}

	.worship-card--solo {
		grid-column: 1;
	}

	.worship-card.worship-card--main {
		min-width: unset;
		width: 100%;
		max-width: 100%;
		padding: 24px 20px;
	}

	.worship-row {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.worship-card {
		padding: 20px 16px;
		text-align: center;
	}

	.worship-card h3 {
		font-size: 14px;
	}

	.worship-card .worship-detail {
		font-size: 13px;
	}

	.worship-card .worship-icon {
		font-size: 24px;
		margin-bottom: 8px;
	}
}

@media (max-width: 480px) {
	.about-page-title {
		min-height: 20vh;
	}

	.about-page-title h1 {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.about-page-title p {
		font-size: 14px;
	}

	.about-page-title .bible-verse p {
		font-size: 16px;
	}

	.about-page-title .verse-ref {
		font-size: 12px;
		margin-top: 10px;
	}

	.about-page-title .value-item {
		padding: 20px 15px;
		font-size: 14px;
	}

	.about-container {
		padding: 30px 12px;
		width: calc(100% - 24px);
	}

	.church-vision .bible-verse {
		padding: 20px;
		margin-bottom: 20px;
	}

	.church-vision .church-message p {
		font-size: 16px;
	}

	.vision-card {
		padding: 25px;
	}

	.vision-card h2 {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.vision-card p {
		font-size: 14px;
	}

	.pastor-section {
		padding: 30px 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.pastor-section h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.pastor-image {
		min-height: 250px;
	}

	.pastor-info {
		padding: 25px;
	}

	.pastor-info h3 {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.pastor-info h3 span {
		font-size: 12px;
	}

	.pastor-location {
		font-size: 12px;
	}

	.pastor-details p {
		font-size: 13px;
	}

	.pastor-details li {
		font-size: 12px;
		padding-left: 12px;
	}

	.history-section {
		padding: 30px 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.history-section h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.timeline-year {
		font-size: 14px;
	}

	.timeline-content h4 {
		font-size: 14px;
	}

	.timeline-content p {
		font-size: 12px;
	}

	.worship-section {
		padding: 30px 15px;
		padding-left: 15px;
		padding-right: 15px;
	}

	.worship-section h2 {
		font-size: 22px;
		margin-bottom: 25px;
	}

	.worship-card {
		padding: 18px 14px;
	}

	.worship-card h3 {
		font-size: 13px;
	}

	.worship-card .worship-icon {
		font-size: 22px;
		margin-bottom: 6px;
	}
}
