@charset "utf-8";

/*
 * 광주 웨딩포토 스튜디오 안내
 * File : system_codingpage_23.css
 */

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

.ing_wedding_photo {
	--ing-photo-deep: #173b6c;
	--ing-photo-main: #2c68a6;
	--ing-photo-blue: #4d8fc9;
	--ing-photo-sky: #dceeff;
	--ing-photo-light: #f4f9ff;
	--ing-photo-line: #d8e6f4;
	--ing-photo-text: #243448;
	--ing-photo-sub: #6b7b8e;
	--ing-photo-white: #ffffff;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	color: var(--ing-photo-text);
	font-family:
		"Pretendard",
		"SUIT",
		"Noto Sans KR",
		"Apple SD Gothic Neo",
		Arial,
		sans-serif;
}

.ing_wedding_photo a {
	color: inherit;
	text-decoration: none;
}

.ing_wedding_photo button,
.ing_wedding_photo input {
	font: inherit;
}

.ing_wedding_photo button {
	border: 0;
	cursor: pointer;
}

.ing_wedding_photo_inner {
	position: relative;
	z-index: 2;
	width: calc(100% - 40px);
	max-width: 1320px;
	margin: 0 auto;
}


/* =========================================================
   Visual
========================================================= */

.ing_wedding_photo_visual {
	position: relative;
	min-height: 650px;
	overflow: hidden;
	background:
		linear-gradient(
			125deg,
			#eef7ff 0%,
			#d9ecff 46%,
			#c7e3fb 100%
		);
}

.ing_wedding_photo_visual:before {
	content: "";
	position: absolute;
	top: -220px;
	right: -100px;
	width: 690px;
	height: 690px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.35);
}

.ing_wedding_photo_visual:after {
	content: "";
	position: absolute;
	left: -170px;
	bottom: -330px;
	width: 620px;
	height: 620px;
	border-radius: 50%;
	border: 100px solid rgba(255, 255, 255, 0.26);
}

.ing_wedding_photo_visual .ing_wedding_photo_inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: 650px;
	padding: 88px 0;
}

.ing_wedding_photo_visual_content {
	position: relative;
	z-index:3;
	width:54%;
	max-width: 690px;
}

.ing_wedding_photo_eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: #3979b7;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.ing_wedding_photo_eyebrow:before {
	content: "";
	width: 42px;
	height: 2px;
	background: #4e91cb;
}

.ing_wedding_photo_visual_content h2 {
	margin: 0;
	color: #173452;
	font-size: 52px;
	font-weight: 800;
	line-height: 1.3;
	letter-spacing: -0.05em;
	word-break: keep-all;
}

.ing_wedding_photo_visual_content h2 span {
	color: #367ab6;
}

.ing_wedding_photo_visual_text {
	max-width: 590px;
	margin: 27px 0 0;
	color: #5d7186;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8;
	letter-spacing: -0.025em;
	word-break: keep-all;
}

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

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

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

