/* ================================
   ¼­ºê 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;
	}
}


.timeline-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}

.timeline-item {
  background: #fff;
  border-left: 5px solid #444;
  margin-bottom: 20px;
  padding: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.timeline-date {
  font-weight: bold;
  font-size: 1.1rem;
  color: #000;
  margin-bottom: 10px;
}

.timeline-content ul {
  padding-left: 20px;
  margin: 0;
}

.timeline-content li {
  margin-bottom: 8px;
  line-height: 1.6;
}

@media (max-width: 600px) {
  .timeline-container {
	padding: 10px;
  }

  .timeline-item {
	padding: 15px;
  }

  .timeline-date {
	font-size: 1rem;
  }
}



.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 28px;
	}

	.cpd-history::before {
		left: 9px;
		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;
}

/* »ó´Ü ºÐ·ù ¸Þ´º */
.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: 200px;
	}
}

/* ¸ð¹ÙÀÏ */
@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: 170px;
		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: 145px;
	}
}



.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: 20px 20px 0 20px;
	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;
	}
}

/*=============================
  ´ë°ü°ü·Ã
=============================*/
/* Ä«µå */
.facility-card {
  background:#fff;
  border-radius:16px;
  box-shadow:0 3px 10px rgba(0,0,0,0.05);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease;
  height:100%;
}
.facility-card:hover {
  transform:translateY(-3px);
  box-shadow:0 6px 16px rgba(0,0,0,0.08);
}

.facility-info { padding: 1.6rem 1.2rem; }
.facility-info h5 { font-weight:700; color:var(--brand); margin-bottom:1rem; }

/* Ç×¸ñ Á¤·Ä */
.info-row {
  display:flex;
  align-items:flex-start;
  margin-bottom:0.4rem;
}
.info-label {
  flex:0 0 80px;
  color:#444;
  font-weight:600;
  font-size:0.9rem;
}
.info-value {
  flex:1;
  color:#555;
  font-size:0.9rem;
  word-break:keep-all;
  line-height:1.4;
}

/* ÀÌ¹ÌÁö */
.facility-img {
  position:relative;
  height:600px;
  overflow:hidden;
}
.facility-img img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .3s ease;
}
.facility-card:hover .facility-img img { transform:scale(1.05); }

/* ¹öÆ° */
.btn-rent {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  width:100%;
  background:var(--point);
  color:#fff !important;
  border:none;
  border-radius:8px;
  padding:10px 20px;
  font-weight:600;
  font-size:0.95rem;
  transition:background 0.2s ease;
  margin-top:1.2rem;
  text-decoration:none !important;
}
.btn-rent:hover {
  background:#3b39d0;
  color:#fff !important;
}

/* ³×ºñ°ÔÀÌ¼Ç */
.progress-steps {
  max-width: 900px;
  margin: 0 auto;
}
.progress-steps .step {
  text-align: center;
  position: relative;
  flex: 1;
  color: #999;
}
.progress-steps .circle {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50%;
  border: 2px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #999;
  background: #fff;
  transition: all 0.3s;
}
.progress-steps .line {
  flex: 0 0 60px;
  height: 2px;
  background: #ddd;
}
.progress-steps .step span {
  display: block;
  margin-top: 6px;
  font-size: 0.9rem;
  font-weight: 600;
}
.progress-steps .step.active .circle {
  background: #053272;
  color: #fff;
  border-color: #053272;
}
.progress-steps .step.active span {
  color: #053272;
}
.progress-steps .step.active + .line {
  background: #053272;
}
/* ³×ºñ°ÔÀÌ¼Ç */

