/* ================================
   ¼­ºê 3Â÷ ¸Þ´º
================================ */
.sub-depth-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 35px;
}

.sub-depth-item {
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 15px 22px;
	border: 1px solid #ddd;
	border-radius: 50px;
	background: #fff;
	color: #333;
	font-size: 1rem;
	font-weight: 600;
	text-decoration: none;
	transition: all .25s ease;
}

.sub-depth-item:hover {
	border-color: var(--bs-primary);
	color: var(--bs-primary);
	transform: translateY(-2px);
}

.sub-depth-item.active {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
	color: #fff;
	box-shadow: 0 8px 20px rgba(0,0,0,.12);
}

/* ================================
   ¼­ºê ³»¿ë ¹Ú½º
================================ */
.sub-page-box {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 20px;
	padding: 20px;
	box-shadow: 0 10px 35px rgba(0,0,0,.05);
}

.sub-title-box {
	text-align: center;
	margin-bottom: 35px;
}

.sub-title-line {
	width: 45px;
	height: 4px;
	background: var(--bs-primary);
	border-radius: 10px;
	margin: 0 auto 15px;
}

.sub-title-box h3 {
	font-size: 2rem;
	font-weight: 800;
	color: #222;
	margin-bottom: 10px;
}

.sub-title-box p {
	font-size: 1rem;
	color: #777;
	margin-bottom: 0;
}

.blank-content-box {
	min-height: 300px;
	padding: 30px 20px;
	border-radius: 16px;
	background: #fafafa;
	border: 1px dashed #ddd;
}

/* ÅÂºí¸´ */
@media (max-width: 991px) {
	.sub-depth-item {
		min-width: calc(50% - 10px);
		font-size: .95rem;
		padding: 14px 12px;
	}

	.sub-page-box {
		padding: 35px 25px;
	}

	.sub-title-box h3 {
		font-size: 1.7rem;
	}
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 575px) {
	.sub-depth-wrap {
		gap: 8px;
	}

	.sub-depth-item {
		width: 100%;
		min-width: 100%;
		border-radius: 12px;
	}

	.sub-page-box {
		padding: 28px 18px;
		border-radius: 16px;
	}

	.blank-content-box {
		padding: 25px 18px;
	}

	.sub-title-box h3 {
		font-size: 1.45rem;
	}
}

/* ¸ð¹ÙÀÏ select ±âº» ¼û±è */
.sub-depth-select-wrap {
	display: none;
	margin-bottom: 25px;
}

.sub-depth-select {
	width: 100%;
	height: 56px;
	padding: 0 45px 0 18px;
	border: 1px solid #ddd;
	border-radius: 14px;
	background-color: #fff;
	color: #222;
	font-size: 1rem;
	font-weight: 700;
	box-shadow: 0 6px 18px rgba(0,0,0,.06);
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 575px) {
	.sub-depth-wrap {
		display: none;
	}

	.sub-depth-select-wrap {
		display: block;
	}

	.sub-depth-select {
		appearance: auto;
		-webkit-appearance: auto;
	}
}



.parish-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 28px 14px 60px;
}

.section-title {
	margin: 0 0 14px;
	padding-bottom: 0;
	font-size: 20px;
	font-weight: bold;
	color: #222;
}


.saint-title {
	margin-top: 42px;
	margin-bottom: 14px;
	font-size: 20px;
	font-weight: bold;
	color: #222;
}

/* ================================
   °³È² Ç¥
================================ */
.parish-info-table {
	width: 100%;
	margin-bottom: 0;
	border-collapse: collapse;
	border-top: 1px solid var(--bs-aos);
	border-bottom: 1px solid var(--bs-aos);
	table-layout: fixed;
}

.parish-info-table th,
.parish-info-table td {
	padding: 14px 12px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	vertical-align: middle;
}

.parish-info-table th {
	width: 10%;
	background: #fbfbfb;
	text-align: center;
	font-weight: 600;
	color: #333;
}

.parish-info-table td {
	width: 40%;
	color: #222;
	word-break: keep-all;
}

.parish-info-table tr:last-child th,
.parish-info-table tr:last-child td {
	border-bottom: 0;
}

.parish-info-table th:last-child,
.parish-info-table td:last-child {
	border-right: 0;
}

