@charset "utf-8";

.pcbr {
	display: none;
}
.tbbr {
	display: none;
}
.mbbr {
	display: block;
}
.dn {
	display: none;
}

/* ===== base ===== */
html,
body {
	background-color: #151519;
}
html {
	overflow-y: scroll;
}
html.is-visual-locked {
	overscroll-behavior: none;
}
html.is-visual-locked #main {
	touch-action: none;
}
#main {
	width: 100%;
}
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 200;
	width: 100%;
}
html.is-visual-loading #header .head {
	opacity: 0;
	transform: translateY(36px);
	pointer-events: none;
}
#container {
	position: relative;
	min-height: 100vh;
	background-color: #151519;
}
#floating {
	position: fixed;
	right: 15px;
	bottom: max(40px, env(safe-area-inset-bottom));
	z-index: 100;
	width: 90px;
	transition: opacity 0.25s ease, visibility 0.25s ease;
}
#floating ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 4px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#floating ul li {
	width: 100%;
}
#floating ul li:first-child {
	text-align: right;
}
#floating ul li:last-child {
	text-align: left;
}
#floating ul li a {
	display: block;
}
#floating ul li img {
	display: block;
	width: auto;
	height: 28px;
}
.section {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	overflow: hidden;
}
.section * {
	box-sizing: border-box;
}

/* ===== #visual — Figma 2686:543 (375×812) ===== */
#visual.visual {
	position: relative;
	height: 100svh;
	min-height: 560px;
	width: 100%;
	background-color: #151519;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	overflow: visible;
}
#visual .visual-stage {
	position: relative;
	width: min(100vw, 100svh * 375 / 812);
	height: min(100svh, 100vw * 812 / 375);
	max-width: 100vw;
	max-height: 100svh;
	overflow: visible;
	flex-shrink: 0;
	container-type: size;
	container-name: visual-stage;
}
#visual #heading {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	margin-bottom: 0;
	pointer-events: none;
}
#visual #heading #head.visual-title {
	display: block;
	margin: 0;
	padding: 0;
	opacity: 0;
	pointer-events: auto;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 16cqw;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.08em;
	color: #b4b6c0;
	text-align: center;
	white-space: nowrap;
}
#visual .visual-stage > .visual-frame,
#visual #heading #head {
	transition: none;
}
#visual .visual-stage > .visual-frame {
	position: absolute;
	overflow: hidden;
	background-color: #151519;
	transform-origin: center center;
	clip-path: inset(100%);
	-webkit-clip-path: inset(100%);
	will-change: clip-path, transform;
}
#visual.is-visual-ready .visual-stage > .visual-frame {
	clip-path: inset(0%);
	-webkit-clip-path: inset(0%);
}
#visual .visual-stage > .visual-frame > .visual-frame__inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
#visual .visual-stage > .visual-frame > .visual-frame__inner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform-origin: center center;
	transform: scale(1.45);
	will-change: transform;
}
/* Group 361 — 375×812 (그룹 x:-118 미적용 → 캔버스 중앙 정렬) */
#visual #ig1 {
	left: 56.16%;
	top: 25.49%;
	width: 67.67%;
	height: 21.6%;
	z-index: 2;
}
#visual #ig2 {
	left: 6.42%;
	top: 24.69%;
	width: 42.41%;
	height: 12.1%;
	z-index: 3;
}
#visual #ig3 {
	left: 24.19%;
	top: 38.45%;
	width: 42.41%;
	height: 28.08%;
	z-index: 4;
}
#visual #ig4 {
	left: -31.47%;
	top: 43.56%;
	width: 67.98%;
	height: 22.47%;
	z-index: 5;
}
#visual #ig5 {
	left: 23.89%;
	top: 61.71%;
	width: 76.87%;
	height: 18.65%;
	z-index: 6;
}
#visual #ig6 {
	left: 68.94%;
	top: 57.96%;
	width: 62.52%;
	height: 18.65%;
	z-index: 7;
}
#visual #ig7 {
	left: 59.74%;
	top: 43.99%;
	width: 60.5%;
	height: 18.72%;
	z-index: 8;
}
#visual .line1 {
	position: absolute;
	left: 50.13%;
	bottom: 0;
	width: 1px;
	height: 24.63%;
	margin-left: -0.5px;
	background: #515258;
	transform-origin: bottom center;
	transform: scaleY(0);
	z-index: 40;
}
#visual .line2 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #515258;
	transform-origin: center center;
	transform: scaleX(0);
	z-index: 40;
}