/* ½ÅÃ»ÇÏ±â */
.section-box {
  background:#fff;
  border-radius:16px;
  box-shadow:0 2px 8px rgba(0,0,0,0.05);
  padding:2rem;
  margin-bottom:2rem;
}
.btn-toggle {
  border:1px solid #ccc;
  border-radius:50px;
  padding:8px 25px;
  font-weight:600;
  background:#fff;
  color:#333;
  transition:.2s;
}
.btn-toggle.active {
  background:#053272;
  color:#fff;
  border-color:#053272;
}
.table-info td {
  padding:6px 10px;
  vertical-align:middle;
  font-size:0.9rem;
}
label.form-label {
  font-weight: 600;
  margin: 4px 0 0 6px;
}
input, select, textarea {
  font-size:0.9rem !important;
}
.info-photo {
  border-radius:12px;
  overflow:hidden;
  margin-bottom:1rem;
}
.info-photo img {
  width:100%;
  height:auto;
  object-fit:cover;
}
.price-table {
  border-radius:12px;
  background:#f9fafc;
  font-size:0.9rem;
}
.price-table th {
  background:#f1f3f8;
  color:#053272;
  text-align:center;
}
.price-table td {
  text-align:center;
  vertical-align:middle;
}
.btn-next {
  background:linear-gradient(90deg,#053272,#5E5BEF);
  color:#fff;
  border:none;
  padding:14px 30px;
  border-radius:50px;
  font-weight:600;
}
.btn-cancel {
  background:#dee2e6;
  color:#555;
  border:none;
  padding:14px 30px;
  border-radius:50px;
  font-weight:600;
}
/* ½ÅÃ»ÇÏ±â */

/* ÀÌ¿ëÀÏÀÚ ¼±ÅÃ °ü·Ã */
.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
  text-align: center;
}

.calendar-week {
  font-weight: 600;
  padding: 6px 0;
}

.calendar-day {
  padding: 10px 0;
  border: 1px solid #dee2e6;
  border-radius: 6px;
  cursor: pointer;
}

.calendar-day:hover {
  background: #0d6efd;
  color: #fff;
}

.calendar-day.disabled {
  background: #f1f1f1;
  color: #aaa;
  cursor: not-allowed;
}
/* ÀÌ¿ëÀÏÀÚ ¼±ÅÃ °ü·Ã */

/* ÀÌ¿ë½Ã°£ Å×ÀÌºí ¼±ÅÃ °ü·Ã */
.time-table {
  border-collapse: collapse;
  width: 100%;
}

.time-table th,
.time-table td {
  border: 1px solid #ddd;
  text-align: center;
  height: 34px;
  font-size: 13px;
}

.time-cell.available {
  cursor: pointer;
  background: #fff;
}

.time-cell.reserved {
  background: #e53935;
  color: #fff;
  cursor: not-allowed;
}

.time-cell.disabled {
  background: #f2f2f2;
  color: #999;
  cursor: not-allowed;
}

.time-cell.selected {
  background: #0d6efd;
  color: #fff;
  font-weight: 600;
}

/* ±¸ºÐÇ¥ */
.status-label {
	margin-right: 10px;
	display: inline-flex;
	align-items: center;
	gap: 5px;
}
.status-label input[type="checkbox"] {
	margin: 0;
}
.status-ok {
	color: #111;
	background-color: white;
	border: 1px solid #ddd;
	padding: 2px 12px;
}
.status-complete {
	color: white;
	background-color: red;
	border: none;
	padding: 2px 12px;
}
.status-not-available {
	color: #aaa;
	background-color: #ddd;
	border: none;
	padding: 2px 12px;
}
.status-selected {
	color: white;
	background-color: #0d6efd;
	border: none;
	padding: 2px 12px;
}

/* ÀÌ¿ë½Ã°£ Å×ÀÌºí ¼±ÅÃ °ü·Ã */


/* µ¿ÀÇ */
.rule-box {
  background:#fff;
  border-radius:16px;
  box-shadow:0 2px 8px rgba(0,0,0,0.05);
  padding:2rem;
  margin-bottom:2rem;
}
.scroll-box {
  height:200px;
  overflow-y:auto;
  border:1px solid #ddd;
  border-radius:8px;
  padding:1rem;
  background:#fafafa;
  font-size:0.9rem;
  line-height:1.5;
}
.btn-choice {
  border:1px solid #ccc;
  border-radius:30px;
  padding:8px 25px;
  font-weight:600;
  background:#fff;
  color:#333;
  transition:.2s;
}
.btn-choice.active {
  background:#053272;
  color:#fff;
  border-color:#053272;
}

