/*
Theme Name: Mallup 인테리어 테마
Theme URI: https://ms22555300.mycafe24.com/
Author: MallupKorea
Author URI: https://ms22555300.mycafe24.com/
Description: 감성적인 인테리어 관련 테마입니다.
Version: 1.0
Text Domain: Mallup 인테리어 테마
*/

/* =========================================
● 공통코드
========================================= */


body {
  margin: 0;
  font-family: 'Pretendard Variable', Pretendard, sans-serif;
}
html,
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}


a { text-decoration: none !important; }


@media screen and (min-width: 767px) {
.only-mo {
display: none !important;
}

}

@media screen and (max-width: 768px) {
.only-pc {
display: none !important;
}
.mo-pa {
padding:0 15px;
box-sizing: border-box;
}
}


.box-in {
max-width: 1400px;
margin: 0 auto;
}

p {
  margin: 0;
}

@media all and (max-width: 1024px) {
.box-in {
max-width: 767px;
}
}

.sub-page {
padding:0 30px;
}

@media screen and (max-width: 768px) {
.sub-page {
padding:0 15px;
}
}


/* =========================================
   ● 메인 비주얼 s
========================================= */
.main-video {
	position: relative;
	width: 100%;
	height: 100vh;
	min-height: 700px;
	overflow: hidden;
}

.main-video-bg,
.main-video-overlay,
.main-video-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.main-video-bg {
	z-index: 1;
}

.main-video-bg video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.main-video-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-video-overlay {
	z-index: 2;
}

.main-video-inner {
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 40px 20px;
	text-align: center;
	box-sizing: border-box;
}

.main-video-content {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	color: #fff;
}

.main-video-logo {
	margin-bottom: 30px;
}

.main-video-logo img {
	max-width: 240px;
	width: 100%;
	height: auto;
	display: inline-block;
}

.main-video-title {
	margin: 0 0 24px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #fff;
}

.main-video-subtitle {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.02em;
	color: #fff;
}

@media all and (max-width: 1024px) {
	.main-video {
		min-height: 620px;
	}

	.main-video-inner {
		padding: 40px 30px;
	}

	.main-video-logo {
		margin-bottom: 24px;
	}

	.main-video-logo img {
		max-width: 150px;
	}

	.main-video-title {
		font-size: 34px;
		margin-bottom: 20px;
	}

	.main-video-subtitle {
		font-size: 20px;
		line-height: 1.6;
	}
}

@media all and (max-width: 767px) {
	.main-video {
		height: 85vh;
		min-height: 520px;
	}

	.main-video-inner {
		padding: 30px 20px;
	}

	.main-video-logo {
		margin-bottom: 18px;
	}

	.main-video-logo img {
		max-width: 120px;
	}

	.main-video-title {
		font-size: 22px;
		margin-bottom: 16px;
		word-break: keep-all;
	}

	.main-video-subtitle {
		font-size: 14px;
		line-height: 1.6;
		word-break: keep-all;
	}
}

/* =========================================
   ● 로고/메뉴 s
========================================= */
.logo {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	padding: 20px 0;
	background: transparent;
	transition: background-color 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease, opacity 0.3s ease, visibility 0.3s ease;
	}


.logo.is-scrolled {
	padding: 20px 0;
	background: var(--mallup-logo-scrolled-bg, rgba(140, 122, 125, 0.8));
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}


.logo-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	box-sizing: border-box;
}

.logo-left {
	flex: 0 0 auto;
}

.logo-link {
	display: inline-block;
}

.logo-link img {
	max-width: 230px;
	width: 100%;
	height: auto;
	display: block;
	transition: max-width 0.35s ease;
}

.logo.is-scrolled .logo-link img {
	max-width: 230px;
}

.logo-right {
	flex: 0 0 auto;
}
.menu-toggle {
	width: 48px;
	height: 48px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 7px;
	transition: all 0.3s ease;
}

.menu-toggle span {
	display: block;
	width: 29px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
}

/* 오버레이 */
.menu-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.55);
	opacity: 0;
	visibility: hidden;
	transition: all 0.35s ease;
	z-index: 998;
}

.menu-overlay.active {
	opacity: 1;
	visibility: visible;
}

/* 메뉴 패널 */
.main-menu-panel {
	position: fixed;
	top: 0;
	right: 0;
	width: 420px;
	max-width: calc(100% - 30px);
	height: 100vh;
	background: #111;
	z-index: 999;
	transform: translateX(100%);
	transition: transform 0.4s ease;
	overflow-y: auto;
}

.main-menu-panel.active {
	transform: translateX(0);
}

.main-menu-panel-inner {
	position: relative;
	min-height: 100%;
	padding: 110px 50px 50px;
}

