@charset "utf-8";

/*
 * 웨딩홀 안내 페이지
 * system_codingpage_25.css
 */

.ing_weddinghall_page,
.ing_weddinghall_page * {
	box-sizing: border-box;
}

.ing_weddinghall_page {
	--wh-rose: #b97a83;
	--wh-rose-dark: #8f5962;
	--wh-rose-light: #f8edef;
	--wh-pink: #efd5da;
	--wh-ivory: #fffaf6;
	--wh-beige: #e8ded4;
	--wh-gold: #b89a70;
	--wh-text: #342d2d;
	--wh-gray: #766c6c;
	--wh-line: #eadfe0;
	--wh-white: #ffffff;

	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	color: var(--wh-text);
	font-family:
		"Pretendard",
		"SUIT",
		"Noto Sans KR",
		"Apple SD Gothic Neo",
		"Malgun Gothic",
		sans-serif;
	word-break: keep-all;
}

.ing_wh_inner {
	position: relative;
	width: calc(100% - 60px);
	max-width: 1320px;
	margin: 0 auto;
}

.ing_wh_eyebrow {
	margin: 0 0 18px;
	color: var(--wh-rose);
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.23em;
}

/* =========================================================
   상단 비주얼
========================================================= */

.ing_wh_visual {
	position: relative;
	min-height: 760px;
	padding: 110px 0 100px;
	overflow: hidden;
	background:
		radial-gradient(circle at 78% 15%, rgba(232, 196, 202, 0.48), transparent 29%),
		linear-gradient(135deg, #fffaf7 0%, #fdf2f2 53%, #f7e7e9 100%);
}

.ing_wh_visual::before {
	position: absolute;
	right: -210px;
	bottom: -370px;
	width: 720px;
	height: 720px;
	border: 1px solid rgba(185, 122, 131, 0.13);
	border-radius: 50%;
	content: "";
}

.ing_wh_visual::after {
	position: absolute;
	right: -110px;
	bottom: -270px;
	width: 520px;
	height: 520px;
	border: 1px solid rgba(185, 122, 131, 0.12);
	border-radius: 50%;
	content: "";
}

.ing_wh_visual .ing_wh_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 80px;
	min-height: 550px;
}

.ing_wh_visual_content {
	position: relative;
	z-index: 2;
	width: 51%;
	max-width: 660px;
}

.ing_wh_visual_content h2 {
	margin: 0;
	color: #352d2e;
	font-family:
		"MaruBuri",
		"Noto Serif KR",
		"Batang",
		serif;
	font-size: clamp(48px, 5.1vw, 76px);
	font-weight: 400;
	line-height: 1.24;
	letter-spacing: -0.055em;
}

.ing_wh_visual_content h2 span {
	position: relative;
	color: var(--wh-rose-dark);
	font-weight: 600;
}

.ing_wh_visual_content h2 span::after {
	position: absolute;
	left: 3px;
	right: 0;
	bottom: -8px;
	height: 9px;
	border-radius: 50%;
	background: rgba(211, 155, 164, 0.2);
	content: "";
}

.ing_wh_visual_text {
	max-width: 590px;
	margin: 35px 0 0;
	color: #6e6263;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.025em;
}

.ing_wh_visual_buttons {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 42px;
}

.ing_wh_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	min-width: 190px;
	height: 58px;
	padding: 0 28px;
	border-radius: 999px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		background 0.25s ease,
		color 0.25s ease;
}

.ing_wh_button:hover {
	transform: translateY(-3px);
}

.ing_wh_button_primary {
	background: var(--wh-rose-dark);
	color: #ffffff;
	box-shadow: 0 14px 30px rgba(143, 89, 98, 0.21);
}

.ing_wh_button_primary:hover {
	background: #7e4a54;
	box-shadow: 0 18px 36px rgba(143, 89, 98, 0.28);
}

.ing_wh_button_line {
	border: 1px solid rgba(143, 89, 98, 0.28);
	background: rgba(255, 255, 255, 0.48);
	color: var(--wh-rose-dark);
	backdrop-filter: blur(5px);
}