.info-emphasis {
	color: #c66b00;
}

/* ================================
   ÁÖº¸¼ºÀÎ º»¹®
================================ */
.saint-content {
	line-height: 1.9;
	color: #333;
	text-align: justify;
	word-break: keep-all;
}

.saint-image {
	float: left;
	width: 250px;
	margin: 0 20px 10px 0;
}

.saint-image img {
	display: block;
	width: 100%;
	height: auto;
	border: 0;
}

.saint-content p {
	margin: 0 0 14px;
}

.saint-content::after {
	display: block;
	clear: both;
	content: "";
}

/* ================================
   ÅÂºí¸´
================================ */
@media (max-width: 991.98px) {
	.parish-wrap {
		padding-top: 22px;
	}

	.parish-info-table th,
	.parish-info-table td {
		padding: 10px 11px;
		font-size: 12px;
	}

	.saint-image {
		width: 220px;
		margin-right: 16px;
	}
}

/* ================================
   ¸ð¹ÙÀÏ
================================ */
@media (max-width: 767.98px) {
	body {
		font-size: 13px;
		line-height: 1.75;
	}

	.parish-wrap {
		padding: 18px 10px 40px;
	}

	.section-title,
	.saint-title {
		font-size: 16px;
	}

	.saint-title {
		margin-top: 30px;
	}

	/* PC¿ë Å×ÀÌºí ±¸Á¶¸¦ ¸ð¹ÙÀÏ¿¡¼­ ÇÑ ÁÙ¾¿ Ç¥½Ã */
	.parish-info-table,
	.parish-info-table tbody,
	.parish-info-table tr,
	.parish-info-table th,
	.parish-info-table td {
		display: block;
		width: 100%;
	}

	.parish-info-table {
		border-top: 1px solid var(--bs-aos);
		border-bottom: 1px solid var(--bs-aos);
	}

	.parish-info-table tr {
		display: grid;
		grid-template-columns: 105px minmax(0, 1fr);
	}

	.parish-info-table th,
	.parish-info-table td {
		min-height: 43px;
		padding: 10px 6px;
		border-right: 0;
		border-bottom: 1px solid #e5e5e5;
		font-size: 13px;
		letter-spacing:-.5px !important;
	}

	.parish-info-table th {
		display: flex;
		align-items: center;
		justify-content: center;
		background: #f8f8f8;
		border-right: 1px solid #ddd;
	}

	.parish-info-table td {
		display: flex;
		align-items: center;
		word-break: break-all;
	}

	.parish-info-table tr:last-child th,
	.parish-info-table tr:last-child td {
		border-bottom: 1px solid #e5e5e5;
	}

	.parish-info-table tr:last-child td:last-child {
		border-bottom: 0;
	}

	.saint-content {
		font-size: 13px;
		line-height: 1.85;
		text-align: left;
	}

	.saint-image {
		float: none;
		width: 100%;
		max-width: 330px;
		margin: 0 auto 18px;
	}
}



/* =========================================
   Ã»ÆÄµ¿¼º´ç ¿¬Çõ
========================================= */
.cpd-history {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
	padding: 15px 0 35px;
	text-align: left;
}

/* PC¡¤ÅÂºí¸´: Áß¾Ó ¼¼·Î¼± */
.cpd-history::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 2px;
	background: var(--bs-aos);
	transform: translateX(-50%);
}

.cpd-history-item {
	position: relative;
	display: flex;
	width: 100%;
	margin-bottom: 34px;
}

.cpd-history-item:last-child {
	margin-bottom: 0;
}

/* È¦¼ö ¹øÂ° ¿¬µµ: ¿ÞÂÊ */
.cpd-history-item:nth-child(odd) {
	justify-content: flex-start;
	padding-right: calc(50% + 38px);
}

/* Â¦¼ö ¹øÂ° ¿¬µµ: ¿À¸¥ÂÊ */
.cpd-history-item:nth-child(even) {
	justify-content: flex-end;
	padding-left: calc(50% + 38px);
}

/* Áß¾Ó ¿ø */
.cpd-history-dot {
	position: absolute;
	top: 29px;
	left: 50%;
	width: 24px;
	height: 24px;
	border: 4px solid var(--bs-aos);
	border-radius: 50%;
	background: #fff;
	transform: translateX(-50%);
	z-index: 3;
}