/* 닫기 버튼 */
.menu-close {
	position: absolute;
	top: 30px;
	right: 30px;
	width: 36px;
	height: 36px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.menu-close span {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
}

.menu-close span:first-child {
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-close span:last-child {
	transform: translate(-50%, -50%) rotate(-45deg);
}

/* 메뉴 */
.main-menu-panel-nav {
	width: 100%;
}

.mobile-accordion,
.mobile-accordion ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.mobile-accordion > li {
	position: relative;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.mobile-accordion > li > a {
	display: block;
	padding: 22px 0;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #fff;
	text-decoration: none;
}

.mobile-accordion > li.menu-item-has-children > a {
	padding-right: 40px;
}

.mobile-accordion > li.menu-item-has-children::after {
	content: '+';
	position: absolute;
	top: 22px;
	right: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 1;
	color: #fff;
	transition: transform 0.3s ease;
}

.mobile-accordion > li.open::after {
	content: '−';
}

.mobile-accordion .sub-menu {
	display: none;
	padding: 0 0 18px;
}

.mobile-accordion .sub-menu li a {
	display: block;
	padding: 8px 0 8px 10px;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.78);
	text-decoration: none;
}

.mobile-accordion .sub-menu li a:hover,
.mobile-accordion > li > a:hover {
	color: #fff;
}

body.menu-open {
	overflow: hidden;
}
body.menu-open .logo .menu-toggle {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateX(20px);
	transition: all 0.3s ease;
}
body.menu-open .logo {
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}




/* =========================================
   ● 1024px 이하
========================================= */
@media all and (max-width: 1024px) {
	.logo {
		padding: 24px 0;
	}


	.logo-inner {
		padding: 0 30px;
	}

.logo.is-scrolled {
	padding: 24px 0;
}

.logo-link img {
	max-width: 250px;
}

.logo.is-scrolled .logo-link img {
	max-width: 250px;
}
	.menu-toggle {
		width: 36px;
		height: 28px;
	}

	.menu-toggle span {
		width: 36px;
	}

	.main-menu-panel {
		width: 380px;
	}

	.main-menu-panel-inner {
		padding: 100px 35px 40px;
	}

	.mobile-accordion > li > a {
		padding: 20px 0;
		font-size: 24px;
	}

	.mobile-accordion > li.menu-item-has-children::after {
		top: 20px;
		font-size: 22px;
	}
}

/* =========================================
   ● 767px 이하
========================================= */
@media all and (max-width: 767px) {
	.logo {
		padding: 20px 0;
	}

	.logo-inner {
		padding: 0 20px;
	}

.logo.is-scrolled {
	padding: 20px 0;
}

.logo-link img {
	max-width: 180px;
}

.logo.is-scrolled .logo-link img {
	max-width: 180px;
}

	.menu-toggle {
		width: 29px;
		height: 20px;
	}

	.menu-toggle span {
		width: 29px;
		height: 2px;
	}

	.main-menu-panel {
		width: 100%;
		max-width: 100%;
		box-shadow: none;
		transform: translateX(100%);
	}

	.main-menu-panel-inner {
		padding: 85px 24px 30px;
	}

	.menu-close {
		top: 22px;
		right: 20px;
		width: 32px;
		height: 32px;
	}

	.menu-close span {
		width: 32px;
	}

	.mobile-accordion > li > a {
		padding: 18px 0;
		font-size: 22px;
		word-break: keep-all;
	}

	.mobile-accordion > li.menu-item-has-children::after {
		top: 18px;
		font-size: 20px;
	}

	.mobile-accordion .sub-menu li a {
		padding: 7px 0 7px 8px;
		font-size: 15px;
	}
}
/* =========================================
   ● 로고/메뉴 e
========================================= */



/* =========================================
   ● 메인 배너 01 s
========================================= */
.banner-01-box {
	padding: 90px 20px;
	background: #fff;
	text-align: center;
}

.banner-01-inner {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}

.banner-01-title {
	margin: 0 0 36px;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #56595b;
	word-break: keep-all;
}

.banner-01-title .typing-text {
	display: inline-block;
	min-height: 1.3em;
}

.banner-01-subtitle {
	max-width: 1400px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.01em;
	color: #987b80;
	word-break: keep-all;
}

.banner-01-animate-up {
	opacity: 0;
	transform: translateY(30px);
	transition: all 0.5s ease-out;
}

.banner-01-visible {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

.banner-01-title .typing-text {
	display: inline;
	min-height: 1.3em;
	position: relative;
}

.banner-01-title .typing-text::after {
	content: '|';
	display: inline-block;
	margin-left: 2px;
	color: #56595b;
	animation: banner01CursorBlink 0.8s step-end infinite;
}

@keyframes banner01CursorBlink {
	0%, 50% {
		opacity: 1;
	}
	50.01%, 100% {
		opacity: 0;
	}
}



/* =========================================
   ● 1024px 이하
========================================= */
@media all and (max-width: 1024px) {
	.banner-01-box {
		padding: 70px 30px;
	}

	.banner-01-title {
		margin-bottom: 28px;
		font-size: 40px;
	}

	.banner-01-subtitle {
		font-size: 15px;
		line-height: 1.7;
	}
}

/* =========================================
   ● 767px 이하
========================================= */
@media all and (max-width: 767px) {
	.banner-01-box {
		padding: 55px 20px;
	}

	.banner-01-title {
		margin-bottom: 22px;
		font-size: 28px;
		line-height: 1.4;
	}

	.banner-01-subtitle {
		font-size: 14px;
		line-height: 1.8;
	}
}
/* =========================================
   ● 메인 배너 01 e
========================================= */

/* =========================================
   ● 메인 배너 02 s
========================================= */
.banner-02-box {
	padding: 120px 30px 90px;
	background: #f8f5f1;
	font-family: "Noto Serif KR", serif !important;
}

.banner-02-inner {
	position: relative;
	width: 100%;
	margin: 0 auto;
	min-height: 720px;
}

.banner-02-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.banner-02-text-left {
	max-width: 300px;
}

.banner-02-subtitle {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	letter-spacing: -0.02em;
	color: #222;
}

.banner-02-title {
	margin: 0 0 26px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #222;
}

.banner-02-desc {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.02em;
	color: #222;
	word-break: keep-all;
}

.banner-02-images {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 30px;
	padding-top: 190px;
}

.banner-02-image-item {
	flex: 0 0 300px;
	width: 300px;
}

.banner-02-image-item:nth-child(2) {
	margin-top: 60px;
}



.banner-02-image-item img {
	width: 100%;
	height: 474px;
	object-fit: cover;
	display: block;
}

.banner-02-bottom-text {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 330px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.02em;
	color: #222;
	text-align: right;
	word-break: keep-all;
}

/* =========================================
   ● 1024px 이하
========================================= */
@media all and (max-width: 1024px) {
	.banner-02-box {
		padding: 90px 30px 70px;
	}

	.banner-02-inner {
		min-height: auto;
	}

	.banner-02-top {
		position: relative;
		margin-bottom: 50px;
	}

	.banner-02-text-left {
		max-width: 100%;
	}

	.banner-02-title {
		font-size: 34px;
		margin-bottom: 20px;
	}

	.banner-02-desc {
		font-size: 14px;
	}

	.banner-02-images {
		padding-top: 0;
		gap: 12px;
	}

	.banner-02-image-item {
		flex: 1 1 0;
		width: 100%;
		max-width: 300px;
	}

	.banner-02-image-item img {
		height: 420px;
	}

	.banner-02-bottom-text {
		position: relative;
		right: auto;
		bottom: auto;
		max-width: 100%;
		margin-top: 40px;
		text-align: right;
	}
}

/* =========================================
   ● 767px 이하
========================================= */
@media all and (max-width: 767px) {
	.banner-02-box {
		padding: 60px 20px 50px;
	}

	.banner-02-top {
		margin-bottom: 35px;
	}

	.banner-02-subtitle {
		font-size: 14px;
		margin-bottom: 6px;
	}

	.banner-02-title {
		font-size: 27px;
		margin-bottom: 18px;
	}

	.banner-02-desc {
		font-size: 13px;
		line-height: 1.8;
	}

	.banner-02-images {
		flex-direction: column;
		align-items: center;
		gap: 14px;
	}

	.banner-02-image-item,
	.banner-02-image-item:nth-child(2),
	.banner-02-image-item:nth-child(3) {
		width: 100%;
		max-width: 100%;
		margin-top: 0;
	}

	.banner-02-image-item img {
		width:100%;
		height: auto;
	}

	.banner-02-bottom-text {
		margin-top: 30px;
		font-size: 13px;
		line-height: 1.8;
		text-align: left;
	}
}
/* =========================================
   ● 메인 배너 02 e
========================================= */


/* =========================================
   ● 메인 배너 03 s
========================================= */
.banner-03-box {
	padding: 0 30px 100px;
	background: #fff;
	font-family: "Noto Serif KR", serif !important;
	margin-top:50px;
}

.banner-03-inner {
	width: 100%;
	margin: 0 auto;
}

.banner-03-main-title {
	margin: 0 0 18px;
	font-size: 41px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #222;
	
}

.banner-03-grid {
	display: grid;
	grid-template-columns: 673px 1fr;
	gap: 14px;
	align-items: stretch;
}

.banner-03-left {
	display: grid;
	grid-template-rows: 1fr 1fr;
	gap: 18px;
}

.banner-03-right {
	min-width: 0;
}

.banner-03-card {
	position: relative;
	overflow: hidden;
}

.banner-03-card img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.banner-03-card-sm {
	height: 673px;
}

.banner-03-card-lg {
	height: 1365px;
}

.banner-03-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(140, 122, 125, 0.3);
	z-index: 1;
}

.banner-03-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
	width: 100%;
	padding: 20px;
	text-align: center;
	color: #fff;
}

.banner-03-text h3 {
	margin: 0 0 8px;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #fff;
	word-break: keep-all;
}

.banner-03-text p {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.4;
	letter-spacing: -0.01em;
	color: #fff;
	word-break: keep-all;
}

/* =========================================
   ● 1024px 이하
========================================= */
@media all and (max-width: 1024px) {
	.banner-03-box {
		padding: 0 30px 80px;
	}

	.banner-03-main-title {
		margin-bottom: 16px;
		font-size: 36px;
	}

	.banner-03-grid {
		grid-template-columns: 280px 1fr;
		gap: 12px;
	}

	.banner-03-left {
		gap: 12px;
	}

	.banner-03-card-sm {
		height: 280px;
	}

	.banner-03-card-lg {
		height: 572px;
	}

	.banner-03-text h3 {
		font-size: 30px;
	}

	.banner-03-text p {
		font-size: 17px;
	}
}

/* =========================================
   ● 767px 이하
========================================= */
@media all and (max-width: 767px) {
	.banner-03-box {
		padding: 0 20px 40px;
	}

	.banner-03-main-title {
		margin-bottom: 14px;
		font-size: 30px;
	}

	.banner-03-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.banner-03-left {
		grid-template-rows: none;
		gap: 14px;
	}

	.banner-03-card-sm,
	.banner-03-card-lg {
		height: auto;
		
	}

	.banner-03-text h3 {
		font-size: 24px;
	}

	.banner-03-text p {
		font-size: 15px;
	}
}
/* =========================================
   ● 메인 배너 03 e
========================================= */

/* =========================================
● 메인 배너 04 섹션 s
========================================= */

.banner-04-box {
	padding: 0px 30px;
	background: #fff;
}

.banner-04-inner {
	width: 100%;
}

.banner-04-title {
	margin: 0 0 20px;
	font-size: 41px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.02em;
	color: #222;
	font-family: "Noto Serif KR", serif !important;
}

.banner-04-compare {
	position: relative;
	width: 100%;
	overflow: hidden;
	cursor: ew-resize;
	user-select: none;
	-webkit-user-select: none;
	touch-action: none;
	background: #f5f5f5;
}

.banner-04-image {
	position: relative;
	width: 100%;
}

.banner-04-image img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-04-image-after {
	position: relative;
	z-index: 1;
}

.banner-04-image-before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 50%;
	height: 100%;
	overflow: hidden;
}

