@charset "utf-8";

.cr-container {
	font-family: 'Noto Sans KR', sans-serif;
	padding-bottom: 100px;
}

/* ==============================================
   Section 1 — Hero
   canvas ref: top 0~500, height 500px
============================================== */
.cr-section1 {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 50px;
	box-sizing: border-box;
	overflow: hidden;
}

.cr-hero-row {
	display: flex;
	align-items: center;
	padding: 54px 30px 30px;
	gap: 30px;
	background-image: url('../../images/features/church-register/boxBG_23934.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center bottom;
}

.cr-hero-logo-group {
	position: relative;
	width: 301px;
	height: 155px;
	flex-shrink: 0;
}

/* Logo: absolute within logo-group */
.cr-logo-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 301px;
	height: 155px;
	display: block;
}

/* Text group: flex column */
.cr-text-group {
	position: relative;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	overflow: hidden;
}

/* Big title: flexible width */
.cr-big-title {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: clamp(32px, 5vw, 44px);
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #005728;
	text-align: left;
	margin: 0;
}

/* Sub label: flexible width */
.cr-sub-label {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.6;
	color: #333333;
	text-align: left;
	margin: 0;
	margin-top: 14px;
}

/* Sub text: flexible width */
.cr-sub-text {
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333333;
	text-align: left;
	margin: 0;
	margin-top: 5px;
}

/* Dot + heading wrapper — now inside gray-box1, padding handles spacing */
.cr-sect-title {
	display: flex;
	align-items: center;
	padding: 20px 26px 10px;
}

/* Dot */
.cr-dot1 {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #555662;
	flex-shrink: 0;
	margin-right: 7px;
}

/* Heading */
.cr-heading1 {
	position: relative;
	max-width: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333333;
	text-align: left;
	margin: 0;
}

/* Gray box 1: relative flow */
.cr-gray-box1 {
	position: relative;
	margin-top: 50px;
	background-color: #F6F6F6;
	border: 1px solid #D9D9D9;
	box-sizing: border-box;
}

/* Info list — now inside gray-box1 */
.cr-info-list {
	list-style: none;
	margin: 0;
	padding: 0 26px 14px;
}

.cr-info-list li {
	display: flex;
	align-items: flex-start;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	color: #333333;
}

.cr-info-list li::before {
	content: "✓";
	color: #278855;
	font-size: 16px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 8px;
	line-height: 1.4;
}

/* ==============================================
   Sections 2~8 — Detail Sections (shared base)
============================================== */
.cr-det-section {
	position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 50px 0 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

/* Shared: dot + heading wrapper — now flow element */
.cr-det-title {
	position: relative;
	left: auto;
	display: flex;
	align-items: center;
	margin-bottom: 12px;
}

/* Shared: dot */
.cr-det-dot {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #555662;
	flex-shrink: 0;
	margin-right: 7px;
}

/* Shared: heading */
.cr-det-heading {
	position: relative;
	max-width: 100%;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: clamp(20px, 3vw, 24px);
	font-weight: 500;
	letter-spacing: -1px;
	line-height: 1.4;
	color: #333333;
	text-align: left;
	margin: 0;
}

/* Shared: gray box — now flow element, contains bold + list + screenshot */
.cr-det-gray-box {
	position: relative;
	left: auto;
	width: 100%;
	height: auto;
	background-color: #F6F6F6;
	border: 1px solid #D9D9D9;
	display: flex;
	flex-direction: column;
	padding: 20px 26px;
	box-sizing: border-box;
}

/* Shared: bold text — now flow element inside gray-box */
.cr-det-bold {
	position: relative;
	left: auto;
	top: auto;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1.4;
	color: #333333;
	text-align: left;
	margin: 0;
	margin-bottom: 10px;
}

/* Shared: list — now flow element inside gray-box */
.cr-det-list {
	position: relative;
	left: auto;
	top: auto;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 8px;
}

.cr-det-list li {
	display: flex;
	align-items: flex-start;
	font-family: 'Noto Sans KR', sans-serif;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.4;
	color: #333333;
}

.cr-det-list li::before {
	content: "✓";
	color: #278855;
	font-size: 16px;
	font-weight: 700;
	flex-shrink: 0;
	margin-right: 8px;
	line-height: 1.4;
}

/* Shared: screenshot — now flow element inside gray-box */
.cr-det-screenshot {
	position: relative;
	left: auto;
	top: auto;
	width: 734px;
	height: 385px;
	display: block;
	margin: 16px auto;
}

/* ==============================================
   Section 2~8 — fixed heights removed, content flows
============================================== */

/* ==========================================
   Responsive — 800px
   ========================================== */
@media (max-width: 800px) {
	.cr-hero-row {
		display: block;
		background-image: none;
		padding: 20px 20px 30px;
	}

	.cr-hero-logo-group {
		display: none;
	}

	.cr-text-group {
		width: 100%;
	}

	.cr-big-title {
		font-size: 32px;
		word-break: keep-all;
		line-height: 1.3;
	}

	.cr-sub-label {
		font-size: 16px;
		word-break: keep-all;
		margin-top: 10px;
	}

	.cr-sub-text {
		font-size: 14px;
		word-break: keep-all;
	}

	.cr-heading1,
	.cr-det-heading {
		font-size: 20px;
		height: auto;
		word-break: keep-all;
	}

	.cr-info-list li,
	.cr-det-bold,
	.cr-det-list li {
		font-size: 14px;
		word-break: keep-all;
	}

	.cr-gray-box1 {
		margin-top: 30px;
	}

	.cr-det-section {
		padding-top: 40px;
	}

	.cr-det-gray-box {
		padding: 15px;
	}

	.cr-det-screenshot {
		display: none;
	}
}