.btn-gradient {
  background:linear-gradient(90deg,#053272,#5E5BEF);
  color:#fff;
  border:none;
  border-radius:50px;
  padding:14px 36px;
  font-weight:600;
}

canvas#signature {
  width:100%;
  height:220px;
  background:#f2f2f2;
  border-radius:8px;
  border:1px solid #ccc;
}

canvas.sig {
	width: 100%;
	height: 320px;               /* ¡ç ÇÊ¼ö */
	border: 1px solid #dee2e6;   /* º¸ÀÌ°Ô */
	background:#f2f2f2;
	display: block;
	touch-action: none;          /* ¸ð¹ÙÀÏ ½ºÅ©·Ñ ¹æÁö */
	cursor:url('/image/pen.png') 4 28, crosshair;
}
/* µ¿ÀÇ */

/*** ¿ÜºÎÇÁ·Î±×·¥ ¸ñ·Ï Start ***/
.outside-program-wrap {
	width: 100%;
	margin: 0 auto;
}

.outside-program-list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 30px 24px;
}

.outside-program-item {
	min-width: 0;
}

.outside-program-card {
	display: block;
	height: 100%;
	background: #fff;
	border: 1px solid #e7e7e7;
	border-radius: 14px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: all .25s ease;
}

.outside-program-card:hover {
	color: inherit;
	text-decoration: none;
	transform: translateY(-5px);
	border-color: #d5d5d5;
	box-shadow: 0 12px 30px rgba(0, 0, 0, .10);
}

.outside-program-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #f5f5f5;
}

.outside-program-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease;
}

.outside-program-card:hover .outside-program-img {
	transform: scale(1.05);
}

.outside-program-no-img {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #f4f5f7;
	color: #aaa;
	font-size: 15px;
	font-weight: 500;
}

.outside-program-info {
	padding: 20px 18px 22px 18px;
}

.outside-program-name {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	color: #222;
	letter-spacing: -.5px;
	word-break: keep-all;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	min-height: 60px;
}

.outside-program-card:hover .outside-program-name {
	color: var(--bs-primary);
}

.outside-program-empty {
	padding: 80px 20px;
	text-align: center;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fafafa;
	color: #777;
	font-size: 16px;
}

@media (max-width: 1199.98px) {
	.outside-program-list {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 25px 20px;
	}
}

@media (max-width: 991.98px) {
	.outside-program-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 22px 18px;
	}

	.outside-program-title h2 {
		font-size: 28px;
	}
}

@media (max-width: 575.98px) {
	.outside-program-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 15px 10px;
	}

	.outside-program-card {
		border-radius: 10px;
	}

	.outside-program-info {
		padding: 14px 12px 16px 12px;
	}

	.outside-program-name {
		font-size: 12px;
		line-height: 1.45;
		min-height: 44px;
	}

	.outside-program-title {
		margin-bottom: 25px;
	}

	.outside-program-title h2 {
		font-size: 24px;
	}

	.outside-program-title p {
		font-size: 14px;
	}
}

.outside-program-search {
	max-width: 650px;
	margin: 0 auto 40px auto;
}

.outside-program-search-box {
	display: flex;
	align-items: center;
	gap: 8px;
}

.outside-program-search-box .form-control {
	height: 52px;
	padding: 0 18px;
	border: 1px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
}

.outside-program-search-box .form-control:focus {
	border-color: var(--bs-primary);
	box-shadow: 0 0 0 3px rgba(var(--bs-primary-rgb), .10);
}

.outside-program-search-box .btn {
	flex: 0 0 auto;
	height: 52px;
	padding: 0 25px;
	border-radius: 8px;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;
}

@media (max-width: 575.98px) {
	.outside-program-search {
		margin-bottom: 30px;
	}

	.outside-program-search-box .form-control {
		height: 48px;
		font-size: 14px;
	}

	.outside-program-search-box .btn {
		height: 48px;
		padding: 0 16px;
		font-size: 14px;
	}
}