.ing_wh_button_line:hover {
	background: #ffffff;
}

.ing_wh_visual_art {
	position: relative;
	z-index: 1;
	width: 43%;
	max-width: 505px;
}

.ing_wh_arch {
	position: relative;
	height: 550px;
	overflow: hidden;
	border: 11px solid rgba(255, 255, 255, 0.7);
	border-bottom: 0;
	border-radius: 250px 250px 20px 20px;
	background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center top;
	box-shadow:
		0 30px 70px rgba(114, 75, 79, 0.22),
		inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.ing_wh_arch::before {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 72%;
	height: 79%;
	border: 1px solid rgba(255, 255, 255, 0.42);
	border-bottom: 0;
	border-radius: 200px 200px 0 0;
	content: "";
	transform: translateX(-50%);
}

.ing_wh_arch::after {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 43%;
	background:
		repeating-linear-gradient(
			90deg,
			rgba(255, 255, 255, 0.06) 0,
			rgba(255, 255, 255, 0.06) 1px,
			transparent 1px,
			transparent 50px
		),
		linear-gradient(to top, rgba(51, 39, 39, 0.34), transparent);
	content: "";
}

.ing_wh_arch_light {
	position: absolute;
	top: 65px;
	left: 50%;
	width: 170px;
	height: 170px;
	border-radius: 50%;
	background: rgba(255, 239, 217, 0.9);
	box-shadow:
		0 0 75px rgba(255, 228, 198, 0.92),
		0 0 160px rgba(255, 237, 220, 0.55);
	transform: translateX(-50%);
}

.ing_wh_aisle {
	position: absolute;
	z-index: 2;
	left: 50%;
	bottom: -5px;
	width: 45%;
	height: 65%;
	background:
		linear-gradient(
			to bottom,
			rgba(255, 255, 255, 0.75),
			rgba(255, 240, 235, 0.9)
		);
	clip-path: polygon(39% 0, 61% 0, 100% 100%, 0 100%);
	transform: translateX(-50%);
}

.ing_wh_flower {
	position: absolute;
	z-index: 3;
	bottom: 55px;
	width: 39%;
	height: 300px;
}

.ing_wh_flower_left {
	left: -15px;
}

.ing_wh_flower_right {
	right: -15px;
	transform: scaleX(-1);
}

.ing_wh_flower::before,
.ing_wh_flower::after {
	position: absolute;
	bottom: 0;
	width: 2px;
	height: 230px;
	background: rgba(74, 92, 67, 0.6);
	content: "";
	transform-origin: bottom;
}

.ing_wh_flower::before {
	left: 42%;
	transform: rotate(-22deg);
}

.ing_wh_flower::after {
	left: 62%;
	transform: rotate(17deg);
}

.ing_wh_flower i {
	position: absolute;
	z-index: 2;
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50% 45% 55% 40%;
	background:
		radial-gradient(circle at 65% 65%, #dfc4c4 0 8%, transparent 9%),
		radial-gradient(circle at 30% 30%, #fff8f5 0 38%, #e9d3d1 39% 64%, transparent 65%);
	box-shadow: 0 10px 20px rgba(64, 45, 46, 0.15);
}

.ing_wh_flower i:nth-child(1) {
	left: 10%;
	top: 32px;
}

.ing_wh_flower i:nth-child(2) {
	left: 52%;
	top: 5px;
	width: 58px;
	height: 58px;
}

.ing_wh_flower i:nth-child(3) {
	left: 30%;
	top: 112px;
	width: 88px;
	height: 88px;
}

.ing_wh_flower i:nth-child(4) {
	left: 0;
	top: 172px;
	width: 62px;
	height: 62px;
}

.ing_wh_flower i:nth-child(5) {
	left: 58%;
	top: 202px;
	width: 68px;
	height: 68px;
}

.ing_wh_couple {
	position: absolute;
	z-index: 4;
	left: 50%;
	bottom: 116px;
	width: 130px;
	height: 200px;
	transform: translateX(-50%);
}

.ing_wh_bride {
	position: absolute;
	left: 18px;
	bottom: 0;
	width: 64px;
	height: 160px;
	border-radius: 46% 46% 12px 12px;
	background: linear-gradient(90deg, #fff7f2, #ffffff, #eadbd5);
	clip-path: polygon(42% 0, 63% 0, 70% 21%, 100% 100%, 0 100%, 31% 21%);
}

.ing_wh_bride::before {
	position: absolute;
	top: -32px;
	left: 20px;
	width: 30px;
	height: 36px;
	border-radius: 50%;
	background: #dbc0b1;
	content: "";
}

.ing_wh_groom {
	position: absolute;
	right: 13px;
	bottom: 0;
	width: 45px;
	height: 155px;
	border-radius: 16px 16px 5px 5px;
	background: linear-gradient(90deg, #332e2e, #5e5151);
	clip-path: polygon(24% 0, 76% 0, 90% 25%, 84% 100%, 16% 100%, 10% 25%);
}

.ing_wh_groom::before {
	position: absolute;
	top: -32px;
	left: 8px;
	width: 28px;
	height: 35px;
	border-radius: 50%;
	background: #caa99a;
	content: "";
}

.ing_wh_visual_art > p {
	margin: 19px 0 0;
	color: #746365;
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 1.6;
	text-align: center;
	letter-spacing: 0.05em;
}

.ing_wh_visual_art > p span {
	display: block;
	margin-bottom: 2px;
	color: var(--wh-rose);
	font-family: inherit;
	font-size: 10px;
	font-style: normal;
	letter-spacing: 0.22em;
}

.ing_wh_visual_deco {
	position: absolute;
	border-radius: 50%;
	filter: blur(1px);
}

.ing_wh_visual_deco01 {
	top: 90px;
	left: -90px;
	width: 260px;
	height: 260px;
	border: 1px solid rgba(185, 122, 131, 0.14);
}

.ing_wh_visual_deco02 {
	left: 8%;
	bottom: 80px;
	width: 10px;
	height: 10px;
	background: rgba(185, 122, 131, 0.3);
	box-shadow:
		30px 50px 0 rgba(185, 122, 131, 0.12),
		100px 5px 0 rgba(185, 122, 131, 0.15);
}

/* =========================================================
   공통 제목
========================================================= */

.ing_wh_section_heading {
	max-width: 730px;
	margin: 0 auto;
	text-align: center;
}

.ing_wh_section_heading h3 {
	margin: 0;
	color: #382f30;
	font-family:
		"MaruBuri",
		"Noto Serif KR",
		"Batang",
		serif;
	font-size: 42px;
	font-weight: 500;
	line-height: 1.35;
	letter-spacing: -0.045em;
}

.ing_wh_section_heading > p:last-child {
	margin: 20px auto 0;
	color: var(--wh-gray);
	font-size: 16px;
	line-height: 1.85;
	letter-spacing: -0.025em;
}

/* =========================================================
   도입부
========================================================= */

.ing_wh_intro {
	padding: 120px 0 130px;
	background: #ffffff;
}

.ing_wh_intro_cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
	margin-top: 65px;
}

.ing_wh_intro_card {
	position: relative;
	min-height: 220px;
	padding: 42px 36px;
	overflow: hidden;
	border: 1px solid #eee3e3;
	border-radius: 24px;
	background: #ffffff;
	box-shadow: 0 15px 45px rgba(91, 63, 66, 0.055);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.ing_wh_intro_card:hover {
	border-color: #dfc4c8;
	transform: translateY(-7px);
	box-shadow: 0 24px 50px rgba(91, 63, 66, 0.1);
}

.ing_wh_intro_card::after {
	position: absolute;
	right: -35px;
	bottom: -55px;
	width: 150px;
	height: 150px;
	border: 1px solid rgba(185, 122, 131, 0.1);
	border-radius: 50%;
	content: "";
}

.ing_wh_intro_number {
	display: block;
	margin-bottom: 34px;
	color: var(--wh-rose);
	font-family: Georgia, serif;
	font-size: 14px;
	font-style: italic;
}

.ing_wh_intro_card strong {
	display: block;
	color: #413637;
	font-family:
		"MaruBuri",
		"Noto Serif KR",
		serif;
	font-size: 22px;
	font-weight: 600;
	letter-spacing: -0.035em;
}

.ing_wh_intro_card p {
	margin: 14px 0 0;
	color: #827677;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: -0.02em;
}

/* =========================================================
   웨딩홀 목록
========================================================= */

.ing_wh_list_section {
	padding: 135px 0;
	background:
		linear-gradient(rgba(255, 250, 248, 0.92), rgba(255, 250, 248, 0.92)),
		repeating-linear-gradient(
			90deg,
			transparent 0,
			transparent 89px,
			rgba(185, 122, 131, 0.04) 90px
		);
}

.ing_wh_venue {
	display: grid;
	grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
	align-items: stretch;
	margin-bottom: 100px;
	overflow: hidden;
	border: 1px solid rgba(202, 174, 176, 0.48);
	border-radius: 34px;
	background: #ffffff;
	box-shadow: 0 28px 75px rgba(83, 58, 60, 0.09);
}

.ing_wh_venue:last-child {
	margin-bottom: 0;
}

.ing_wh_venue_reverse .ing_wh_venue_image {
	order: 2;
}

.ing_wh_venue_reverse .ing_wh_venue_content {
	order: 1;
}

.ing_wh_venue_featured {
	position: relative;
	grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
	border: 2px solid rgba(185, 122, 131, 0.55);
	box-shadow: 0 34px 85px rgba(132, 82, 88, 0.15);
}

.ing_wh_venue_featured::before {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	right: 0;
	height: 6px;
	background: linear-gradient(90deg, #8f5962, #d2a2aa, #c6a477);
	content: "";
}

.ing_wh_venue_image {
	position: relative;
	min-height: 720px;
	overflow: hidden;
	background: #eadbd8;
}

.ing_wh_venue_image > img {
	position: absolute;
	z-index: 2;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.ing_wh_venue:hover .ing_wh_venue_image > img {
	transform: scale(1.035);
}

.ing_wh_venue_image::after {
	position: absolute;
	z-index: 3;
	inset: 0;
	background:
		linear-gradient(to top, rgba(38, 27, 28, 0.34), transparent 42%),
		linear-gradient(to right, rgba(52, 36, 38, 0.08), transparent 35%);
	content: "";
	pointer-events: none;
}

.ing_wh_image_placeholder {
	position: absolute;
	z-index: 1;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background:
		radial-gradient(circle at 50% 28%, rgba(255, 255, 255, 0.8), transparent 28%),
		linear-gradient(145deg, #ead4d4, #caa9aa 55%, #a47c7e);
	color: #ffffff;
	text-align: center;
}

.ing_wh_placeholder_arch {
	width: 180px;
	height: 270px;
	margin-bottom: 28px;
	border: 2px solid rgba(255, 255, 255, 0.55);
	border-bottom: 0;
	border-radius: 100px 100px 0 0;
	box-shadow:
		inset 0 0 0 18px rgba(255, 255, 255, 0.08),
		0 0 50px rgba(255, 255, 255, 0.15);
}

.ing_wh_image_placeholder span {
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing: 0.25em;
}

.ing_wh_image_placeholder strong {
	margin-top: 10px;
	font-family:
		"MaruBuri",
		"Noto Serif KR",
		serif;
	font-size: 25px;
	font-weight: 500;
}

.ing_wh_venue_number {
	position: absolute;
	z-index: 4;
	right: 30px;
	bottom: 24px;
	color: rgba(255, 255, 255, 0.9);
	font-family: Georgia, serif;
	font-size: 64px;
	font-style: italic;
	line-height: 1;
	text-shadow: 0 4px 15px rgba(0, 0, 0, 0.18);
}

.ing_wh_recommend_badge {
	position: absolute;
	z-index: 5;
	top: 30px;
	left: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 118px;
	height: 118px;
	border: 1px solid rgba(255, 255, 255, 0.58);
	border-radius: 50%;
	background: rgba(121, 72, 81, 0.9);
	color: #ffffff;
	text-align: center;
	box-shadow: 0 14px 35px rgba(62, 37, 42, 0.24);
	backdrop-filter: blur(7px);
}

.ing_wh_recommend_badge::before {
	position: absolute;
	inset: 7px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 50%;
	content: "";
}

.ing_wh_recommend_badge span {
	position: relative;
	font-family: Georgia, serif;
	font-size: 8px;
	letter-spacing: 0.13em;
}

.ing_wh_recommend_badge strong {
	position: relative;
	margin-top: 6px;
	font-size: 13px;
	font-weight: 700;
}

.ing_wh_venue_content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 62px 58px 58px;
}

.ing_wh_venue_title > p {
	margin: 0 0 12px;
	color: var(--wh-rose);
	font-family: Georgia, serif;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.2em;
}

.ing_wh_venue_title h4 {
	margin: 0;
	color: #382e30;
	font-family:
		"MaruBuri",
		"Noto Serif KR",
		"Batang",
		serif;
	font-size: 38px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: -0.055em;
}

.ing_wh_venue_title > span {
	display: block;
	margin-top: 9px;
	color: #9a7b7e;
	font-family:
		"MaruBuri",
		"Noto Serif KR",
		serif;
	font-size: 15px;
	letter-spacing: -0.02em;
}

.ing_wh_tag_list {
	display: flex;
	flex-wrap: wrap;
	gap: 7px;
	margin-top: 24px;
}

.ing_wh_tag_list span {
	display: inline-flex;
	align-items: center;
	height: 27px;
	padding: 0 12px;
	border: 1px solid #e7d4d6;
	border-radius: 999px;
	background: #fffafa;
	color: #9e6f76;
	font-family: Georgia, serif;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.1em;
}

.ing_wh_venue_description {
	margin: 28px 0 0;
	color: #726667;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: -0.025em;
}

.ing_wh_info_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px;
	margin-top: 30px;
}

.ing_wh_info_item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	min-height: 91px;
	padding: 17px;
	border-radius: 15px;
	background: #faf6f4;
}

.ing_wh_info_icon {
	display: flex;
	flex: 0 0 34px;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #ffffff;
	color: var(--wh-rose);
	box-shadow: 0 5px 15px rgba(85, 58, 61, 0.07);
}

.ing_wh_info_icon svg {
	width: 17px;
	height: 17px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.ing_wh_info_item > div {
	min-width: 0;
	padding-top: 1px;
}

.ing_wh_info_item strong {
	display: block;
	margin-bottom: 5px;
	color: #4e4142;
	font-size: 12px;
	font-weight: 700;
}

.ing_wh_info_item p {
	margin: 0;
	color: #837677;
	font-size: 12px;
	line-height: 1.55;
	letter-spacing: -0.025em;
}

.ing_wh_merit_box {
	margin-top: 22px;
	padding: 23px 24px;
	border: 1px solid #ecdddf;
	border-radius: 18px;
	background:
		linear-gradient(135deg, rgba(255, 249, 248, 0.96), rgba(250, 239, 241, 0.88));
}

.ing_wh_merit_title {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 16px;
}

.ing_wh_merit_title span {
	padding-right: 12px;
	border-right: 1px solid #dcc5c8;
	color: #b07b82;
	font-family: Georgia, serif;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.ing_wh_merit_title strong {
	color: #564547;
	font-family:
		"MaruBuri",
		"Noto Serif KR",
		serif;
	font-size: 15px;
	font-weight: 600;
}

.ing_wh_merit_box ul {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 9px 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ing_wh_merit_box li {
	display: flex;
	align-items: flex-start;
	gap: 7px;
	color: #756869;
	font-size: 12px;
	line-height: 1.55;
}

.ing_wh_merit_box li > span {
	flex: 0 0 auto;
	color: var(--wh-rose);
	font-size: 11px;
	font-weight: 700;
}

.ing_wh_venue_link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 54px;
	margin-top: 25px;
	padding: 0 21px;
	border-radius: 13px;
	background: #4d3c3e;
	color: #ffffff;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	transition:
		background 0.25s ease,
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.ing_wh_venue_link:hover {
	background: var(--wh-rose-dark);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(108, 67, 73, 0.2);
}

.ing_wh_venue_link i {
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: 300;
	transition: transform 0.25s ease;
}

.ing_wh_venue_link:hover i {
	transform: translateX(5px);
}

/* =========================================================
   가이드
========================================================= */

.ing_wh_guide {
	padding: 135px 0;
	background: #ffffff;
}

.ing_wh_guide_list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	max-width: 1050px;
	margin: 65px auto 0;
}

.ing_wh_guide_item {
	display: flex;
	align-items: flex-start;
	gap: 23px;
	min-height: 145px;
	padding: 30px;
	border: 1px solid #eee4e4;
	border-radius: 20px;
	background: #ffffff;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.ing_wh_guide_item:hover {
	border-color: #dbc3c6;
	transform: translateY(-5px);
	box-shadow: 0 18px 40px rgba(89, 59, 62, 0.08);
}

.ing_wh_guide_item > span {
	display: flex;
	flex: 0 0 45px;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background: var(--wh-rose-light);
	color: var(--wh-rose);
	font-family: Georgia, serif;
	font-size: 13px;
	font-style: italic;
}

.ing_wh_guide_item strong {
	display: block;
	margin: 2px 0 9px;
	color: #4a3c3e;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -0.03em;
}

.ing_wh_guide_item p {
	margin: 0;
	color: #817576;
	font-size: 13px;
	line-height: 1.7;
	letter-spacing: -0.025em;
}

/* =========================================================
   하단 상담
========================================================= */

.ing_wh_contact {
	position: relative;
	padding: 145px 0;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(64, 43, 47, 0.97), rgba(112, 70, 77, 0.96)),
		#51383d;
}

.ing_wh_contact::before {
	position: absolute;
	top: -300px;
	left: -200px;
	width: 650px;
	height: 650px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
}

.ing_wh_contact::after {
	position: absolute;
	right: -250px;
	bottom: -340px;
	width: 720px;
	height: 720px;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 50%;
	content: "";
}

.ing_wh_contact_glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 650px;
	height: 250px;
	border-radius: 50%;
	background: rgba(229, 179, 186, 0.12);
	filter: blur(75px);
	transform: translate(-50%, -50%);
}

.ing_wh_contact_content {
	position: relative;
	z-index: 2;
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
}

.ing_wh_contact .ing_wh_eyebrow {
	color: #deb7bd;
}

.ing_wh_contact h3 {
	margin: 0;
	color: #ffffff;
	font-family:
		"MaruBuri",
		"Noto Serif KR",
		"Batang",
		serif;
	font-size: 46px;
	font-weight: 400;
	line-height: 1.42;
	letter-spacing: -0.05em;
}

.ing_wh_contact h3 span {
	color: #f0cdd2;
}

.ing_wh_contact_content > p {
	margin: 28px 0 0;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: -0.025em;
}

.ing_wh_contact_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 35px;
	min-width: 260px;
	height: 62px;
	margin-top: 38px;
	padding: 0 30px;
	border-radius: 999px;
	background: #ffffff;
	color: #69464c;
	font-size: 14px;
	font-weight: 800;
	text-decoration: none;
	box-shadow: 0 15px 35px rgba(31, 17, 20, 0.22);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		background 0.3s ease;
}

.ing_wh_contact_button:hover {
	background: #fff4f5;
	transform: translateY(-4px);
	box-shadow: 0 20px 45px rgba(31, 17, 20, 0.3);
}

.ing_wh_contact_button span {
	font-family: Arial, sans-serif;
	font-size: 21px;
	font-weight: 300;
}

.ing_wh_contact_content small {
	display: block;
	margin-top: 25px;
	color: rgba(255, 255, 255, 0.42);
	font-size: 11px;
	line-height: 1.6;
}

/* =========================================================
   스크롤 모션
========================================================= */

.ing_wh_reveal {
	opacity: 0;
	transform: translateY(35px);
	transition:
		opacity 0.85s ease,
		transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
}

.ing_wh_reveal.ing_wh_visible {
	opacity: 1;
	transform: translateY(0);
}

/* =========================================================
   태블릿
========================================================= */

@media screen and (max-width: 1100px) {

	.ing_wh_visual {
		min-height: 680px;
	}

	.ing_wh_visual .ing_wh_inner {
		gap: 45px;
	}

	.ing_wh_visual_content {
		width: 53%;
	}

	.ing_wh_visual_art {
		width: 42%;
	}

	.ing_wh_arch {
		height: 500px;
	}

	.ing_wh_venue {
		grid-template-columns: 1fr 1fr;
	}

	.ing_wh_venue_image {
		min-height: 760px;
	}

	.ing_wh_venue_content {
		padding: 48px 35px;
	}

	.ing_wh_info_grid {
		grid-template-columns: 1fr;
	}

	.ing_wh_merit_box ul {
		grid-template-columns: 1fr;
	}
}

/* =========================================================
   모바일
========================================================= */

@media screen and (max-width: 768px) {

	.ing_wh_inner {
		width: calc(100% - 34px);
	}

	.ing_wh_eyebrow {
		margin-bottom: 13px;
		font-size: 9px;
		letter-spacing: 0.17em;
	}

	.ing_wh_visual {
		min-height: auto;
		padding: 72px 0 70px;
	}

	.ing_wh_visual .ing_wh_inner {
		display: block;
		min-height: 0;
	}

	.ing_wh_visual_content {
		width: 100%;
		max-width: none;
		text-align: center;
	}

	.ing_wh_visual_content h2 {
		font-size: 39px;
		line-height: 1.32;
	}

	.ing_wh_visual_content h2 span::after {
		bottom: -4px;
		height: 6px;
	}

	.ing_wh_visual_text {
		margin-top: 25px;
		font-size: 14px;
		line-height: 1.78;
	}

	.ing_wh_visual_buttons {
		justify-content: center;
		flex-direction: column;
		margin-top: 31px;
	}

	.ing_wh_button {
		width: 100%;
		max-width: 315px;
		height: 54px;
	}

	.ing_wh_visual_art {
		width: 100%;
		max-width: 390px;
		margin: 50px auto 0;
	}

	.ing_wh_arch {
		height: 440px;
		border-width: 8px;
	}

	.ing_wh_arch_light {
		width: 130px;
		height: 130px;
	}

	.ing_wh_couple {
		bottom: 92px;
		transform: translateX(-50%) scale(0.85);
		transform-origin: bottom center;
	}

	.ing_wh_flower {
		bottom: 28px;
		transform: scale(0.83);
		transform-origin: bottom left;
	}

	.ing_wh_flower_right {
		transform: scaleX(-1) scale(0.83);
		transform-origin: bottom right;
	}

	.ing_wh_section_heading h3 {
		font-size: 31px;
	}

	.ing_wh_section_heading > p:last-child {
		margin-top: 15px;
		font-size: 14px;
		line-height: 1.75;
	}

	.ing_wh_intro {
		padding: 85px 0 90px;
	}

	.ing_wh_intro_cards {
		grid-template-columns: 1fr;
		gap: 13px;
		margin-top: 42px;
	}

	.ing_wh_intro_card {
		min-height: 0;
		padding: 29px 25px;
	}

	.ing_wh_intro_number {
		margin-bottom: 17px;
	}

	.ing_wh_intro_card strong {
		font-size: 19px;
	}

	.ing_wh_intro_card p {
		font-size: 13px;
	}

	.ing_wh_list_section {
		padding: 85px 0;
	}

	.ing_wh_venue,
	.ing_wh_venue_featured {
		display: flex;
		grid-template-columns: none;
		flex-direction: column;
		margin-bottom: 55px;
		border-radius: 23px;
	}

	.ing_wh_venue_reverse .ing_wh_venue_image,
	.ing_wh_venue_reverse .ing_wh_venue_content {
		order: initial;
	}

	.ing_wh_venue_image {
		min-height: 0;
		height: 410px;
	}

	.ing_wh_venue_number {
		right: 18px;
		bottom: 17px;
		font-size: 48px;
	}

	.ing_wh_recommend_badge {
		top: 18px;
		left: 18px;
		width: 94px;
		height: 94px;
	}

	.ing_wh_recommend_badge span {
		font-size: 6px;
	}

	.ing_wh_recommend_badge strong {
		font-size: 11px;
	}

	.ing_wh_venue_content {
		padding: 36px 21px 24px;
	}

	.ing_wh_venue_title > p {
		font-size: 9px;
	}

	.ing_wh_venue_title h4 {
		font-size: 29px;
	}

	.ing_wh_venue_title > span {
		font-size: 13px;
	}

	.ing_wh_tag_list {
		margin-top: 18px;
	}

	.ing_wh_venue_description {
		margin-top: 22px;
		font-size: 14px;
		line-height: 1.78;
	}

	.ing_wh_info_grid {
		grid-template-columns: 1fr;
		gap: 8px;
		margin-top: 24px;
	}

	.ing_wh_info_item {
		min-height: 0;
		padding: 14px;
	}

	.ing_wh_merit_box {
		padding: 19px 17px;
	}

	.ing_wh_merit_title {
		display: block;
	}

	.ing_wh_merit_title span {
		display: block;
		margin-bottom: 8px;
		padding: 0;
		border: 0;
	}

	.ing_wh_merit_box ul {
		gap: 8px;
	}

	.ing_wh_merit_box li {
		font-size: 12px;
	}

	.ing_wh_venue_link {
		height: 52px;
	}

	.ing_wh_guide {
		padding: 85px 0;
	}

	.ing_wh_guide_list {
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 42px;
	}

	.ing_wh_guide_item {
		min-height: 0;
		gap: 16px;
		padding: 23px 20px;
	}

	.ing_wh_guide_item > span {
		flex-basis: 39px;
		width: 39px;
		height: 39px;
	}

	.ing_wh_guide_item strong {
		font-size: 14px;
	}

	.ing_wh_guide_item p {
		font-size: 12px;
	}

	.ing_wh_contact {
		padding: 90px 0;
	}

	.ing_wh_contact h3 {
		font-size: 32px;
		line-height: 1.45;
	}

	.ing_wh_contact_content > p {
		margin-top: 22px;
		font-size: 13px;
		line-height: 1.8;
	}

	.ing_wh_contact_content > p br {
		display: none;
	}

	.ing_wh_contact_button {
		width: 100%;
		max-width: 310px;
		height: 58px;
		margin-top: 30px;
	}

	.ing_wh_contact_content small {
		padding: 0 10px;
	}
}

/* 작은 모바일 */
@media screen and (max-width: 420px) {

	.ing_wh_visual_content h2 {
		font-size: 34px;
	}

	.ing_wh_arch {
		height: 400px;
	}

	.ing_wh_venue_image {
		height: 350px;
	}

	.ing_wh_placeholder_arch {
		width: 135px;
		height: 210px;
	}

	.ing_wh_section_heading h3 {
		font-size: 28px;
	}

	.ing_wh_contact h3 {
		font-size: 28px;
	}
}

/* 모션 최소화 설정 */
@media (prefers-reduced-motion: reduce) {

	.ing_wh_reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}

	.ing_wh_venue_image > img,
	.ing_wh_button,
	.ing_wh_venue_link,
	.ing_wh_intro_card,
	.ing_wh_guide_item {
		transition: none;
	}
}