/*
 * 스냅영상 안내 페이지
 * file : system_codingpage_27.css
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Noto+Sans+KR:wght@300;400;500;600;700;800&display=swap');

:root {
	--ing-movie-black: #11100f;
	--ing-movie-dark: #1b1917;
	--ing-movie-brown: #756155;
	--ing-movie-beige: #c9b8a9;
	--ing-movie-light: #f5f0eb;
	--ing-movie-cream: #fbf8f4;
	--ing-movie-white: #ffffff;
	--ing-movie-line: rgba(45, 39, 35, 0.13);
}

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

.ing_movie_page {
	overflow: hidden;
	background: var(--ing-movie-cream);
	color: #292522;
	font-family: "Noto Sans KR", sans-serif;
	word-break: keep-all;
}

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

.ing_movie_page button {
	font-family: inherit;
}

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

.ing_movie_section_heading .ing_movie_section_number {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 22px;
	color: #8e796c;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
}

.ing_movie_section_heading .ing_movie_section_number:before {
	width: 36px;
	height: 1px;
	background: #a18c7f;
	content: "";
}

.ing_movie_section_heading h3 {
	margin: 0;
	color: #26221f;
	font-family: "DM Serif Display", "Noto Sans KR", serif;
	font-size: 54px;
	font-weight: 400;
	line-height: 1.25;
	letter-spacing: -0.045em;
}

.ing_movie_section_heading h3 span {
	color: #8a6e5e;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 300;
}

.ing_movie_section_heading > p:last-child {
	margin: 25px 0 0;
	color: #77706b;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.9;
}

.ing_movie_section_heading_center {
	text-align: center;
}

.ing_movie_section_heading_center .ing_movie_section_number {
	justify-content: center;
}


/* 메인 비주얼 */
.ing_movie_hero {
	position: relative;
	min-height: 850px;
	overflow: hidden;
	background:
		linear-gradient(120deg, rgba(16, 15, 14, 0.99), rgba(32, 27, 24, 0.94)),
		#181614;
	color: #fff;
}

.ing_movie_hero:before {
	position: absolute;
	top: 0;
	left: 50%;
	width: 1px;
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
	content: "";
}

.ing_movie_hero:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 52%;
	height: 100%;
	background: linear-gradient(135deg, transparent, rgba(202, 171, 146, 0.07));
	content: "";
}

.ing_movie_hero_noise {
	position: absolute;
	inset: 0;
	z-index: 1;
	opacity: 0.13;
	background-image:
		radial-gradient(rgba(255, 255, 255, 0.35) 0.6px, transparent 0.6px);
	background-size: 7px 7px;
	pointer-events: none;
}

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

.ing_movie_hero_glow_01 {
	top: -320px;
	left: -230px;
	width: 700px;
	height: 700px;
	background: rgba(151, 113, 87, 0.12);
}

.ing_movie_hero_glow_02 {
	right: -200px;
	bottom: -360px;
	width: 800px;
	height: 800px;
	background: rgba(190, 154, 127, 0.12);
}

.ing_movie_hero_inner {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: calc(100% - 60px);
	max-width: 1320px;
	min-height: 850px;
	margin: 0 auto;
	padding: 90px 0;
}

.ing_movie_hero_text {
	position: relative;
	z-index: 5;
	width: 51%;
}

.ing_movie_eyebrow {
	display: flex;
	align-items: center;
	gap: 14px;
	margin: 0 0 31px;
	color: #c7b1a0;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.22em;
}

.ing_movie_eyebrow span {
	display: block;
	width: 44px;
	height: 1px;
	background: #c7b1a0;
}

.ing_movie_hero_title {
	margin: 0;
	font-family: "DM Serif Display", "Noto Sans KR", serif;
	font-size: 74px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.052em;
}

.ing_movie_hero_title span {
	position: relative;
	display: inline-block;
	margin-top: 4px;
	color: #d5beaa;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 300;
}

.ing_movie_hero_title span:after {
	position: absolute;
	right: -42px;
	bottom: 6px;
	width: 31px;
	height: 31px;
	border: 1px solid rgba(213, 190, 170, 0.45);
	border-radius: 50%;
	content: "";
}

.ing_movie_hero_description {
	margin: 34px 0 0;
	color: rgba(255, 255, 255, 0.63);
	font-size: 17px;
	font-weight: 300;
	line-height: 1.95;
}

.ing_movie_hero_buttons {
	display: flex;
	gap: 12px;
	margin-top: 43px;
}