/* ¿¬Çõ Ä«µå */
.cpd-history-card {
	position: relative;
	width: 100%;
	padding: 26px 28px;
	border: 1px solid var(--bs-aos);
	background: #fffdfc;
	transition: all 0.25s ease;
}

.cpd-history-card:hover {
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transform: translateY(-3px);
}

/* Ä«µå »ï°¢Çü */
.cpd-history-item:nth-child(odd) .cpd-history-card::after {
	content: "";
	position: absolute;
	top: 28px;
	right: -9px;
	width: 16px;
	height: 16px;
	border-top: 1px solid var(--bs-aos);
	border-right: 1px solid var(--bs-aos);
	background: #fffdfc;
	transform: rotate(45deg);
}

.cpd-history-item:nth-child(even) .cpd-history-card::after {
	content: "";
	position: absolute;
	top: 28px;
	left: -9px;
	width: 16px;
	height: 16px;
	border-bottom: 1px solid var(--bs-aos);
	border-left: 1px solid var(--bs-aos);
	background: #fffdfc;
	transform: rotate(45deg);
}

/* ¿¬µµ */
.cpd-history-year {
	margin-bottom: 18px;
	color: #222;
	font-size: 1.75rem;
	font-weight: 700;
	line-height: 1;
}

/* ¼¼ºÎ ¿¬Çõ */
.cpd-history-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cpd-history-list li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
	color: #222;
	font-size: 0.98rem;
	line-height: 1.55;
}

.cpd-history-list li:last-child {
	margin-bottom: 0;
}

.cpd-history-date {
	flex: 0 0 82px;
	color: #222;
	font-weight: 700;
	white-space: nowrap;
}

/* dateView = YÀÎ °æ¿ì ³¯Â¥ °ø°£ Á¦°Å */
.cpd-history-date.is-empty {
	flex-basis: 0;
}

.cpd-history-text {
	flex: 1;
	min-width: 0;
	word-break: keep-all;
	overflow-wrap: break-word;
}

/* µî·ÏµÈ ¿¬ÇõÀÌ ¾ø´Â °æ¿ì */
.cpd-history-empty {
	padding: 60px 20px;
	border: 1px solid #e1e1e1;
	background: #fafafa;
	color: #777;
	text-align: center;
}

/* =========================================
   ½º¸¶Æ®Æù: ¿ÞÂÊ ¼¼·Î¼± ±âÁØ
========================================= */
@media (max-width: 767px) {

	.cpd-history {
		padding: 5px 0 25px 14px;
	}

	.cpd-history::before {
		left: 4px;
		transform: none;
	}

	.cpd-history-item,
	.cpd-history-item:nth-child(odd),
	.cpd-history-item:nth-child(even) {
		display: block;
		padding: 0 0 0 16px;
		margin-bottom: 22px;
	}

	.cpd-history-dot {
		top: 22px;
		left: -19px;
		width: 20px;
		height: 20px;
		border-width: 3px;
		transform: none;
	}

	.cpd-history-card {
		padding: 20px 16px;
	}

	.cpd-history-item:nth-child(odd) .cpd-history-card::after,
	.cpd-history-item:nth-child(even) .cpd-history-card::after {
		top: 23px;
		left: -8px;
		right: auto;
		width: 14px;
		height: 14px;
		border: 0;
		border-bottom: 1px solid var(--bs-aos);
		border-left: 1px solid var(--bs-aos);
		background: #fffdfc;
		transform: rotate(45deg);
	}

	.cpd-history-year {
		margin-bottom: 15px;
		font-size: 1.45rem;
	}

	.cpd-history-list li {
		margin-bottom: 9px;
		font-size: 0.88rem;
		line-height: 1.5;
	}

	.cpd-history-date {
		flex-basis: 62px;
		font-size: 0.86rem;
	}
}



/* =========================================
   Ã»ÆÄµ¿¼º´ç µÑ·¯º¸±â
========================================= */
.cpdsd-tour-wrap {
	width: 100%;
	text-align: left;
}

/* Ä«Å×°í¸® ¹öÆ° */
.category-btns .btn {
    font-size: 1rem;
    padding: .45rem .9rem;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 767.98px) {

    .category-btns .btn {
        font-size: 0.82rem;
        padding: .35rem .65rem;
    }

}