.ing_photo_button_primary {
	background: linear-gradient(135deg, #2869a8, #3f8bc7);
	box-shadow: 0 13px 28px rgba(38, 100, 158, 0.24);
	color: #ffffff !important;
}

.ing_photo_button_primary:hover {
	box-shadow: 0 17px 34px rgba(38, 100, 158, 0.32);
}

.ing_photo_button_line {
	border: 1px solid rgba(45, 105, 161, 0.24);
	background: rgba(255, 255, 255, 0.68);
	color: #315f8b !important;
	backdrop-filter: blur(8px);
}

.ing_photo_button_line:hover {
	background: #ffffff;
}

.ing_wedding_photo_visual_art {
	position: relative;
	width: 42%;
	height: 470px;
}

.ing_photo_frame {
	position: absolute;
	overflow: hidden;
	border: 10px solid #ffffff;
	background: #ffffff;
	box-shadow: 0 25px 60px rgba(44, 91, 135, 0.22);
}

.ing_photo_frame_back {
	top: 16px;
	right: 12px;
	width: 310px;
	height: 370px;
	transform: rotate(7deg);
}

.ing_photo_frame_sky {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 64%;
	background:
		radial-gradient(
			circle at 70% 30%,
			rgba(255,255,255,0.95) 0,
			rgba(255,255,255,0.12) 27%,
			transparent 28%
		),
		linear-gradient(180deg, #b7d9f4 0%, #deeffc 100%);
}

.ing_photo_frame_ground {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 45%;
	background:
		linear-gradient(
			150deg,
			#8eb6aa 0%,
			#b7d4c7 45%,
			#7ca29a 100%
		);
	clip-path: polygon(0 34%, 25% 16%, 50% 34%, 74% 9%, 100% 27%, 100% 100%, 0 100%);
}

.ing_photo_frame_back > i {
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 70px;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.85);
	font-size: 80px;
}

.ing_photo_frame_front {
	left: 8px;
	bottom: 4px;
	width: 330px;
	height: 390px;
	transform: rotate(-5deg);
	background:
		linear-gradient(
			155deg,
			#eff8ff 0%,
			#d7ecfb 56%,
			#accde7 100%
		);
}

.ing_photo_frame_front:before {
	content: "";
	position: absolute;
	left: -22%;
	bottom: 52px;
	width: 145%;
	height: 180px;
	border-radius: 50% 50% 0 0;
	background: rgba(119, 158, 183, 0.22);
	transform: rotate(-6deg);
}

.ing_photo_couple {
	position: absolute;
	z-index: 2;
	top: 70px;
	left: 50%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 5px;
	width: 250px;
	transform: translateX(-50%);
}

.ing_photo_person {
	display: flex;
	align-items: flex-end;
	justify-content: center;
	color: #315875;
	text-shadow: 0 12px 30px rgba(28, 67, 95, 0.22);
}

.ing_photo_bride {
	font-size: 157px;
}

.ing_photo_groom {
	font-size: 149px;
}

.ing_photo_heart {
	position: absolute;
	top: 38px;
	left: 50%;
	color: #70a7d3;
	font-size: 27px;
	transform: translateX(-50%);
	animation: ingPhotoHeart 2.3s ease-in-out infinite;
}

@keyframes ingPhotoHeart {
	0%,
	100% {
		transform: translateX(-50%) scale(1);
	}

	50% {
		transform: translateX(-50%) scale(1.15);
	}
}

.ing_photo_frame_caption {
	position: absolute;
	z-index: 3;
	right: 22px;
	bottom: 20px;
	left: 22px;
	padding-top: 13px;
	border-top: 1px solid rgba(46, 93, 127, 0.18);
	text-align: center;
}

.ing_photo_frame_caption span {
	display: block;
	color: #53718a;
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing: 0.18em;
}

.ing_photo_frame_caption strong {
	display: block;
	margin-top: 4px;
	color: #2e536e;
	font-family: Georgia, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
}

.ing_photo_floating_icon {
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 67px;
	height: 67px;
	border: 1px solid rgba(75, 139, 192, 0.2);
	border-radius: 22px;
	background: rgba(255, 255, 255, 0.86);
	box-shadow: 0 13px 32px rgba(42, 91, 135, 0.18);
	color: #4d8fc9;
	font-size: 24px;
	backdrop-filter: blur(9px);
}

.icon_camera {
	top: 42px;
	left: -21px;
	transform: rotate(-8deg);
}

.icon_ring {
	top: 170px;
	right: -8px;
	transform: rotate(7deg);
}

.icon_flower {
	right: 45px;
	bottom: 7px;
	transform: rotate(-4deg);
}

.ing_wedding_photo_visual_deco {
	position: absolute;
	border-radius: 50%;
	pointer-events: none;
}

.deco_one {
	top: 72px;
	left: 5%;
	width: 16px;
	height: 16px;
	border: 4px solid rgba(67, 136, 194, 0.28);
}

.deco_two {
	right: 42%;
	bottom: 74px;
	width: 12px;
	height: 12px;
	background: rgba(77, 143, 201, 0.25);
}

.deco_three {
	top: 110px;
	right: 7%;
	width: 86px;
	height: 86px;
	border: 1px solid rgba(255, 255, 255, 0.8);
}


/* =========================================================
   Common section title
========================================================= */

.ing_wedding_photo_section_title {
	margin-bottom: 50px;
	text-align: center;
}

.ing_wedding_photo_section_title > p {
	margin: 0 0 13px;
	color: #4a89c1;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.17em;
}

.ing_wedding_photo_section_title h3 {
	margin: 0;
	color: #203750;
	font-size: 38px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.045em;
}

.ing_wedding_photo_section_title > span {
	display: block;
	max-width: 680px;
	margin: 17px auto 0;
	color: #748397;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: -0.025em;
	word-break: keep-all;
}


/* =========================================================
   Guide
========================================================= */

.ing_wedding_photo_intro {
	padding: 105px 0;
	background: #ffffff;
}

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

.ing_wedding_photo_guide_item {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	min-height: 180px;
	padding: 34px 31px;
	border: 1px solid #e0ebf5;
	border-radius: 18px;
	background: #ffffff;
	box-shadow: 0 13px 35px rgba(42, 75, 108, 0.06);
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		border-color 0.25s ease;
}

.ing_wedding_photo_guide_item:hover {
	transform: translateY(-6px);
	border-color: #c4def3;
	box-shadow: 0 20px 45px rgba(42, 75, 108, 0.1);
}

.ing_wedding_photo_guide_icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 18px;
	background: linear-gradient(145deg, #e8f5ff, #d2e9fa);
	color: #377db7;
	font-size: 23px;
}

.ing_wedding_photo_guide_item strong {
	display: block;
	margin-top: 2px;
	color: #253b52;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: -0.035em;
}

.ing_wedding_photo_guide_item p {
	margin: 11px 0 0;
	color: #718195;
	font-size: 14px;
	line-height: 1.75;
	letter-spacing: -0.02em;
	word-break: keep-all;
}


/* =========================================================
   Studio list
========================================================= */

.ing_wedding_photo_list_section {
	padding: 108px 0 118px;
	background:
		linear-gradient(
			180deg,
			#f5faff 0%,
			#eef7ff 100%
		);
}

.ing_wedding_photo_toolbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 20px;
	padding: 18px;
	border: 1px solid #dceaf7;
	border-radius: 17px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 12px 35px rgba(45, 78, 112, 0.06);
}