.ing_movie_button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	min-width: 204px;
	height: 61px;
	padding: 0 25px;
	border: 1px solid transparent;
	font-size: 14px;
	font-weight: 600;
	transition:
		background 0.25s ease,
		border-color 0.25s ease,
		color 0.25s ease,
		transform 0.25s ease;
}

.ing_movie_button i {
	font-style: normal;
	font-size: 13px;
	transition: transform 0.25s ease;
}

.ing_movie_button_primary {
	background: #d0b5a0;
	color: #1d1917;
}

.ing_movie_button_primary:hover {
	background: #e1c9b6;
	transform: translateY(-3px);
}

.ing_movie_button_primary:hover i {
	transform: scale(1.13);
}

.ing_movie_button_line {
	border-color: rgba(255, 255, 255, 0.28);
	color: #fff;
}

.ing_movie_button_line:hover {
	border-color: #d0b5a0;
	background: rgba(208, 181, 160, 0.08);
	color: #e4cdbb;
	transform: translateY(-3px);
}

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

.ing_movie_hero_visual {
	position: relative;
	width: 45%;
	height: 610px;
}

.ing_movie_film_card {
	position: absolute;
	overflow: hidden;
	box-shadow: 0 35px 90px rgba(0, 0, 0, 0.37);
	box-sizing: border-box;
}

/* 뒤쪽 카드 */
.ing_movie_film_card_back {
	top: 66px;
	right: -20px;
	width: 70%;
	height: 475px;
	transform: rotate(7deg);
	background: #756155;
	opacity: 0.68;
}

.ing_movie_film_card_back img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter: brightness(0.48) sepia(0.18);
}

/* 앞쪽 카드 */
.ing_movie_film_card_front {
	top: 35px;
	left: 10px;
	width: 76%;
	height: 535px;
	padding: 15px;
	transform: rotate(-3deg);
	background: #e7ddd3;
	color: #201c19;
}

.ing_movie_film_top,
.ing_movie_film_bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 28px;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.13em;
}

/* 이미지가 들어가는 장면 영역 */
.ing_movie_film_scene {
	position: relative;
	height: calc(100% - 56px);
	overflow: hidden;
	background: #29221e;
}

/* 실제 웨딩 이미지 */
.ing_movie_film_photo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
	filter:
		brightness(0.88)
		contrast(1.05)
		saturate(0.86)
		sepia(0.08);
}

/* 문구가 잘 보이도록 이미지 위 그라데이션 */
.ing_movie_film_overlay {
	position: absolute;
	inset: 0;
	z-index: 2;
	background:
		linear-gradient(
			180deg,
			rgba(20, 16, 14, 0.03) 25%,
			rgba(20, 16, 14, 0.12) 55%,
			rgba(14, 11, 10, 0.78) 100%
		),
		linear-gradient(
			90deg,
			rgba(20, 16, 14, 0.28) 0%,
			transparent 58%
		);
	pointer-events: none;
}

/* 은은한 영화 조명 효과 */
.ing_movie_scene_light {
	position: absolute;
	top: -25%;
	right: -18%;
	z-index: 3;
	width: 330px;
	height: 490px;
	transform: rotate(17deg);
	background: linear-gradient(
		90deg,
		transparent,
		rgba(246, 220, 194, 0.19),
		transparent
	);
	filter: blur(10px);
	pointer-events: none;
}

/* 이미지 위 문구 */
.ing_movie_scene_caption {
	position: absolute;
	left: 27px;
	bottom: 34px;
	z-index: 4;
	color: #fff;
	text-shadow: 0 3px 15px rgba(0, 0, 0, 0.38);
}

.ing_movie_scene_caption small {
	display: block;
	margin-bottom: 9px;
	color: rgba(255, 255, 255, 0.72);
	font-size: 8px;
	letter-spacing: 0.2em;
}

.ing_movie_scene_caption strong {
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 27px;
	font-weight: 400;
	line-height: 1.12;
}

/* 원형 배지 */
.ing_movie_visual_badge {
	position: absolute;
	right: 1%;
	bottom: 49px;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 110px;
	height: 110px;
	border: 1px solid rgba(255, 255, 255, 0.27);
	border-radius: 50%;
	background: rgba(29, 25, 22, 0.65);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.28);
	backdrop-filter: blur(9px);
	box-sizing: border-box;
}

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

.ing_movie_visual_badge strong {
	color: #e4cbb7;
	font-family: "Noto Serif KR", "Nanum Myeongjo", serif;
	font-size: 22px;
	font-weight: 400;
}

.ing_movie_visual_badge span {
	margin-top: 3px;
	color: rgba(255, 255, 255, 0.56);
	font-size: 8px;
	letter-spacing: 0.2em;
}