.outside-content {
	font-size: 1.15rem;
	line-height: 1.8;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.outside-content img {
	max-width: 100% !important;
	height: auto !important;
}

.outside-content iframe {
	max-width: 100%;
}
/*** ¿ÜºÎÇÁ·Î±×·¥ ¸ñ·Ï End ***/


/* =========================================================
   2026 Ã»³â»ýÈ°¹ÐÂøÁö¿ø - ÀÌ»çÂ÷·®Áö¿ø
========================================================= */
.move-support-wrap {
	margin: 0 auto;
	color: #252525;
}
.move-support-head {
	position: relative;
	overflow: hidden;
	padding: 55px 50px;
	border-radius: 24px;
	background: linear-gradient(135deg, #f0fff9 0%, #f5fbff 55%, #eef5ff 100%);
	border: 1px solid #dcefe8;
	margin-bottom: 30px;
}
.move-support-head::before {
	content: "";
	position: absolute;
	width: 250px;
	height: 250px;
	right: -70px;
	top: -90px;
	border-radius: 50%;
	background: rgba(56, 193, 148, 0.08);
}
.move-support-head::after {
	content: "";
	position: absolute;
	width: 170px;
	height: 170px;
	right: 80px;
	bottom: -100px;
	border-radius: 50%;
	background: rgba(61, 134, 230, 0.06);
}
.move-head-inner {
	position: relative;
	z-index: 2;
}
.move-support-badge {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	padding: 7px 14px;
	margin-bottom: 15px;
	border-radius: 30px;
	background: #19a974;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.move-support-title {
	margin: 0 0 8px;
	font-size: 38px;
	font-weight: 800;
	letter-spacing: -1.5px;
	color: #17282c;
}
.move-support-subtitle {
	margin: 0 0 22px;
	font-size: 20px;
	font-weight: 700;
	color: #17815f;
}
.move-support-desc {
	margin: 0;
	font-size: 17px;
	line-height: 1.8;
	color: #4f5d5a;
}
.move-support-desc strong {
	color: #202c29;
	font-weight: 700;
}
.move-section {
	margin-bottom: 22px;
	padding: 32px 36px;
	background: #fff;
	border: 1px solid #e5e9e8;
	border-radius: 18px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.035);
}
.move-section-title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	padding-bottom: 17px;
	border-bottom: 1px solid #edf0ef;
	font-size: 21px;
	font-weight: 800;
	color: #202a28;
}
.move-section-title .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 42px;
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background: #eaf9f3;
	color: #15966b;
	font-size: 18px;
}
.move-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.move-info-list > li {
	position: relative;
	margin-bottom: 12px;
	padding-left: 23px;
	font-size: 16px;
	line-height: 1.75;
	color: #404846;
}
.move-info-list > li:last-child {
	margin-bottom: 0;
}
.move-info-list > li::before {
	content: "";
	position: absolute;
	left: 4px;
	top: 11px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #18aa79;
}
.move-info-list ul {
	margin-top: 8px;
	padding-left: 20px;
}
.move-info-list ul li {
	margin: 5px 0;
	line-height: 1.65;
}
.move-highlight {
	font-weight: 700;
	color: #137c5b;
}
.move-warning {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-top: 15px;
	padding: 14px 17px;
	border-radius: 11px;
	background: #fff3f2;
	border: 1px solid #ffd9d5;
	color: #e14434;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.65;
}
.move-warning i {
	margin-top: 3px;
}
.move-limit {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: 14px;
	padding: 8px 13px;
	background: #f2f6f5;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #4a5653;
}
.move-schedule-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
}
.move-schedule-box {
	padding: 21px 22px;
	background: #f8faf9;
	border-radius: 12px;
	border: 1px solid #edf0ef;
}
.move-schedule-box.full {
	grid-column: 1 / -1;
}
.move-schedule-label {
	display: block;
	margin-bottom: 7px;
	font-size: 14px;
	font-weight: 700;
	color: #15966b;
}
.move-schedule-value {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.7;
	color: #343c3a;
}
.move-schedule-note {
	display: block;
	margin-top: 8px;
	color: #777;
	font-size: 14px;
	font-weight: 400;
}
.move-support-main {
	padding: 25px;
	background: #f7fffb;
	border: 1px solid #d9f1e7;
	border-radius: 14px;
	margin-bottom: 20px;
}
.move-support-main-title {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
	color: #147c5a;
	font-size: 18px;
	font-weight: 800;
}
.move-support-main-desc {
	color: #343d3b;
	font-size: 16px;
	line-height: 1.75;
}
.move-support-main-desc strong {
	font-weight: 800;
	color: #202b28;
}
.move-notice-small {
	display: block;
	margin-top: 6px;
	color: #727b79;
	font-size: 14px;
}
.move-step-wrap {
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.move-step {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	padding: 18px 20px;
	background: #fafcfc;
	border-radius: 12px;
}
.move-step-num {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #15966b;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}
.move-step-txt {
	padding-top: 4px;
	font-size: 16px;
	line-height: 1.7;
	color: #3a4441;
}
.move-step-txt strong {
	color: #202a27;
	font-weight: 800;
}
.move-contact-box {
	margin-top: 20px;
	padding: 20px 22px;
	border-radius: 13px;
	background: #f4f8ff;
	border: 1px solid #dce8fa;
}
.move-contact-title {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 800;
	color: #476a9d;
}
.move-contact-number {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 22px;
}
.move-contact-number a {
	color: #243951;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}
.move-contact-number a:hover {
	color: #15966b;
}
.move-caution {
	padding: 30px 36px;
	border-radius: 18px;
	background: #fffdf8;
	border: 1px solid #eee8dc;
	margin-bottom: 25px;
}
.move-caution-title {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 17px;
	font-size: 19px;
	font-weight: 800;
	color: #5a5142;
}
.move-caution-list {
	margin: 0;
	padding-left: 22px;
}
.move-caution-list li {
	margin-bottom: 9px;
	color: #595752;
	font-size: 15px;
	line-height: 1.7;
}
.move-caution-list li:last-child {
	margin-bottom: 0;
}
.move-bottom-message {
	margin: 35px 0 25px;
	text-align: center;
}
.move-bottom-message .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	margin: 0 auto 12px;
	border-radius: 50%;
	background: #eaf9f3;
	color: #15966b;
	font-size: 22px;
}
.move-bottom-message strong {
	display: block;
	margin-bottom: 4px;
	font-size: 21px;
	font-weight: 800;
	color: #202b28;
}
.move-bottom-message span {
	color: #68716e;
	font-size: 15px;
}
.move-apply-area {
	display: flex;
	justify-content: center;
	gap: 12px;
	margin-top: 25px;
	padding-top: 30px;
	border-top: 1px solid #e6e9e8;
}
.move-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	min-width: 190px;
	height: 56px;
	padding: 0 28px;
	border-radius: 12px;
	font-size: 17px;
	font-weight: 800;
	text-decoration: none;
	transition: all .2s ease;
}
.move-btn-call {
	background: #fff;
	border: 1px solid #d9dfdd;
	color: #404846;
}
.move-btn-call:hover {
	background: #f7f9f8;
	color: #15966b;
	border-color: #b7d8cc;
}
.move-btn-apply {
	background: #15966b;
	border: 1px solid #15966b;
	color: #fff;
	box-shadow: 0 7px 18px rgba(21, 150, 107, 0.18);
}
.move-btn-apply:hover {
	background: #107c59;
	border-color: #107c59;
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 9px 22px rgba(21, 150, 107, 0.25);
}
@media (max-width: 767.98px) {
	.move-support-head {
		padding: 35px 25px;
		border-radius: 18px;
	}
	.move-support-title {
		font-size: 28px;
		line-height: 1.35;
	}
	.move-support-subtitle {
		font-size: 17px;
	}
	.move-support-desc {
		font-size: 15px;
	}
	.move-section {
		padding: 24px 20px;
		border-radius: 15px;
	}
	.move-section-title {
		font-size: 19px;
	}
	.move-schedule-grid {
		grid-template-columns: 1fr;
	}
	.move-schedule-box.full {
		grid-column: auto;
	}
	.move-info-list > li {
		font-size: 15px;
	}
	.move-step {
		padding: 16px;
	}
	.move-step-txt {
		font-size: 15px;
	}
	.move-caution {
		padding: 25px 20px;
	}
	.move-apply-area {
		flex-direction: column;
	}
	.move-btn {
		width: 100%;
	}
}


/*=============================
  ´ë°ü°ü·Ã
=============================*/
/* Ä«µå */
.prog-card {
  background:#fff;
  border-radius:16px;
  box-shadow:0 3px 10px rgba(0,0,0,0.05);
  overflow:hidden;
  transition:transform .2s ease, box-shadow .2s ease;
  height:100%;
}
.prog-card:hover {
  transform:translateY(-3px);
  box-shadow:0 6px 16px rgba(0,0,0,0.08);
}

.prog-info { padding: 1.6rem 1.2rem; }
.prog-info h5 { font-weight:700; color:var(--brand); margin-bottom:1rem; }

/* Ç×¸ñ Á¤·Ä */
.prog-info-row {
  display:flex;
  align-items:flex-start;
  margin-bottom:0.4rem;
}
.prog-info-label {
  flex:0 0 80px;
  color:#444;
  font-weight:600;
  font-size:0.9rem;
}
.prog-info-value {
  flex:1;
  color:#555;
  font-size:0.9rem;
  word-break:keep-all;
  line-height:1.4;
}

/* ÀÌ¹ÌÁö */
.prog-img {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
}

.prog-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .3s ease;
}