.ing_wedding_photo_search {
	position: relative;
	flex: 1;
	max-width: 510px;
}

.ing_wedding_photo_search > i {
	position: absolute;
	top: 50%;
	left: 19px;
	color: #6c99be;
	font-size: 15px;
	transform: translateY(-50%);
}

.ing_wedding_photo_search input {
	width: 100%;
	height: 49px;
	padding: 0 48px 0 47px;
	border: 1px solid #d6e5f2;
	border-radius: 10px;
	outline: 0;
	background: #f8fbfe;
	color: #30465b;
	font-size: 14px;
	transition:
		border-color 0.2s ease,
		box-shadow 0.2s ease,
		background-color 0.2s ease;
}

.ing_wedding_photo_search input:focus {
	border-color: #72a8d2;
	background: #ffffff;
	box-shadow: 0 0 0 4px rgba(76, 143, 199, 0.1);
}

.ing_wedding_photo_search input::placeholder {
	color: #9aaabd;
}

.ing_wedding_photo_search button {
	position: absolute;
	top: 50%;
	right: 9px;
	display: none;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: transparent;
	color: #8ca1b5;
	transform: translateY(-50%);
}

.ing_wedding_photo_search button.is_visible {
	display: flex;
}

.ing_wedding_photo_filter {
	display: flex;
	align-items: center;
	gap: 7px;
}

.ing_wedding_photo_filter button {
	min-width: 66px;
	height: 42px;
	padding: 0 17px;
	border: 1px solid #d9e7f3;
	border-radius: 9px;
	background: #ffffff;
	color: #718397;
	font-size: 14px;
	font-weight: 700;
	transition: all 0.2s ease;
}

.ing_wedding_photo_filter button:hover {
	border-color: #8ab5d8;
	color: #397bb3;
}

.ing_wedding_photo_filter button.active {
	border-color: #367db9;
	background: #367db9;
	box-shadow: 0 7px 18px rgba(54, 125, 185, 0.2);
	color: #ffffff;
}

.ing_wedding_photo_count {
	margin: 0 0 22px 3px;
	color: #7d8da0;
	font-size: 14px;
}

.ing_wedding_photo_count strong {
	color: #3379b5;
	font-size: 16px;
}

.ing_wedding_photo_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 28px;
}