.ing_movie_scroll {
	position: absolute;
	bottom: 28px;
	left: 50%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translateX(-50%);
	color: rgba(255, 255, 255, 0.4);
	font-size: 8px;
	letter-spacing: 0.2em;
}

.ing_movie_scroll i {
	position: relative;
	display: block;
	width: 1px;
	height: 42px;
	margin-top: 12px;
	overflow: hidden;
	background: rgba(255, 255, 255, 0.15);
}

.ing_movie_scroll i:after {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 50%;
	background: rgba(255, 255, 255, 0.8);
	content: "";
	animation: ingMovieScroll 2s infinite;
}

@keyframes ingMovieScroll {
	0% {
		top: -50%;
	}

	100% {
		top: 110%;
	}
}


/* 비교 영역 */
.ing_movie_difference {
	padding: 145px 0 155px;
	background: var(--ing-movie-cream);
}

.ing_movie_compare {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 46px;
	margin-top: 75px;
}

.ing_movie_compare_item {
	padding: 49px 50px 52px;
	border: 1px solid var(--ing-movie-line);
	background: #fff;
}

.ing_movie_compare_after {
	background: #292421;
	color: #fff;
	box-shadow: 0 26px 75px rgba(46, 37, 32, 0.14);
}

.ing_movie_compare_head {
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(45, 39, 35, 0.11);
}

.ing_movie_compare_after .ing_movie_compare_head {
	border-bottom-color: rgba(255, 255, 255, 0.13);
}

.ing_movie_compare_label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 28px;
	padding: 0 12px;
	background: #eee7e1;
	color: #887568;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
}

.ing_movie_compare_after .ing_movie_compare_label {
	background: #c9aa93;
	color: #211c19;
}

.ing_movie_compare_head h4 {
	margin: 17px 0 0;
	color: #37312d;
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.ing_movie_compare_after .ing_movie_compare_head h4 {
	color: #fff;
}

.ing_movie_compare_item ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ing_movie_compare_item li {
	display: flex;
	gap: 21px;
	padding: 27px 0;
	border-bottom: 1px solid rgba(45, 39, 35, 0.09);
}

.ing_movie_compare_item li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.ing_movie_compare_after li {
	border-bottom-color: rgba(255, 255, 255, 0.1);
}

.ing_movie_compare_icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px;
	height: 43px;
	border: 1px solid rgba(45, 39, 35, 0.16);
	border-radius: 50%;
	color: #9a877a;
	font-family: "DM Serif Display", serif;
	font-size: 15px;
}

.ing_movie_compare_after .ing_movie_compare_icon {
	border-color: rgba(213, 186, 166, 0.35);
	color: #d8bca7;
}

.ing_movie_compare_item li strong {
	display: block;
	margin: 0 0 8px;
	color: #443d38;
	font-size: 16px;
	font-weight: 600;
}

.ing_movie_compare_after li strong {
	color: #fff;
}

.ing_movie_compare_item li p {
	margin: 0;
	color: #837b75;
	font-size: 14px;
	line-height: 1.75;
}

.ing_movie_compare_after li p {
	color: rgba(255, 255, 255, 0.57);
}

.ing_movie_compare_divider {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: #b89b86;
	box-shadow: 0 9px 25px rgba(62, 50, 43, 0.22);
	color: #fff;
	font-family: "DM Serif Display", serif;
	font-size: 16px;
}


/* 브랜드 메시지 */
.ing_movie_statement {
	position: relative;
	padding: 142px 30px;
	overflow: hidden;
	background:
		linear-gradient(rgba(24, 21, 19, 0.95), rgba(24, 21, 19, 0.97)),
		#1a1816;
	color: #fff;
	text-align: center;
}

.ing_movie_statement:before,
.ing_movie_statement:after {
	position: absolute;
	border: 1px solid rgba(207, 181, 161, 0.1);
	border-radius: 50%;
	content: "";
}

.ing_movie_statement:before {
	top: -360px;
	left: -190px;
	width: 700px;
	height: 700px;
}

.ing_movie_statement:after {
	right: -240px;
	bottom: -420px;
	width: 790px;
	height: 790px;
}

.ing_movie_statement_inner {
	position: relative;
	z-index: 2;
	max-width: 920px;
	margin: 0 auto;
}

.ing_movie_statement_mark {
	height: 62px;
	color: #c7ab96;
	font-family: "DM Serif Display", serif;
	font-size: 92px;
	line-height: 1;
}

.ing_movie_statement_small {
	margin: 10px 0 19px;
	color: #b69a86;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.24em;
}

