/*
 * 잉뷰티 메이크업 안내 페이지
 * 파일명 : system_codingpage_22.css
 * PC 기본 + 모바일 768px 이하
 */

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

.ing_beauty_page {
	--beauty-main: #cf6f8f;
	--beauty-main-dark: #a44f6c;
	--beauty-deep: #5b3945;
	--beauty-pink: #f8e8ed;
	--beauty-pink-light: #fff7f9;
	--beauty-cream: #fffaf7;
	--beauty-gold: #bb9462;
	--beauty-text: #4a3b40;
	--beauty-gray: #806f75;
	--beauty-line: #eadde1;
	position: relative;
	width: 100%;
	overflow: hidden;
	background: #ffffff;
	color: var(--beauty-text);
	font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo",
		"Malgun Gothic", sans-serif;
	word-break: keep-all;
}

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

.ing_beauty_page img {
	max-width: 100%;
	vertical-align: top;
}

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

/* --------------------------------------------------
	공통 제목
-------------------------------------------------- */

.ing_beauty_section_heading {
	max-width: 730px;
	margin-bottom: 52px;
}

.ing_beauty_section_heading_center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.ing_beauty_section_label {
	margin: 0 0 15px;
	color: var(--beauty-main);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.19em;
}

.ing_beauty_section_heading h3 {
	margin: 0;
	color: #403038;
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.42;
	letter-spacing: -0.045em;
}

.ing_beauty_section_heading h3 span {
	color: var(--beauty-main-dark);
}

.ing_beauty_section_heading > p:last-child {
	margin: 22px 0 0;
	color: var(--beauty-gray);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
	letter-spacing: -0.025em;
}

/* --------------------------------------------------
	버튼
-------------------------------------------------- */

.ing_beauty_visual_buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 34px;
}

.ing_beauty_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-width: 188px;
	height: 56px;
	padding: 0 25px;
	border-radius: 100px;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: -0.025em;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease,
		background-color 0.25s ease,
		color 0.25s ease;
}

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

.ing_beauty_button_primary {
	background: linear-gradient(135deg, #d87d9c 0%, #b75d7c 100%);
	box-shadow: 0 13px 30px rgba(168, 78, 108, 0.23);
	color: #ffffff !important;
}

.ing_beauty_button_primary:hover {
	box-shadow: 0 17px 35px rgba(168, 78, 108, 0.31);
}

.ing_beauty_button_light {
	border: 1px solid rgba(151, 103, 118, 0.25);
	background: rgba(255, 255, 255, 0.78);
	color: #71515d !important;
}

.ing_beauty_button_light:hover {
	background: #ffffff;
}

/* --------------------------------------------------
	메인 비주얼
-------------------------------------------------- */

.ing_beauty_visual {
	position: relative;
	min-height: 720px;
	background:
		linear-gradient(115deg, rgba(255, 251, 249, 0.98) 0%, rgba(255, 246, 249, 0.98) 58%, rgba(247, 227, 234, 0.98) 100%);
}

.ing_beauty_visual:before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 46%;
	background:
		linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(209, 119, 150, 0.07) 100%);
	content: "";
}

.ing_beauty_visual:after {
	position: absolute;
	right: -70px;
	bottom: -115px;
	width: 440px;
	height: 440px;
	border: 1px solid rgba(177, 112, 134, 0.12);
	border-radius: 50%;
	content: "";
}

.ing_beauty_visual_glow {
	position: absolute;
	border-radius: 50%;
	filter: blur(3px);
	pointer-events: none;
}

.ing_beauty_visual_glow_01 {
	top: 85px;
	left: -150px;
	width: 380px;
	height: 380px;
	background: rgba(246, 202, 214, 0.25);
}

.ing_beauty_visual_glow_02 {
	top: 60px;
	right: 12%;
	width: 230px;
	height: 230px;
	background: rgba(255, 255, 255, 0.54);
}

.ing_beauty_visual_inner {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	width: calc(100% - 40px);
	max-width: 1320px;
	min-height: 720px;
	margin: 0 auto;
	padding: 75px 0;
}

.ing_beauty_visual_text {
	position: relative;
	z-index: 3;
	width: 56%;
	padding-right: 70px;
}

.ing_beauty_eyebrow {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 24px;
	color: var(--beauty-main-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.22em;
}

.ing_beauty_eyebrow_line {
	width: 38px;
	height: 1px;
	background: var(--beauty-main);
}

.ing_beauty_visual_title {
	margin: 0;
	color: #4a343d;
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 56px;
	font-weight: 500;
	line-height: 1.36;
	letter-spacing: -0.06em;
}

.ing_beauty_visual_title span {
	color: #b95f7e;
}

.ing_beauty_visual_desc {
	max-width: 665px;
	margin: 27px 0 0;
	color: #705e64;
	font-size: 16px;
	line-height: 1.9;
	letter-spacing: -0.026em;
}

.ing_beauty_visual_tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 26px;
}