.banner-04-image-before img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left center;
}

.banner-04-divider {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 3;
	width: 0;
	height: 100%;
	transform: translateX(-50%);
	pointer-events: none;
}

.banner-04-divider::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background: rgba(255, 255, 255, 0.95);
	transform: translateX(-50%);
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.banner-04-handle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 78px;
	height: 78px;
	padding: 0;
	border: 2px solid rgba(255, 255, 255, 0.95);
	border-radius: 50%;
	background: rgba(140, 122, 125, 0.88);
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: ew-resize;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	pointer-events: auto;
}

.banner-04-compare.handle-bg-on .banner-04-handle {
	background: rgba(140, 122, 125, 0.88);
}

.banner-04-compare.handle-bg-off .banner-04-handle {
	background: rgba(255, 255, 255, 0.12);
	backdrop-filter: blur(4px);
}

.banner-04-handle-icon {
	position: relative;
	display: block;
	width: 28px;
	height: 18px;
}

.banner-04-handle-icon span {
	position: absolute;
	top: 50%;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-radius: 50%;
	transform: translateY(-50%);
}

.banner-04-handle-icon span:first-child {
	left: 0;
}

.banner-04-handle-icon span:last-child {
	right: 0;
}

.banner-04-handle::before,
.banner-04-handle::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 10px;
	height: 2px;
	background: #fff;
	transform: translateY(-50%);
}

.banner-04-handle::before {
	left: 18px;
}

.banner-04-handle::after {
	right: 18px;
}

@media (max-width: 1024px) {
	.banner-04-box {
		padding: 0px 30px;
	}

	.banner-04-title {
		margin-bottom: 20px;
		font-size: 34px;
	}

	.banner-04-handle {
		width: 68px;
		height: 68px;
	}

	.banner-04-handle-icon {
		width: 24px;
		height: 16px;
	}

	.banner-04-handle-icon span {
		width: 9px;
		height: 9px;
	}
}

@media (max-width: 767px) {
	.banner-04-box {
		padding: 0px 20px;
	}

	.banner-04-title {
		margin-bottom: 20px;
		font-size: 28px;
	}

	.banner-04-handle {
		width: 58px;
		height: 58px;
	}

	.banner-04-handle-icon {
		width: 20px;
		height: 14px;
	}

	.banner-04-handle-icon span {
		width: 7px;
		height: 7px;
	}

	.banner-04-handle::before,
	.banner-04-handle::after {
		width: 8px;
	}

	.banner-04-handle::before {
		left: 14px;
	}

	.banner-04-handle::after {
		right: 14px;
	}
}

/* =========================================
● 메인 배너 04 섹션 e
========================================= */


/* =========================================
● 메인 배너 05 섹션 s
========================================= */

.banner-05-box {
	padding: 40px 30px;
	background: #fff;
	overflow: hidden;
}

.banner-05-head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 45px;
}

.banner-05-head-left {
	flex: 0 0 auto;
}

.banner-05-title {
	margin: 0;
	font-size: 41px;
	font-weight: 400;
	line-height: 1.2;
	color: #222;
	font-family: "Noto Serif KR", serif !important;
}

.banner-05-subtitle {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #bababa;
}

.banner-05-stats {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 34px;
	row-gap: 18px;
}

.banner-05-stat-item {
	display: flex;
	align-items: baseline;
	gap: 10px;
	white-space: nowrap;
}

.banner-05-stat-label {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	color: #7e7e7e;
	letter-spacing: -0.03em;
}

.banner-05-stat-value-wrap {
	display: inline-flex;
	align-items: baseline;
	gap: 2px;
}

.banner-05-stat-value,
.banner-05-stat-suffix {
	font-size: 41px;
	font-weight: 500;
	line-height: 1;
	color: #222;
	letter-spacing: -0.03em;
}

.banner-05-marquee-wrap {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.banner-05-marquee {
	position: relative;
	width: calc(100% + 60px);
	margin-left: -30px;
	overflow: hidden;
}

.banner-05-track {
	display: flex;
	align-items: stretch;
	width: max-content;
	gap: 14px;
	will-change: transform;
}

.banner-05-marquee-row01 .banner-05-track {
	animation: banner05MarqueeLeft 36s linear infinite;
}

.banner-05-marquee-row02 .banner-05-track {
	animation: banner05MarqueeRight 36s linear infinite;
}
.banner-05-card {
	flex: 0 0 460px;
	width: 460px;
	min-height: 205px;
	background: #f6f6f6;
	border-radius: 12px;
	padding: 26px 24px 22px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.banner-05-card-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 18px;
	height: 100%;
}

.banner-05-card-thumb {
	flex: 0 0 auto;
	width: 52px;
}

.banner-05-card-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.banner-05-card-text {
	flex: 1 1 auto;
	width: 100%;
	min-width: 0;
	display: flex;
	flex-direction: column;
}

.banner-05-card-desc {
	margin: 0;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.65;
	color: #222;
	letter-spacing: -0.02em;
	word-break: keep-all;
}

.banner-05-card-name {
	margin: 18px 0 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #222;
	text-align: right;
}


.banner-05-marquee:hover .banner-05-track {
	animation-play-state: paused;
}

@keyframes banner05MarqueeLeft {
	0% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(calc(-50% - 7px), 0, 0);
	}
}