/* »ó´Ü ºÐ·ù ¸Þ´º */
.cpdsd-tour-category-line {
	margin-top: 20px;
	padding: 20px 0;
	border-top: 2px solid var(--bs-aos);
}

.cpdsd-tour-category {
	display: flex;
	align-items: center;
	gap: 0;
	margin-bottom: 30px;
	padding: 20px 0;
	border-bottom: 2px solid var(--bs-aos);
	overflow-x: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.cpdsd-tour-category a {
	position: relative;
	display: inline-block;
	padding: 0 16px;
	color: #999999;
	font-size: 0.95rem;
	text-decoration: none;
	transition: color 0.2s ease;
}

.cpdsd-tour-category a:first-child {
	padding-left: 0;
}

.cpdsd-tour-category a:not(:last-child)::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	width: 1px;
	height: 14px;
	background: #cccccc;
	transform: translateY(-50%);
}

.cpdsd-tour-category a:hover,
.cpdsd-tour-category a.active {
	color: #111111;
	font-weight: 700;
}

/* »çÁø ¸ñ·Ï */
.cpdsd-tour-grid {
	margin-bottom: 25px;
}

.cpdsd-tour-item {
	position: relative;
	display: block;
	width: 100%;
	height: 260px;
	border: 0;
	padding: 0;
	background: #f2f2f2;
	cursor: pointer;
	overflow: hidden;
}

.cpdsd-tour-item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.cpdsd-tour-item:hover img {
	transform: scale(1.08);
}

/* ¸¶¿ì½º¸¦ ¿Ã·ÈÀ» ¶§ ³ªÅ¸³ª´Â ¹ÝÅõ¸í ¿µ¿ª */
.cpdsd-tour-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
	background: rgba(0, 0, 0, 0);
	transition: background 0.3s ease;
}

.cpdsd-tour-title {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.45;
	text-align: center;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
	opacity: 0;
	transform: translateY(10px);
	transition: all 0.3s ease;
	word-break: keep-all;
}

.cpdsd-tour-item:hover .cpdsd-tour-overlay {
	background: rgba(0, 0, 0, 0.38);
}

.cpdsd-tour-item:hover .cpdsd-tour-title {
	opacity: 1;
	transform: translateY(0);
}

/* ¸ñ·ÏÀÌ ¾ø´Â °æ¿ì */
.cpdsd-tour-empty {
	margin-bottom: 30px;
	padding: 70px 20px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	color: #888888;
	text-align: center;
}

/* ÇÏ´Ü ¿µ¿ª */
.cpdsd-tour-bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 10px;
	padding-top: 30px;
	border-top: 2px solid #ddd;
}

/* ¸ñ·Ï ¹öÆ° */
.cpdsd-tour-reset {
	position: absolute;
	top: 60px;
	right: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 43px;
	border: 0;
	background: #ff6b61;
	color: #ffffff;
	font-size: 0.92rem;
	font-weight: 600;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.cpdsd-tour-reset:hover {
	color: #ffffff;
	opacity: 0.85;
}

/* =========================================
   »çÁø ¸ð´Þ
========================================= */
#cpdsdTourModal .modal-content {
	border: 0;
	border-radius: 0;
	background: #111111;
}

#cpdsdTourModal .modal-header {
	padding: 12px 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: #111111;
}

#cpdsdTourModal .modal-title {
	color: #ffffff;
	font-size: 1rem;
	font-weight: 600;
}

#cpdsdTourModal .btn-close {
	filter: invert(1);
	opacity: 0.9;
}

#cpdsdTourModal .modal-body {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 300px;
	padding: 10px;
	background: #111111;
}

#cpdsdTourModalImg {
	display: block;
	max-width: 100%;
	max-height: 82vh;
	object-fit: contain;
}

#cpdsdTourModal .modal-footer {
	justify-content: center;
	padding: 10px 18px 14px;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	background: #111111;
}

#cpdsdTourModalCaption {
	margin: 0;
	color: #eeeeee;
	font-size: 0.95rem;
	text-align: center;
}

/* =========================================
   ¹ÝÀÀÇü
========================================= */
@media (max-width: 991px) {
	.cpdsd-tour-item {
		height: 200px;
	}
}

