@charset "utf-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/*
 * 리뉴얼 타이포 규칙
 * - 시안의 pt 값은 웹에서 동일 숫자 px로 적용 (10pt → 10px, 20pt → 20px)
 * - CSS pt(1pt ≈ 1.333px)를 쓰면 디자인보다 약 33% 커 보입니다.
 */
body.renewal-page {
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

/* 리뉴얼 메인 전용: 상단 외부링크, 플로팅 메뉴 숨김 */
#top,
#side_left,
#side_right {
	display: none !important;
}

#pt-main {
	min-width: 0;
}

body.renewal-page #wrap {
	background: #fff;
}

/* 리뉴얼 메인 GNB — hover 시 상·하위 메뉴 구분선 제거 */
body.renewal-page #gnb {
	padding-top: 0;
}

body.renewal-page #gnb #mainMenu,
body.renewal-page #gnb.open #mainMenu {
	border-bottom: none;
}

body.renewal-page #gnb #subMenu {
	top: 57px;
	border-top: none;
}

body.renewal-page #gnb #subMenu .bg,
body.renewal-page #gnb.open #subMenu .bg {
	border-top: none;
	box-shadow: none;
}

body.renewal-page #gnb.open #menu > ul > li > a {
	border-bottom-color: transparent;
}

body.renewal-page #gnb.open #menu > ul > li.active > a {
	border-bottom-color: #000000;
}

/* 리뉴얼 페이지에서는 niceScroll(커스텀 스크롤 레일) 표시 금지 */
body.renewal-page .nicescroll-rails {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

/* 리뉴얼 페이지에서는 페이지 트랜지션 레이아웃을 "문서 흐름"으로 되돌려 이중 스크롤 방지 */
body.renewal-page #pt-main.pt-perspective {
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
}

body.renewal-page #pt-main > .pt-page,
body.renewal-page #pt-main > .pt-page.pt-page-current,
body.renewal-page #pt-main > .pt-page.pt-page-1,
body.renewal-page #pt-main > .pt-page.active {
	position: static !important; /* 기존 style.css의 absolute/height:100%로 생기는 내부 스크롤 방지 */
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	visibility: visible !important;
}

/* 리뉴얼 메인에서는 브라우저 스크롤만 사용 (내부 스크롤바 제거) */
html body.renewal-page {
	overflow-y: auto !important;
}

html body.renewal-page,
html body.renewal-page #pt-main,
html body.renewal-page #wrap,
html body.renewal-page .pt-perspective,
html body.renewal-page .pt-page,
html body.renewal-page .pt-page-current,
html body.renewal-page .pt-page.active,
html body.renewal-page .pt-perspective.active {
	height: auto !important;
	min-height: 0 !important;
	overflow: visible !important;
	position: relative !important;
}

/* 기존 페이지전환 레이아웃이 남기는 스크롤 컨테이너 제거 */
html body.renewal-page #pt-main {
	width: auto !important;
}

/* ─── 화면 전체 비네팅 (가장자리만 은은하게) ─── */
.renewal-main {
	--renewal-content-w: 1280px;
	--renewal-gutter: 20px;
	/* ≥1280: 중앙 / <1280: 좌측 gutter 여백 */
	--renewal-content-x: max(var(--renewal-gutter), calc((100% - var(--renewal-content-w)) / 2));
	--renewal-fs-10: 10px;
	--renewal-fs-14: 14px;
	--renewal-fs-15: 15px;
	--renewal-fs-16: 16px;
	--renewal-fs-20: 20px;
	--renewal-fs-28: 28px;
	--renewal-fs-30: 30px;
	--renewal-fs-35: 35px;
	--renewal-fs-40: 40px;
	--renewal-fs-48: 48px;
	--renewal-fs-96: 96px;
	position: relative;
	min-width: 0;
	color: #222;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-14);
	text-align: left;
	overflow-x: hidden;
	overflow-y: visible;
	-webkit-font-smoothing: antialiased;
}

/* DevTools에서 확인된 내부 스크롤 컨테이너: #renewalMain 자체 스크롤 제거 */
body.renewal-page #renewalMain.renewal-main {
	height: auto !important;
	max-height: none !important;
	overflow: visible !important;
}

.renewal-vignette {
	position: fixed;
	inset: 0;
	z-index: 9990;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse 80% 92% at 50% 48%,
			rgba(255, 255, 255, 0) 0%,
			rgba(255, 255, 255, 0) 48%,
			rgba(160, 160, 160, 0.14) 78%,
			rgba(55, 55, 55, 0.26) 100%
		);
}

.renewal-main a {
	color: inherit;
}

.renewal-inner {
	position: relative;
	z-index: 1;
	width: 1210px;
	margin: 0 auto;
	padding: 80px 0 100px;
}

.renewal-band {
	position: relative;
	z-index: 1;
}