.ing_movie_statement h3 {
	margin: 0;
	color: #fff;
	font-family: "DM Serif Display", "Noto Sans KR", serif;
	font-size: 61px;
	font-weight: 400;
	letter-spacing: -0.045em;
}

.ing_movie_statement_text {
	margin: 34px 0 0;
	color: rgba(255, 255, 255, 0.65);
	font-size: 18px;
	font-weight: 300;
	line-height: 1.95;
}

.ing_movie_statement_emphasis {
	margin: 22px 0 0;
	color: #dfc9b8;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.85;
}

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

.ing_movie_statement_signature span {
	width: 45px;
	height: 1px;
	background: rgba(211, 182, 160, 0.48);
}

.ing_movie_statement_signature strong {
	font-family: "DM Serif Display", serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.08em;
}

.ing_movie_statement_signature small {
	color: rgba(255, 255, 255, 0.39);
	font-size: 8px;
	letter-spacing: 0.19em;
}


/* 대표 영상 */
.ing_movie_film_section {
	padding: 145px 0 155px;
	background: #ece5de;
}

.ing_movie_film_heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 50px;
	margin-bottom: 64px;
}

.ing_movie_film_intro {
	margin: 0 0 7px;
	color: #766e69;
	font-size: 15px;
	line-height: 1.9;
	text-align: right;
}

.ing_movie_player_wrap {
	max-width: 1180px;
	margin: 0 auto;
}

.ing_movie_player {
	position: relative;
	padding: 13px;
	background: #191715;
	box-shadow: 0 35px 100px rgba(56, 44, 37, 0.26);
}

.ing_movie_player:before,
.ing_movie_player:after {
	position: absolute;
	top: 50%;
	width: 7px;
	height: 55%;
	transform: translateY(-50%);
	background-image: repeating-linear-gradient(
		to bottom,
		#403a36 0,
		#403a36 12px,
		transparent 12px,
		transparent 24px
	);
	content: "";
}

.ing_movie_player:before {
	left: 3px;
}

.ing_movie_player:after {
	right: 3px;
}

.ing_movie_player_frame {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	background: #0d0c0b;
}

.ing_movie_player_cover,
.ing_movie_iframe_box {
	position: absolute;
	inset: 0;
}

.ing_movie_player_cover {
	z-index: 3;
	overflow: hidden;
	transition:
		opacity 0.55s ease,
		visibility 0.55s ease,
		transform 0.75s ease;
}

.ing_movie_player_cover.is_hidden {
	visibility: hidden;
	opacity: 0;
	transform: scale(1.04);
	pointer-events: none;
}

.ing_movie_player_cover_bg {
	position: absolute;
	inset: -5%;
	background:
		linear-gradient(180deg, rgba(17, 14, 12, 0.04), rgba(17, 14, 12, 0.54)),
		url("https://img.youtube.com/vi/2wcD3R2DusA/maxresdefault.jpg") center center / cover no-repeat;
	transform: scale(1.02);
	transition: transform 6s ease;
}

.ing_movie_player_cover:hover .ing_movie_player_cover_bg {
	transform: scale(1.08);
}

.ing_movie_player_cover_overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, rgba(13, 11, 10, 0.35), transparent 35%, transparent 65%, rgba(13, 11, 10, 0.3)),
		linear-gradient(180deg, rgba(13, 11, 10, 0.25), transparent 35%, rgba(13, 11, 10, 0.56));
}

.ing_movie_player_cover_top,
.ing_movie_player_cover_bottom {
	position: absolute;
	left: 38px;
	right: 38px;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: rgba(255, 255, 255, 0.77);
	font-size: 9px;
	font-weight: 600;
	letter-spacing: 0.2em;
}

.ing_movie_player_cover_top {
	top: 30px;
}

.ing_movie_player_cover_bottom {
	bottom: 29px;
}

.ing_movie_play_button {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	border: 0;
	transform: translate(-50%, -50%);
	background: none;
	color: #fff;
	cursor: pointer;
}

.ing_movie_play_circle {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 104px;
	height: 104px;
	margin-bottom: 19px;
	border: 1px solid rgba(255, 255, 255, 0.65);
	border-radius: 50%;
	background: rgba(22, 19, 17, 0.23);
	backdrop-filter: blur(4px);
	transition:
		background 0.3s ease,
		transform 0.3s ease,
		border-color 0.3s ease;
}

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

.ing_movie_play_circle i {
	width: 0;
	height: 0;
	margin-left: 7px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
}

.ing_movie_play_button:hover .ing_movie_play_circle {
	border-color: #e3c9b6;
	transform: scale(1.08);
	background: rgba(190, 158, 135, 0.46);
}