.prog-img:hover img {
	transform: scale(1.03);
}
.prog-card:hover .prog-img img { transform:scale(1.05); }

/* =========================================================
   ÀÌ»çÂ÷·®Áö¿ø ½ÅÃ»
========================================================= */
.move-apply-wrap {
	max-width: 1050px;
	margin: 0 auto;
	color: #252525;
}

/* ½ÅÃ» ´Ü°è */
.apply-step-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	margin-bottom: 45px;
	padding: 35px 30px;
	background: #fff;
	border: 1px solid #eceff2;
	border-radius: 22px;
	box-shadow: 0 4px 20px rgba(0,0,0,.035);
}
.apply-step {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 180px;
	position: relative;
	text-align: center;
}
.apply-step-line {
	width: 110px;
	height: 2px;
	margin-top: 27px;
	background: #ddd;
}
.apply-step-line.active {
	background: #0d4383;
}
.apply-step-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	margin-bottom: 11px;
	border: 2px solid #d2d2d2;
	border-radius: 50%;
	background: #fff;
	color: #aaa;
	font-size: 19px;
}
.apply-step.active .apply-step-icon {
	background: #0d4383;
	border-color: #0d4383;
	color: #fff;
}
.apply-step-title {
	font-size: 15px;
	font-weight: 700;
	color: #999;
}
.apply-step.active .apply-step-title {
	color: #0d4383;
}