/* ===== 메인 콘텐츠 — mobile 독립 스타일 ===== */
#contents {
	position: relative;
	background-color: #151519;
	color: #fff;
}
#contents .section {
	position: relative;
	width: 100%;
}

/* intro — Figma 2686:543 */
.main-intro {
	padding: 96px 15px 48px;
}
.main-intro__lead {
	max-width: 345px;
	margin: 0 auto 20px;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 20px;
	line-height: 1.2;
	letter-spacing: -0.04em;
	text-align: center;
	color: #a9abb5;
	transform: translateY(40px);
	opacity: 0;
}
.main-intro__title {
	position: relative;
	z-index: 10;
	margin: 0;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.04em;
	text-align: center;
	color: #fff;
	transform: scale(0);
}
.main-intro__title span {
	display: block;
}
.main-intro__media {
	display: flex;
	justify-content: center;
	margin-top: 0;
}
.main-intro__media-frame {
	position: relative;
	width: min(100%, 345px);
	height: auto;
	aspect-ratio: 345 / 222;
	overflow: hidden;
}
.main-intro__media-frame img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.main-intro__line {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1px;
	height: 40px;
	background: rgba(255, 255, 255, 0.2);
}

/* project — Figma 2686:543 */
.main-project-head {
	position: relative;
	padding: 56px 15px 40px;
}
.main-project-head__line {
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 1px;
	background: rgba(255, 255, 255, 0.2);
	transform: scaleX(0);
	transform-origin: center center;
}
.main-project-head__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 50px;
	max-width: 345px;
	margin: 0 auto;
}
.main-project-head__inner > div {
	width: 100%;
	text-align: center;
}
.main-project-head__inner > div .num {
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 14px;
	color: #b4b4b4;
	line-height: 1.4;
	letter-spacing: -0.04em;
}
.main-project-head__inner > div .txt {
	margin-top: 12px;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 12px;
	color: #ccc;
	line-height: 1.4;
	opacity: 0;
	transform: translateY(40px);
}
.main-project {
	position: relative;
	padding: 0 0 72px;
}
.main-project__vline {
	display: none;
}
.main-project__list {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	padding-top: 0;
}
.main-project__row {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	margin-bottom: 0;
}
.main-project__row:last-child {
	margin-bottom: 0;
}
.main-project__item {
	width: 100%;
	max-width: 100%;
	margin: 0;
}
.main-project__item--right {
	width: 100%;
	margin-left: 0;
}
.main-project__thumb {
	overflow: hidden;
	position: relative;
	width: 100%;
	aspect-ratio: 375 / 533;
	background: #000;
	clip-path: inset(0);
	transform: none;
	transition: none;
}
.main-project__thumb .img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transform: none;
	opacity: 1;
	transition: none;
}
.main-project__thumb .img img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: none;
}
.main-project__thumb .info {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
	text-align: center;
	transform: translateY(-50%);
}
.main-project__thumb .info .tit {
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 34px;
	font-weight: 400;
	line-height: 1.1;
	color: #fff;
	letter-spacing: -0.04em;
	text-transform: uppercase;
}
.main-project__thumb .info .desc {
	margin-top: 8px;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: rgba(255, 255, 255, 0.6);
	line-height: 1.4;
	letter-spacing: -0.04em;
}
.main-project__item.active .main-project__thumb,
.main-project__item:not(.active) .main-project__thumb {
	transform: none;
	clip-path: inset(0);
}
.main-project__caption {
	margin: 12px 0 0;
	font-size: 16px;
	color: #fff;
	text-align: center;
}