.ing_movie_play_button strong {
	font-family: "DM Serif Display", serif;
	font-size: 17px;
	font-weight: 400;
	letter-spacing: 0.09em;
}

.ing_movie_play_button small {
	margin-top: 6px;
	color: rgba(255, 255, 255, 0.56);
	font-size: 11px;
	font-weight: 400;
}

.ing_movie_iframe_box {
	z-index: 1;
	background: #000;
}

.ing_movie_iframe_box iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.ing_movie_player_information {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border: 1px solid rgba(51, 43, 38, 0.13);
	border-top: 0;
	background: rgba(255, 255, 255, 0.4);
}

.ing_movie_player_information div {
	padding: 24px 29px;
	border-right: 1px solid rgba(51, 43, 38, 0.1);
}

.ing_movie_player_information div:last-child {
	border-right: 0;
}

.ing_movie_player_information span {
	display: block;
	margin-bottom: 7px;
	color: #9c887a;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.17em;
}

.ing_movie_player_information strong {
	color: #403833;
	font-size: 13px;
	font-weight: 500;
}


/* 주요 촬영 포인트 */
.ing_movie_points {
	padding: 150px 0;
	background: #fff;
}

.ing_movie_point_grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 26px;
	margin-top: 74px;
}

.ing_movie_point_item {
	display: flex;
	min-height: 255px;
	border: 1px solid var(--ing-movie-line);
	background: #fcfaf8;
	transition:
		transform 0.3s ease,
		box-shadow 0.3s ease;
}

.ing_movie_point_item:hover {
	transform: translateY(-6px);
	box-shadow: 0 23px 60px rgba(67, 54, 46, 0.11);
}

.ing_movie_point_visual {
	position: relative;
	flex: 0 0 42%;
	overflow: hidden;
	background:
		linear-gradient(150deg, rgba(23, 20, 18, 0.1), rgba(23, 20, 18, 0.72)),
		#7f6c60;
	color: #fff;
}

.ing_movie_point_visual:before,
.ing_movie_point_visual:after {
	position: absolute;
	content: "";
}

.ing_movie_point_visual:before {
	right: -18%;
	bottom: -25%;
	width: 170px;
	height: 230px;
	border-radius: 50% 50% 0 0;
	background: rgba(247, 235, 224, 0.21);
}

.ing_movie_point_visual:after {
	top: -28%;
	left: -38%;
	width: 230px;
	height: 230px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	border-radius: 50%;
}

.ing_movie_point_visual_02 {
	background:
		linear-gradient(150deg, rgba(23, 20, 18, 0.1), rgba(23, 20, 18, 0.72)),
		#5c514b;
}

.ing_movie_point_visual_03 {
	background:
		linear-gradient(150deg, rgba(23, 20, 18, 0.1), rgba(23, 20, 18, 0.72)),
		#a0806c;
}

.ing_movie_point_visual_04 {
	background:
		linear-gradient(150deg, rgba(23, 20, 18, 0.1), rgba(23, 20, 18, 0.72)),
		#463d38;
}

.ing_movie_point_line {
	position: absolute;
	top: 26px;
	left: 25px;
	width: 37px;
	height: 1px;
	background: rgba(255, 255, 255, 0.65);
}

.ing_movie_point_visual strong {
	position: absolute;
	left: 25px;
	bottom: 43px;
	z-index: 2;
	font-family: "DM Serif Display", serif;
	font-size: 54px;
	font-weight: 400;
	line-height: 1;
}

.ing_movie_point_visual small {
	position: absolute;
	left: 28px;
	bottom: 24px;
	z-index: 2;
	font-size: 8px;
	letter-spacing: 0.18em;
}

.ing_movie_point_content {
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
	padding: 35px;
}