.ing_beauty_visual_tags span {
	display: inline-flex;
	align-items: center;
	height: 34px;
	padding: 0 15px;
	border: 1px solid rgba(190, 111, 139, 0.18);
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.65);
	color: #88616e;
	font-size: 12px;
	font-weight: 600;
}

.ing_beauty_visual_art {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44%;
	min-height: 560px;
}

.ing_beauty_art_frame {
	position: relative;
	width: 430px;
	height: 535px;
	margin-top:30px;
	padding: 0;

	border-radius: 20px !important;
	overflow: hidden !important;
	clip-path: inset(0 round 20px);
	-webkit-clip-path: inset(0 round 20px);

	background: none !important;
	box-sizing: border-box;
	isolation: isolate;
}

.ing_beauty_art_frame .ing_beauty_art_image {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;

	display: block;
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	padding: 0;

	object-fit: cover;
	object-position: center;
	border: 0;
	border-radius: 20px !important;
	box-sizing: border-box;
}

.ing_beauty_art_badge {
	position: absolute;
	left: 24px;
	bottom: 24px;
	z-index: 3;

	display: flex;
	flex-direction: column;
	padding: 16px 20px;

	background: rgba(255, 255, 255, 0.9);
	border-radius: 12px;
	box-shadow: 0 8px 25px rgba(54, 36, 36, 0.14);
}

.ing_beauty_art_arch {
	position: absolute;
	top: 2px;
	left: 42px;
	width: 345px;
	height: 495px;
	border-radius: 180px 180px 35px 35px;
	background:
		radial-gradient(circle at 25% 20%, rgba(255, 255, 255, 0.95) 0, rgba(255, 255, 255, 0) 34%),
		linear-gradient(145deg, #edc5d1 0%, #e3a9ba 50%, #c67792 100%);
	box-shadow:
		0 35px 70px rgba(145, 75, 97, 0.24),
		inset 0 0 0 12px rgba(255, 255, 255, 0.15);
	transform: rotate(2deg);
}

.ing_beauty_art_arch:before {
	position: absolute;
	inset: 18px;
	border: 1px solid rgba(255, 255, 255, 0.45);
	border-radius: 165px 165px 25px 25px;
	content: "";
}

.ing_beauty_art_arch:after {
	position: absolute;
	top: 68px;
	left: 62px;
	width: 145px;
	height: 250px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.12);
	filter: blur(15px);
	content: "";
	transform: rotate(18deg);
}