@media (max-width: 767px) {
	.cpdsd-tour-category {
		margin-bottom: 24px;
		padding: 13px 0;
	}

	.cpdsd-tour-category a {
		padding: 0 12px;
		font-size: 0.86rem;
	}

	.cpdsd-tour-item {
		height: 145px;
	}

	/* ¸ð¹ÙÀÏ¿¡¼­´Â Á¦¸ñÀ» Ç×»ó Ç¥½Ã */
	.cpdsd-tour-overlay {
		align-items: flex-end;
		padding: 10px;
		background: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.65),
			rgba(0, 0, 0, 0)
		);
	}

	.cpdsd-tour-title {
		width: 100%;
		font-size: 0.78rem;
		opacity: 1;
		transform: none;
	}

	.cpdsd-tour-item:hover .cpdsd-tour-overlay {
		background: linear-gradient(
			to top,
			rgba(0, 0, 0, 0.65),
			rgba(0, 0, 0, 0)
		);
	}

	.cpdsd-tour-bottom {
		display: block;
		padding-top: 30px;
	}

	.cpdsd-tour-pagination {
		flex-wrap: wrap;
	}

	.cpdsd-tour-pagination a,
	.cpdsd-tour-pagination span {
		width: 34px;
		height: 34px;
		font-size: 0.82rem;
	}

	.cpdsd-tour-reset {
		position: static;
		width: 100%;
		margin-top: 22px;
	}
}


/* =========================================
   ½ÅºÎ´Ô ¼Ò°³
========================================= */
.cpdsd-priest-wrap {
	width: 100%;
	text-align: left;
}

.cpdsd-priest-row {
	align-items: stretch;
}

/* ¿ÞÂÊ ÇÁ·ÎÇÊ ¹Ú½º */
.cpdsd-priest-profile {
	display: flex;
	align-items: center;
	min-height: 340px;
	padding: 30px;
	background: #f7f7f7;
	border-radius: 10px !important
}

.cpdsd-priest-photo {
	flex: 0 0 210px;
	width: 210px;
	height: 280px;
	background: #e9e9e9;
	overflow: hidden;
}

.cpdsd-priest-photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.cpdsd-priest-info {
	flex: 1;
	padding-left: 30px;
	color: #333;
}

.cpdsd-priest-name {
	margin-bottom: 25px;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.5;
}

.cpdsd-priest-desc {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cpdsd-priest-desc li {
	margin-bottom: 14px;
	font-size: 1rem;
	line-height: 1.5;
}

.cpdsd-priest-desc li:last-child {
	margin-bottom: 0;
}

.cpdsd-priest-label {
	display: inline-block;
	margin-right: 5px;
	color: #111;
	font-weight: 500;
}

/* ¿À¸¥ÂÊ ¾à·Â Å×ÀÌºí */
.cpdsd-priest-career {
	width: 100%;
	height: 100%;
	border-top: 2px solid var(--bs-aos);
	border-bottom: 2px solid var(--bs-aos);
}

.cpdsd-priest-career table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
}

.cpdsd-priest-career th,
.cpdsd-priest-career td {
	padding: 14px 20px;
	border-bottom: 1px solid #dddddd;
	color: #333;
	font-size: 0.98rem;
	line-height: 1.45;
	vertical-align: middle;
}

.cpdsd-priest-career tr:last-child th,
.cpdsd-priest-career tr:last-child td {
	border-bottom: 0;
}

.cpdsd-priest-career th {
	width: 180px;
	border-right: 1px solid #dddddd;
	font-size: 1.05rem;
	font-weight: 500;
	text-align: center;
	white-space: nowrap;
}

.cpdsd-priest-career td {
	word-break: keep-all;
	overflow-wrap: break-word;
}

.cpdsd-priest-empty {
	padding: 60px 20px;
	border: 1px solid #e5e5e5;
	background: #fafafa;
	color: #777;
	text-align: center;
}

/* =========================================
   ÅÂºí¸´
========================================= */
@media (max-width: 991px) {
	.cpdsd-priest-profile {
		min-height: auto;
		margin-bottom: 25px;
	}
}