/* brand — Figma mobile mainA_01 */
.main-brand {
	overflow: hidden;
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100svh;
	min-height: 480px;
	padding: 20px;
	background: #151519;
	--brand-logo-anim-width: 1500px;
	--brand-anim-end: +=220%;
	--brand-pin-end: +=160%;
}
.main-brand__bg {
	position: absolute;
	inset: 0;
	z-index: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	pointer-events: none;
	--brand-line-top: 0;
	--brand-line-bottom: 0;
}
.main-brand__bg::before,
.main-brand__bg::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #5b5b5e;
	z-index: 2;
	pointer-events: none;
}
.main-brand__bg::before {
	top: 0;
	transform: scaleX(var(--brand-line-top));
	transform-origin: left center;
}
.main-brand__bg::after {
	bottom: 0;
	transform: scaleX(var(--brand-line-bottom));
	transform-origin: right center;
}
.main-brand__bg-svg {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%;
}
.main-brand__draw {
	fill: none;
	stroke: #5b5b5e;
	stroke-width: 1;
	vector-effect: non-scaling-stroke;
}
.main-brand__inner {
	position: relative;
	z-index: 3;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	overflow: visible;
}
.main-brand__logo {
	width: min(300px, 82vw);
	height: auto;
	transform-origin: center center;
	will-change: transform, opacity;
	backface-visibility: hidden;
}

/* merit — pin / clip-path (PC와 동일 동작) */
.main-merit {
	position: relative;
	z-index: 1;
	height: 100vh;
	height: 100svh;
	width: 100%;
	overflow: hidden;
	background: #151519;
}
.main-merit.is-merit-pinned {
	z-index: 10;
}
.main-merit__pin {
	position: relative;
	width: 100%;
	min-height: 100vh;
	min-height: 100svh;
	height: 100vh;
	height: 100svh;
}
.main-merit__panel {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	min-height: 100vh;
	min-height: 100svh;
	overflow: hidden;
	background: #151519;
}
.main-merit__panel[data-merit-panel="1"] {
	z-index: 1;
	clip-path: none;
}
.main-merit__panel[data-merit-panel="2"] {
	z-index: 2;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.main-merit__panel[data-merit-panel="3"] {
	z-index: 3;
	clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
.main-merit__panel-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.main-merit__panel-bg img {
	position: absolute;
	left: 0;
	top: -10%;
	width: 100%;
	height: 120%;
	object-fit: cover;
	object-position: center center;
	will-change: transform;
}
.main-merit__panel-dim {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.4);
	pointer-events: none;
}
.main-merit__panel-body {
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	padding: 0 15px;
	box-sizing: border-box;
	transform: translateY(-50%);
	text-align: center;
}
.main-merit__panel-tx {
	width: 100%;
	max-width: 345px;
	margin: 0 auto;
	text-align: center;
}
.main-merit__headline {
	margin: 0;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: clamp(28px, 9vw, 34px);
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #fff;
	text-transform: uppercase;
}
.main-merit__desc {
	margin: 8px 0 0;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: -0.04em;
	color: rgba(255, 255, 255, 0.6);
}
.main-merit__num {
	display: flex;
	align-items: center;
	gap: 12px;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 13px;
	color: #fff;
}
.main-merit__num-bar {
	width: 20px;
	height: 1px;
	background: #d9d9d9;
}

.main-merit-btm .btnArea {
	position: relative;
	padding: 64px 20px 32px;
}
.main-merit-btm .btnArea .line1 {
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 48px;
	margin-left: -0.5px;
	background: #515258;
	transform: scaleY(0);
	transform-origin: top center;
}
.main-merit-btm .btnArea .line2 {
	position: absolute;
	left: 0;
	top: 48px;
	width: 100%;
	height: 1px;
	background: #515258;
	transform: scaleX(0);
	transform-origin: center;
}
.main-merit-btm .btnArea .line3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: #515258;
	transform: scaleX(0);
	transform-origin: center;
}
.main-merit-btm .btnArea a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 56px;
	margin: 0 auto;
	border-radius: 50px;
	background: #35363d;
	font-family: Manrope, sans-serif;
	font-size: 14px;
	color: #c1c2ca;
	text-align: center;
}