.ing_beauty_art_face {
	position: absolute;
	top: 80px;
	left: 120px;
	z-index: 3;
	width: 212px;
	height: 330px;
	border-radius: 48% 47% 43% 48%;
	background:
		linear-gradient(110deg, #f8d2c7 0%, #ffe2d8 47%, #eab5aa 100%);
	box-shadow: 17px 20px 32px rgba(108, 61, 72, 0.16);
	transform: rotate(4deg);
}

.ing_beauty_art_hair {
	position: absolute;
	top: -40px;
	left: -47px;
	z-index: -1;
	width: 245px;
	height: 300px;
	border-radius: 58% 48% 44% 55%;
	background:
		linear-gradient(120deg, #5a343d 0%, #2f2328 72%);
	box-shadow: 28px 30px 0 -10px rgba(58, 37, 43, 0.92);
	transform: rotate(-8deg);
}

.ing_beauty_art_hair:after {
	position: absolute;
	right: -46px;
	bottom: -50px;
	width: 112px;
	height: 190px;
	border-radius: 48%;
	background: #34252a;
	content: "";
	transform: rotate(-5deg);
}

.ing_beauty_art_neck {
	position: absolute;
	right: 25px;
	bottom: -91px;
	z-index: -1;
	width: 78px;
	height: 120px;
	border-radius: 10px 10px 40px 40px;
	background: linear-gradient(90deg, #efbdb2 0%, #f7cdc3 100%);
	transform: rotate(-7deg);
}

.ing_beauty_art_ear {
	position: absolute;
	top: 134px;
	right: -13px;
	width: 26px;
	height: 46px;
	border-radius: 50%;
	background: #e8afa7;
}

.ing_beauty_art_eyebrow {
	position: absolute;
	top: 109px;
	right: 42px;
	width: 67px;
	height: 13px;
	border-top: 5px solid #6b3d45;
	border-radius: 50%;
	transform: rotate(7deg);
}

.ing_beauty_art_eye {
	position: absolute;
	top: 139px;
	right: 43px;
	width: 65px;
	height: 23px;
	border-bottom: 5px solid #493138;
	border-radius: 50%;
	transform: rotate(4deg);
}

.ing_beauty_art_eye:before {
	position: absolute;
	right: 7px;
	bottom: -5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #37282c;
	content: "";
}

.ing_beauty_art_eye:after {
	position: absolute;
	right: -10px;
	bottom: -5px;
	width: 17px;
	height: 2px;
	background: #493138;
	content: "";
	transform: rotate(-8deg);
	transform-origin: left center;
}

.ing_beauty_art_nose {
	position: absolute;
	top: 157px;
	right: 27px;
	width: 43px;
	height: 77px;
	border-right: 3px solid rgba(172, 101, 99, 0.42);
	border-bottom: 3px solid rgba(172, 101, 99, 0.42);
	border-radius: 0 0 32px 0;
	transform: rotate(3deg);
}

.ing_beauty_art_lip {
	position: absolute;
	top: 250px;
	right: 26px;
	width: 56px;
	height: 20px;
	border-radius: 50% 8px 55% 8px;
	background: linear-gradient(180deg, #c86078 0%, #a94962 100%);
	transform: rotate(7deg);
}

.ing_beauty_art_lip:after {
	position: absolute;
	top: 8px;
	left: 5px;
	width: 46px;
	height: 1px;
	background: rgba(113, 47, 61, 0.55);
	content: "";
}

.ing_beauty_art_blush {
	position: absolute;
	top: 185px;
	left: 73px;
	width: 55px;
	height: 31px;
	border-radius: 50%;
	background: rgba(220, 110, 132, 0.17);
	filter: blur(7px);
}

.ing_beauty_art_badge {
	position: absolute;
	right: -18px;
	bottom: 25px;
	z-index: 5;
	width: 168px;
	padding: 17px 18px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.85);
	box-shadow: 0 18px 35px rgba(111, 67, 80, 0.17);
	backdrop-filter: blur(8px);
}

.ing_beauty_art_badge strong {
	display: block;
	color: #9d5069;
	font-family: Georgia, serif;
	font-size: 15px;
	letter-spacing: 0.1em;
}

.ing_beauty_art_badge span {
	display: block;
	margin-top: 5px;
	color: #8a7078;
	font-size: 10px;
	letter-spacing: 0.04em;
}

.ing_beauty_art_flower {
	position: absolute;
	z-index: 7;
	width: 54px;
	height: 54px;
}

.ing_beauty_art_flower span {
	position: absolute;
	width: 28px;
	height: 28px;
	border-radius: 60% 40% 60% 40%;
	background: rgba(255, 245, 247, 0.94);
	box-shadow: 0 5px 15px rgba(126, 79, 90, 0.11);
	transform-origin: 100% 100%;
}

.ing_beauty_art_flower span:nth-child(1) {
	top: 0;
	left: 0;
}

.ing_beauty_art_flower span:nth-child(2) {
	top: 0;
	right: 0;
	transform: rotate(90deg);
}

.ing_beauty_art_flower span:nth-child(3) {
	right: 0;
	bottom: 0;
	transform: rotate(180deg);
}

.ing_beauty_art_flower span:nth-child(4) {
	bottom: 0;
	left: 0;
	transform: rotate(270deg);
}

.ing_beauty_art_flower:after {
	position: absolute;
	top: 21px;
	left: 21px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	background: #d4a169;
	content: "";
}

.ing_beauty_art_flower_01 {
	top: 35px;
	right: 10px;
	transform: scale(0.86) rotate(12deg);
}

.ing_beauty_art_flower_02 {
	bottom: 51px;
	left: 8px;
	transform: scale(1.15) rotate(-15deg);
}

.ing_beauty_art_leaf {
	position: absolute;
	z-index: 5;
	width: 67px;
	height: 34px;
	border-radius: 100% 0 100% 0;
	background: rgba(126, 148, 112, 0.65);
}

.ing_beauty_art_leaf_01 {
	top: 90px;
	right: 4px;
	transform: rotate(45deg);
}

.ing_beauty_art_leaf_02 {
	bottom: 93px;
	left: 6px;
	transform: rotate(-25deg);
}

/* --------------------------------------------------
	브랜드 소개
-------------------------------------------------- */

.ing_beauty_intro {
	padding: 115px 0;
	background: #ffffff;
}

.ing_beauty_intro_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ing_beauty_intro_card {
	position: relative;
	min-height: 275px;
	padding: 35px 30px;
	border: 1px solid #eee2e6;
	border-radius: 22px;
	background: #ffffff;
	box-shadow: 0 14px 35px rgba(86, 52, 64, 0.055);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease,
		border-color 0.3s ease;
}

.ing_beauty_intro_card:hover {
	border-color: #e6c3cf;
	box-shadow: 0 22px 45px rgba(121, 69, 87, 0.11);
	transform: translateY(-7px);
}

.ing_beauty_intro_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	margin-bottom: 27px;
	border-radius: 18px;
	background: var(--beauty-pink);
	color: var(--beauty-main-dark);
	font-size: 21px;
}

.ing_beauty_intro_card strong {
	display: block;
	color: #4c373f;
	font-size: 19px;
	font-weight: 750;
	letter-spacing: -0.035em;
}

.ing_beauty_intro_card p {
	margin: 15px 0 0;
	color: #7a696f;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: -0.024em;
}

/* --------------------------------------------------
	웨딩 메이크업
-------------------------------------------------- */

.ing_beauty_wedding {
	position: relative;
	padding: 120px 0;
	background: var(--beauty-pink-light);
}

.ing_beauty_wedding:before {
	position: absolute;
	top: -160px;
	right: -140px;
	width: 430px;
	height: 430px;
	border: 90px solid rgba(205, 118, 146, 0.035);
	border-radius: 50%;
	content: "";
}

.ing_beauty_wedding_feature {
	position: relative;
	display: grid;
	grid-template-columns: 0.92fr 1.08fr;
	overflow: hidden;
	margin-bottom: 26px;
	border: 1px solid #ebd8de;
	border-radius: 30px;
	background: #ffffff;
	box-shadow: 0 25px 60px rgba(101, 57, 72, 0.08);
}

.ing_beauty_wedding_feature_visual {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 490px;
	overflow: hidden;
	background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center top;
}

.ing_beauty_wedding_feature_visual:before,
.ing_beauty_wedding_feature_visual:after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.37);
	border-radius: 50%;
	content: "";
}