.renewal-band--vignette {
	background: #e8e6e3;
	background:
		radial-gradient(ellipse 90% 120% at 50% 50%, #f5f4f2 0%, #e3e1dd 55%, #c8c5c0 100%);
}

.renewal-band--dark {
	background: #0a0a0a;
	color: #fff;
}

.renewal-band--white {
	background: #fff;
}

.renewal-band--dark .renewal-inner {
	padding: 72px 0 80px;
}

/* ─── Section head ─── */
.renewal-section-head {
	margin-bottom: 48px;
}

.renewal-section-head--center {
	text-align: center;
}

.renewal-section-head h2 {
	font-size: var(--renewal-fs-28);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 1.3;
}

.renewal-section-head p {
	margin-top: 14px;
	font-size: var(--renewal-fs-14);
	line-height: 1.7;
	color: #666;
}

.renewal-section-head--light h2,
.renewal-section-head--light p {
	color: #fff;
}

.renewal-section-head--light p {
	color: rgba(255, 255, 255, 0.72);
}

/* 스크롤 페이드인 */
.js-renewal-reveal,
.js-renewal-reveal-block {
	opacity: 0;
	transform: translateY(36px);
	transition: opacity 0.85s ease, transform 0.85s ease;
}

.js-renewal-reveal.is-visible,
.js-renewal-reveal-block.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.js-renewal-reveal-block {
	transform: translateY(28px);
	transition-duration: 0.9s;
}

/* ─── Section 1: Key Visual 세로 1100 고정, 원본 가로폭 유지 ─── */
.renewal-hero {
	position: relative;
	z-index: 1;
	width: 100%;
	background: #0a0a0a;
	overflow: hidden;
}

.renewal-keyvisual {
	position: relative;
	width: 100%;
	height: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

.renewal-keyvisual .swiper-slide {
	height: 1100px;
}

.kv-slide {
	display: block;
	position: relative;
	width: 100%;
	height: 1100px;
	overflow: hidden;
	background: #111;
}

.kv-slide img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 100%;
	max-width: none;
	transform: translate(-50%, -50%);
}

.renewal-kv-nav {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 10;
	width: 1280px;
	height: 100%;
	margin-left: -640px;
	pointer-events: none;
}

.renewal-kv-prev,
.renewal-kv-next {
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 48px;
	height: 48px;
	margin-top: -24px;
	border: 0;
	background: transparent;
	cursor: pointer;
	pointer-events: auto;
}

.renewal-kv-prev {
	left: 0;
}

.renewal-kv-next {
	right: 0;
}

.renewal-kv-prev:after,
.renewal-kv-next:after {
	display: none;
}

.renewal-kv-prev:before,
.renewal-kv-next:before {
	display: block;
	width: 14px;
	height: 14px;
	content: "";
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.renewal-kv-prev:before {
	transform: rotate(-45deg);
	margin-left: 6px;
}

.renewal-kv-next:before {
	transform: rotate(135deg);
	margin-left: -2px;
}

.renewal-kv-pagination {
	bottom: 28px !important;
	left: 0;
	width: 100%;
	text-align: center;
}

.renewal-kv-pagination .swiper-pagination-bullet {
	width: 120px;
	height: 3px;
	margin: 0 4px !important;
	border-radius: 0;
	background: rgba(255, 255, 255, 0.35);
	opacity: 1;
}

.renewal-kv-pagination .swiper-pagination-bullet-active {
	background: #fff;
}

/* ─── 400 x 400 박스 슬라이더 (Sample Books, Brand Website) ─── */
.renewal-slider-wrap {
	position: relative;
	width: 1228px;
	margin: 0 auto;
	padding: 0 56px;
}

.renewal-box-slider {
	overflow: hidden;
}

.renewal-box-slider .swiper-slide {
	width: 400px;
	height: auto;
}

.renewal-box-card {
	display: block;
	text-decoration: none;
}

.renewal-box-thumb {
	position: relative;
	width: 400px;
	height: 400px;
	overflow: hidden;
	background: #b8b4ae;
}

.renewal-box-thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.renewal-box-thumb.placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #d4d0ca, #9a948c);
	color: #fff;
	font-size: var(--renewal-fs-15);
	letter-spacing: 0.02em;
}

.renewal-box-thumb.placeholder span {
	position: relative;
	z-index: 1;
}

.renewal-box-label {
	margin-top: 14px;
	font-size: var(--renewal-fs-14);
	color: #444;
	text-align: center;
	letter-spacing: -0.02em;
}

/* ─── Section 2: Sample Books (1920 x 900, 420 x 400, Pretendard 20px) ─── */
.renewal-band--samplebooks {
	position: relative;
	height: 900px;
	overflow: hidden;
	background: #f0f2f5;
}

.renewal-band--samplebooks:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(
			ellipse 88% 72% at 50% 50%,
			rgba(248, 240, 235, 0.55) 0%,
			rgba(248, 240, 235, 0.15) 42%,
			rgba(200, 205, 212, 0.22) 78%,
			rgba(175, 180, 188, 0.32) 100%
		),
		linear-gradient(180deg, #f0f2f5 0%, #f8f0eb 48%, #ebeef2 100%);
}

.renewal-band--samplebooks:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse 95% 88% at 50% 50%,
			rgba(255, 255, 255, 0) 52%,
			rgba(160, 168, 178, 0.12) 100%
		);
}