/* forward — Figma 2686:543 */
.main-forward {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
	background-color: #18191f;
}
.main-forward__inner {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	min-height: auto;
	margin: 0 auto;
	padding: 96px 15px 64px;
	box-sizing: border-box;
	overflow: visible;
}
.main-forward__top {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
}
.main-forward__title,
.main-forward__side {
	margin: 0;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 40px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: -0.04em;
	color: #fff;
	text-align: center;
}
.main-forward__title {
	order: 1;
}
.main-forward__side {
	order: 2;
	margin-top: 0;
}
.main-forward__line {
	order: 3;
	display: block;
	flex: none;
	width: min(100%, 345px);
	height: 1px;
	margin: 70px 0 0;
	background: #515258;
	border: 0;
}
.main-forward__desc {
	max-width: 280px;
	margin: 70px auto 0;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	text-align: center;
	letter-spacing: -0.04em;
	color: #ccc;
	opacity: 0;
	transform: translateY(40px);
}
.main-forward__brand {
	margin-top: 80px;
	padding: 16px 0 56px;
	width: 100%;
	overflow-x: hidden;
	overflow-y: visible;
}
.main-forward__brand-track {
	display: flex;
	width: max-content;
	will-change: transform;
}
.main-forward__brand-group {
	flex-shrink: 0;
	padding-right: 0.35em;
}
.main-forward__brand-text {
	display: block;
	padding: 0.1em 0.35em 0.1em 0;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: clamp(64px, 26.67vw, 100px);
	font-weight: 400;
	line-height: 1.05;
	letter-spacing: -0.04em;
	white-space: nowrap;
	color: #606169;
	text-shadow: none;
}
.main-forward__bg {
	position: relative;
	width: 100%;
	height: min(812px, 72svh);
	overflow: hidden;
}
.main-forward__bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
}




/* lasting — Figma 2686:1036 (375×860) */
.main-lasting {
	position: relative;
	padding: 0 15px 80px;
	background: #18191f;
	overflow: hidden;
	--lasting-parallax-pad: 60px;
}
.main-lasting__gallery {
	position: relative;
	width: 100%;
	max-width: 375px;
	min-height: 860px;
	margin: 0 auto;
}
.main-lasting__photo {
	position: absolute;
	margin: 0;
	overflow: hidden;
	background: #18191f;
	will-change: transform;
}
.main-lasting__photo--1 {
	left: 38.93%;
	top: 31.16%;
	width: 32%;
	aspect-ratio: 120 / 195.43;
}
.main-lasting__photo--2 {
	left: 0;
	top: 84.42%;
	width: 26.67%;
	aspect-ratio: 100 / 133.33;
}
.main-lasting__photo--3 {
	right: 0;
	top: 59.65%;
	width: 42.67%;
	aspect-ratio: 160 / 270;
}
.main-lasting__photo-frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: calc(100% + var(--lasting-parallax-pad, 60px));
	top: calc(var(--lasting-parallax-pad, 60px) / -2);
	overflow: hidden;
	will-change: transform;
}
.main-lasting__photo-frame::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.25);
	pointer-events: none;
}
.main-lasting__photo--1 .main-lasting__photo-frame::after {
	background: rgba(0, 0, 0, 0.3);
}
.main-lasting__photo-frame img {
	position: absolute;
	max-width: none;
	object-fit: cover;
}
.main-lasting__photo--1 .main-lasting__photo-frame img {
	width: 170%;
	height: 116%;
	left: -43%;
	top: -16%;
	object-position: center;
}
.main-lasting__photo--2 .main-lasting__photo-frame img {
	width: 105%;
	height: 118%;
	left: 50%;
	top: 56%;
	transform: translate(-50%, -50%);
	object-position: center;
}
.main-lasting__photo--3 .main-lasting__photo-frame img {
	width: 238%;
	height: 177%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	object-position: center;
}
.main-lasting__copy {
	position: absolute;
	left: 15px;
	top: calc(50% - 218px);
	z-index: 5;
	width: calc(100% - 30px);
	max-width: 345px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	pointer-events: none;
}
.main-lasting__title {
	position: relative;
	margin: 0;
	font-family: "Instrument Sans", "Wix Madefor Display", "pretendard", sans-serif;
	font-size: clamp(36px, 11.7vw, 44px);
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.04em;
	word-break: break-word;
}
.main-lasting__title-line {
	position: relative;
	display: block;
	margin-bottom: 0;
}
.main-lasting__title-line > span {
	line-height: 1;
	display: block;
	transform: none;
}
.main-lasting__title-dim {
	display: block;
	color: #676769;
	white-space: pre;
}
.main-lasting__title-lit {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	color: #fff;
	white-space: pre;
	clip-path: inset(0 100% 0 0);
	will-change: clip-path;
}