.ing_wedding_photo_card {
	position: relative;
	display: grid;
	grid-template-columns: 210px minmax(0, 1fr);
	min-height: 390px;
	overflow: hidden;
	border: 1px solid #dbe8f3;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 16px 42px rgba(46, 79, 111, 0.08);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.ing_wedding_photo_card:hover {
	transform: translateY(-7px);
	border-color: #bdd8ee;
	box-shadow: 0 23px 55px rgba(46, 79, 111, 0.14);
}

.ing_wedding_photo_card.is_hidden {
	display: none;
}

.ing_wedding_photo_card_visual {
	position: relative;
	overflow: hidden;
	background:
		linear-gradient(
			150deg,
			#badcf5 0%,
			#79aed5 48%,
			#467fad 100%
		);
}

.ing_wedding_photo_card_visual:before {
	content: "";
	position: absolute;
	top: -75px;
	left: -65px;
	width: 185px;
	height: 185px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.16);
}

.ing_wedding_photo_card_visual:after {
	content: "";
	position: absolute;
	right: -45px;
	bottom: -50px;
	width: 160px;
	height: 160px;
	border: 35px solid rgba(255, 255, 255, 0.12);
	border-radius: 50%;
}

.ing_wedding_photo_card_pattern {
	position: absolute;
	inset: 0;
	opacity: 0.42;
	background-image:
		linear-gradient(
			rgba(255,255,255,0.08) 1px,
			transparent 1px
		),
		linear-gradient(
			90deg,
			rgba(255,255,255,0.08) 1px,
			transparent 1px
		);
	background-size: 27px 27px;
}

.ing_wedding_photo_card_symbol {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	border: 1px solid rgba(255, 255, 255, 0.36);
	border-radius: 34px;
	background: rgba(255, 255, 255, 0.18);
	box-shadow:
		inset 0 1px 0 rgba(255,255,255,0.35),
		0 20px 45px rgba(25, 70, 107, 0.18);
	color: rgba(255, 255, 255, 0.95);
	font-size: 43px;
	transform: translate(-50%, -50%) rotate(-4deg);
	backdrop-filter: blur(6px);
}

.ing_wedding_photo_card_badge {
	position: absolute;
	z-index: 3;
	top: 17px;
	left: 17px;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 31px;
	padding: 0 12px;
	border: 1px solid rgba(255, 255, 255, 0.35);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.83);
	color: #3f739c;
	font-size: 12px;
	font-weight: 800;
	backdrop-filter: blur(6px);
}

.ing_wedding_photo_card_number {
	position: absolute;
	z-index: 2;
	right: 15px;
	bottom: 10px;
	color: rgba(255, 255, 255, 0.32);
	font-family: Arial, sans-serif;
	font-size: 54px;
	font-weight: 800;
	letter-spacing: -0.05em;
}

.ing_wedding_photo_card_content {
	display: flex;
	flex-direction: column;
	min-width: 0;
	padding: 31px 29px 27px;
}

.ing_wedding_photo_card_heading > p {
	margin: 0 0 6px;
	color: #6d98bc;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.13em;
}

.ing_wedding_photo_card_heading h4 {
	margin: 0;
	color: #243a50;
	font-size: 23px;
	font-weight: 800;
	line-height: 1.35;
	letter-spacing: -0.045em;
}

.ing_wedding_photo_card_heading > span {
	display: block;
	margin-top: 8px;
	color: #4784b6;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: -0.02em;
}

.ing_wedding_photo_card_description {
	margin: 17px 0 20px;
	color: #728295;
	font-size: 13px;
	line-height: 1.72;
	letter-spacing: -0.02em;
	word-break: keep-all;
}

.ing_wedding_photo_card_info {
	margin-top: auto;
	border-top: 1px solid #e5edf5;
}

.ing_wedding_photo_info_row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 15px;
	padding: 10px 0;
	border-bottom: 1px solid #edf2f7;
}

.ing_wedding_photo_info_label {
	flex: 0 0 82px;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #8291a1;
	font-size: 12px;
}

.ing_wedding_photo_info_label i {
	width: 14px;
	color: #72a5ce;
	text-align: center;
}

.ing_wedding_photo_info_row strong {
	color: #43576b;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	text-align: right;
	word-break: keep-all;
}

.ing_wedding_photo_address strong {
	font-weight: 600;
}

.ing_wedding_photo_card_buttons {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 9px;
	margin-top: 19px;
}