/* =========================================
   ¸ð¹ÙÀÏ
========================================= */
@media (max-width: 767px) {
	.cpdsd-priest-profile {
		display: block;
		padding: 24px 18px;
		text-align: center;
	}

	.cpdsd-priest-photo {
		width: 190px;
		height: 250px;
		margin: 0 auto 22px;
	}

	.cpdsd-priest-info {
		padding-left: 0;
		text-align: center;
	}

	.cpdsd-priest-name {
		margin-bottom: 18px;
		font-size: 1rem;
	}

	.cpdsd-priest-desc li {
		margin-bottom: 9px;
		font-size: 0.92rem;
	}

	.cpdsd-priest-career th,
	.cpdsd-priest-career td {
		padding: 12px 10px;
		font-size: 0.88rem;
	}

	.cpdsd-priest-career th {
		width: 95px;
		font-size: 0.9rem;
	}
}

@media (max-width: 420px) {
	.cpdsd-priest-career th,
	.cpdsd-priest-career td {
		display: block;
		width: 100%;
		border-right: 0;
		text-align: left;
	}

	.cpdsd-priest-career th {
		padding-bottom: 4px;
		border-bottom: 0;
		color: #111;
		font-weight: 700;
	}

	.cpdsd-priest-career td {
		padding-top: 0;
	}
}



/* =========================================
   ¼öµµÀÚ / ¼ö³à´Ô ¸í´Ü Å×ÀÌºí
========================================= */
.cpdsd-sister-table-wrap {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.cpdsd-sister-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	border-top: 2px solid var(--bs-aos);
	border-bottom: 1px solid #dddddd;
	text-align: center;
}

.cpdsd-sister-table th,
.cpdsd-sister-table td {
	padding: 15px 18px;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
	color: #333333;
	font-size: 0.98rem;
	line-height: 1.45;
	vertical-align: middle;
	word-break: keep-all;
}

.cpdsd-sister-table th:last-child,
.cpdsd-sister-table td:last-child {
	border-right: 0;
}

.cpdsd-sister-table thead th {
	background: #fffdfc;
	color: #222222;
	font-weight: 700;
}

.cpdsd-sister-table tbody tr:hover td {
	background: #fafafa;
}

.cpdsd-sister-name {
	font-weight: 500;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 767px) {
	.cpdsd-sister-table {
		min-width: 680px;
	}

	.cpdsd-sister-table th,
	.cpdsd-sister-table td {
		padding: 12px 10px;
		font-size: 0.88rem;
	}
}


/* =========================================
   ¿ª´ë ½ÅºÎ´Ô »çÁø ¸ñ·Ï
========================================= */
.cpdsd-father-gallery {
	width: 100%;
	padding: 28px 0;
	border-top: 2px solid #e53935;
	border-bottom: 2px solid #e53935;
	text-align: left;
}

.cpdsd-father-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 34px 24px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.cpdsd-father-item {
	background: #fff;
}

.cpdsd-father-photo {
	width: 100%;
	height: 400px;
	margin-bottom: 16px;
	border-radius: 30px !important;
	background: #f2f2f2;
	overflow: hidden;
}

.cpdsd-father-photo img {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 30px !important;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.cpdsd-father-item:hover .cpdsd-father-photo img {
	transform: scale(1.05);
}

.cpdsd-father-info {
	text-align: center;
	color: #333;
}

.cpdsd-father-order {
	margin-bottom: 2px;
	color: #e53935;
	font-size: 0.9rem;
	font-weight: 700;
}

.cpdsd-father-name {
	margin-bottom: 4px;
	color: #222;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.4;
}

.cpdsd-father-cname {
	margin-left: 4px;
	font-weight: 500;
}

.cpdsd-father-period {
	color: #666;
	font-size: 0.92rem;
	line-height: 1.4;
}

/* ÅÂºí¸´ */
@media (max-width: 991px) {
	.cpdsd-father-list {
		grid-template-columns: repeat(3, 1fr);
	}

	.cpdsd-father-photo {
		height: 300px;
	}
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 767px) {
	.cpdsd-father-gallery {
		padding: 22px 0;
	}

	.cpdsd-father-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 28px 14px;
	}

	.cpdsd-father-photo {
		height: 250px;
		margin-bottom: 12px;
	}

	.cpdsd-father-order {
		font-size: 0.8rem;
	}

	.cpdsd-father-name {
		font-size: 0.92rem;
	}

	.cpdsd-father-period {
		font-size: 0.8rem;
	}
}