.renewal-inner--samplebooks {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1920px;
	height: 900px;
	margin: 0 auto;
	padding: 150px 0 0;
	box-sizing: border-box;
}

.renewal-headline {
	position: relative;
	top: auto;
	left: var(--renewal-content-x);
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	margin-left: 0;
	text-align: left;
	box-sizing: border-box;
}

.renewal-headline h2 {
	margin: 0;
	font-size: var(--renewal-fs-40);
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #424242;
}

.renewal-headline .subtitle {
	margin: 30px 0 0;
	font-size: var(--renewal-fs-20);
	font-weight: 500;
	line-height: 1.5;
	color: #606060;
}

/* H2+subtitle 블록 아래 이미지·본문까지 100px */
.renewal-headline + .renewal-slider-wrap,
.renewal-headline + .renewal-shop-wrap {
	margin-top: 100px;
}

.renewal-headline--studio + .renewal-studio-video {
	margin-top: 100px;
}

.renewal-studio-video + .renewal-studio-wrap {
	margin-top: 100px;
}

.renewal-headline + .renewal-curation-body {
	margin-top: 150px;
}

.renewal-slider-wrap--samplebooks {
	position: relative;
	top: auto;
	left: 0;
	width: 100%;
	padding: 0;
}

.renewal-box-slider--samplebooks {
	position: relative;
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	margin-left: var(--renewal-content-x);
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
	box-sizing: border-box;
}

.renewal-box-slider--samplebooks .swiper-wrapper {
	align-items: flex-start;
}

.renewal-box-slider--samplebooks .swiper-slide {
	width: 420px;
}

.renewal-box-slider--samplebooks .renewal-box-thumb {
	width: 420px;
	height: 400px;
	background: #b8b4ae;
}

.renewal-kv-nav--samplebooks {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px; /* 420x400 이미지의 세로 중앙 기준 */
	margin-left: 0;
	pointer-events: none;
	z-index: 20; /* 이미지 클릭보다 버튼 클릭 우선 */
}

.renewal-box-slider--samplebooks .renewal-box-label {
	margin-top: 18px;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-20);
	font-weight: 500;
	line-height: 1.5;
	color: #333;
}

.renewal-slider-arrow {
	position: absolute;
	top: 0;
	z-index: 5;
	width: 56px; /* 버튼 이미지 폭만큼 클릭영역 분리 */
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
	pointer-events: auto;
}

.renewal-slider-arrow--prev {
	left: 0;
}

.renewal-slider-arrow--next {
	right: 0;
}

.renewal-slider-arrow:before {
	display: block;
	width: 12px;
	height: 12px;
	content: "";
	border-top: 2px solid #333;
	border-left: 2px solid #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
}

.renewal-slider-arrow--prev:before {
	transform: rotate(-45deg);
	margin-left: -2px;
}

.renewal-slider-arrow--next:before {
	transform: rotate(135deg);
	margin-left: -8px;
}

/* ─── Section 3: SNS & Media 헤드라인 (2560 x 900, 배경 이미지) ─── */
.renewal-band--sns-head {
	position: relative;
	width: 100%;
	height: 900px;
	overflow: hidden;
	color: #fff;
	background-color: #0a0a0a;
}