.ing_wedding_photo_card_buttons a,
.ing_wedding_photo_card_buttons button {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	height: 45px;
	border-radius: 9px;
	font-size: 13px;
	font-weight: 800;
	transition:
		transform 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease,
		box-shadow 0.2s ease;
}

.ing_wedding_photo_card_buttons a:hover,
.ing_wedding_photo_card_buttons button:hover {
	transform: translateY(-2px);
}

.ing_wedding_photo_contact {
	background: #337cb8;
	box-shadow: 0 8px 18px rgba(51, 124, 184, 0.2);
	color: #ffffff !important;
}

.ing_wedding_photo_contact:hover {
	background: #286da7;
	box-shadow: 0 11px 22px rgba(51, 124, 184, 0.26);
}

.ing_wedding_photo_view {
	border: 1px solid #d3e3f0 !important;
	background: #f6faff;
	color: #47789f;
}

.ing_wedding_photo_view:hover {
	border-color: #9fc2dd !important;
	background: #edf7ff;
}

.ing_wedding_photo_empty {
	display: none;
	padding: 75px 25px;
	border: 1px dashed #bfd6e9;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.7);
	text-align: center;
}

.ing_wedding_photo_empty.is_visible {
	display: block;
}

.ing_wedding_photo_empty i {
	display: block;
	margin-bottom: 17px;
	color: #8ab5d7;
	font-size: 38px;
}

.ing_wedding_photo_empty strong {
	display: block;
	color: #3b546a;
	font-size: 18px;
}

.ing_wedding_photo_empty p {
	margin: 8px 0 0;
	color: #8898a8;
	font-size: 14px;
}


/* 카드별 미세 색상 변화 */