/* ¾ÆÁÖ ÀÛÀº ¸ð¹ÙÀÏ */
@media (max-width: 420px) {
	.cpdsd-father-photo {
		height: 200px;
	}
}



.mass-table{
    border-top:2px solid var(--bs-aos);
}

.mass-table th{
    background:#fafafa;
    font-weight:600;
    color:#222;
    text-align:center;
    vertical-align:middle;
}

.mass-table td{
    padding:14px 10px;
    text-align:center;
    vertical-align:middle;
}

@media (max-width:768px){

    .mass-table th,
    .mass-table td{
        font-size:14px;
        padding:10px 5px;
    }
}


.church-overlay{
    position:relative;
    background:#053272;
    color:#fff;
    padding:10px 18px;
    border-radius:30px;
    font-size:15px;
    font-weight:700;
    white-space:nowrap;
    box-shadow:0 4px 12px rgba(0,0,0,.2);
    border:2px solid #fff;
}

.church-overlay:after{
    content:"";
    position:absolute;
    left:50%;
    bottom:-10px;
    margin-left:-8px;
    border-width:10px 8px 0 8px;
    border-style:solid;
    border-color:#053272 transparent transparent transparent;
}


/* =========================================
   ºÐ°úÀ§¿øÈ¸ ¼Ò°³
========================================= */
.cpdsd-committee-wrap {
	width: 100%;
	text-align: left;
}

.cpdsd-committee-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.cpdsd-committee-item {
	margin-bottom: 34px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eeeeee;
}

.cpdsd-committee-item:last-child {
	margin-bottom: 0;
}

.cpdsd-committee-title {
	margin-bottom: 10px;
	color:  var(--bs-aos);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.4;
}

.cpdsd-committee-title-noInfo {
	margin-bottom: 10px;
	color:  var(--bs-aos);
	font-size: 1.15rem;
	font-weight: 700;
	line-height: 1.4;
	border-bottom: 1px solid var(--bs-aos);
	padding-bottom: 14px;	
}

/* ºÐ°úÀå / È¸ÇÕ³¯Â¥ / È¸ÇÕÀå¼Ò */
.cpdsd-committee-info {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 10px;
	margin-bottom: 18px;
	padding: 14px 18px;
	background: #fafafa;
	border-top: 1px solid var(--bs-aos);
	border-bottom: 1px solid #eeeeee;
}

.cpdsd-committee-info span {
	display: inline-flex;
	align-items: center;
	color: #444444;
	font-size: 0.95rem;
	line-height: 1.4;
}

.cpdsd-committee-info span:not(:last-child)::after {
	content: "";
	display: inline-block;
	width: 1px;
	height: 13px;
	margin-left: 10px;
	background: #cccccc;
}

.cpdsd-committee-label {
	margin-right: 6px;
	color: #222222;
	font-weight: 700;
}

/* ¼Ò°³±Û */
.cpdsd-committee-desc {
	padding: 6px 6px 0 6px;
	color: #333333;
	font-size: 0.98rem;
	line-height: 1.75;
	word-break: keep-all; overflow-wrap: break-word;
}

.cpdsd-committee-desc p {
	margin: 0 0 8px;
}

.cpdsd-committee-desc p:last-child {
	margin-bottom: 0;
}

.cpdsd-committee-desc ul {
	margin: 8px 0 0;
	padding: 0;
	list-style: none;
}

.cpdsd-committee-desc li {
	position: relative;
	margin-bottom: 5px;
	padding-left: 13px;
}

.cpdsd-committee-desc li::before {
	content: "-";
	position: absolute;
	top: 0;
	left: 0;
	color: #555555;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 767px) {
	.cpdsd-committee-item {
		margin-bottom: 26px;
		padding-bottom: 24px;
	}

	.cpdsd-committee-title {
		font-size: 1.05rem;
	}

	.cpdsd-committee-info {
		display: block;
		padding: 13px 14px;
	}

	.cpdsd-committee-info span {
		display: block;
		margin-bottom: 7px;
		font-size: 0.9rem;
	}

	.cpdsd-committee-info span:last-child {
		margin-bottom: 0;
	}

	.cpdsd-committee-info span:not(:last-child)::after {
		display: none;
	}

	.cpdsd-committee-desc {
		font-size: 0.9rem;
		line-height: 1.65;
	}
}