/* ½ÅÃ»¼­ */
.move-form-card {
	padding: 38px 42px;
	background: #fff;
	border: 1px solid #e6e9ed;
	border-radius: 20px;
	box-shadow: 0 4px 20px rgba(0,0,0,.03);
}
.move-form-title {
	margin-bottom: 10px;
	font-size: 26px;
	font-weight: 800;
	color: #20252a;
	letter-spacing: -.7px;
}
.move-form-desc {
	margin-bottom: 30px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e8ebee;
	font-size: 15px;
	color: #777;
}
.required {
	color: #dc3545;
}
.form-section {
	margin-bottom: 38px;
}
.form-section:last-child {
	margin-bottom: 0;
}
.form-section-title {
	display: flex;
	align-items: center;
	margin-bottom: 17px;
	font-size: 18px;
	font-weight: 800;
	color: #24292e;
}
.form-section-title .num {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	margin-right: 10px;
	border-radius: 50%;
	background: #edf4fb;
	color: #0d4383;
	font-size: 14px;
	font-weight: 800;
}
.form-label {
	margin-bottom: 8px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}
.form-control.move-input,
.form-select.move-input {
	height: 48px;
	border: 1px solid #ced6df;
	border-radius: 9px;
	font-size: 15px;
}
textarea.move-input {
	min-height: 150px;
	padding: 14px;
	resize: vertical;
	border: 1px solid #ced6df;
	border-radius: 9px;
	font-size: 15px;
}
.form-control:focus,
.form-select:focus,
textarea.move-input:focus {
	border-color: #6692c5;
	box-shadow: 0 0 0 .2rem rgba(13,67,131,.08);
}
.address-row {
	display: flex;
	gap: 8px;
	margin-bottom: 8px;
}
.address-post {
	max-width: 180px;
}
.btn-address {
	flex: 0 0 auto;
	height: 48px;
	padding: 0 20px;
	border: 1px solid #0d4383;
	border-radius: 9px;
	background: #fff;
	color: #0d4383;
	font-size: 14px;
	font-weight: 700;
}
.btn-address:hover {
	background: #0d4383;
	color: #fff;
}
.address-detail {
	margin-top: 8px;
}