.studio_goyou .ing_wedding_photo_card_visual {
	background: linear-gradient(150deg, #a9cce6 0%, #6d9fc6 52%, #3f6f99 100%);
}

.studio_meu .ing_wedding_photo_card_visual {
	background: linear-gradient(150deg, #c6e3f5 0%, #8bbddc 52%, #5489b0 100%);
}

.studio_lange .ing_wedding_photo_card_visual {
	background: linear-gradient(150deg, #b2d4ee 0%, #719fc6 52%, #405f89 100%);
}

.studio_moment .ing_wedding_photo_card_visual {
	background: linear-gradient(150deg, #b6d9ee 0%, #6eabc9 48%, #457d9d 100%);
}

.studio_julie .ing_wedding_photo_card_visual {
	background: linear-gradient(150deg, #c8e6ed 0%, #83b8c8 50%, #4f849d 100%);
}

.studio_wonkyu .ing_wedding_photo_card_visual {
	background: linear-gradient(150deg, #adcce8 0%, #648fb9 49%, #354f7b 100%);
}

.studio_bemy .ing_wedding_photo_card_visual {
	background: linear-gradient(150deg, #c5e3f5 0%, #87b7d6 48%, #517fa6 100%);
}


/* =========================================================
   Notice
========================================================= */

.ing_wedding_photo_notice {
	padding: 72px 0;
	background: #ffffff;
}

.ing_wedding_photo_notice_box {
	display: flex;
	align-items: center;
	gap: 24px;
	padding: 29px 34px;
	border: 1px solid #d9e8f4;
	border-radius: 18px;
	background: #f7fbff;
}

.ing_wedding_photo_notice_icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 17px;
	background: #dfedf9;
	color: #397db6;
	font-size: 22px;
}

.ing_wedding_photo_notice_content strong {
	display: block;
	color: #344b61;
	font-size: 16px;
	font-weight: 800;
}

.ing_wedding_photo_notice_content p {
	margin: 7px 0 0;
	color: #78889a;
	font-size: 13px;
	line-height: 1.75;
	letter-spacing: -0.015em;
	word-break: keep-all;
}


/* =========================================================
   Consult
========================================================= */

.ing_wedding_photo_consult {
	position: relative;
	overflow: hidden;
	padding: 105px 0;
	background:
		linear-gradient(
			130deg,
			#173b65 0%,
			#255f92 50%,
			#3e84b9 100%
		);
}

.ing_wedding_photo_consult:before {
	content: "";
	position: absolute;
	top: -230px;
	left: -180px;
	width: 530px;
	height: 530px;
	border: 90px solid rgba(255, 255, 255, 0.06);
	border-radius: 50%;
}

.ing_wedding_photo_consult:after {
	content: "";
	position: absolute;
	right: -130px;
	bottom: -290px;
	width: 600px;
	height: 600px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.06);
}

.ing_wedding_photo_consult_content {
	position: relative;
	z-index: 3;
	text-align: center;
}

.ing_wedding_photo_consult_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 auto 22px;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.12);
	color: #ffffff;
	font-size: 28px;
	backdrop-filter: blur(6px);
}

.ing_wedding_photo_consult_content > p {
	margin: 0 0 12px;
	color: #b9dcf5;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.18em;
}

.ing_wedding_photo_consult_content h3 {
	margin: 0;
	color: #ffffff;
	font-size: 37px;
	font-weight: 800;
	line-height: 1.45;
	letter-spacing: -0.045em;
}

.ing_wedding_photo_consult_content > span {
	display: block;
	margin-top: 17px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 15px;
	line-height: 1.8;
	word-break: keep-all;
}

.ing_wedding_photo_consult_content > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-width: 244px;
	height: 59px;
	margin-top: 32px;
	padding: 0 29px;
	border-radius: 10px;
	background: #ffffff;
	box-shadow: 0 15px 35px rgba(10, 38, 64, 0.25);
	color: #235d8d;
	font-size: 15px;
	font-weight: 800;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.ing_wedding_photo_consult_content > a:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 43px rgba(10, 38, 64, 0.32);
}

.ing_wedding_photo_consult_content > a i {
	transition: transform 0.25s ease;
}

.ing_wedding_photo_consult_content > a:hover i {
	transform: translateX(5px);
}

.ing_wedding_photo_consult_deco {
	position: absolute;
	border-radius: 50%;
}

.consult_deco_one {
	top: 55px;
	right: 14%;
	width: 14px;
	height: 14px;
	border: 3px solid rgba(255, 255, 255, 0.2);
}

.consult_deco_two {
	left: 17%;
	bottom: 62px;
	width: 9px;
	height: 9px;
	background: rgba(255, 255, 255, 0.22);
}


/* =========================================================
   Mobile
========================================================= */

@media (max-width: 768px) {

	.ing_wedding_photo_inner {
		width: calc(100% - 32px);
	}

	.ing_wedding_photo_visual {
		min-height: auto;
	}

	.ing_wedding_photo_visual .ing_wedding_photo_inner {
		display: block;
		min-height: auto;
		padding: 67px 0 76px;
	}

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

	.ing_wedding_photo_eyebrow {
		justify-content: center;
		margin-bottom: 17px;
		font-size: 11px;
		letter-spacing: 0.13em;
	}

	.ing_wedding_photo_eyebrow:before {
		width: 27px;
	}

	.ing_wedding_photo_visual_content h2 {
		font-size:24px;
		line-height: 1.4;
	}

	.ing_wedding_photo_visual_text {
		margin-top: 19px;
		font-size: 15px;
		line-height: 1.75;
	}

	.ing_wedding_photo_visual_buttons {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		margin-top: 28px;
	}

	.ing_photo_button {
		width: 100%;
		height: 53px;
		min-width: 0;
		font-size: 14px;
	}

	.ing_wedding_photo_visual_art {
		width: 100%;
		height: 360px;
		margin-top: 44px;
	}

	.ing_photo_frame_back {
		top: 0;
		right: 7px;
		width: 220px;
		height: 280px;
		border-width: 7px;
	}

	.ing_photo_frame_front {
		left: 4px;
		bottom: 0;
		width: 230px;
		height: 295px;
		border-width: 7px;
	}

	.ing_photo_bride {
		font-size: 112px;
	}

	.ing_photo_groom {
		font-size: 107px;
	}

	.ing_photo_couple {
		top: 54px;
		width: 190px;
	}

	.ing_photo_heart {
		top: 27px;
		font-size: 20px;
	}

	.ing_photo_frame_caption {
		right: 14px;
		bottom: 13px;
		left: 14px;
		padding-top: 8px;
	}

	.ing_photo_frame_caption span {
		font-size: 8px;
	}

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

	.ing_photo_frame_back > i {
		bottom: 55px;
		font-size: 58px;
	}

	.ing_photo_floating_icon {
		width: 51px;
		height: 51px;
		border-radius: 17px;
		font-size: 19px;
	}

	.icon_camera {
		top: 25px;
		left: 0;
	}

	.icon_ring {
		top: 136px;
		right: 0;
	}

	.icon_flower {
		right: 22px;
		bottom: 0;
	}

	.ing_wedding_photo_section_title {
		margin-bottom: 34px;
	}

	.ing_wedding_photo_section_title > p {
		margin-bottom: 10px;
		font-size: 11px;
		letter-spacing: 0.13em;
	}

	.ing_wedding_photo_section_title h3 {
		font-size:24px;
	}

	.ing_wedding_photo_section_title > span {
		margin-top: 13px;
		font-size: 14px;
		line-height: 1.7;
	}

	.ing_wedding_photo_intro {
		padding: 73px 0;
	}

	.ing_wedding_photo_guide {
		grid-template-columns: 1fr;
		gap: 13px;
	}

	.ing_wedding_photo_guide_item {
		min-height: 0;
		padding: 25px 22px;
		border-radius: 15px;
	}

	.ing_wedding_photo_guide_icon {
		width: 51px;
		height: 51px;
		border-radius: 15px;
		font-size: 20px;
	}

	.ing_wedding_photo_guide_item strong {
		font-size: 16px;
	}

	.ing_wedding_photo_guide_item p {
		margin-top: 8px;
		font-size: 13px;
	}

	.ing_wedding_photo_list_section {
		padding: 74px 0 82px;
	}

	.ing_wedding_photo_toolbar {
		display: block;
		margin-bottom: 17px;
		padding: 13px;
		border-radius: 14px;
	}

	.ing_wedding_photo_search {
		max-width: none;
	}

	.ing_wedding_photo_filter {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 5px;
		margin-top: 9px;
	}

	.ing_wedding_photo_filter button {
		width: 100%;
		min-width: 0;
		height: 39px;
		padding: 0 4px;
		font-size: 12px;
	}

	.ing_wedding_photo_count {
		margin-bottom: 15px;
		font-size: 13px;
	}

	.ing_wedding_photo_grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ing_wedding_photo_card {
		display: block;
		min-height: 0;
		border-radius: 18px;
	}

	.ing_wedding_photo_card_visual {
		height: 185px;
	}

	.ing_wedding_photo_card_symbol {
		width: 82px;
		height: 82px;
		border-radius: 27px;
		font-size: 34px;
	}

	.ing_wedding_photo_card_number {
		font-size: 47px;
	}

	.ing_wedding_photo_card_content {
		padding: 25px 21px 22px;
	}

	.ing_wedding_photo_card_heading h4 {
		font-size: 21px;
	}

	.ing_wedding_photo_card_description {
		margin: 15px 0 18px;
		font-size: 13px;
	}

	.ing_wedding_photo_info_label {
		flex-basis: 74px;
	}

	.ing_wedding_photo_info_row strong {
		max-width: calc(100% - 87px);
	}

	.ing_wedding_photo_card_buttons {
		margin-top: 17px;
	}

	.ing_wedding_photo_card_buttons a,
	.ing_wedding_photo_card_buttons button {
		height: 44px;
		font-size: 13px;
	}

	.ing_wedding_photo_notice {
		padding: 49px 0;
	}

	.ing_wedding_photo_notice_box {
		display: block;
		padding: 24px 21px;
		border-radius: 15px;
	}

	.ing_wedding_photo_notice_icon {
		width: 48px;
		height: 48px;
		margin-bottom: 15px;
		border-radius: 15px;
		font-size: 19px;
	}

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

	.ing_wedding_photo_consult {
		padding: 75px 0;
	}

	.ing_wedding_photo_consult_icon {
		width: 62px;
		height: 62px;
		margin-bottom: 18px;
		border-radius: 20px;
		font-size: 24px;
	}

	.ing_wedding_photo_consult-content > p {
		font-size: 10px;
	}

	.ing_wedding_photo_consult_content h3 {
		font-size: 27px;
		line-height: 1.45;
	}

	.ing_wedding_photo_consult_content > span {
		font-size: 13px;
		line-height: 1.7;
	}

	.ing_wedding_photo_consult_content > a {
		width: 100%;
		min-width: 0;
		height: 55px;
		margin-top: 27px;
		font-size: 14px;
	}

}