.ing_movie_point_content > span {
	color: #a18878;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

.ing_movie_point_content h4 {
	margin: 12px 0 14px;
	color: #39332f;
	font-size: 21px;
	font-weight: 600;
	letter-spacing: -0.04em;
}

.ing_movie_point_content p {
	margin: 0;
	color: #817973;
	font-size: 14px;
	line-height: 1.8;
}


/* 제작 과정 */
.ing_movie_process {
	padding: 145px 0 155px;
	background: #eee8e2;
}

.ing_movie_process_heading {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 60px;
}

.ing_movie_process_heading > p {
	margin: 0 0 7px;
	color: #776f69;
	font-size: 15px;
	line-height: 1.85;
	text-align: right;
}

.ing_movie_process_list {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	margin-top: 75px;
}

.ing_movie_process_list:before {
	position: absolute;
	top: 84px;
	left: 12.5%;
	right: 12.5%;
	height: 1px;
	background: rgba(73, 62, 55, 0.14);
	content: "";
}

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

.ing_movie_process_number {
	display: block;
	margin-bottom: 17px;
	color: #9b8475;
	font-family: "DM Serif Display", serif;
	font-size: 15px;
}

.ing_movie_process_icon {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 74px;
	height: 74px;
	margin: 0 auto 27px;
	border: 1px solid rgba(72, 60, 53, 0.16);
	border-radius: 50%;
	background: #f8f5f1;
}

.ing_movie_process_icon:before,
.ing_movie_process_icon:after,
.ing_movie_process_icon i {
	position: absolute;
	content: "";
}

.ing_movie_process_icon:before {
	width: 20px;
	height: 15px;
	border: 1px solid #927c6d;
}

.ing_movie_process_icon:after {
	top: 23px;
	width: 9px;
	height: 6px;
	border-top: 1px solid #927c6d;
	border-right: 1px solid #927c6d;
}

.ing_movie_process_item:nth-child(2) .ing_movie_process_icon:before {
	width: 22px;
	height: 22px;
	border-radius: 50%;
}

.ing_movie_process_item:nth-child(2) .ing_movie_process_icon:after {
	top: 28px;
	width: 7px;
	height: 7px;
	border: 0;
	border-radius: 50%;
	background: #927c6d;
}

.ing_movie_process_item:nth-child(3) .ing_movie_process_icon:before {
	width: 26px;
	height: 18px;
	border-radius: 3px;
}

.ing_movie_process_item:nth-child(3) .ing_movie_process_icon:after {
	top: 24px;
	right: 19px;
	width: 10px;
	height: 10px;
	border: 1px solid #927c6d;
	border-radius: 50%;
}

.ing_movie_process_item:nth-child(4) .ing_movie_process_icon:before {
	width: 25px;
	height: 18px;
	border-right: 0;
	border-left: 0;
}

.ing_movie_process_item:nth-child(4) .ing_movie_process_icon:after {
	top: 25px;
	width: 7px;
	height: 13px;
	border: 0;
	border-right: 1px solid #927c6d;
	border-bottom: 1px solid #927c6d;
	transform: rotate(45deg);
}

.ing_movie_process_item strong {
	display: block;
	color: #3f3834;
	font-size: 17px;
	font-weight: 600;
}

.ing_movie_process_item p {
	margin: 13px 0 0;
	color: #827a74;
	font-size: 13px;
	line-height: 1.75;
}


/* 상담 영역 */
.ing_movie_contact {
	position: relative;
	padding: 135px 30px 140px;
	overflow: hidden;
	background: #211d1a;
	color: #fff;
	text-align: center;
}

.ing_movie_contact:before {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(90deg, transparent 49.9%, rgba(255, 255, 255, 0.035) 50%, transparent 50.1%),
		linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px);
	background-size: 100% 100%, 100% 85px;
	content: "";
}

.ing_movie_contact_glow {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 750px;
	height: 400px;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	background: rgba(162, 124, 97, 0.1);
	filter: blur(40px);
}

.ing_movie_contact_inner {
	position: relative;
	z-index: 2;
}

.ing_movie_contact_label {
	margin: 0 0 21px;
	color: #c0a58f;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.24em;
}

.ing_movie_contact h3 {
	margin: 0;
	font-family: "DM Serif Display", "Noto Sans KR", serif;
	font-size: 57px;
	font-weight: 400;
	line-height: 1.27;
	letter-spacing: -0.047em;
}

.ing_movie_contact h3 span {
	color: #d2b7a2;
	font-family: "Noto Sans KR", sans-serif;
	font-weight: 300;
}

.ing_movie_contact_inner > p:not(.ing_movie_contact_label) {
	margin: 27px 0 0;
	color: rgba(255, 255, 255, 0.58);
	font-size: 16px;
	font-weight: 300;
	line-height: 1.85;
}

.ing_movie_contact_button {
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	width: 255px;
	height: 65px;
	margin-top: 42px;
	padding: 0 27px;
	background: #d1b39c;
	color: #201b18;
	font-size: 14px;
	font-weight: 700;
	transition:
		background 0.25s ease,
		transform 0.25s ease;
}

.ing_movie_contact_button i {
	font-style: normal;
	font-size: 19px;
	font-weight: 300;
	transition: transform 0.25s ease;
}

.ing_movie_contact_button:hover {
	background: #e2c8b5;
	transform: translateY(-4px);
}