.renewal-inner--sns-head {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 2560px;
	height: 900px;
	margin: 0 auto;
	padding: 150px 0 0;
	box-sizing: border-box;
	background-image: url("/images/front/sns_section3_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.renewal-headline--sns {
	z-index: 2;
}

.renewal-headline--sns h2,
.renewal-headline--sns .subtitle {
	color: #ffffff;
}

/* ─── Section 3-1: SNS & Media 그리드 (1920 x 1440, 1280 콘텐츠) ─── */
.renewal-band--sns-media {
	position: relative;
	height: 1440px;
	overflow: hidden;
	background: #fff;
}

.renewal-inner--sns-media {
	position: relative;
	width: 100%;
	max-width: 1920px;
	height: 1440px;
	margin: 0 auto;
	padding: 0;
}

.renewal-media-slider-wrap {
	position: absolute;
	top: 150px;
	left: var(--renewal-content-x);
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	box-sizing: border-box;
}

.renewal-sns-slider {
	position: relative;
	width: 100%;
	max-width: var(--renewal-content-w);
	overflow: hidden;
}

.renewal-sns-slider .swiper-slide {
	width: 100%;
	max-width: var(--renewal-content-w);
	height: auto;
}

/* 이미지3 + 동영상2 (10px 간격, 합계 1280 x 1120) */
.renewal-media-grid {
	display: grid;
	grid-template-columns: 420px 850px;
	grid-template-rows: 350px 350px 400px;
	gap: 10px;
	width: 100%;
	max-width: var(--renewal-content-w);
}

.renewal-media-item {
	position: relative;
	display: block;
	overflow: hidden;
	background: #c5c0b8;
	color: #fff;
	font-size: var(--renewal-fs-14);
	text-decoration: none;
}

.renewal-media-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.renewal-media-item.placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(145deg, #d0cbc4, #8f8980);
}

.renewal-media-item.placeholder span:not(.renewal-play-icon) {
	position: relative;
	z-index: 1;
}

.renewal-media-item--tall {
	grid-column: 1;
	grid-row: 1 / 3;
	width: 420px;
	height: 710px;
}

.renewal-media-item--wide {
	grid-column: 2;
	width: 850px;
	height: 350px;
}

.renewal-media-item--wide:nth-of-type(2) {
	grid-row: 1;
}

.renewal-media-item--wide:nth-of-type(3) {
	grid-row: 2;
}

.renewal-media-item--vid-wide {
	grid-column: 1;
	grid-row: 3;
	width: 850px;
	height: 400px;
	z-index: 1;
}

.renewal-media-item--vid-narrow {
	grid-column: 2;
	grid-row: 3;
	justify-self: end;
	width: 420px;
	height: 400px;
}

/* 슬라이드 2+ : 420x710 이미지 3개 + 하단 동영상 2개 (1280 x 1120) */
.renewal-media-grid--triple {
	grid-template-columns: 420px 420px 420px;
	grid-template-rows: 710px 400px;
}

.renewal-media-grid--triple .renewal-media-item--tall {
	grid-row: 1;
	width: 420px;
	height: 710px;
}

.renewal-media-grid--triple .renewal-media-item--tall:nth-of-type(1) {
	grid-column: 1;
}

.renewal-media-grid--triple .renewal-media-item--tall:nth-of-type(2) {
	grid-column: 2;
}

.renewal-media-grid--triple .renewal-media-item--tall:nth-of-type(3) {
	grid-column: 3;
}

.renewal-media-grid--triple .renewal-media-item--vid-wide {
	grid-column: 1 / span 2;
	grid-row: 2;
	width: 850px;
	height: 400px;
}

.renewal-media-grid--triple .renewal-media-item--vid-narrow {
	grid-column: 3;
	grid-row: 2;
	justify-self: end;
	width: 420px;
	height: 400px;
}

/* 섹션2(samplebooks)와 동일: 1280 영역 좌우, 그리드 세로 중앙, 이미지 화살표 */
.renewal-kv-nav--sns-media {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 1120px;
	margin-left: 0;
	pointer-events: none;
	z-index: 20;
}

/* 섹션3-1: 섹션2와 동일 CSS 화살표, 첨부 이미지 톤(흰색 chevron + 가독용 외곽선) */
.renewal-kv-nav--sns-media .renewal-slider-arrow:before {
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-width: 2px;
	border-color: #fff;
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.55)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.renewal-kv-nav--sns-media .renewal-slider-arrow--prev:before {
	margin-left: -3px;
}

.renewal-kv-nav--sns-media .renewal-slider-arrow--next:before {
	margin-left: -9px;
}

.renewal-play-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	width: 56px;
	height: 56px;
	border: 2px solid rgba(255, 255, 255, 0.9);
	border-radius: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.renewal-play-icon:before {
	position: absolute;
	top: 50%;
	left: 54%;
	width: 0;
	height: 0;
	margin: -10px 0 0 -6px;
	content: "";
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 16px solid #fff;
}

/* ─── Shop + Brand Website 연결 그라데이션 (1920 x 1800, 단일 배경) ─── */
.renewal-band--shop-brand {
	position: relative;
	overflow: hidden;
	background: #f0f2f5;
}

.renewal-band--shop-brand:before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	background:
		radial-gradient(
			ellipse 88% 72% at 50% 50%,
			rgba(248, 240, 235, 0.55) 0%,
			rgba(248, 240, 235, 0.15) 42%,
			rgba(200, 205, 212, 0.22) 78%,
			rgba(175, 180, 188, 0.32) 100%
		),
		linear-gradient(180deg, #f0f2f5 0%, #f8f0eb 50%, #ebeef2 100%);
}

.renewal-band--shop-brand:after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background:
		radial-gradient(
			ellipse 95% 88% at 50% 50%,
			rgba(255, 255, 255, 0) 52%,
			rgba(160, 168, 178, 0.12) 100%
		);
}