.ing_beauty_wedding_feature_visual:before {
	width: 340px;
	height: 340px;
}

.ing_beauty_wedding_feature_visual:after {
	width: 260px;
	height: 260px;
}

.ing_beauty_wedding_feature_number {
	position: absolute;
	top: 26px;
	left: 29px;
	color: rgba(255, 255, 255, 0.79);
	font-family: Georgia, serif;
	font-size: 20px;
}

.ing_beauty_wedding_feature_icon {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 164px;
	height: 164px;
	border: 1px solid rgba(255, 255, 255, 0.55);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 0 0 13px rgba(255, 255, 255, 0.08);
	color: #ffffff;
	font-size: 58px;
	backdrop-filter: blur(5px);
}

.ing_beauty_wedding_feature_visual > p {
	position: absolute;
	right: 29px;
	bottom: 28px;
	margin: 0;
	color: rgba(255, 255, 255, 0.85);
	font-family: Georgia, serif;
	font-size: 11px;
	letter-spacing: 0.19em;
}

.ing_beauty_wedding_feature_text {
	padding: 58px 62px;
}

.ing_beauty_small_title {
	color: var(--beauty-main);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.17em;
}

.ing_beauty_wedding_feature_text h4 {
	margin: 13px 0 20px;
	color: #49353d;
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 33px;
	font-weight: 600;
	letter-spacing: -0.045em;
}

.ing_beauty_wedding_feature_text > p {
	margin: 0;
	color: #75646a;
	font-size: 15px;
	line-height: 1.9;
	letter-spacing: -0.025em;
}

.ing_beauty_wedding_feature_text ul {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.ing_beauty_wedding_feature_text li {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin-top: 12px;
	color: #604e55;
	font-size: 14px;
	line-height: 1.6;
}

.ing_beauty_wedding_feature_text li i {
	margin-top: 4px;
	color: var(--beauty-main);
	font-size: 11px;
}

.ing_beauty_text_link {
	display: inline-flex;
	align-items: center;
	gap: 11px;
	margin-top: 29px;
	padding-bottom: 6px;
	border-bottom: 1px solid #c78198;
	color: var(--beauty-main-dark) !important;
	font-size: 14px;
	font-weight: 750;
}

.ing_beauty_text_link i {
	transition: transform 0.25s ease;
}

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

.ing_beauty_bridal_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.ing_beauty_bridal_card {
	position: relative;
	min-height: 330px;
	padding: 34px 31px;
	border: 1px solid #ead9df;
	border-radius: 24px;
	background: rgba(255, 255, 255, 0.9);
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.ing_beauty_bridal_card:hover {
	box-shadow: 0 20px 45px rgba(114, 63, 80, 0.09);
	transform: translateY(-6px);
}

.ing_beauty_bridal_card_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 38px;
}

.ing_beauty_bridal_card_top span {
	color: #c47b93;
	font-family: Georgia, serif;
	font-size: 17px;
}

.ing_beauty_bridal_card_top i {
	color: #c47b93;
	font-size: 24px;
}

.ing_beauty_bridal_card h4 {
	margin: 0;
	color: #4a373e;
	font-size: 21px;
	font-weight: 750;
	letter-spacing: -0.04em;
}

.ing_beauty_bridal_card p {
	margin: 16px 0 0;
	color: #7b686f;
	font-size: 14px;
	line-height: 1.82;
	letter-spacing: -0.022em;
}

.ing_beauty_card_keyword {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 24px;
}

.ing_beauty_card_keyword span {
	padding: 7px 10px;
	border-radius: 7px;
	background: #f9edf1;
	color: #9c6074;
	font-size: 11px;
	font-weight: 650;
}

/* --------------------------------------------------
	웨딩 디테일
-------------------------------------------------- */

.ing_beauty_details {
	padding: 110px 0;
	background: #ffffff;
}

.ing_beauty_details_header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 70px;
	margin-bottom: 55px;
}

.ing_beauty_details_header h3 {
	margin: 0;
	color: #423139;
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 38px;
	font-weight: 600;
	letter-spacing: -0.05em;
}

.ing_beauty_details_header > p {
	max-width: 540px;
	margin: 0 0 3px;
	color: #79676d;
	font-size: 15px;
	line-height: 1.85;
}