@keyframes banner05MarqueeRight {
	0% {
		transform: translate3d(calc(-50% - 7px), 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}

@media all and (max-width: 1024px) {
	.banner-05-box {
		padding: 90px 30px;
	}

	.banner-05-head {
		flex-direction: column;
		gap: 28px;
		margin-bottom: 34px;
	}

	.banner-05-stats {
		justify-content: flex-start;
		gap: 24px;
		row-gap: 14px;
	}

	.banner-05-title {
		font-size: 34px;
	}

	.banner-05-stat-label {
		font-size: 24px;
	}

	.banner-05-stat-value,
	.banner-05-stat-suffix {
		font-size: 34px;
	}

	.banner-05-card {
		flex: 0 0 400px;
		width: 400px;
		min-height: 190px;
		padding: 24px 20px 20px;
	}

	.banner-05-card-thumb {
		width: 46px;
	}

	.banner-05-card-desc {
		font-size: 17px;
	}

	.banner-05-card-name {
		margin-top: 16px;
		font-size: 14px;
	}
}

@media all and (max-width: 767px) {
	.banner-05-box {
		padding: 70px 20px;
	}

	.banner-05-head {
		gap: 22px;
		margin-bottom: 28px;
	}

	.banner-05-title {
		font-size: 28px;
	}

	.banner-05-subtitle {
		margin-top: 8px;
		font-size: 13px;
	}

	.banner-05-stats {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 14px 18px;
		width: 100%;
	}

	.banner-05-stat-item {
		flex-direction: column;
		align-items: flex-start;
		gap: 4px;
		white-space: normal;
	}

	.banner-05-stat-label {
		font-size: 18px;
	}

	.banner-05-stat-value,
	.banner-05-stat-suffix {
		font-size: 28px;
	}

	.banner-05-marquee {
		width: calc(100% + 40px);
		margin-left: -20px;
	}

	.banner-05-card {
		flex: 0 0 320px;
		width: 320px;
		min-height: 175px;
		border-radius: 10px;
		padding: 20px 16px 18px;
	}

	.banner-05-card-top {
		gap: 14px;
	}

	.banner-05-card-thumb {
		width: 42px;
	}

	.banner-05-card-desc {
		font-size: 15px;
		line-height: 1.6;
	}

	.banner-05-card-name {
		margin-top: 14px;
		font-size: 13px;
	}
}

/* =========================================
● 메인 배너 05 섹션 e
========================================= */

/* =========================================
● 푸터 01 섹션 s
========================================= */

.footer-01-box {
	padding: 130px 30px;
	background: #fff;
}

.footer-01-inner {
	width: 100%;
	text-align: center;
}

.footer-01-logo {
	margin-bottom: 46px;
}

.footer-01-logo img {
	display: block;
	width: 100%;
	max-width: 200px;
	height: auto;
	margin: 0 auto;
}

.footer-01-title {
	margin: 0;
	font-size: 41px;
	font-weight: 400;
	line-height: 1.45;
	letter-spacing: -0.03em;
	color: #222;
	font-family: "Noto Serif KR", serif !important;
	word-break: keep-all;
}

.footer-01-subtitle {
	margin: 28px 0 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	color: #949494;
	font-family: "Noto Serif KR", serif !important;
	word-break: keep-all;
}

@media all and (max-width: 1024px) {
	.footer-01-box {
		padding: 110px 30px;
	}

	.footer-01-logo {
		margin-bottom: 38px;
	}

	.footer-01-logo img {
		max-width: 180px;
	}

	.footer-01-title {
		font-size: 34px;
	}

	.footer-01-subtitle {
		margin-top: 24px;
		font-size: 20px;
	}
}

@media all and (max-width: 767px) {
	.footer-01-box {
		padding: 40px 20px;
	}

	.footer-01-logo {
		margin-bottom: 30px;
	}

	.footer-01-logo img {
		max-width: 120px;
	}

	.footer-01-title {
		font-size: 22px;
		line-height: 1.55;
	}

	.footer-01-subtitle {
		margin-top: 18px;
		font-size: 14px;
	}
}

/* =========================================
● 푸터 01 섹션 e
========================================= */

/* =========================================
● 푸터 02 섹션 s
========================================= */

.footer-02-box {
	padding: 50px 30px 0;
	background: #fff;
	border-top: 1px solid #e8e8e8;
}

.footer-02-inner {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 30px;
	padding-bottom: 50px;
}

.footer-02-left {
	flex: 1 1 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
}

.footer-02-left p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7;
	color: #7e7e7e;
	letter-spacing: -0.01em;
	word-break: keep-all;
}

.footer-02-right {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	flex-wrap: wrap;
}

.footer-02-right a {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	color: #7e7e7e;
	text-decoration: none;
	transition: opacity 0.3s ease;
}

.footer-02-right a:hover {
	opacity: 0.7;
}

@media all and (max-width: 1024px) {
	.footer-02-box {
		padding: 40px 30px 0;
	}

	.footer-02-inner {
		flex-direction: column;
		gap: 24px;
		padding-bottom: 40px;
	}

	.footer-02-right {
		justify-content: flex-start;
		gap: 18px;
	}
}

@media all and (max-width: 767px) {
	.footer-02-box {
		padding: 30px 20px 0;
	}

	.footer-02-inner {
		gap: 20px;
		padding-bottom: 30px;
	}

	.footer-02-left {
		flex-direction: column;
		gap: 8px;
	}

	.footer-02-left p {
		font-size: 13px;
		line-height: 1.65;
	}

	.footer-02-right {
		gap: 14px;
	}

	.footer-02-right a {
		font-size: 13px;
	}
}

/* =========================================
● 푸터 02 섹션 e
========================================= */

/* =========================================
● 푸터 03 섹션 s
========================================= */

.footer-03-box {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 9;
	padding: 0;
	box-sizing: border-box;
	opacity: 0;
	visibility: hidden;
	transform: translateY(100%);
	transition: opacity 0.4s ease, visibility 0.4s ease, transform 0.4s ease;
	pointer-events: none;
}

.footer-03-box.is-visible {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	pointer-events: auto;
}

.footer-03-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	width: 100%;
	padding: 30px;
	background: #f4f2ee;
	border-radius: 0;
	box-sizing: border-box;
	box-shadow: none;
}

.footer-03-left {
	display: flex;
	align-items: center;
	gap: 20px;
	min-width: 0;
}

.footer-03-logo {
	flex: 0 0 auto;
}

.footer-03-logo img {
	display: block;
	width: 100%;
	max-width: 70px;
	height: auto;
}

.footer-03-text {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	color: #222;
	letter-spacing: -0.02em;
	word-break: keep-all;
}