.renewal-band__panel {
	position: relative;
	z-index: 1;
	height: 900px;
}

.renewal-inner--section7,
.renewal-inner--brand {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1920px;
	height: 900px;
	margin: 0 auto;
	padding: 150px 0 0;
	box-sizing: border-box;
}

/* ─── Section 7: Shop (1920 x 900, 420 x 400 x3) ─── */
.renewal-headline--section7 {
	z-index: 2;
}

.renewal-shop-wrap {
	position: relative;
	top: auto;
	left: 0;
	width: 100%;
	padding: 0;
}

.renewal-shop-grid {
	display: flex;
	gap: 10px;
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	margin-left: var(--renewal-content-x);
	margin-right: auto;
	margin-top: 0;
	padding-top: 0;
	box-sizing: border-box;
}

.renewal-shop-card {
	flex: 0 0 420px;
	width: 420px;
	text-decoration: none;
	color: inherit;
}

.renewal-shop-card__thumb {
	width: 420px;
	height: 400px;
	overflow: hidden;
	background: #e8e6e3;
}

.renewal-shop-card__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.renewal-shop-card__title {
	margin-top: 30px;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-20);
	font-weight: 500;
	line-height: 1.5;
	color: #424242;
}

.renewal-shop-card__price {
	margin-top: 20px;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-35);
	font-weight: 500;
	line-height: 1.4;
	color: #424242;
}

.renewal-shop-card__price strong {
	font-weight: 500;
}

.renewal-shop-card:hover .renewal-shop-card__title,
.renewal-shop-card:focus-visible .renewal-shop-card__title {
	color: #000;
}

/* ─── Section 4: Brand Website (1920 x 900, 420 x 400, 1280 중앙) ─── */
.renewal-headline--brand {
	z-index: 2;
}

.renewal-slider-wrap--brand {
	position: relative;
	top: auto;
	left: 0;
	width: 100%;
	padding: 0;
}

.renewal-box-slider--brand {
	position: relative;
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	margin-left: var(--renewal-content-x);
	margin-right: auto;
	margin-top: 0;
	padding: 0;
	overflow: hidden;
	z-index: 1;
	box-sizing: border-box;
}

.renewal-box-slider--brand .swiper-wrapper {
	align-items: flex-start;
}

.renewal-box-slider--brand .swiper-slide {
	width: 420px;
}

.renewal-box-slider--brand .renewal-box-thumb {
	width: 420px;
	height: 400px;
	background: #e8e6e3;
}

.renewal-kv-nav--brand {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 400px;
	margin-left: 0;
	pointer-events: none;
	z-index: 20;
}

/* 섹션4: 흰색 chevron + 가독용 외곽선 (섹션3-1 동일) */
.renewal-kv-nav--brand .renewal-slider-arrow:before {
	width: 14px;
	height: 14px;
	margin-top: -7px;
	border-width: 2px;
	border-color: #fff;
	filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.55)) drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35));
}

.renewal-kv-nav--brand .renewal-slider-arrow--prev:before {
	margin-left: -3px;
}

.renewal-kv-nav--brand .renewal-slider-arrow--next:before {
	margin-left: -9px;
}

/* ─── Section 5: Studio H (1920 x 1250, 슬라이드 1280 x 650) ─── */
.renewal-band--studio {
	position: relative;
	min-height: 0;
	height: auto;
	overflow: visible;
	background: #fff;
}

.renewal-inner--studio {
	position: relative;
	z-index: 1;
	width: 100%;
	max-width: 1920px;
	min-height: 0;
	height: auto;
	margin: 0 auto;
	padding: 150px 0 100px;
	box-sizing: border-box;
}

.renewal-headline--studio {
	position: relative;
	top: auto;
	left: auto;
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	margin-left: var(--renewal-content-x);
	margin-right: auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

.renewal-headline--studio .renewal-headline__sub2 {
	margin-top: 0;
}

.renewal-studio-video {
	position: relative;
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	margin-left: var(--renewal-content-x);
	margin-right: auto;
	box-sizing: border-box;
}

.renewal-studio-video__frame {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
	overflow: hidden;
	background: #111;
}

.renewal-studio-video__frame iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.renewal-studio-wrap {
	position: relative;
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	margin-top: 0;
	margin-left: var(--renewal-content-x);
	margin-right: auto;
}

.renewal-studio-slider {
	position: relative;
	width: 100%;
	max-width: var(--renewal-content-w);
	height: 650px;
	overflow: hidden;
}

.renewal-studio-slider .swiper-slide {
	height: 650px;
}

.renewal-studio-slide {
	position: relative;
	width: 100%;
	height: 650px;
	overflow: hidden;
	background: #111;
}

.renewal-studio-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.renewal-kv-nav--studio {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 650px;
	margin-left: 0;
	pointer-events: none;
	z-index: 20;
}

.renewal-kv-nav--studio .renewal-slider-arrow--prev:before {
	margin-left: -2px;
}

.renewal-kv-nav--studio .renewal-slider-arrow--next:before {
	margin-left: -8px;
}

.renewal-studio-map {
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	margin-top: 100px;
	margin-left: var(--renewal-content-x);
	margin-right: auto;
	text-align: center;
}

.renewal-studio-map-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 260px;
	height: 45px;
	box-sizing: border-box;
	border: 1px solid #7f7f7f;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-20);
	font-weight: 500;
	line-height: 1;
	color: #606060;
	text-decoration: none;
	background: #fff;
}