.ing_beauty_details_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	border-top: 1px solid var(--beauty-line);
}

.ing_beauty_detail_item {
	display: flex;
	gap: 26px;
	min-height: 215px;
	padding: 38px 42px 35px 0;
	border-bottom: 1px solid var(--beauty-line);
}

.ing_beauty_detail_item:nth-child(odd) {
	border-right: 1px solid var(--beauty-line);
}

.ing_beauty_detail_item:nth-child(even) {
	padding-left: 42px;
}

.ing_beauty_detail_number {
	flex: 0 0 auto;
	margin-top: 2px;
	color: #ce8199;
	font-family: Georgia, serif;
	font-size: 13px;
}

.ing_beauty_detail_item strong {
	display: block;
	margin-bottom: 7px;
	color: #c47a92;
	font-family: Georgia, serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.13em;
	text-transform: uppercase;
}

.ing_beauty_detail_item h4 {
	margin: 0;
	color: #4a373e;
	font-size: 20px;
	font-weight: 750;
	letter-spacing: -0.035em;
}

.ing_beauty_detail_item p {
	margin: 13px 0 0;
	color: #7e6d72;
	font-size: 14px;
	line-height: 1.8;
}

/* --------------------------------------------------
	혼주
-------------------------------------------------- */

.ing_beauty_parents {
	position: relative;
	padding: 120px 0;
	background:
		linear-gradient(125deg, #fffaf7 0%, #fff5f2 53%, #f8e9e8 100%);
}

.ing_beauty_parents:after {
	position: absolute;
	top: 70px;
	right: -95px;
	width: 350px;
	height: 350px;
	border: 1px solid rgba(181, 122, 101, 0.11);
	border-radius: 50%;
	content: "";
}

.ing_beauty_parents_layout {
	position: relative;
	z-index: 2;
	display: grid;
	grid-template-columns: 0.82fr 1.18fr;
	gap: 90px;
	align-items: center;
}

.ing_beauty_parents_heading h3 {
	margin: 0;
	color: #48353d;
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 42px;
	font-weight: 600;
	line-height: 1.42;
	letter-spacing: -0.05em;
}

.ing_beauty_parents_heading h3 span {
	color: #a95a72;
}

.ing_beauty_parents_heading > p:not(.ing_beauty_section_label) {
	margin: 23px 0 31px;
	color: #76646a;
	font-size: 15px;
	line-height: 1.9;
}

.ing_beauty_parents_services {
	display: grid;
	gap: 15px;
}

.ing_beauty_parents_card {
	display: flex;
	align-items: flex-start;
	gap: 23px;
	padding: 29px 31px;
	border: 1px solid rgba(213, 175, 181, 0.54);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: 0 15px 35px rgba(92, 55, 61, 0.05);
	backdrop-filter: blur(5px);
	transition:
		transform 0.3s ease,
		background-color 0.3s ease;
}

.ing_beauty_parents_card:hover {
	background: #ffffff;
	transform: translateX(7px);
}

.ing_beauty_parents_card_icon {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	border-radius: 17px;
	background: #f6e6e6;
	color: #aa6373;
	font-size: 20px;
}

.ing_beauty_parents_card h4 {
	margin: 1px 0 9px;
	color: #4a383e;
	font-size: 19px;
	font-weight: 750;
	letter-spacing: -0.035em;
}

.ing_beauty_parents_card p {
	margin: 0;
	color: #7c6b70;
	font-size: 14px;
	line-height: 1.78;
}

/* --------------------------------------------------
	가족 및 하객
-------------------------------------------------- */

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

.ing_beauty_guest_grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 17px;
}

.ing_beauty_guest_card {
	position: relative;
	min-height: 280px;
	overflow: hidden;
	padding: 34px 29px;
	border: 1px solid #eee1e5;
	border-radius: 23px;
	background: #ffffff;
}

.ing_beauty_guest_card:after {
	position: absolute;
	right: -55px;
	bottom: -65px;
	width: 145px;
	height: 145px;
	border-radius: 50%;
	background: #fff2f5;
	content: "";
	transition: transform 0.4s ease;
}

.ing_beauty_guest_card:hover:after {
	transform: scale(1.2);
}

.ing_beauty_guest_icon {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 55px;
	height: 55px;
	margin-bottom: 29px;
	border-radius: 50%;
	background: linear-gradient(135deg, #f8e6eb 0%, #f2d3dc 100%);
	color: #aa5872;
	font-size: 20px;
}

.ing_beauty_guest_card h4 {
	position: relative;
	z-index: 2;
	margin: 0;
	color: #49363e;
	font-size: 19px;
	font-weight: 750;
	letter-spacing: -0.035em;
}

.ing_beauty_guest_card p {
	position: relative;
	z-index: 2;
	margin: 15px 0 0;
	color: #7e6d72;
	font-size: 14px;
	line-height: 1.82;
}

/* --------------------------------------------------
	기타 메이크업
-------------------------------------------------- */

.ing_beauty_other {
	padding: 120px 0;
	background: #46373d;
}

.ing_beauty_other_heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 70px;
	margin-bottom: 53px;
}