.ing_movie_contact_button:hover i {
	transform: translateX(6px);
}


/* 등장 애니메이션 */
.ing_movie_reveal {
	opacity: 0;
	transform: translateY(45px);
	transition:
		opacity 0.8s ease,
		transform 0.8s ease;
}

.ing_movie_reveal.is_visible {
	opacity: 1;
	transform: translateY(0);
}


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

	.ing_pc_br {
		display: none;
	}

	.ing_movie_section_inner {
		width: calc(100% - 36px);
	}

	.ing_movie_section_heading .ing_movie_section_number {
		margin-bottom: 16px;
		font-size: 10px;
	}

	.ing_movie_section_heading h3 {
		font-size: 34px;
		line-height: 1.32;
	}

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

	/* 메인 */
	.ing_movie_hero {
		min-height: auto;
	}

	.ing_movie_hero:before {
		display: none;
	}

	.ing_movie_hero_inner {
		display: block;
		width: calc(100% - 36px);
		min-height: auto;
		padding: 95px 0 85px;
	}

	.ing_movie_hero_text {
		width: 100%;
	}

	.ing_movie_eyebrow {
		margin-bottom: 22px;
		font-size: 9px;
	}

	.ing_movie_eyebrow span {
		width: 30px;
	}

	.ing_movie_hero_title {
		font-size: 44px;
		line-height: 1.22;
	}

	.ing_movie_hero_title span:after {
		right: -27px;
		bottom: 2px;
		width: 20px;
		height: 20px;
	}

	.ing_movie_hero_description {
		margin-top: 26px;
		font-size: 14px;
		line-height: 1.85;
	}

	.ing_movie_hero_buttons {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 32px;
	}

	.ing_movie_button {
		width: 100%;
		height: 57px;
	}

	.ing_movie_hero_visual {
		width: 100%;
		max-width: 470px;
		height: 530px;
		margin: 20px auto 0;
	}

	.ing_movie_film_card_back {
		top: 60px;
		right: 4%;
		width: 67%;
		height: 410px;
	}

	.ing_movie_film_card_front {
		top: 30px;
		left: 5%;
		width: 76%;
		height: 465px;
		padding: 12px;
	}

	.ing_movie_film_top,
	.ing_movie_film_bottom {
		height: 25px;
		font-size: 7px;
	}

	.ing_movie_film_scene {
		height: calc(100% - 50px);
	}

	.ing_movie_scene_caption {
		left: 20px;
		bottom: 27px;
	}

	.ing_movie_scene_caption strong {
		font-size: 23px;
	}

	.ing_movie_visual_badge {
		right: 2%;
		bottom: 28px;
		width: 94px;
		height: 94px;
	}

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

	.ing_movie_scene_caption {
		left: 19px;
		bottom: 24px;
	}

	.ing_movie_scene_caption strong {
		font-size: 22px;
	}

	.ing_movie_scene_person_man:before,
	.ing_movie_scene_person_woman:before {
		width: 57px;
		height: 65px;
	}

	.ing_movie_scene_person_man:before {
		top: -32px;
	}

	.ing_movie_scene_person_woman:before {
		top: -38px;
	}

	.ing_movie_scroll {
		display: none;
	}

	/* 비교 */
	.ing_movie_difference {
		padding: 88px 0 95px;
	}

	.ing_movie_compare {
		display: block;
		margin-top: 43px;
	}

	.ing_movie_compare_item {
		padding: 32px 23px 37px;
	}

	.ing_movie_compare_after {
		margin-top: 20px;
	}

	.ing_movie_compare_divider {
		top: 50%;
		width: 48px;
		height: 48px;
		font-size: 14px;
	}

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

	.ing_movie_compare_item li {
		gap: 14px;
		padding: 23px 0;
	}

	.ing_movie_compare_icon {
		width: 38px;
		height: 38px;
	}

	.ing_movie_compare_item li strong {
		font-size: 15px;
	}

	.ing_movie_compare_item li p {
		font-size: 13px;
	}

	/* 메시지 */
	.ing_movie_statement {
		padding: 90px 20px 95px;
	}

	.ing_movie_statement_mark {
		height: 49px;
		font-size: 72px;
	}

	.ing_movie_statement h3 {
		font-size: 40px;
	}

	.ing_movie_statement_text {
		margin-top: 25px;
		font-size: 15px;
	}

	.ing_movie_statement_emphasis {
		margin-top: 17px;
		font-size: 16px;
	}

	.ing_movie_statement_signature {
		flex-wrap: wrap;
		margin-top: 31px;
	}

	/* 영상 */
	.ing_movie_film_section {
		padding: 88px 0 95px;
	}

	.ing_movie_film_heading {
		display: block;
		margin-bottom: 39px;
	}

	.ing_movie_film_intro {
		margin-top: 22px;
		font-size: 13px;
		line-height: 1.75;
		text-align: left;
	}

	.ing_movie_player {
		padding: 7px;
	}

	.ing_movie_player:before,
	.ing_movie_player:after {
		width: 4px;
		background-image: repeating-linear-gradient(
			to bottom,
			#403a36 0,
			#403a36 7px,
			transparent 7px,
			transparent 14px
		);
	}

	.ing_movie_player_cover_top,
	.ing_movie_player_cover_bottom {
		left: 17px;
		right: 17px;
		font-size: 7px;
	}

	.ing_movie_player_cover_top {
		top: 15px;
	}

	.ing_movie_player_cover_bottom {
		bottom: 14px;
	}

	.ing_movie_play_circle {
		width: 68px;
		height: 68px;
		margin-bottom: 10px;
	}

	.ing_movie_play_circle i {
		margin-left: 4px;
		border-top-width: 7px;
		border-bottom-width: 7px;
		border-left-width: 11px;
	}

	.ing_movie_play_button strong {
		font-size: 13px;
	}

	.ing_movie_play_button small {
		display: none;
	}

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

	.ing_movie_player_information div {
		padding: 17px 19px;
		border-right: 0;
		border-bottom: 1px solid rgba(51, 43, 38, 0.1);
	}

	.ing_movie_player_information div:last-child {
		border-bottom: 0;
	}

	/* 포인트 */
	.ing_movie_points {
		padding: 90px 0 95px;
	}

	.ing_movie_point_grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-top: 43px;
	}

	.ing_movie_point_item {
		min-height: 215px;
	}

	.ing_movie_point_visual {
		flex-basis: 37%;
	}

	.ing_movie_point_visual strong {
		left: 18px;
		bottom: 41px;
		font-size: 43px;
	}

	.ing_movie_point_visual small {
		left: 19px;
		bottom: 23px;
		font-size: 7px;
	}

	.ing_movie_point_line {
		top: 21px;
		left: 18px;
	}

	.ing_movie_point_content {
		padding: 24px 20px;
	}

	.ing_movie_point_content h4 {
		margin: 8px 0 10px;
		font-size: 18px;
	}

	.ing_movie_point_content p {
		font-size: 12px;
		line-height: 1.75;
	}

	/* 과정 */
	.ing_movie_process {
		padding: 88px 0 95px;
	}

	.ing_movie_process_heading {
		display: block;
	}

	.ing_movie_process_heading > p {
		margin-top: 22px;
		font-size: 13px;
		text-align: left;
	}

	.ing_movie_process_list {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 48px;
	}

	.ing_movie_process_list:before {
		top: 36px;
		bottom: 36px;
		left: 36px;
		width: 1px;
		height: auto;
	}

	.ing_movie_process_item {
		display: grid;
		grid-template-columns: 73px 1fr;
		padding: 0 0 30px;
		text-align: left;
	}

	.ing_movie_process_item:last-child {
		padding-bottom: 0;
	}

	.ing_movie_process_number {
		display: none;
	}

	.ing_movie_process_icon {
		grid-row: 1 / span 2;
		width: 72px;
		height: 72px;
		margin: 0;
	}

	.ing_movie_process_item strong {
		align-self: end;
		padding: 0 0 5px 18px;
		font-size: 16px;
	}

	.ing_movie_process_item p {
		margin: 0;
		padding: 4px 0 0 18px;
		font-size: 12px;
	}

	/* 상담 */
	.ing_movie_contact {
		padding: 90px 18px 95px;
	}

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

	.ing_movie_contact_inner > p:not(.ing_movie_contact_label) {
		font-size: 14px;
	}

	.ing_movie_contact_button {
		width: 100%;
		max-width: 280px;
		height: 60px;
		margin-top: 34px;
	}

}


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

	.ing_movie_hero_title {
		font-size: 38px;
	}

	.ing_movie_hero_visual {
		height: 425px;
	}

	.ing_movie_film_card_front {
		left: 2%;
		width: 82%;
		height: 382px;
	}

	.ing_movie_film_card_back {
		right: 2%;
		height: 330px;
	}

	.ing_movie_visual_badge {
		width: 80px;
		height: 80px;
	}

	.ing_movie_point_item {
		display: block;
	}

	.ing_movie_point_visual {
		height: 150px;
	}

	.ing_movie_point_content {
		padding: 25px 22px 29px;
	}

}