.footer-03-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 0 auto;
	flex-wrap: wrap;
}

.footer-03-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 52px;
	padding: 0 18px;
	border-radius: 8px;
	font-size: 22px;
	font-weight: 400;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
	box-sizing: border-box;
	white-space: nowrap;
}

.footer-03-btn-default {
	background: var(--footer03-btn-bg, #8c7a7d);
	color: #fff;
}

.footer-03-btn-default:hover {
	background: #222;
	color: #fff;
}

.footer-03-btn-kakao {
	background: #e7d322;
	color: #371a1a;
}

.footer-03-btn-kakao:hover {
	background: #d7c21d;
	color: #371a1a;
}

.footer-03-kakao-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.footer-03-kakao-icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: #371a1a;
}
.footer-03-text {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.4;
	color: #222;
	letter-spacing: -0.02em;
	word-break: keep-all;
}

.footer-03-typing-text::after {
	content: '|';
	display: inline-block;
	margin-left: 2px;
	color: #222;
	animation: footer03CursorBlink 0.8s step-end infinite;
}

@keyframes footer03CursorBlink {
	0%, 50% {
		opacity: 1;
	}
	50.01%, 100% {
		opacity: 0;
	}
}

@media all and (max-width: 1400px) {
	.footer-03-text {
		font-size: 18px;
	}

	.footer-03-btn {
		min-height: 48px;
		font-size: 18px;
		padding: 0 16px;
	}
}

@media all and (max-width: 1024px) {
	.footer-03-box {
		padding: 0;
		bottom: 0;
	}

	.footer-03-inner {
		gap: 20px;
		padding: 22px 30px;
	}

	.footer-03-logo img {
		max-width: 60px;
	}

	.footer-03-text {
		font-size: 16px;
	}

	.footer-03-btn {
		min-height: 44px;
		font-size: 15px;
		padding: 0 14px;
	}
}

@media all and (max-width: 767px) {
	.footer-03-box {
		padding: 0;
		bottom: 0;
	}

	.footer-03-inner {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 12px;
		padding: 16px 20px;
		border-radius: 0;
	}

	.footer-03-left {
		display: block;
		width: 100%;
	}

	.footer-03-logo {
		display: none;
	}

	.footer-03-logo img {
		display: none;
	}

	.footer-03-text {
		display: block;
		width: 100%;
		font-size: 14px;
		line-height: 1.5;
	}

.footer-03-right {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 6px;
	width: 100%;
}

.footer-03-btn {
	flex: 1 1 calc(33.333% - 4px);
	width: 100%;
	min-height: 38px;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 6px;
	justify-content: center;
}


	.footer-03-kakao-icon svg {
		width: 18px;
		height: 18px;
	}
}


/* =========================================
● 푸터 03 섹션 e
========================================= */

/* =========================================
● 페이지 상단 비주얼 섹션 s
========================================= */

.page-top-box {
	position: relative;
	width: 100%;
	min-height: 50vh;
	overflow: hidden;
	background: #000;
}

.page-top-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.page-top-bg img,
.page-top-bg video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.page-top-bg video {
	pointer-events: none;
}

.page-top-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.page-top-inner {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 50vh;
	padding: 0 30px;
	box-sizing: border-box;
	justify-content: center; 
}

.page-top-text {
text-align:center;
	max-width: 760px;
	padding-top: 30px;
}

.page-top-title {
	margin: 0 0 22px;
	font-size: 40px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #fff;
	word-break: keep-all;
}

.page-top-subtitle {
	margin: 0;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.7;
	letter-spacing: -0.02em;
	color: #fff;
	word-break: keep-all;
}

@media all and (max-width: 1024px) {
	.page-top-box {
		min-height: 42vh;
	}

	.page-top-inner {
		min-height: 42vh;
		padding: 0 30px;
	}

	.page-top-title {
		margin-bottom: 18px;
		font-size: 34px;
	}

	.page-top-subtitle {
		font-size: 19px;
	}
}

@media all and (max-width: 767px) {
	.page-top-box {
		min-height: 320px;
	}

	.page-top-inner {
		min-height: 320px;
		padding: 0 20px;
	}

	.page-top-text {
		padding-top: 20px;
	}

	.page-top-title {
		margin-bottom: 14px;
		font-size: 28px;
		line-height: 1.35;
	}

	.page-top-subtitle {
		font-size: 16px;
		line-height: 1.65;
	}
}

/* =========================================
● 페이지 상단 비주얼 섹션 e
========================================= */


/* =========================================
● 어바웃 01 섹션 s
========================================= */

.about-01-box {
	padding: 110px 30px;
	background: #fff;
}

.about-01-inner {
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
}

.about-01-row {
	display: flex;
	align-items: stretch;
}

.about-01-col {
	width: 50%;
	box-sizing: border-box;
}

.about-01-col-text {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 640px;
	padding: 40px;
}

.about-01-text-wrap {
	width: 100%;
	max-width: 520px;
}

.about-01-title {
	margin: 0 0 30px;
	font-size: 50px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.03em;
	color: #222;
	font-family: "Noto Serif KR", serif !important;
	word-break: keep-all;
}

.about-01-text {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.9;
	letter-spacing: -0.02em;
	color: #7e7e7e;
	font-family: "Noto Serif KR", serif !important;
	word-break: keep-all;
}

.about-01-col-image {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.about-01-image {
	width: 100%;
}

.about-01-image img {
	display: block;
	width: 100%;
	height: auto;
}

@media all and (max-width: 1024px) {
	.about-01-box {
		padding: 90px 30px;
	}

	.about-01-col-text {
		min-height: 520px;
		padding: 30px;
	}

	.about-01-text-wrap {
		max-width: 420px;
	}

	.about-01-title {
		margin-bottom: 24px;
		font-size: 40px;
	}

	.about-01-text {
		font-size: 18px;
		line-height: 1.8;
	}
}

@media all and (max-width: 767px) {
	.about-01-box {
		padding: 10px 0px;
	}

	.about-01-row {
		flex-direction: column;
	}

	.about-01-row:nth-child(2) {
		flex-direction: column;
	}

	.about-01-col {
		width: 100%;
	}

	.about-01-col-text {
		order: 1;
		min-height: auto;
		padding: 30px 10px 24px;
	}

	.about-01-col-image {
		order: 2;
	}

	.about-01-text-wrap {
		max-width: 100%;
		text-align: center;
	}

	.about-01-title {
		margin-bottom: 18px;
		font-size: 30px;
		line-height: 1.3;
	}

	.about-01-text {
		font-size: 14px;
		line-height: 1.75;
	}
}

/* =========================================
● 어바웃 01 섹션 e
========================================= */

/* =========================================
● about 02 s
========================================= */
.about-02-box {
    padding: 120px 30px;
    background: #f8f8f8;
}
.about-02-inner {
    width: 100%;
}
.about-02-title {
    margin: 0 0 58px;
    text-align: center;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
}
.about-02-subtitle {
    margin: 0 0 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: #7e7e7e;
}
.about-02-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.about-02-card {
    background: #fff;
    border-radius: 10px;
    padding: 26px 24px;
    min-height: 132px;
}
.about-02-no {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1;
    color: #8d8d8d;
    font-family: "Noto Serif KR", serif !important;
}
.about-02-card-title {
    margin: 0 0 10px;
    font-size: 32px;
    line-height: 1.2;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
}
.about-02-card-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #7e7e7e;
    word-break: keep-all;
}
/* =========================================
● about 02 e
========================================= */