.ing_beauty_other_heading h3 {
	margin: 0;
	color: #ffffff;
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 39px;
	font-weight: 500;
	letter-spacing: -0.05em;
}

.ing_beauty_other_heading > p {
	max-width: 450px;
	margin: 0 0 2px;
	color: #cbbec3;
	font-size: 15px;
	line-height: 1.8;
}

.ing_beauty_other_grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 17px;
}

.ing_beauty_other_card {
	display: flex;
	align-items: flex-start;
	gap: 21px;
	min-height: 205px;
	padding: 31px 28px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.055);
	transition:
		background-color 0.3s ease,
		transform 0.3s ease,
		border-color 0.3s ease;
}

.ing_beauty_other_card:hover {
	border-color: rgba(230, 162, 185, 0.37);
	background: rgba(255, 255, 255, 0.095);
	transform: translateY(-5px);
}

.ing_beauty_other_icon {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 15px;
	background: rgba(225, 144, 171, 0.14);
	color: #e8a2ba;
	font-size: 19px;
}

.ing_beauty_other_card span {
	display: block;
	margin: 2px 0 7px;
	color: #d88ba5;
	font-family: Georgia, serif;
	font-size: 10px;
	letter-spacing: 0.15em;
}

.ing_beauty_other_card h4 {
	margin: 0;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.035em;
}

.ing_beauty_other_card p {
	margin: 13px 0 0;
	color: #c9bdc1;
	font-size: 13px;
	line-height: 1.78;
}

/* --------------------------------------------------
	진행 과정
-------------------------------------------------- */

.ing_beauty_process {
	padding: 115px 0;
	background: var(--beauty-pink-light);
}

.ing_beauty_process_list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ing_beauty_process_list:before {
	position: absolute;
	top: 72px;
	left: 12%;
	right: 12%;
	height: 1px;
	background: #e4cbd3;
	content: "";
}

.ing_beauty_process_item {
	position: relative;
	z-index: 2;
	padding: 0 20px;
	text-align: center;
}

.ing_beauty_process_number {
	margin-bottom: 15px;
	color: #b66b83;
	font-family: Georgia, serif;
	font-size: 12px;
}

.ing_beauty_process_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	margin: 0 auto 23px;
	border: 8px solid var(--beauty-pink-light);
	border-radius: 50%;
	background: #ffffff;
	box-shadow: 0 9px 25px rgba(108, 63, 79, 0.11);
	color: var(--beauty-main-dark);
	font-size: 20px;
}

.ing_beauty_process_item strong {
	display: block;
	color: #4c3940;
	font-size: 17px;
	font-weight: 750;
	letter-spacing: -0.03em;
}

.ing_beauty_process_item p {
	margin: 11px 0 0;
	color: #806f74;
	font-size: 13px;
	line-height: 1.7;
}

/* --------------------------------------------------
	예약 안내
-------------------------------------------------- */

.ing_beauty_notice {
	padding: 100px 0;
	background: #ffffff;
}