/* trust — 마퀴 (PC와 동일) */
.clientSec {
	padding: 72px 0 80px;
	overflow: hidden;
	background: #151519;
}
.clientSec .innerWrap {
	width: calc(100% - 40px);
	max-width: 1760px;
	margin: 0 auto;
}
.clientSec h3 {
	margin: 0 0 28px;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
}
.clientSec .list {
	display: flex;
	gap: 10px;
	margin: 0 0 10px;
	padding: 0;
	list-style: none;
	will-change: transform;
}
.clientSec .list li {
	flex-shrink: 0;
	width: min(240px, 68vw);
	height: 108px;
	padding: 18px 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
}
.clientSec .list li img {
	display: block;
	max-width: 100%;
	height: auto;
}

/* footer */
#footer {
	margin: 0;
	padding: 0;
}
#footer .main-footer {
	position: relative;
	min-height: auto;
	background: #151519;
	border-top: 1px solid #515258;
	overflow: hidden;
	padding-bottom: 32px;
}
.main-footer__inner {
	position: relative;
	max-width: 1860px;
	margin: 0 auto;
	padding: 56px 20px 0;
	box-sizing: border-box;
}
.main-footer__top {
	position: absolute;
	top: 56px;
	right: 20px;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #2b2b33;
	color: rgba(255, 255, 255, 0.9);
	cursor: pointer;
	transition: background 0.25s ease, color 0.25s ease;
}
.main-footer__top:active {
	background: #3a3a42;
}
.main-footer__top svg {
	width: 12px;
	height: 15px;
}
.main-footer__row {
	display: flex;
	flex-direction: column;
	gap: 28px;
	position: relative;
	padding: 0 52px 0 0;
}
.main-footer__row::before {
	display: none;
}
.main-footer__info {
	width: 100%;
	margin: 0;
}
.main-footer__info p {
	margin: 0;
	font-family: "pretendard", "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
	word-break: keep-all;
}
.main-footer__aside {
	width: 100%;
	padding-left: 0;
	padding-top: 8px;
	border-top: 1px solid rgba(81, 82, 88, 0.6);
}
.main-footer__copy {
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
}
.main-footer__copy p {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.85);
}
.main-footer__sns {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 20px;
}
.main-footer__sns-link {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 44px;
	height: 44px;
	border: 1px solid rgba(255, 255, 255, 0.85);
	border-radius: 50%;
	color: rgba(255, 255, 255, 0.9);
}
.main-footer__sns-link--dim {
	opacity: 0.7;
}
.main-footer__sns-link svg,
.main-footer__sns-link img {
	display: block;
	width: 24px;
	height: 24px;
}
.main-footer__mark {
	margin: 0;
	padding: 32px 0 0;
	font-family: "Wix Madefor Display", "pretendard", sans-serif;
	font-size: clamp(48px, 16vw, 72px);
	font-weight: 500;
	line-height: 0.8;
	color: #333338;
	white-space: nowrap;
	text-align: center;
	overflow: hidden;
}
.main-footer__mark-char {
	display: inline-block;
	vertical-align: bottom;
	will-change: transform, opacity;
}
.main-footer__mark-char.is-space {
	width: 0.28em;
}