/* ³¯Â¥ */
.date-select-box {
	display: flex;
	align-items: center;
	gap: 10px;
}
.date-value {
	display: flex;
	align-items: center;
	flex: 1;
	height: 48px;
	padding: 0 15px;
	border: 1px solid #ced6df;
	border-radius: 9px;
	background: #fff;
	color: #555;
	font-size: 15px;
}
.date-value.empty {
	color: #999;
}
.btn-date-select {
	height: 48px;
	padding: 0 22px;
	border: 0;
	border-radius: 9px;
	background: #0d4383;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
}
.btn-date-select:hover {
	background: #092f5d;
}

/* ¼±ÅÃ ¹Ú½º */
.choice-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 11px;
}
.choice-item {
	position: relative;
}
.choice-item input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.choice-item label {
	display: flex;
	align-items: center;
	min-height: 54px;
	margin: 0;
	padding: 13px 16px;
	border: 1px solid #d8dde3;
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 600;
	color: #444;
	transition: all .15s ease;
}
.choice-item label::before {
	content: "";
	display: inline-block;
	flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	border: 2px solid #c9ced3;
	background: #fff;
}
.choice-item.radio label::before {
	border-radius: 50%;
}
.choice-item.check label::before {
	border-radius: 5px;
}
.choice-item input:checked + label {
	border-color: #0d4383;
	background: #f3f7fc;
	color: #0d4383;
}
.choice-item.radio input:checked + label::before {
	border: 6px solid #0d4383;
}
.choice-item.check input:checked + label::before {
	border-color: #0d4383;
	background: #0d4383;
	box-shadow: inset 0 0 0 4px #fff;
}
.form-help {
	margin-top: 8px;
	color: #7c838a;
	font-size: 13px;
	line-height: 1.6;
}

/* ±âÅ¸ ¼±ÅÃ ÀÔ·Â */
.etc-input-wrap {
	display: none;
	margin-top: 10px;
}
.etc-input-wrap.show {
	display: block;
}

/* ÇÏ´Ü ¹öÆ° */
.apply-button-area {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #e8ebee;
}
.btn-apply {
	min-width: 150px;
	height: 52px;
	padding: 0 28px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
}
.btn-apply-prev {
	border: 1px solid #b8bec5;
	background: #fff;
	color: #555;
}
.btn-apply-prev:hover {
	background: #f5f5f5;
}
.btn-apply-next {
	border: 1px solid #c31045;
	background: #c31045;
	color: #fff;
}
.btn-apply-next:hover {
	background: #a90d3b;
}

/* ¾È³»¹Ú½º */
.move-info-box {
	margin-bottom: 30px;
	padding: 18px 20px;
	border-radius: 12px;
	background: #f5f8fb;
	border: 1px solid #e0e7ef;
	color: #545b62;
	font-size: 14px;
	line-height: 1.7;
}
.move-info-box i {
	margin-right: 5px;
	color: #0d4383;
}