/* =========================================
● about 03 s
========================================= */
.about-03-box {
    padding: 140px 30px;
    background: #fff;
}
.about-03-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.about-03-title {
    margin: 0 0 48px;
    text-align: center;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
}
.about-03-subtitle {
    margin: 0 0 60px;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: #7e7e7e;
}
.about-03-flow {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}
.about-03-step {
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-03-circle {
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 26px;
    text-align: center;
    box-sizing: border-box;
}
.about-03-no {
    display: block;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
}
.about-03-step-title {
    margin: 0 0 12px;
    font-size: 32px;
    line-height: 1.2;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
}
.about-03-step-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #7e7e7e;
    word-break: keep-all;
}
.about-03-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cdcdcd;
    flex: 0 0 8px;
}
/* =========================================
● about 03 e
========================================= */


/* =========================================
● about 04 s
========================================= */
.about-04-box {
    position: relative;
    width: 100%;
    height: 700px;
    overflow: hidden;
    background-image: url('/img/about-img-04.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: fixed;
}

.about-04-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-04-inner {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 30px;
    box-sizing: border-box;
}

.about-04-content {
    max-width: 900px;
    text-align: center;
}

.about-04-title {
    margin: 0 0 18px;
    font-size: 50px;
    line-height: 1.22;
    color: #fff;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
}

.about-04-subtitle {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
}

.about-04-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #fff;
}

/* =========================================
● about 04 e
========================================= */


@media all and (max-width: 1024px) {
    .about-02-box { padding: 100px 30px; }
    .about-02-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .about-02-title,
    .about-03-title,
    .about-04-title { font-size: 40px; }
    .about-02-card-title,
    .about-03-step-title { font-size: 28px; }
    .about-02-card-text,
    .about-03-step-text,
    .about-04-subtitle,
    .about-04-text { font-size: 16px; }
    .about-03-box { padding: 110px 30px; }
    .about-03-circle { width: 220px; height: 220px; }
    .about-04-box { height: 600px; }
}

@media all and (max-width: 767px) {
    .about-02-box,
    .about-03-box { padding: 80px 20px; }
    .about-02-grid { grid-template-columns: 1fr; gap: 14px; }
    .about-02-title,
    .about-03-title,
    .about-04-title { font-size: 30px; }
    .about-02-subtitle,
    .about-03-subtitle,
    .about-04-subtitle,
    .about-04-text { font-size: 15px; }
    .about-02-card-title,
    .about-03-step-title { font-size: 24px; }
    .about-02-card-text,
    .about-03-step-text { font-size: 15px; }
    .about-03-flow { gap: 12px; }
    .about-03-circle {
        width: 280px;
        height: 280px;
        padding: 20px;
    }
    .about-03-no { font-size: 22px; }
    .about-03-dot { display: none; }
    .about-04-box { height: 480px; }
    .about-04-inner { padding: 0 20px; }
}

/* =========================================
● residential 01 섹션 s
========================================= */
.residential-01-box {
    width: 100%;
    padding: 180px 0;
    background: #fff;
    box-sizing: border-box;
}