.board-top {
	padding: 10px;
	border-bottom: 1px solid #e5e5e5;
}
.board-top form {
	margin: 0;
}
.board-top select,
.board-top button {
	height: 38px;
	font-size: 15px;
}
.board-top select {
	padding: 0 10px;
	border: 1px solid #ccc;
}
.board-top button {
	padding: 0 16px;
	border: 1px solid #333;
	background: #333;
	color: #fff;
	cursor: pointer;
}
.board-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}
.board-table th,
.board-table td {
	padding: 16px 12px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 15px;
}
.board-table th {
	background: #f0f0f0;
	font-weight: 700;
}
.board-table td.num {
	width: 80px;
	text-align: center;
}
.board-table td.subject {
	text-align: left;
}
.board-table td.date {
	width: 140px;
	text-align: center;
	color: #888;
}
.board-table td.subject a {
	color: #111;
	text-decoration: none;
}
.board-table td.subject a:hover {
	text-decoration: underline;
}
.no-data {
	padding: 50px 20px;
	text-align: center;
	color: #888;
}
@media (max-width: 768px) {
	.board-title {
		font-size: 20px;
	}
	.board-table th,
	.board-table td {
		padding: 12px 8px;
		font-size: 14px;
	}
	.board-table td.num {
		width: 55px;
	}
	.board-table td.date {
		width: 110px;
		font-size: 13px;
	}
}


/* °¶·¯¸® ½æ³×ÀÏ */
.cp-photo-thumb {
	cursor: zoom-in;
	transition: opacity .2s ease;
}

.cp-photo-thumb:hover {
	opacity: .9;
}

/* ÀüÃ¼È­¸é »çÁø ¸ð´Þ */
.cp-photo-modal .modal-content {
	background: rgba(0, 0, 0, .94);
	border: 0;
	height: 100vh;
}

.cp-photo-modal .modal-header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 20;
	border: 0;
	color: #fff;
	background: linear-gradient(to bottom, rgba(0,0,0,.7), rgba(0,0,0,0));
}

.cp-photo-modal .modal-title {
	font-size: .95rem;
	font-weight: 600;
}

.cp-photo-modal .modal-body {
	position: relative;
	height: 100vh;
	padding: 70px 75px 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

#photoModalImg {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	border-radius: 6px;
}

.cp-photo-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 30;
	width: 54px;
	height: 54px;
	border: 0;
	border-radius: 50%;
	background: rgba(255,255,255,.18);
	color: #fff;
	font-size: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cp-photo-nav:hover {
	background: rgba(255,255,255,.32);
}

.cp-photo-prev {
	left: 20px;
}

.cp-photo-next {
	right: 20px;
}

@media (max-width: 768px) {
	.cp-photo-modal .modal-body {
		padding: 60px 15px 75px;
	}

	.cp-photo-nav {
		top: auto;
		bottom: 20px;
		transform: none;
		width: 44px;
		height: 44px;
		font-size: 1.2rem;
	}

	.cp-photo-prev {
		left: 20px;
	}

	.cp-photo-next {
		right: 20px;
	}

	.cp-photo-modal .modal-title {
		font-size: .85rem;
	}
}


/* ================================
   ³¯Â¥ ¹Ù·Î ¾Æ·¡ Àü·Ê·Â Ç¥½Ã
================================ */
.fc-liturgy-text {
	display: block;
	clear: both;
	margin: 2px 6px 3px 6px;
	font-size: 12px;
	line-height: 1.25;
	font-weight: 700;
	color: #8a004f;
	letter-spacing: -0.7px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Àü·Ê·Â ¾Æ·¡ ÀÏ¹Ý ÀÏÁ¤°ú °£°Ý */
.fc .fc-daygrid-day-events {
	margin-top: 2px !important;
}

/* ¸ð¹ÙÀÏ Àü·Ê·Â ±ÛÀÚ */
@media (max-width: 768px) {
	.fc-liturgy-text {
		font-size: 11px;
		margin: 1px 4px 2px 4px;
		letter-spacing: -0.8px;
	}
}