.renewal-studio-map-btn:hover,
.renewal-studio-map-btn:focus {
	color: #333;
	border-color: #606060;
}

/* ─── Section 6: 헤드라인 (1280 정렬 규칙 공통) ─── */
.renewal-curation-band {
	position: relative;
	z-index: 2;
	overflow: visible;
}

.renewal-curation-band--intro .renewal-inner--curation {
	padding-bottom: 0;
}

.renewal-curation-band--story .renewal-inner--curation {
	padding-top: 130px;
	padding-bottom: 0;
}

.renewal-curation-band--story-last .renewal-inner--curation {
	padding-bottom: 120px;
}

.renewal-curation-band--story .renewal-curation-body {
	margin-top: 0;
}

.renewal-curation-band--story .renewal-curation-story {
	margin-top: 0;
}

.renewal-curation-band .renewal-inner--curation {
	position: relative;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	padding: 150px 0 120px;
	box-sizing: border-box;
}

.renewal-curation-band .renewal-inner--curation .renewal-headline {
	position: relative;
	top: auto;
	left: auto;
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	margin-left: var(--renewal-content-x);
	margin-right: auto;
	padding: 0;
	text-align: left;
	box-sizing: border-box;
}

.renewal-curation-band .renewal-curation-body {
	width: min(var(--renewal-content-w), calc(100% - var(--renewal-gutter) * 2));
	max-width: var(--renewal-content-w);
	margin-left: var(--renewal-content-x);
	margin-right: auto;
	margin-top: 150px;
	box-sizing: border-box;
	color: #606060;
	text-align: center;
}

.renewal-curation-hero {
	margin: 0;
	font-family: "Bodoni MT", "Bodoni 72", "Didot", "Times New Roman", serif;
	font-size: var(--renewal-fs-96);
	font-weight: 400;
	line-height: 1.1;
	color: #606060;
}

.renewal-curation-kicker {
	margin: 100px 0 0;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-30);
	font-weight: 200;
	line-height: 1.5;
	color: #606060;
}

.renewal-curation-desc {
	margin: 30px 0 0;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-20);
	font-weight: 500;
	line-height: 1.5;
	color: #606060;
}

/* ─── Designer's Curation — 20PY Story ─── */
.renewal-curation-story {
	margin-top: 130px;
	text-align: left;
}

.renewal-curation-story-title-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
}

.renewal-curation-story-py,
.renewal-curation-story-material {
	margin: 0;
	font-family: "Bodoni MT", "Bodoni 72", "Didot", "Times New Roman", serif;
	font-weight: 400;
	line-height: 1;
	color: #606060;
}

.renewal-curation-story-py {
	font-size: var(--renewal-fs-96);
	text-align: left;
}

.renewal-curation-story-material {
	text-align: right;
	white-space: nowrap;
}

.renewal-curation-story-material-name {
	font-size: var(--renewal-fs-96);
}

.renewal-curation-story-material-code {
	font-size: var(--renewal-fs-48);
}

.renewal-curation-story-divider {
	display: block;
	width: 100%;
	height: 0;
	margin: 50px 0 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #606060;
}

.renewal-curation-story-body {
	margin-top: 100px;
	text-align: center;
}

.renewal-curation-kicker--story {
	margin-top: 0;
}

.renewal-curation-desc--story {
	margin-top: 30px;
}

.renewal-curation-figure {
	margin: 0;
	padding: 0;
}

.renewal-curation-figure img {
	display: block;
	width: 100%;
	height: auto;
	object-fit: cover;
}

.renewal-curation-figure--wide-tall {
	width: 1280px;
	max-width: 100%;
	margin: 80px auto 0;
}

.renewal-curation-figure--wide-tall img {
	aspect-ratio: 1280 / 1100;
}

.renewal-curation-figure--wide {
	width: 1280px;
	max-width: 100%;
	margin: 50px auto 0;
}

.renewal-curation-figure--wide img {
	aspect-ratio: 1280 / 900;
}

.renewal-curation-stage {
	width: 1280px;
	max-width: 100%;
	margin: 50px auto 0;
}

.renewal-curation-split {
	display: flex;
	align-items: flex-end;
	gap: 20px;
	width: 100%;
	margin: 0;
}