.residential-01-head {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.residential-01-title {
    margin: 0 0 42px;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.residential-01-subtitle {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.7;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
}

.residential-01-desc {
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.residential-01-dots {
    margin-top: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.residential-01-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
}

.residential-01-dot-01 { background: #eeeeee; }
.residential-01-dot-02 { background: #c1c1c1; }
.residential-01-dot-03 { background: #5c5c5c; }

.residential-01-gallery {
    width: 100%;
    margin-top: 90px;
    padding: 0 30px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}


.residential-01-item {
    position: relative;
    overflow: visible;
    background: #f8f8f8;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.residential-01-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.residential-01-item:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.40);
    z-index: 2;
}

.residential-01-item:hover img {
    transform: scale(1.01);
    filter: brightness(1.01);
}


.residential-01-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3; /* 원하는 비율 */
    overflow: hidden;
    background: #f1f1f1;
}

.residential-01-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.residential-01-item:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.19);
    z-index: 3;
}

.residential-01-item:hover .residential-01-thumb img {
    transform: scale(1.03);
    filter: brightness(1.02);
}
/* =========================================
● residential 01 섹션 e
========================================= */

@media all and (max-width: 1024px) {
    .residential-01-box {
        padding: 100px 0;
    }

    .residential-01-head {
        padding: 0 30px;
    }

    .residential-01-title {
        font-size: 40px;
    }

    .residential-01-subtitle,
    .residential-01-desc {
        font-size: 16px;
    }

    .residential-01-gallery {
        margin-top: 50px;
        padding: 0 30px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 767px) {
    .residential-01-box {
        padding: 80px 0;
    }

    .residential-01-head {
        padding: 0 20px;
    }

    .residential-01-title {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .residential-01-subtitle {
        margin-bottom: 18px;
        font-size: 15px;
    }

    .residential-01-desc {
        font-size: 15px;
        line-height: 1.75;
    }

    .residential-01-dots {
        margin-top: 26px;
        gap: 6px;
    }

    .residential-01-gallery {
        margin-top: 40px;
        padding: 0;
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* =========================================
● residential 02 섹션 s
========================================= */
.residential-02-box {
    width: 100%;
    padding: 0px 30px 160px;
    background: #fff;
    box-sizing: border-box;
}

.residential-02-inner {
    width: 100%;
    text-align: center;
}

.residential-02-title {
    margin: 0 0 70px;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.residential-02-text {
    max-width: 900px;
    margin: 0 auto;
}

.residential-02-text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.residential-02-text p + p {
    margin-top: 2px;
}
/* =========================================
● residential 02 섹션 e
========================================= */

@media all and (max-width: 1024px) {
    .residential-02-box {
        padding: 80px 30px;
    }

    .residential-02-title {
        margin-bottom: 56px;
        font-size: 40px;
    }

    .residential-02-text p {
        font-size: 16px;
    }
}

@media all and (max-width: 767px) {
    .residential-02-box {
        padding: 70px 20px;
    }

    .residential-02-title {
        margin-bottom: 42px;
        font-size: 30px;
    }

    .residential-02-text p {
        font-size: 15px;
        line-height: 1.75;
    }
}

/* =========================================
● residential 03 섹션 s
========================================= */
.residential-03-box {
    width: 100%;
    padding: 120px 30px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.residential-03-inner {
    width: 100%;
}

.residential-03-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.residential-03-subtitle {
    margin: 0 0 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
}

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

.residential-03-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
	margin-top:50px;
}

.residential-03-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.residential-03-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ececec;
}

.residential-03-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.residential-03-content {
    padding: 26px 18px 24px;
    text-align: center;
}

.residential-03-card-title {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.25;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.residential-03-card-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.01em;
    word-break: keep-all;
}
/* =========================================
● residential 03 섹션 e
========================================= */

@media all and (max-width: 1200px) {
    .residential-03-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media all and (max-width: 1024px) {
    .residential-03-box {
        padding: 100px 30px;
    }

    .residential-03-title {
        font-size: 40px;
    }

    .residential-03-subtitle {
        margin-bottom: 42px;
        font-size: 16px;
    }

    .residential-03-card-title {
        font-size: 26px;
    }
}

@media all and (max-width: 767px) {
    .residential-03-box {
        padding: 80px 20px;
    }

    .residential-03-grid {
        grid-template-columns: 1fr;
        gap: 16px;
		margin-top:70px;
    }

    .residential-03-title {
        font-size: 30px;
    }

    .residential-03-subtitle {
        margin-bottom: 34px;
        font-size: 15px;
    }

    .residential-03-content {
        padding: 22px 16px 20px;
    }
    .residential-03-card {
	margin-top:10px;
	}
    .residential-03-card-title {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .residential-03-card-text {
        font-size: 15px;
        line-height: 1.7;
    }
}


/* =========================================
● residential 04 섹션 s
========================================= */
.residential-04-box {
    width: 100%;
    padding: 120px 30px;
    box-sizing: border-box;
}

.residential-04-inner {
    max-width: 1200px;
    margin: 0 auto;
}

.residential-04-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.residential-04-subtitle {
    margin: 0 0 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
}
.residential-04-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
	margin-top:100px;
}

.residential-04-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 38px;
    width: 100%;
}

.residential-04-step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.residential-04-circle {
    width: 310px;
    height: 310px;
    border-radius: 50%;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

.residential-04-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cdcdcd;
    flex: 0 0 8px;
}

.residential-04-no {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
}

.residential-04-step-title {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.2;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.residential-04-step-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.01em;
    word-break: keep-all;
}
/* =========================================
● residential 04 섹션 e
========================================= */

@media all and (max-width: 1024px) {
    .residential-04-box {
        padding: 100px 30px;
    }

    .residential-04-title {
        font-size: 40px;
		
    }

    .residential-04-subtitle {
        margin-bottom: 40px;
        font-size: 16px;
    }

   .residential-04-flow {
        gap: 22px;
		margin-top:30px;
    }

    .residential-04-row {
        gap: 14px;
    }

    .residential-04-circle {
        width: 210px;
        height: 210px;
        padding: 24px;
    }

    .residential-04-no,
    .residential-04-step-title {
        font-size: 18px;
    }

    .residential-04-step-text {
        font-size: 14px;
    }
}

@media all and (max-width: 767px) {
    .residential-04-box {
        padding: 80px 20px;
    }

    .residential-04-title {
        font-size: 30px;
    }

    .residential-04-subtitle {
        margin-bottom: 34px;
        font-size: 15px;
    }

    .residential-04-flow {
        gap: 18px;
    }

    .residential-04-row {
        flex-direction: column;
        gap: 18px;
    }

    .residential-04-dot {
        display: none;
    }

    .residential-04-circle {
        width: 230px;
        height: 230px;
        padding: 20px;
    }

    .residential-04-no,
    .residential-04-step-title {
        font-size: 22px;
    }

    .residential-04-step-text {
        font-size: 15px;
        line-height: 1.5;
    }
	.residential-04-dot {
        display: none;
    }
}

/* =========================================
● commercial 01 섹션 s
========================================= */
.commercial-01-box {
    width: 100%;
    padding: 180px 0 0 0;
    background: #fff;
    box-sizing: border-box;
}

.commercial-01-head {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
}

.commercial-01-title {
    margin: 0 0 42px;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.commercial-01-subtitle {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 1.7;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
}

.commercial-01-desc {
    margin: 0;
    font-size: 18px;
    line-height: 1.85;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.commercial-01-dots {
    margin-top: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
	margin-top:50px;
}

.commercial-01-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
}

.commercial-01-dot-01 { background: #eeeeee; }
.commercial-01-dot-02 { background: #c1c1c1; }
.commercial-01-dot-03 { background: #5c5c5c; }

.commercial-01-gallery {
    width: 100%;
    margin-top: 90px;
    padding: 0 30px;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.commercial-01-item {
    position: relative;
    overflow: visible;
    background: #f8f8f8;
    transition: transform 0.45s ease, box-shadow 0.45s ease;
}

.commercial-01-item img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.45s ease, filter 0.45s ease;
}

.commercial-01-item:hover {
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.40);
    z-index: 2;
}

.commercial-01-item:hover img {
    transform: scale(1.01);
    filter: brightness(1.01);
}

.commercial-01-thumb {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #f1f1f1;
}

.commercial-01-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease, filter 0.4s ease;
}

.commercial-01-item:hover {
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.19);
    z-index: 3;
}

.commercial-01-item:hover .commercial-01-thumb img {
    transform: scale(1.03);
    filter: brightness(1.02);
}

/* =========================================
● commercial 01 섹션 e
========================================= */

@media all and (max-width: 1024px) {
    .commercial-01-box {
        padding: 100px 0;
    }

    .commercial-01-head {
        padding: 0 30px;
    }

    .commercial-01-title {
        font-size: 40px;
    }

    .commercial-01-subtitle,
    .commercial-01-desc {
        font-size: 16px;
    }

    .commercial-01-gallery {
        margin-top: 50px;
        padding: 0 30px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media all and (max-width: 767px) {
    .commercial-01-box {
        padding: 80px 0;
    }

    .commercial-01-head {
        padding: 0 20px;
    }

    .commercial-01-title {
        margin-bottom: 18px;
        font-size: 30px;
    }

    .commercial-01-subtitle {
        margin-bottom: 18px;
        font-size: 15px;
    }

    .commercial-01-desc {
        font-size: 15px;
        line-height: 1.75;
    }

    .commercial-01-dots {
        margin-top: 26px;
        gap: 6px;
    }

    .commercial-01-gallery {
        margin-top: 40px;
        padding: 0;
        grid-template-columns: 1fr;
        gap: 8px;
    }
}

/* =========================================
● commercial 02 섹션 s
========================================= */
.commercial-02-box {
    width: 100%;
    padding: 90px 30px;
    background: #fff;
    box-sizing: border-box;
}

.commercial-02-inner {
    width: 100%;
    text-align: center;
}

.commercial-02-title {
    margin: 0 0 70px;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.commercial-02-text {
    max-width: 900px;
    margin: 0 auto;
}

.commercial-02-text p {
    margin: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
    word-break: keep-all;
}

.commercial-02-text p + p {
    margin-top: 6px;
}
/* =========================================
● commercial 02 섹션 e
========================================= */

@media all and (max-width: 1024px) {
    .commercial-02-box {
        padding: 80px 30px;
    }

    .commercial-02-title {
        margin-bottom: 56px;
        font-size: 40px;
    }

    .commercial-02-text p {
        font-size: 16px;
    }
}

@media all and (max-width: 767px) {
    .commercial-02-box {
        padding: 70px 20px;
    }

    .commercial-02-title {
        margin-bottom: 42px;
        font-size: 30px;
    }

    .commercial-02-text p {
        font-size: 15px;
        line-height: 1.75;
    }
}

/* =========================================
● commercial 03 섹션 s
========================================= */
.commercial-03-box {
    width: 100%;
    padding: 120px 30px;
    background: #f8f8f8;
    box-sizing: border-box;
}

.commercial-03-inner {
    width: 100%;
}

.commercial-03-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.03em;
	
}

.commercial-03-subtitle {
    margin: 0 0 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
}

.commercial-03-grid {
    max-width: 1400px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.commercial-03-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 0 26px rgba(0, 0, 0, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease;
	margin-top:50px;
}

.commercial-03-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
}

.commercial-03-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #ececec;
}

.commercial-03-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.commercial-03-content {
    padding: 26px 18px 24px;
    text-align: center;
}

.commercial-03-card-title {
    margin: 0 0 16px;
    font-size: 30px;
    line-height: 1.25;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.commercial-03-card-text {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.01em;
    word-break: keep-all;
}
/* =========================================
● commercial 03 섹션 e
========================================= */

@media all and (max-width: 1200px) {
    .commercial-03-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media all and (max-width: 1024px) {
    .commercial-03-box {
        padding: 100px 30px;
    }

    .commercial-03-title {
        font-size: 40px;
    }

    .commercial-03-subtitle {
        margin-bottom: 42px;
        font-size: 16px;
    }

    .commercial-03-card-title {
        font-size: 26px;
    }
}

@media all and (max-width: 767px) {
    .commercial-03-box {
        padding: 80px 20px;
    }

    .commercial-03-grid {
        grid-template-columns: 1fr;
        gap: 16px;

    }
.commercial-03-card {
    margin-top: 10px;
}
    .commercial-03-title {
        font-size: 30px;
    }

    .commercial-03-subtitle {
        margin-bottom: 34px;
        font-size: 15px;
    }

    .commercial-03-content {
        padding: 22px 16px 20px;
    }

    .commercial-03-card-title {
        margin-bottom: 12px;
        font-size: 24px;
    }

    .commercial-03-card-text {
        font-size: 15px;
        line-height: 1.7;
    }
}
/* =========================================
● commercial 04 섹션 s
========================================= */
.commercial-04-box {
    width: 100%;
    padding: 120px 30px;
    box-sizing: border-box;
}

.commercial-04-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.commercial-04-title {
    margin: 0 0 18px;
    text-align: center;
    font-size: 50px;
    line-height: 1.22;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.03em;
}

.commercial-04-subtitle {
    margin: 0 0 50px;
    text-align: center;
    font-size: 18px;
    line-height: 1.8;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.02em;
}

.commercial-04-flow {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
	margin-top:70px;
}

.commercial-04-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
    width: 100%;
}

.commercial-04-step {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.commercial-04-circle {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 28px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 1px rgba(255,255,255,0.35);
}

.commercial-04-no {
    display: block;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 1;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
}

.commercial-04-step-title {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.2;
    color: #222;
    font-family: "Noto Serif KR", serif !important;
    font-weight: 400;
    letter-spacing: -0.02em;
}

.commercial-04-step-text {
    margin: 0;
    font-size: 18px;
    line-height: 1.6;
    color: #7e7e7e;
    font-family: "Noto Serif KR", serif !important;
    letter-spacing: -0.01em;
    word-break: keep-all;
}

.commercial-04-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cdcdcd;
    flex: 0 0 8px;
}
/* =========================================
● commercial 04 섹션 e
========================================= */

@media all and (max-width: 1024px) {
    .commercial-04-box {
        padding: 100px 30px;
    }

    .commercial-04-title {
        font-size: 40px;
    }

    .commercial-04-subtitle {
        margin-bottom: 40px;
        font-size: 16px;
    }

    .commercial-04-flow {
        gap: 22px;
    }

    .commercial-04-row {
        gap: 14px;
    }

    .commercial-04-circle {
        width: 210px;
        height: 210px;
        padding: 24px;
    }

    .commercial-04-no,
    .commercial-04-step-title {
        font-size: 26px;
    }

    .commercial-04-step-text {
        font-size: 16px;
    }
}

@media all and (max-width: 767px) {
    .commercial-04-box {
        padding: 80px 20px;
    }

    .commercial-04-title {
        font-size: 30px;
    }

    .commercial-04-subtitle {
        margin-bottom: 34px;
        font-size: 15px;
    }

    .commercial-04-flow {
        gap: 18px;
		margin-top:40px;
    }

    .commercial-04-row {
        flex-direction: column;
        gap: 18px;
    }

    .commercial-04-dot {
        display: none;
    }

    .commercial-04-circle {
        width: 220px;
        height: 220px;
        padding: 20px;
    }

    .commercial-04-no,
    .commercial-04-step-title {
        font-size: 22px;
    }

    .commercial-04-step-text {
        font-size: 15px;
        line-height: 1.5;
    }
}





/* =========================================
공용 스크롤 애니메이션 클래스
========================================= */

/*
animate-left
animate-right
animate-up

delay-100
delay-200
delay-300
delay-400
*/

/* 1. 좌에서 우로 나타나는 효과 (기본 상태: 왼쪽으로 50px 이동, 투명도 0) */
.animate-left {
opacity: 0;
transform: translateX(-30px);
transition: all 0.8s ease-out; /* 0.8초 동안 부드럽게 애니메이션 */
}

.animate-right {
opacity: 0;
transform: translateX(30px);
transition: all 0.8s ease-out; /* 0.8초 동안 부드럽게 애니메이션 */
}

/* 2. 아래에서 위로 나타나는 효과 (기본 상태: 아래로 50px 이동, 투명도 0) */
.animate-up {
opacity: 0;
transform: translateY(30px);
transition: all 0.8s ease-out;
}


/* 3. 스크롤해서 화면에 보일 때 JS가 이 클래스를 붙여줌 (제자리, 투명도 1) */
.is-visible {
opacity: 1 !important;
transform: translate(0, 0) !important;
}

/* 💡 옵션: 여러 요소가 동시에 나타날 때 순차적으로 나오게 하고 싶다면 딜레이 사용 */
.delay-100 { transition-delay: 0.3s; }
.delay-200 { transition-delay: 0.6s; }
.delay-300 { transition-delay: 0.9s; }
.delay-400 { transition-delay: 1.2s; }


/* =========================================
   ● 커스텀 커서 s
========================================= */
@media all and (min-width: 1025px) {
	html,
	body,
	a,
	button,
	input[type="submit"],
	input[type="button"],
	.swiper-button-next,
	.swiper-button-prev {
		cursor: none !important;
	}

	.mallup-cursor {
		position: fixed;
		top: 0;
		left: 0;
		width: 17px;
		height: 17px;
		pointer-events: none;
		z-index: 99999;
		transform: translate(-50%, -50%);
		opacity: 0;
		transition: opacity 0.2s ease;
		mix-blend-mode: normal;
	}

	.mallup-cursor.active {
		opacity: 1;
	}

	.mallup-cursor-shape {
		display: block;
		width: 100%;
		height: 100%;
		background: #1f2a16;
		clip-path: polygon(0 0, 100% 50%, 0 100%, 22% 50%);
		transform: rotate(-130deg);
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
	}

	.mallup-cursor.is-hover .mallup-cursor-shape {
		transform: rotate(-130deg) scale(1.15);
		background: #8c7a7d;
		box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
	}
}

@media all and (max-width: 1024px) {
	.mallup-cursor {
		display: none;
	}
}
/* =========================================
   ● 커스텀 커서 e
========================================= */