/* Modal */
.move-modal .modal-content {
	border: 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 12px 40px rgba(0,0,0,.2);
}
.move-modal .modal-header {
	padding: 18px 20px;
	border-bottom: 1px solid #e4e6e8;
}
.move-modal .modal-title {
	font-size: 20px;
	font-weight: 500;
	color: #444;
}
.move-modal .modal-body {
	padding: 20px;
}
.move-modal .modal-footer {
	justify-content: center;
	padding: 17px 20px;
}
.agree-intro {
	margin-bottom: 15px;
	font-size: 15px;
	font-weight: 700;
	color: #333;
}
.agree-box {
	padding: 25px 30px;
	border-radius: 10px;
	background: #f1f1f1;
	color: #444;
	font-size: 14px;
	line-height: 1.9;
}
.agree-box ol {
	margin: 0;
	padding-left: 22px;
}
.agree-box strong {
	color: #d62828;
}
.btn-disagree,
.btn-agree {
	height: 40px;
	padding: 0 15px;
	border-radius: 9px;
	font-weight: 700;
}
.btn-disagree {
	border: 1px solid #293d4c;
	background: #fff;
	color: #293d4c;
}
.btn-agree {
	border: 1px solid #c31045;
	background: #c31045;
	color: #fff;
}
.btn-message-cancel {
	border: 0;
	border-radius: 10px;
	background: #aaa;
	color: #fff;
	font-weight: 700;
	padding: 9px 18px;
}
.btn-message-ok {
	border: 0;
	border-radius: 10px;
	background: #c31045;
	color: #fff;
	font-weight: 700;
	padding: 9px 18px;
}

/* ³¯Â¥ ¸ð´Þ */
.date-modal-inner {
	max-width: 430px;
	margin: 0 auto;
}
.date-modal-label {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 700;
}
.date-native {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	border: 1px solid #ccd3da;
	border-radius: 9px;
	font-size: 16px;
}

/* ¸ð¹ÙÀÏ */
@media (max-width: 767.98px) {
	.apply-step-wrap {
		padding: 25px 10px;
		margin-bottom: 25px;
	}
	.apply-step {
		flex: 1 1 0;
	}
	.apply-step-line {
		width: 35px;
		margin-top: 23px;
	}
	.apply-step-icon {
		width: 48px;
		height: 48px;
		font-size: 16px;
	}
	.apply-step-title {
		font-size: 13px;
	}
	.move-form-card {
		padding: 27px 18px;
		border-radius: 14px;
	}
	.move-form-title {
		font-size: 22px;
	}
	.form-section {
		margin-bottom: 30px;
	}
	.choice-grid {
		grid-template-columns: 1fr;
	}
	.address-row {
		flex-wrap: wrap;
	}
	.address-post {
		flex: 1 1 150px;
		max-width: none;
	}
	.btn-address {
		flex: 0 0 auto;
	}
	.date-select-box {
		flex-direction: column;
		align-items: stretch;
	}
	.btn-date-select {
		width: 100%;
	}
	.apply-button-area {
		flex-direction: column;
	}
	.btn-apply {
		width: 100%;
	}
	.agree-box {
		padding: 20px 18px;
		font-size: 13px;
	}
}



.prog-img {
	position: relative;
	width: 100%;
	aspect-ratio: 3 / 4;
	overflow: hidden;
	background: #f5f6f8;
}

.prog-img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.prog-no-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f5f6f8;
}

.prog-no-img span {
	position: relative;
	padding-top: 55px;
	color: #999;
	font-size: 16px;
	font-weight: 500;
}

.prog-no-img span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 42px;
	height: 34px;
	transform: translateX(-50%);
	border: 2px solid #c5cbd2;
	border-radius: 4px;
}

.prog-no-img span::after {
	content: "";
	position: absolute;
	top: 17px;
	left: 50%;
	width: 19px;
	height: 19px;
	border-left: 2px solid #c5cbd2;
	border-top: 2px solid #c5cbd2;
	transform: translateX(-50%) rotate(45deg);
}