.ing_beauty_notice_box {
	display: grid;
	grid-template-columns: 0.72fr 1.28fr;
	gap: 70px;
	padding: 48px 55px;
	border: 1px solid #eadce1;
	border-radius: 26px;
	background:
		linear-gradient(120deg, #fff9fa 0%, #ffffff 100%);
	box-shadow: 0 20px 50px rgba(89, 52, 64, 0.06);
}

.ing_beauty_notice_title {
	display: flex;
	align-items: center;
	gap: 21px;
}

.ing_beauty_notice_title > span {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	justify-content: center;
	width: 68px;
	height: 68px;
	border-radius: 20px;
	background: #f5e2e8;
	color: #ac5d77;
	font-size: 24px;
}

.ing_beauty_notice_title p {
	margin: 0 0 6px;
	color: #bd7189;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.15em;
}

.ing_beauty_notice_title h3 {
	margin: 0;
	color: #48363d;
	font-size: 24px;
	font-weight: 750;
	letter-spacing: -0.04em;
}

.ing_beauty_notice_list {
	display: grid;
	gap: 13px;
}

.ing_beauty_notice_list p {
	display: flex;
	align-items: flex-start;
	gap: 11px;
	margin: 0;
	color: #75636a;
	font-size: 14px;
	line-height: 1.7;
}

.ing_beauty_notice_list i {
	margin-top: 4px;
	color: #ca7b94;
	font-size: 13px;
}

/* --------------------------------------------------
	하단 상담
-------------------------------------------------- */

.ing_beauty_contact {
	position: relative;
	overflow: hidden;
	padding: 110px 0;
	background:
		linear-gradient(125deg, #c8738f 0%, #ab526f 55%, #8d405b 100%);
}

.ing_beauty_contact:before,
.ing_beauty_contact:after {
	position: absolute;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 50%;
	content: "";
}

.ing_beauty_contact:before {
	top: -170px;
	left: -100px;
	width: 430px;
	height: 430px;
}

.ing_beauty_contact:after {
	right: -120px;
	bottom: -240px;
	width: 560px;
	height: 560px;
}

.ing_beauty_contact_glow {
	position: absolute;
	top: 30px;
	left: 50%;
	width: 520px;
	height: 260px;
	background: rgba(255, 217, 228, 0.14);
	filter: blur(70px);
	transform: translateX(-50%);
}

.ing_beauty_contact_box {
	position: relative;
	z-index: 2;
	text-align: center;
}

.ing_beauty_contact_label {
	margin: 0 0 17px;
	color: rgba(255, 255, 255, 0.76);
	font-family: Georgia, serif;
	font-size: 12px;
	letter-spacing: 0.2em;
}

.ing_beauty_contact h3 {
	margin: 0;
	color: #ffffff;
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 43px;
	font-weight: 500;
	line-height: 1.42;
	letter-spacing: -0.05em;
}

.ing_beauty_contact_box > p:not(.ing_beauty_contact_label) {
	margin: 21px 0 0;
	color: rgba(255, 255, 255, 0.78);
	font-size: 15px;
	line-height: 1.85;
}

.ing_beauty_contact_button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 13px;
	min-width: 260px;
	height: 60px;
	margin-top: 34px;
	padding: 0 29px;
	border-radius: 100px;
	background: #ffffff;
	box-shadow: 0 16px 35px rgba(88, 38, 56, 0.23);
	color: #9c4e68 !important;
	font-size: 15px;
	font-weight: 750;
	transition:
		transform 0.25s ease,
		box-shadow 0.25s ease;
}

.ing_beauty_contact_button:hover {
	box-shadow: 0 20px 40px rgba(88, 38, 56, 0.3);
	transform: translateY(-4px);
}

/* --------------------------------------------------
	스크롤 애니메이션
-------------------------------------------------- */

.ing_beauty_page.ing_beauty_js_ready .ing_beauty_reveal {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 0.75s ease,
		transform 0.75s ease;
}

.ing_beauty_page.ing_beauty_js_ready .ing_beauty_reveal.ing_beauty_visible {
	opacity: 1;
	transform: translateY(0);
}

/* --------------------------------------------------
	모바일
-------------------------------------------------- */

@media (max-width: 768px) {

	.ing_beauty_inner,
	.ing_beauty_visual_inner {
		width: calc(100% - 36px);
	}

	.ing_beauty_section_heading {
		margin-bottom: 34px;
	}

	.ing_beauty_section_heading h3 {
		font-size:24px;
		line-height: 1.45;
	}

	.ing_beauty_section_heading > p:last-child {
		margin-top: 17px;
		font-size: 14px;
		line-height: 1.8;
	}

	.ing_beauty_section_label {
		margin-bottom: 11px;
		font-size: 11px;
	}

	/* 비주얼 */

	.ing_beauty_visual {
		min-height: auto;
	}

	.ing_beauty_visual:before {
		width: 100%;
	}

	.ing_beauty_visual_inner {
		display: block;
		min-height: auto;
		padding: 68px 0 60px;
	}

	.ing_beauty_visual_text {
		width: 100%;
		padding-right: 0;
		text-align: center;
		background-size: 100% auto;
		background-repeat: no-repeat;
		background-position: center top;
	}

	.ing_beauty_eyebrow {
		justify-content: center;
		margin-bottom: 18px;
		font-size: 11px;
	}

	.ing_beauty_visual_title {
		font-size: 37px;
		line-height: 1.42;
	}

	.ing_beauty_visual_desc {
		margin-top: 20px;
		font-size: 14px;
		line-height: 1.83;
	}

	.ing_beauty_visual_tags {
		justify-content: center;
		margin-top: 21px;
	}

	.ing_beauty_visual_tags span {
		height: 31px;
		padding: 0 12px;
		font-size: 11px;
	}

	.ing_beauty_visual_buttons {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 27px;
	}

	.ing_beauty_button {
		width: 100%;
		min-width: 0;
		height: 54px;
	}

	.ing_beauty_visual_art {
		width: 100%;
		min-height: 415px;
		margin-top: 42px;
	}

	.ing_beauty_art_frame {
		width: 100%;
		height: auto;
		aspect-ratio: 570 / 496;
		border-radius: 16px;
	}

	.ing_beauty_art_image {
		border-radius:10px !important;
	}

	.ing_beauty_art_badge {
		left: 16px;
		bottom: 16px;
		padding: 13px 16px;
		border-radius: 10px;
	}

	.ing_beauty_art_badge strong {
		font-size: 15px;
	}

	.ing_beauty_art_badge span {
		font-size: 11px;
	}

	.ing_beauty_art_arch {
		left: -17px;
	}

	.ing_beauty_art_face {
		left: 59px;
	}

	.ing_beauty_art_badge {
		right: -70px;
	}

	.ing_beauty_art_flower_01 {
		right: -62px;
	}

	/* 소개 */

	.ing_beauty_intro {
		padding: 78px 0;
	}

	.ing_beauty_intro_grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ing_beauty_intro_card {
		min-height: 0;
		padding: 27px 24px;
	}

	.ing_beauty_intro_icon {
		width: 52px;
		height: 52px;
		margin-bottom: 21px;
	}

	.ing_beauty_intro_card strong {
		font-size: 18px;
	}

	/* 웨딩 */

	.ing_beauty_wedding {
		padding: 80px 0;
	}

	.ing_beauty_wedding_feature {
		display: block;
		border-radius: 22px;
	}

	.ing_beauty_wedding_feature_visual {
		min-height: 295px;
	}

	.ing_beauty_wedding_feature-visual:before {
		width: 260px;
		height: 260px;
	}

	.ing_beauty_wedding_feature_icon {
		width: 130px;
		height: 130px;
		font-size: 45px;
	}

	.ing_beauty_wedding_feature_text {
		padding: 34px 24px 38px;
	}

	.ing_beauty_wedding_feature_text h4 {
		font-size: 27px;
	}

	.ing_beauty_wedding_feature_text > p {
		font-size: 14px;
		line-height: 1.83;
	}

	.ing_beauty_wedding_feature_text li {
		font-size: 13px;
	}

	.ing_beauty_bridal_grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ing_beauty_bridal_card {
		min-height: 0;
		padding: 28px 24px;
	}

	.ing_beauty_bridal_card_top {
		margin-bottom: 28px;
	}

	/* 디테일 */

	.ing_beauty_details {
		padding: 78px 0;
	}

	.ing_beauty_details_header {
		display: block;
		margin-bottom: 32px;
	}

	.ing_beauty_details_header h3 {
		font-size: 29px;
		line-height: 1.4;
	}

	.ing_beauty_details_header > p {
		margin-top: 17px;
		font-size: 14px;
	}

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

	.ing_beauty_detail_item,
	.ing_beauty_detail_item:nth-child(even) {
		min-height: 0;
		padding: 28px 0;
		border-right: 0;
	}

	.ing_beauty_detail-item h4 {
		font-size: 18px;
	}

	/* 혼주 */

	.ing_beauty_parents {
		padding: 80px 0;
	}

	.ing_beauty_parents_layout {
		grid-template-columns: 1fr;
		gap: 43px;
	}

	.ing_beauty_parents_heading {
		text-align: center;
	}

	.ing_beauty_parents_heading h3 {
		font-size: 30px;
	}

	.ing_beauty_parents_heading > p:not(.ing_beauty_section_label) {
		font-size: 14px;
	}

	.ing_beauty_parents_card {
		gap: 17px;
		padding: 24px 20px;
	}

	.ing_beauty_parents_card:hover {
		transform: translateY(-4px);
	}

	.ing_beauty_parents_card_icon {
		width: 49px;
		height: 49px;
		border-radius: 14px;
	}

	/* 가족 하객 */

	.ing_beauty_guest {
		padding: 80px 0;
	}

	.ing_beauty_guest_grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.ing_beauty_guest_card {
		min-height: 0;
		padding: 27px 24px;
	}

	.ing_beauty_guest_icon {
		margin-bottom: 22px;
	}

	/* 기타 */

	.ing_beauty_other {
		padding: 80px 0;
	}

	.ing_beauty_other_heading {
		display: block;
		margin-bottom: 34px;
	}

	.ing_beauty_other_heading h3 {
		font-size: 29px;
		line-height: 1.42;
	}

	.ing_beauty_other_heading > p {
		margin-top: 17px;
		font-size: 14px;
	}

	.ing_beauty_other_grid {
		grid-template-columns: 1fr;
		gap: 11px;
	}

	.ing_beauty_other_card {
		min-height: 0;
		padding: 25px 21px;
	}

	/* 과정 */

	.ing_beauty_process {
		padding: 80px 0;
	}

	.ing_beauty_process_list {
		grid-template-columns: 1fr 1fr;
		gap: 34px 10px;
	}

	.ing_beauty_process_list:before {
		display: none;
	}

	.ing_beauty_process_item {
		padding: 0 5px;
	}

	.ing_beauty_process_icon {
		margin-bottom: 17px;
	}

	/* 예약 */

	.ing_beauty_notice {
		padding: 70px 0;
	}

	.ing_beauty_notice_box {
		grid-template-columns: 1fr;
		gap: 30px;
		padding: 31px 23px;
		border-radius: 21px;
	}

	.ing_beauty_notice_title {
		align-items: flex-start;
		gap: 15px;
	}

	.ing_beauty_notice_title > span {
		width: 55px;
		height: 55px;
		border-radius: 16px;
		font-size: 20px;
	}

	.ing_beauty_notice_title h3 {
		font-size: 21px;
	}

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

	/* 상담 */

	.ing_beauty_contact {
		padding: 82px 0;
	}

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

	.ing_beauty_contact_box > p:not(.ing_beauty_contact_label) {
		font-size: 14px;
	}

	.ing_beauty_contact_button {
		width: 100%;
		min-width: 0;
		height: 58px;
	}

}