.renewal-curation-figure--portrait {
	flex: 0 0 850px;
	width: 850px;
	max-width: 100%;
}

.renewal-curation-figure--portrait img {
	aspect-ratio: 850 / 1050;
}

.renewal-curation-split-copy {
	flex: 1 1 auto;
	min-width: 0;
	min-height: 1050px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	color: #606060;
}

.renewal-curation-split-series {
	margin: 0;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-30);
	font-weight: 200;
	line-height: 1.5;
	color: #606060;
}

.renewal-curation-split-desc {
	margin: 50px 0 0;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-20);
	font-weight: 500;
	line-height: 1.5;
	color: #606060;
}

/* 3번 이미지 하단 50px — 5번(우·상) / 4번(좌·하) 단차 */
.renewal-curation-mosaic {
	display: grid;
	grid-template-columns: 530px 30px 720px;
	width: 100%;
	margin: 50px 0 0;
}

.renewal-curation-mosaic-left {
	grid-column: 1;
	display: grid;
	grid-template-rows: minmax(0, 1fr) auto;
	min-height: 940px;
	padding-top: 150px;
	box-sizing: content-box;
}

.renewal-curation-mosaic-title {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	margin: 0;
	text-align: left;
}

.renewal-curation-mosaic-name,
.renewal-curation-mosaic-code {
	margin: 0;
	font-family: "Bodoni MT", "Bodoni 72", "Didot", "Times New Roman", serif;
	font-weight: 400;
	line-height: 1;
	color: #d8d0c8;
}

.renewal-curation-mosaic-name {
	font-size: var(--renewal-fs-96);
}

.renewal-curation-mosaic-code {
	font-size: var(--renewal-fs-48);
}

.renewal-curation-figure--mosaic-sm {
	margin: 0;
}

.renewal-curation-figure--mosaic-sm img {
	aspect-ratio: 530 / 790;
}

.renewal-curation-figure--mosaic-lg {
	grid-column: 3;
	grid-row: 1;
	align-self: start;
	width: 720px;
	max-width: 100%;
	margin: 0;
}

.renewal-curation-figure--mosaic-lg img {
	aspect-ratio: 720 / 940;
}

/* ─── Designer's Curation — 30PY Story ─── */
.renewal-curation-story + .renewal-curation-story {
	margin-top: 130px;
}

.renewal-curation-story--30py .renewal-curation-desc--story,
.renewal-curation-story--40py .renewal-curation-desc--story {
	margin-top: 80px;
}

.renewal-curation-story--30py .renewal-curation-figure--wide-xl {
	width: 1280px;
	max-width: 100%;
	margin: 80px auto 0;
}

.renewal-curation-figure--wide-xl img {
	aspect-ratio: 1280 / 1250;
}

.renewal-curation-duo {
	display: flex;
	justify-content: flex-end;
	align-items: stretch;
	gap: 20px;
	width: 1280px;
	max-width: 100%;
	margin: 50px auto 0;
}

.renewal-curation-duo-copy {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	padding-bottom: 50px;
	color: #606060;
}

.renewal-curation-duo-desc {
	margin: 0;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-20);
	font-weight: 500;
	line-height: 1.5;
	color: #606060;
	text-align: right;
}

.renewal-curation-figure--portrait-duo {
	flex: 0 0 870px;
	width: 870px;
	max-width: 100%;
	margin: 0;
}

.renewal-curation-figure--portrait-duo img {
	aspect-ratio: 870 / 1100;
}

/* 이미지+텍스트 패널 공통 — 좌·우 20px 간격 */
.renewal-curation-panel {
	display: flex;
	gap: 20px;
	width: 1280px;
	max-width: 100%;
	margin: 50px auto 0;
}

.renewal-curation-panel-copy {
	flex: 1 1 auto;
	min-width: 0;
	color: #606060;
}

.renewal-curation-panel-series {
	margin: 0;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-30);
	font-weight: 200;
	line-height: 1.5;
	color: #606060;
}

.renewal-curation-panel-desc {
	margin: 50px 0 0;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
	font-size: var(--renewal-fs-20);
	font-weight: 500;
	line-height: 1.5;
	color: #606060;
}

.renewal-curation-panel-copy--bottom-left {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-start;
	padding: 0 0 50px 20px;
}

.renewal-curation-panel-copy--bottom-left .renewal-curation-panel-series,
.renewal-curation-panel-copy--bottom-left .renewal-curation-panel-desc {
	text-align: left;
}

.renewal-curation-figure--grain {
	flex: 0 0 900px;
	width: 900px;
	max-width: 100%;
	margin: 0;
}

.renewal-curation-figure--grain img {
	aspect-ratio: 900 / 920;
}

.renewal-curation-figure--wide-md {
	width: 1000px;
	max-width: 100%;
	margin: 50px 0 0 auto;
}

.renewal-curation-figure--wide-md img {
	aspect-ratio: 1000 / 870;
}

.renewal-curation-panel--noble {
	align-items: flex-start;
}

.renewal-curation-panel-copy--top-right {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.renewal-curation-panel-copy--top-right .renewal-curation-panel-desc {
	margin-top: 50px;
	text-align: left;
}

.renewal-curation-figure--noble {
	flex: 0 0 725px;
	width: 725px;
	max-width: 100%;
	margin: 0;
}

.renewal-curation-figure--noble img {
	aspect-ratio: 725 / 910;
}

.renewal-curation-panel-name,
.renewal-curation-panel-code {
	margin: 0;
	font-family: "Bodoni MT", "Bodoni 72", "Didot", "Times New Roman", serif;
	font-weight: 400;
	line-height: 1;
	color: #caccbf;
}

.renewal-curation-panel-name {
	font-size: var(--renewal-fs-96);
}

.renewal-curation-panel-code {
	font-size: var(--renewal-fs-48);
}

/* ─── Designer's Curation — 40PY Story ─── */
.renewal-curation-story--40py .renewal-curation-figure--wide-40-1 {
	width: 1280px;
	max-width: 100%;
	margin: 80px auto 0;
}

.renewal-curation-figure--wide-40-1 img {
	aspect-ratio: 1280 / 1140;
}

.renewal-curation-story--40py .renewal-curation-figure--wide-40-2 {
	width: 1280px;
	max-width: 100%;
	margin: 50px auto 0;
}

.renewal-curation-figure--wide-40-2 img {
	aspect-ratio: 1280 / 1280;
}

.renewal-curation-panel--longwood {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 20px;
	width: 1280px;
	max-width: 100%;
	margin: 50px auto 0;
}

.renewal-curation-panel-longwood-left {
	flex: 0 0 630px;
	width: 630px;
	max-width: 100%;
}

.renewal-curation-panel-longwood-right {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.renewal-curation-figure--longwood-sm {
	margin: 0;
}

.renewal-curation-figure--longwood-sm img {
	aspect-ratio: 630 / 850;
}

.renewal-curation-panel-desc--longwood {
	margin: 50px 0 0;
	text-align: right;
}

.renewal-curation-panel-longwood-right .renewal-curation-panel-series {
	width: 620px;
	max-width: 100%;
	margin-top: calc(250px - 50px - var(--renewal-fs-30) * 1.5 + 150px);
	text-align: left;
}

.renewal-curation-figure--longwood-lg {
	width: 620px;
	max-width: 100%;
	margin: 50px 0 0;
}

.renewal-curation-figure--longwood-lg img {
	aspect-ratio: 620 / 860;
}

.renewal-curation-panel--arden {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	width: 1280px;
	max-width: 100%;
	margin: 50px auto 0;
}

.renewal-curation-figure--arden {
	flex: 0 0 870px;
	width: 870px;
	max-width: 100%;
	margin: 0;
}

.renewal-curation-figure--arden img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 870 / 1300;
	object-fit: cover;
}

.renewal-curation-panel-arden-copy {
	flex: 1 1 auto;
	min-width: 0;
	text-align: left;
}

.renewal-curation-panel-name--arden,
.renewal-curation-panel-code--arden {
	color: #aba293;
}

.renewal-curation-panel-name--arden {
	font-size: 85px;
}

.renewal-curation-panel-code--arden {
	font-size: var(--renewal-fs-48);
}

/* ─── 플로팅 SNS 위젯 (60×220, 페이지 스크롤 따라 이동 + 관성) ─── */
.renewal-float-widget {
	/* 1280 콘텐츠 영역 우측선과 위젯 우측 정렬: right = (100vw - 1280) / 2 */
	position: fixed;
	right: max(16px, calc((100vw - 1280px) / 2));
	top: 200px;
	z-index: 10010;
	width: 60px;
	height: 220px;
	box-sizing: border-box;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.9);
	box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
	will-change: transform;
}

.renewal-float-widget__list {
	display: flex;
	flex-direction: column;
	height: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

.renewal-float-widget__list > li {
	flex: 1 1 0;
	min-height: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.renewal-float-widget__list > li:last-child {
	border-bottom: none;
}

.renewal-float-widget__list a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0 4px;
	box-sizing: border-box;
	text-decoration: none;
}

.renewal-float-widget__icon {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.renewal-float-widget__label {
	margin-top: 4px;
	font-size: var(--renewal-fs-10);
	font-weight: 500;
	line-height: 1.2;
	color: #999999;
	letter-spacing: -0.02em;
	white-space: nowrap;
}

.renewal-float-widget__list a:hover .renewal-float-widget__label,
.renewal-float-widget__list a:focus-visible .renewal-float-widget__label {
	color: #666;
}
