/*
Theme Name: Accord Catalog
Theme URI: http://127.0.0.1:8080
Author: OpenAI Codex
Description: A 9accord-inspired WordPress catalog theme for content-led product sites with external purchase links.
Version: 2.0.0
Requires at least: 6.4
Tested up to: 6.9
Requires PHP: 7.2
Text Domain: accord-catalog
*/

:root {
	--bg: #ffffff;
	--surface: #f6f5f1;
	--surface-strong: #f0eee8;
	--text: #121212;
	--muted: #757575;
	--line: rgba(17, 17, 17, 0.14);
	--line-strong: rgba(17, 17, 17, 0.3);
	--white: #ffffff;
	--black: #111111;
	--max-width: 1680px;
	--drawer-width: min(300px, 86vw);
	--gutter: min(50px, 4.4vw);
	--content-width: min(var(--max-width), calc(100vw - (var(--gutter) * 2)));
	--inner-sidebar-width: 300px;
	--ease: 0.32s ease;
	--admin-offset: 0px;
}

body.page-product-detail {
	background: #fff;
	color: #000;
}

body.page-product-detail .site-main {
	padding-bottom: 0;
}

body.page-product-detail .product-shell--official {
	max-width: 1520px;
	padding: 132px 140px 0 48px;
}

body.page-product-detail .product-shell--official .detailArea {
	grid-template-columns: 470px 386px;
	gap: 116px;
	align-items: start;
	justify-content: start;
}

body.page-product-detail .product-gallery--official .product-gallery__viewport {
	position: relative;
}

body.page-product-detail .product-gallery--official .product-gallery__stage {
	aspect-ratio: 470 / 640;
	background: #f4f4f1;
}

body.page-product-detail .product-gallery--official .product-gallery__panel img {
	padding: 0;
	object-fit: cover;
}

body.page-product-detail .product-gallery__arrow {
	position: absolute;
	top: 50%;
	z-index: 2;
	width: 44px;
	height: 44px;
	border: 0;
	background: rgba(255, 255, 255, 0.82);
	transform: translateY(-50%);
}

body.page-product-detail .product-gallery__arrow::before {
	content: "";
	display: block;
	width: 11px;
	height: 11px;
	margin: 0 auto;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
}

body.page-product-detail .product-gallery__arrow--prev {
	left: 16px;
}

body.page-product-detail .product-gallery__arrow--prev::before {
	transform: rotate(-135deg);
}

body.page-product-detail .product-gallery__arrow--next {
	right: 16px;
}

body.page-product-detail .product-gallery__arrow--next::before {
	transform: rotate(45deg);
}

body.page-product-detail .product-gallery--official .product-gallery__thumbs {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

body.page-product-detail .product-gallery--official .product-gallery__thumb {
	background: #fff;
}

body.page-product-detail .product-gallery--official .product-gallery__thumb img {
	object-fit: cover;
}

body.page-product-detail .infoArea {
	position: sticky;
	top: 118px;
	width: 100%;
	max-width: 386px;
}

.product-detail-card {
	padding-bottom: 10px;
}

.product-summary-table,
.product-option-table,
.product-selection table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
}

.product-summary-table caption,
.product-option-table caption,
.product-selection caption {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.product-summary-table td,
.product-option-table th,
.product-option-table td,
.product-selection td {
	padding: 0;
	border: 0;
}

.product-summary-table .item_list + .item_list td {
	padding-top: 14px;
}

body.page-product-detail .product-info__eyebrow {
	margin: 0 0 10px;
	font-size: 8px;
	letter-spacing: 0.12em;
}

body.page-product-detail .product-info__title {
	font-family: "Noto Sans KR", "Noto Sans SC", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
}

body.page-product-detail .product-info__price {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
}

body.page-product-detail .product-info__subtitle {
	margin: 0;
	font-size: 11px;
	color: #555;
}

body.page-product-detail .product-info__excerpt {
	margin: 0;
	font-size: 11px;
	line-height: 1.95;
	color: #555;
}

body.page-product-detail .product-info__excerpt p {
	margin: 0;
}

body.page-product-detail .product-info__excerpt p + p {
	margin-top: 2px;
}

.product-quantity {
	position: relative;
	display: inline-flex;
	align-items: center;
	width: 78px;
	height: 22px;
	border: 1px solid #bcbcbc;
}

.product-quantity__input {
	width: 100%;
	height: 100%;
	padding: 0 24px 0 8px;
	border: 0;
	font-size: 10px;
	background: transparent;
}

.product-quantity__button {
	position: absolute;
	right: 0;
	width: 22px;
	height: 12px;
	border: 0;
	background: transparent;
}

.product-quantity__button::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 auto;
	border-top: 1px solid #111;
	border-right: 1px solid #111;
}

.product-quantity__button--up {
	top: 0;
}

.product-quantity__button--up::before {
	transform: rotate(-45deg);
	margin-top: 3px;
}

.product-quantity__button--down {
	bottom: 0;
}

.product-quantity__button--down::before {
	transform: rotate(135deg);
	margin-top: -1px;
}

.product-option-table {
	margin-top: 38px;
}

.product-option-table tbody tr {
	border-bottom: 0;
}

.product-option-table th,
.product-option-table td {
	padding: 7px 0;
	vertical-align: middle;
}

.product-option-table th {
	width: 90px;
	font-size: 10px;
	font-weight: 400;
	text-align: left;
}

.product-option-select {
	width: 100%;
	height: 36px;
	padding: 0 30px 0 10px;
	border: 1px solid #d8d8d8;
	border-radius: 0;
	font-size: 11px;
	background: #fff;
}

.product-additional {
	margin-top: 14px;
	border: 1px solid #dcdcdc;
}

.product-additional__title {
	padding: 14px 14px 12px;
	border-bottom: 1px solid #e8e8e8;
}

.product-additional__title h3 {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
}

.product-additional__title span {
	color: #888;
	font-weight: 400;
}

.product-additional__card {
	display: grid;
	grid-template-columns: 116px minmax(0, 1fr);
	gap: 18px;
	padding: 18px 22px 22px;
}

.product-additional__thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.product-additional__name {
	margin: 0;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.45;
}

.product-additional__price {
	margin: 10px 0 18px;
	font-size: 12px;
	font-weight: 700;
}

.product-additional__label {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
}

.product-selection {
	margin-top: 28px;
}

.product-selection table {
	border-top: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
}

.product-selection td {
	padding: 18px 0;
	font-size: 12px;
	vertical-align: middle;
}

.product-selection__label {
	width: 50%;
	padding-right: 12px;
}

.product-selection__name,
.product-selection__meta {
	display: block;
}

.product-selection__name {
	margin: 0;
	color: #111;
}

.product-selection__meta {
	margin-top: 4px;
	color: #777;
	font-size: 9px;
}

.product-selection__controls {
	width: 110px;
}

.product-selection__price {
	text-align: right;
	white-space: nowrap;
}

.totalPrice {
	margin-top: 28px;
	font-size: 12px;
	text-align: right;
}

.totalPrice strong {
	font-weight: 700;
}

.totalPrice .total {
	margin-left: 8px;
	font-size: 12px;
}

.totalPrice em {
	font-style: normal;
}

.product-promo {
	margin: 30px 0 0;
	font-size: 11px;
	line-height: 1.7;
}

body.page-product-detail .product-actions .ec-base-button.gColumn {
	gap: 8px;
	margin-top: 24px;
}

body.page-product-detail .product-actions .btnSubmit,
body.page-product-detail .product-actions .btnNormal,
body.page-product-detail .product-actions .btnEm {
	min-height: 58px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

body.page-product-detail .product-actions .btnEm {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #111;
	background: #f2f2f2;
	color: #888;
}

.displaynone {
	display: none !important;
}

.prd_info_tab {
	margin-top: 34px;
	border-top: 1px solid #ececec;
}

.product-accordion {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-accordion__item {
	border-bottom: 1px solid #ececec;
}

.product-accordion__toggle {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 26px 0;
	border: 0;
	font-size: 12px;
	font-weight: 500;
	text-align: left;
	background: transparent;
}

.product-accordion__toggle::after {
	content: "+";
	font-size: 16px;
	line-height: 1;
}

.product-accordion__item.is-open .product-accordion__toggle::after {
	content: "-";
}

.product-accordion__panel {
	padding: 0 0 16px;
	font-size: 12px;
	line-height: 1.9;
	color: #666;
}

body.page-product-detail .product-longform--official {
	max-width: 1000px;
	margin: 72px auto 0;
	padding: 0 20px 90px;
	border-top: 0;
}

.product-longform__inner {
	max-width: 1000px;
	margin: 0 auto;
}

.product-longform--official img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

@media (max-width: 1024px) {
	body.page-product-detail .product-shell--official {
		padding: 16px 16px 0;
	}

	body.page-product-detail .product-shell--official .detailArea {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.page-product-detail .infoArea {
		position: static;
	}
}

@media (max-width: 767px) {
	body.page-product-detail .product-gallery__arrow {
		width: 36px;
		height: 36px;
	}

	body.page-product-detail .product-gallery--official .product-gallery__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 8px;
	}

	body.page-product-detail .product-info__title {
		font-size: 23px;
	}

	.product-selection td {
		display: block;
		width: 100%;
		padding: 8px 0;
		text-align: left;
	}

	.totalPrice,
	.totalPrice .total {
		font-size: 16px;
	}

}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--bg);
	color: var(--text);
	font-family: "Noto Sans KR", "Noto Sans SC", sans-serif;
	font-size: 15px;
	line-height: 1.75;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body.page-home {
	background: #000;
}

body.page-product-detail {
	overflow-x: hidden;
}

body.drawer-open {
	overflow: hidden;
}

body.admin-bar {
	--admin-offset: 32px;
}

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

button,
input,
textarea,
select {
	font: inherit;
}

button {
	cursor: pointer;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

svg {
	display: block;
}

main {
	min-height: 100vh;
}

.site-overlay {
	position: fixed;
	top: var(--admin-offset);
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 130;
	background: rgba(10, 10, 10, 0.26);
	opacity: 0;
	visibility: hidden;
	transition: opacity var(--ease), visibility var(--ease);
}

body.drawer-open .site-overlay {
	opacity: 1;
	visibility: visible;
}

#header {
	position: fixed;
	inset: 0;
	z-index: 160;
	pointer-events: none;
}

#header .leftcate,
#header .centercate,
#header .rightcate {
	pointer-events: auto;
}

#header .centercate {
	position: fixed;
	top: calc(60px + var(--admin-offset));
	left: 30px;
	z-index: 165;
	transition: opacity var(--ease), transform var(--ease), visibility var(--ease);
}

.site-logo {
	display: block;
	max-width: 118px;
}

.site-logo img {
	max-width: 118px;
	width: 100%;
	height: auto;
}

.site-logo span,
.drawer-head__logo span {
	font-family: "Libre Baskerville", serif;
	font-size: 26px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

#header .leftcate > #showLeftPush {
	position: fixed;
	left: 30px;
	top: calc(50% + (var(--admin-offset) / 2));
	width: 45px;
	height: 30px;
	border: 0;
	padding: 0;
	background: none;
	transform: translateY(-50%);
}

#header .leftcate > #showLeftPush span {
	position: absolute;
	left: 0;
	display: block;
	width: 80%;
	height: 1px;
	background: currentColor;
	transition: transform var(--ease), opacity var(--ease), top var(--ease), width var(--ease), left var(--ease);
}

#header .leftcate > #showLeftPush span:nth-child(1) {
	top: 0;
}

#header .leftcate > #showLeftPush span:nth-child(2),
#header .leftcate > #showLeftPush span:nth-child(3) {
	top: 14px;
}

#header .leftcate > #showLeftPush span:nth-child(4) {
	bottom: 0;
}

body.drawer-open #header .leftcate > #showLeftPush span:nth-child(1) {
	top: 18px;
	width: 0;
	left: 50%;
}

body.drawer-open #header .leftcate > #showLeftPush span:nth-child(2) {
	transform: rotate(45deg);
}

body.drawer-open #header .leftcate > #showLeftPush span:nth-child(3) {
	transform: rotate(-45deg);
}

body.drawer-open #header .leftcate > #showLeftPush span:nth-child(4) {
	top: 18px;
	width: 0;
	left: 50%;
}

body.drawer-open #header .leftcate > #showLeftPush {
	left: calc(var(--drawer-width) + 10px);
	color: var(--white);
	z-index: 170;
}

#header .rightcate {
	position: fixed;
	top: calc(41px + var(--admin-offset));
	right: 30px;
	display: flex;
	align-items: center;
	gap: 28px;
	z-index: 165;
	transition: opacity var(--ease), transform var(--ease), visibility var(--ease);
}

.header-icon {
	color: inherit;
}

.header-icon svg {
	width: 22px;
	height: 22px;
	stroke-linejoin: round;
	stroke-linecap: round;
}

.page-home #header {
	color: var(--white);
}

.page-home .site-logo img {
	filter: invert(1) brightness(10);
}

.page-home.home-theme-light #header {
	color: var(--black);
}

.page-home.home-theme-light .site-logo img {
	filter: none;
}

body:not(.page-home) #header {
	color: var(--black);
}

body.drawer-open #header,
body.drawer-open .site-logo img {
	color: var(--black);
	filter: none;
}

body.drawer-open #header .centercate,
body.drawer-open #header .rightcate {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-12px);
	pointer-events: none;
}

.cbp-spmenu {
	position: fixed;
	top: var(--admin-offset);
	left: 0;
	z-index: 150;
	width: var(--drawer-width);
	height: calc(100% - var(--admin-offset));
	padding: 44px 26px 44px 30px;
	background: var(--white);
	transform: translateX(-100%);
	transition: transform var(--ease);
	overflow-y: auto;
}

.cbp-spmenu.cbp-spmenu-open {
	transform: translateX(0);
}

.drawer-head {
	margin-bottom: 62px;
}

.drawer-head__logo {
	display: block;
	max-width: 168px;
}

.drawer-head__logo img {
	width: 100%;
	max-width: 168px;
}

.drawer-menu,
#menu_full ul,
.catalog-filter,
.description .spec,
.home-footer__links ul,
.home-footer__products ul,
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.drawer-menu li + li {
	margin-top: 18px;
}

.drawer-menu a,
.drawer-menu__toggle {
	display: inline-block;
	padding: 0;
	border: 0;
	background: none;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-align: left;
	text-transform: uppercase;
}

.drawer-menu__toggle {
	width: 100%;
	cursor: pointer;
}

.drawer-menu__item.has-children > .drawer-menu__toggle::after {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 10px;
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
	transform: translateY(-2px) rotate(45deg);
	transition: transform var(--ease);
}

.drawer-menu__item.has-children.is-open > .drawer-menu__toggle::after {
	transform: translateY(1px) rotate(225deg);
}

.drawer-submenu {
	margin: 14px 0 2px 26px;
	padding: 0;
	list-style: none;
}

.drawer-submenu[hidden] {
	display: none;
}

.drawer-submenu li + li {
	margin-top: 10px;
}

.drawer-submenu a {
	display: inline-block;
	font-size: 10px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: none;
	color: #7c7c7c;
}

.site-main {
	position: relative;
}

#menu_full {
	position: fixed;
	right: 35px;
	top: 50%;
	z-index: 125;
	transform: translateY(-50%);
}

body.drawer-open #menu_full {
	opacity: 0;
	visibility: hidden;
}

#menu_full li + li {
	margin-top: 10px;
}

#menu_full li a {
	display: block;
}

#menu_full li a span {
	display: inline-block;
	width: 3px;
	height: 20px;
	background: rgba(255, 255, 255, 0.38);
	text-indent: -9999px;
	overflow: hidden;
	transition: background-color var(--ease), transform var(--ease);
}

#menu_full li.active a span {
	background: var(--white);
	transform: scaleY(1.15);
}

.home-sections {
	position: relative;
}

body.page-home .homepage-section {
	scroll-snap-align: start;
	scroll-snap-stop: always;
}

.homepage-section {
	position: relative;
	min-height: 100svh;
	background: #000;
}

.swiper-container-main,
.home-feature,
.home-split {
	position: relative;
	display: block;
	width: 100%;
	min-height: 100svh;
	margin: 0;
	padding: 0;
}

.home-slide {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.8s ease;
}

.home-slide.is-active {
	opacity: 1;
}

.home-slide__image,
.home-banner__bg {
	display: block;
	position: absolute;
	inset: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-slide__overlay,
.home-banner__overlay {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(0, 0, 0, 0.14) 0%, rgba(0, 0, 0, 0.08) 28%, rgba(0, 0, 0, 0.24) 100%),
		linear-gradient(90deg, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 44%);
}

.home-slide__meta,
.home-feature__copy {
	position: absolute;
	left: clamp(30px, 4vw, 52px);
	bottom: clamp(34px, 5vw, 58px);
	z-index: 2;
	color: var(--white);
}

.home-slide__meta {
	max-width: 460px;
}

.home-slide__eyebrow,
.home-banner__eyebrow,
.home-section__eyebrow,
.catalog-hero__eyebrow {
	margin: 0 0 12px;
	font-size: 8px;
	font-weight: 500;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.home-slide__copy {
	margin: 0;
	max-width: 420px;
	font-size: 9px;
	line-height: 1.7;
	letter-spacing: 0.04em;
}

.home-feature__copy {
	display: flex;
	flex-direction: column;
	gap: 14px;
	max-width: 360px;
	color: var(--white);
}

.home-feature__visual {
	position: relative;
	min-height: 100svh;
	overflow: hidden;
	background: #000;
}

.home-feature__visual .home-banner__bg {
	position: absolute;
	inset: 0;
}

.home-split {
	display: grid;
	grid-template-columns: minmax(320px, 0.9fr) minmax(520px, 1.1fr);
	align-items: stretch;
	min-height: 100svh;
	background: #fff;
	color: #111;
}

.home-split__panel {
	position: relative;
	min-height: 100svh;
}

.home-split__panel--copy,
.home-split__panel--editorial {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.home-split__copy {
	display: flex;
	flex-direction: column;
	gap: 18px;
	width: min(360px, 68%);
	color: #111;
}

.home-split__kicker {
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 300;
	letter-spacing: 0.02em;
}

.home-split__title {
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.08em;
	color: rgba(17, 17, 17, 0.75);
}

.home-split__body {
	max-width: 40ch;
	margin-top: 120px;
	font-size: 10px;
	line-height: 1.55;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #333;
}

.home-split__panel--visual {
	padding: 168px 0 110px;
	background: #fff;
}

.home-split__visual {
	display: block;
	width: 100%;
	height: 100%;
	min-height: calc(100svh - 278px);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-split__panel--editorial {
	flex-direction: column;
	gap: 18px;
}

.home-split__editorial-image {
	display: block;
	width: min(510px, 68%);
	aspect-ratio: 1 / 1;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.home-split__editorial-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 10px;
	width: min(510px, 68%);
	text-align: center;
}

.home-split__editorial-kicker {
	font-size: 12px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.home-split__editorial-title {
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 300;
	line-height: 1;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: rgba(17, 17, 17, 0.75);
}

.home-split__editorial-copy {
	max-width: 40ch;
	font-size: 10px;
	line-height: 1.55;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #333;
}

.home-feature__copy strong {
	font-family: "Libre Baskerville", serif;
	font-size: clamp(20px, 4vw, 36px);
	font-weight: 400;
	line-height: 1.08;
	letter-spacing: -0.02em;
}

.home-feature__copy span:last-child {
	font-size: 9.5px;
	line-height: 1.8;
	color: rgba(255, 255, 255, 0.82);
}

.swiper-pagination-main {
	position: absolute;
	right: 32px;
	bottom: 28px;
	z-index: 3;
	display: flex;
	gap: 8px;
}

.hero-dot {
	width: 7px;
	height: 7px;
	border: 0;
	border-radius: 999px;
	padding: 0;
	background: rgba(255, 255, 255, 0.36);
	transition: transform var(--ease), background-color var(--ease);
}

.hero-dot.is-active {
	background: var(--white);
	transform: scale(1.16);
}

.sect4 {
	display: block;
	min-height: auto;
	padding: 46px 0 50px;
	background: var(--white);
	color: var(--black);
}

body.page-home .sect4 {
	scroll-snap-align: none;
	scroll-snap-stop: normal;
}

.home-footer-panel,
.catalog-shell,
.product-shell,
.related-shell,
.page-shell {
	width: var(--content-width);
	margin: 0 auto;
}

.home-footer-panel {
	max-width: 560px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	border: 0;
	text-align: center;
	gap: 18px;
}

.home-footer__brand h2 {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(22px, 3.5vw, 34px);
	font-weight: 400;
	line-height: 1.12;
}

.home-footer__brand p,
.home-footer__empty,
.home-footer__content,
.home-footer__products em {
	color: var(--muted);
}

.home-footer__links,
.home-footer__products,
.home-footer__brand {
	width: 100%;
	max-width: 520px;
}

.home-footer__links ul,
.home-footer__products ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 18px;
}

.home-footer__products ul {
	flex-direction: column;
	gap: 6px;
}

.home-footer__links ul li + li,
.home-footer__products ul li + li {
	margin-top: 0;
}

.home-footer__links a,
.home-footer__products a {
	display: inline-flex;
	align-items: baseline;
	justify-content: center;
	gap: 6px;
	font-size: 8px;
	line-height: 1.35;
	letter-spacing: 0.14em;
}

.home-footer__products em {
	font-style: normal;
	font-size: 7px;
	letter-spacing: 0.12em;
}

.sect4 .home-section__eyebrow {
	margin-bottom: 8px;
	font-size: 6px;
	line-height: 1.35;
	letter-spacing: 0.26em;
}

.catalog-shell {
	padding: 170px 0 84px;
}

.catalog-hero {
	max-width: 700px;
	margin-bottom: 34px;
}

.catalog-hero__title,
.page-hero__title {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(34px, 6vw, 70px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.catalog-hero__copy {
	margin: 18px 0 0;
	color: var(--muted);
	max-width: 52ch;
	font-size: 14px;
}

.catalog-filter {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 34px;
}

.catalog-filter__link {
	display: inline-flex;
	align-items: center;
	min-height: 38px;
	padding: 0 14px;
	border: 1px solid var(--line);
	color: var(--muted);
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	transition: background-color var(--ease), color var(--ease), border-color var(--ease);
}

.catalog-filter__link.is-active,
.catalog-filter__link:hover {
	border-color: var(--black);
	background: var(--black);
	color: var(--white);
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 50px 0;
	margin: 0 -15px;
}

.catalog-card {
	position: relative;
	padding: 0 15px;
}

.thumbnail {
	position: relative;
	background: transparent;
	overflow: hidden;
}

.thumbnail a {
	position: relative;
	display: block;
	aspect-ratio: 1 / 1.12;
	background: #f3f3f1;
}

.thumbnail .thumber_1,
.thumbnail .thumber_2,
.thumbnail .product-card__placeholder {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity var(--ease), transform 0.8s ease;
}

.thumbnail .thumber_2 {
	opacity: 0;
}

.catalog-card:hover .thumber_2 {
	opacity: 1;
}

.catalog-card:hover .thumber_1 {
	opacity: 0;
}

.catalog-card:hover .thumber_1,
.catalog-card:hover .thumber_2 {
	transform: scale(1.03);
}

.product-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--surface);
	color: var(--muted);
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.catalog-card__label {
	position: absolute;
	left: 12px;
	bottom: 12px;
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 0 10px;
	background: rgba(17, 17, 17, 0.72);
	color: var(--white);
	font-size: 10px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.description {
	padding-top: 0;
	text-align: center;
}

.description .name {
	display: block;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1.8;
}

.description .spec {
	margin-top: 2px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.7;
}

.description .spec li {
	display: block;
}

.catalog-empty {
	padding: 40px 0;
	color: var(--muted);
	font-size: 14px;
}

.nav-links {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-top: 48px;
}

.nav-links .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid var(--line);
	font-size: 12px;
}

.nav-links .current {
	border-color: var(--black);
	background: var(--black);
	color: var(--white);
}

.product-shell {
	padding: 166px 0 90px;
}

.detailArea {
	display: grid;
	grid-template-columns: minmax(0, 1.16fr) minmax(360px, 0.84fr);
	gap: 56px;
	align-items: start;
}

body.page-product-detail .product-shell {
	width: auto;
	max-width: 1360px;
	margin: 0 auto;
	padding: 24px 36px 90px;
	overflow-x: clip;
}

body.page-product-detail .detailArea {
	grid-template-columns: minmax(540px, 590px) minmax(300px, 360px);
	gap: clamp(24px, 2.2vw, 44px);
	align-items: start;
	justify-content: space-between;
}

.product-gallery__stage {
	position: relative;
	min-height: min(78vh, 820px);
	background: var(--surface);
	overflow: hidden;
}

.product-gallery__panel {
	display: none;
	height: 100%;
}

.product-gallery__panel.is-active {
	display: block;
}

.product-gallery__panel img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-gallery__empty {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: min(78vh, 820px);
	color: var(--muted);
	font-size: 12px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.product-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 10px;
	margin-top: 12px;
}

.product-gallery__thumb {
	appearance: none;
	border: 1px solid var(--line);
	padding: 0;
	background: var(--white);
	aspect-ratio: 1;
	overflow: hidden;
}

.product-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-gallery__thumb.is-active {
	border-color: var(--black);
}

.infoArea {
	position: sticky;
	top: 110px;
}

body.page-product-detail .imgArea {
	min-width: 0;
}

body.page-product-detail .infoArea {
	top: 48px;
}

body.page-product-detail .product-gallery__stage {
	min-height: 0;
	aspect-ratio: 0.76 / 1;
	background: #efefeb;
}

body.page-product-detail .product-gallery__panel img {
	object-fit: contain;
	object-position: center;
	padding: clamp(20px, 3vw, 38px);
}

body.page-product-detail .product-gallery__thumbs {
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 14px;
	margin-top: 18px;
}

body.page-product-detail .product-gallery__thumb {
	aspect-ratio: 1 / 1;
	border-color: rgba(17, 17, 17, 0.09);
	background: #f3f2ee;
}

body.page-product-detail .product-info {
	max-width: 360px;
}

body.page-product-detail .product-info__eyebrow {
	margin-bottom: 12px;
	font-size: 8px;
	letter-spacing: 0.3em;
}

body.page-product-detail .product-info__title {
	font-size: clamp(22px, 3vw, 34px);
	line-height: 0.96;
	letter-spacing: -0.04em;
}

body.page-product-detail .product-info__subtitle {
	margin-top: 14px;
	font-size: 11px;
	color: #6d6d6d;
}

body.page-product-detail .product-info__excerpt {
	margin-top: 24px;
	font-size: 10px;
	line-height: 1.85;
	color: #3f3f3f;
}

body.page-product-detail .product-purchase-panel {
	margin-top: 26px;
	padding: 18px 18px 20px;
}

body.page-product-detail .product-info__price {
	font-size: 12px;
	letter-spacing: 0.18em;
}

body.page-product-detail .product-info__tags {
	margin-top: 14px;
}

body.page-product-detail .product-info__tags span {
	min-height: 34px;
	padding: 0 12px;
	font-size: 9px;
	letter-spacing: 0.18em;
}

body.page-product-detail .product-variants__label {
	margin-bottom: 12px;
	font-size: 10px;
	letter-spacing: 0.1em;
}

body.page-product-detail .product-variants__option {
	min-height: 42px;
	padding: 0 14px;
	font-size: 9px;
	letter-spacing: 0.16em;
}

body.page-product-detail .ec-base-button.gColumn {
	gap: 10px;
}

body.page-product-detail .ec-base-button .btnSubmit,
body.page-product-detail .ec-base-button .btnNormal {
	min-height: 42px;
	font-size: 10px;
	letter-spacing: 0.2em;
}

body.page-product-detail .product-info__note {
	margin-top: 12px;
	font-size: 10px;
	line-height: 1.75;
}

.product-info__eyebrow {
	margin: 0 0 10px;
	font-size: 11px;
	letter-spacing: 0.24em;
	text-transform: uppercase;
}

.product-info__title {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(34px, 4.8vw, 64px);
	font-weight: 400;
	line-height: 1.02;
	letter-spacing: -0.03em;
}

.product-info__subtitle {
	margin: 16px 0 0;
	color: var(--muted);
	font-size: 14px;
}

.product-info__excerpt {
	margin: 18px 0 0;
	color: #4f4f4f;
	font-size: 14px;
	line-height: 1.9;
}

.product-purchase-panel {
	margin-top: 28px;
	padding: 24px;
	border: 1px solid var(--line);
	background: #faf9f6;
}

.product-info__price {
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.product-info__tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 18px;
}

.product-info__tags span {
	display: inline-flex;
	align-items: center;
	min-height: 30px;
	padding: 0 10px;
	border: 1px solid var(--line);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.xans-product-action {
	margin-top: 28px;
}

.product-variants {
	margin-top: 24px;
}

.product-variants__label {
	margin: 0 0 12px;
	font-size: 11px;
	letter-spacing: 0.22em;
	text-transform: uppercase;
}

.product-variants__options {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.product-variants__option {
	appearance: none;
	border: 1px solid var(--line);
	padding: 10px 14px;
	background: var(--white);
	font-size: 11px;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	transition: border-color var(--ease), background-color var(--ease), color var(--ease);
}

.product-variants__option.is-active,
.product-variants__option:hover {
	border-color: var(--black);
	background: var(--black);
	color: var(--white);
}

.ec-base-button.gColumn {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ec-base-button .btnSubmit,
.ec-base-button .btnNormal {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	border: 1px solid var(--black);
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	transition: background-color var(--ease), color var(--ease), opacity var(--ease);
}

.ec-base-button .btnSubmit {
	background: var(--black);
	color: var(--white);
}

.ec-base-button .btnNormal {
	background: var(--white);
	color: var(--black);
}

.ec-base-button .btnNormal:hover,
.ec-base-button .btnSubmit:hover {
	opacity: 0.86;
}

.product-info__note {
	margin: 16px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.8;
}

.product-details-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin: 38px 0;
}

.detail-box {
	padding: 22px 22px 18px;
	border: 1px solid var(--line);
	background: #faf9f6;
}

.detail-box h2 {
	margin: 0 0 14px;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.2em;
	text-transform: uppercase;
}

.detail-box ul {
	margin: 0;
	padding-left: 18px;
}

.detail-box ul li + li {
	margin-top: 7px;
}

.detail-box dl {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 8px 10px;
	margin: 0;
}

.detail-box dt {
	color: var(--muted);
}

.detail-box dd {
	margin: 0;
}

.detail-box__full {
	grid-column: 1 / -1;
}

.product-longform {
	padding-top: 28px;
	border-top: 1px solid var(--line);
	font-size: 14px;
	line-height: 1.92;
}

.product-longform h2,
.product-longform h3 {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	line-height: 1.2;
}

.product-longform h2 {
	margin: 40px 0 16px;
	padding-top: 22px;
	border-top: 1px solid var(--line);
	font-size: clamp(24px, 3vw, 34px);
}

.product-longform h3 {
	margin: 24px 0 12px;
	font-size: 18px;
}

.product-longform p,
.product-longform ul,
.product-longform ol {
	margin: 0 0 16px;
}

.product-longform ul,
.product-longform ol {
	padding-left: 20px;
}

.product-longform li + li {
	margin-top: 6px;
}

.product-longform strong {
	font-weight: 600;
}

.product-longform img {
	width: 100%;
	height: auto;
}

.product-longform > :first-child {
	margin-top: 0;
}

.product-longform > :last-child {
	margin-bottom: 0;
}

.related-shell {
	margin-bottom: 90px;
}

.related-shell__head {
	margin-bottom: 30px;
}

.related-shell__head h2 {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(28px, 4vw, 42px);
	font-weight: 400;
	line-height: 1.08;
}

.page-shell {
	padding: 170px 0 100px;
}

.page-hero {
	margin-bottom: 34px;
}

.page-cover {
	margin-bottom: 36px;
	background: var(--surface);
}

.page-cover img {
	width: 100%;
	max-height: 720px;
	object-fit: cover;
}

.page-content {
	max-width: 920px;
	font-size: 15px;
	line-height: 2;
}

.page-content > :first-child {
	margin-top: 0;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-content img {
	width: 100%;
	height: auto;
}

.page-content h2,
.page-content h3,
.page-content h4 {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	line-height: 1.2;
}

.page-content ul,
.page-content ol {
	padding-left: 20px;
}

.inner-page-shell {
	padding: 74px 56px 90px;
}

body.page-inner-shell .inner-page-shell--catalog {
	max-width: 1460px;
	margin-right: auto;
	margin-left: 0;
}

.inner-page-head {
	margin-bottom: 26px;
}

.inner-page-title {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(46px, 5.4vw, 62px);
	font-weight: 400;
	line-height: 0.96;
	letter-spacing: -0.045em;
}

.inner-page-head--catalog .inner-page-title {
	font-size: clamp(28px, 3.1vw, 34px);
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.02em;
}

.inner-page-copy {
	display: inline-flex;
	align-items: center;
	min-height: 36px;
	max-width: min(100%, 470px);
	margin-top: 12px;
	padding: 7px 15px 6px;
	border: 1px solid var(--line);
	color: var(--muted);
	font-size: 10.5px;
	line-height: 1.55;
	letter-spacing: 0.02em;
}

.inner-page-intro p {
	color: var(--muted);
	font-size: 13px;
	line-height: 1.9;
}

.inner-page-intro {
	max-width: 62ch;
	margin-top: 12px;
}

.inner-page-intro > :first-child,
.brand-page__content > :first-child,
.story-detail__content > :first-child {
	margin-top: 0;
}

.inner-page-intro > :last-child,
.brand-page__content > :last-child,
.story-detail__content > :last-child {
	margin-bottom: 0;
}

.catalog-toolbar {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 24px 40px;
	margin-bottom: 28px;
}

body.page-inner-shell .inner-page-shell--catalog .catalog-grid,
body.page-inner-shell .inner-page-shell--catalog .catalog-toolbar,
body.page-inner-shell .inner-page-shell--catalog .inner-page-head--catalog {
	max-width: 1320px;
}

.catalog-toolbar__filters {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: min(100%, 520px);
	padding: 12px 14px;
	border: 1px solid var(--line);
}

body.page-inner-shell .inner-page-head--catalog .inner-page-copy {
	display: none;
}

body.page-inner-shell .inner-page-shell--catalog .catalog-toolbar__filters {
	padding: 0;
	border: 0;
}

.catalog-group-links,
.catalog-subnav,
.catalog-sort {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
}

.catalog-sort {
	padding-top: 8px;
	justify-content: flex-end;
}

.catalog-group-links__link,
.catalog-subnav__link,
.catalog-sort__link,
.story-detail__back a,
.story-detail__eyebrow,
.story-detail__date {
	font-size: 10.5px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.catalog-group-links__link,
.catalog-subnav__link,
.catalog-sort__link {
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	color: var(--muted);
	white-space: nowrap;
}

.catalog-group-links__link.is-active,
.catalog-subnav__link.is-active,
.catalog-sort__link.is-active,
.catalog-group-links__link:hover,
.catalog-subnav__link:hover,
.catalog-sort__link:hover {
	border-color: var(--black);
	color: var(--black);
}

.drawer-submenu a {
	color: var(--muted);
}

.drawer-submenu .current-menu-item a,
.drawer-submenu a:hover,
.drawer-menu .current-menu-item > a,
.drawer-menu a:hover,
.drawer-menu__item.is-open > .drawer-menu__toggle,
.drawer-menu__toggle:hover {
	color: var(--black);
}

.story-grid {
	display: grid;
}

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

.story-grid--press {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 36px 24px;
}

.story-grid--lookbook {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 44px 24px;
}

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

.story-card {
	position: relative;
}

.story-card__image {
	position: relative;
	display: block;
	background: var(--surface);
	overflow: hidden;
}

.story-card__image img,
.story-card__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 1 / 1.12;
	object-fit: cover;
	transition: transform 0.7s ease;
}

.story-card__placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--muted);
	font-size: 12px;
	letter-spacing: 0.18em;
	text-transform: uppercase;
}

.story-card:hover .story-card__image img {
	transform: scale(1.03);
}

.story-card--lookbook .story-card__image img,
.story-card--lookbook .story-card__placeholder {
	aspect-ratio: 1 / 1.04;
}

.story-card__body {
	padding-top: 14px;
}

.story-card__body h2 {
	margin: 0;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.7;
}

.story-card__body p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.85;
}

.story-card--celebrity .story-card__body {
	padding-top: 10px;
}

.story-card--review .story-card__image,
.story-card--review .story-card__image img,
.story-card--review .story-card__placeholder {
	border-radius: 16px;
}

.story-card--review .story-card__image img,
.story-card--review .story-card__placeholder {
	aspect-ratio: 1 / 1;
}

.story-card--review .story-card__body {
	padding-top: 14px;
}

.story-card--review .story-card__body h2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
}

.story-card--review .story-card__body p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.75;
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.story-card--review .story-card__meta {
	justify-content: flex-start;
	gap: 8px 14px;
	font-size: 10px;
	letter-spacing: 0.06em;
	text-transform: none;
}

.story-grid--list {
	display: block;
	max-width: 1120px;
	border-top: 1px solid var(--line);
}

.story-card__meta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 10px;
	color: var(--muted);
	font-size: 10px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
}

.story-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 22px 0;
	border-top: 1px solid var(--line);
}

.story-row:first-child {
	padding-top: 20px;
	border-top: 0;
}

.story-row__main {
	flex: 1;
	max-width: none;
}

.story-row__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 14px;
	margin-top: 8px;
	color: var(--muted);
	font-size: 11px;
	line-height: 1.7;
}

.story-row__thumb {
	flex: none;
	width: 56px;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background: var(--surface);
}

.story-row__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.story-row h2 {
	margin: 0;
	font-family: "Noto Sans KR", "Noto Sans SC", sans-serif;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: 0.01em;
}

.story-row p {
	margin: 8px 0 0;
	color: var(--muted);
	font-size: 12px;
	line-height: 1.8;
}

.story-row time {
	display: inline;
	padding-top: 0;
	color: inherit;
	font-size: inherit;
	letter-spacing: 0.08em;
	text-transform: none;
	white-space: nowrap;
}

.brand-page {
	max-width: 1120px;
}

.brand-page__content {
	font-size: 15px;
	line-height: 2;
}

.brand-page__content .accord-embed {
	position: relative;
	padding-top: 56.25%;
	margin-bottom: 30px;
	background: #000;
}

.brand-page__content .accord-embed iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.brand-page__content img {
	width: 100%;
	height: auto;
}

.story-detail {
	max-width: 980px;
	margin: 0 auto;
}

.story-detail__back {
	margin: 0 0 20px;
}

.story-detail__back a,
.story-detail__date {
	color: var(--muted);
}

.story-detail__eyebrow {
	margin: 0 0 10px;
}

.story-detail__title {
	margin: 0;
	font-family: "Libre Baskerville", serif;
	font-size: clamp(36px, 5vw, 64px);
	font-weight: 400;
	line-height: 1.04;
	letter-spacing: -0.03em;
}

.story-detail__excerpt {
	margin: 18px 0 0;
	max-width: 58ch;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.9;
}

.story-detail__date {
	display: block;
	margin-top: 18px;
}

.story-detail__cover {
	margin: 34px 0;
	background: var(--surface);
}

.story-detail__cover img {
	width: 100%;
	max-height: 760px;
	object-fit: cover;
}

.story-detail__content {
	font-size: 15px;
	line-height: 2;
}

.story-detail__content img {
	width: 100%;
	height: auto;
}

.story-detail__content h2,
.story-detail__content h3,
.story-detail__content h4,
.brand-page__content h2,
.brand-page__content h3,
.brand-page__content h4 {
	font-family: "Libre Baskerville", serif;
	font-weight: 400;
	line-height: 1.2;
}

.page-content--list {
	max-width: 1120px;
}

.inner-page-shell--list {
	max-width: 1220px;
}

.inner-page-shell--review {
	max-width: 1380px;
}

.post-card {
	padding: 24px 0;
	border-top: 1px solid var(--line);
}

.post-card:first-child {
	padding-top: 0;
	border-top: 0;
}

.post-card h2 {
	margin: 0 0 10px;
	font-family: "Libre Baskerville", serif;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.15;
}

#footer {
	margin-top: 36px;
	border-top: 1px solid var(--line);
	background: var(--white);
}

#footer .footer_inner {
	padding: 46px 40px 28px;
}

#footer .inner1 {
	text-align: center;
}

#footer .inner1 div,
#footer .inner1 li,
#footer .inner1 a,
#footer .inner1 span {
	font-size: 11px;
	line-height: 1.8;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

#footer .f-g-0 li,
#footer .f-g-1 ul li,
#footer .f-g-2 li,
#footer .f-g-00 li span {
	display: inline-block;
}

#footer .f-g-0 li + li,
#footer .f-g-1 ul li + li,
#footer .f-g-2 li + li {
	margin-left: 12px;
}

#footer .f-g-0,
#footer .f-g-00,
#footer .f-g-1,
#footer .f-g-2 {
	margin-bottom: 14px;
}

#footer .f-g-00 li span {
	color: var(--muted);
}

#footer .f-g-00 li span + span::before {
	content: "/";
	margin-right: 10px;
	color: rgba(17, 17, 17, 0.28);
}

#footer .f-g-2 a {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 0 12px;
	border: 1px solid var(--line);
}

.nav-links ul.page-numbers {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 48px 0 0;
	padding: 0;
	list-style: none;
}

.nav-links ul.page-numbers li {
	list-style: none;
}

@media (min-width: 1101px) {
	body.page-inner-shell #header .leftcate {
		display: none;
	}

	body.page-inner-shell #header {
		pointer-events: none;
	}

	body.page-inner-shell #header .centercate,
	body.page-inner-shell #header .rightcate {
		pointer-events: auto;
	}

	body.page-inner-shell #header .centercate {
		top: calc(60px + var(--admin-offset));
		left: 30px;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	body.page-inner-shell #header .rightcate {
		top: calc(41px + var(--admin-offset));
		right: 30px;
	}

	body.page-inner-shell .site-overlay {
		display: none;
	}

	body.page-inner-shell .cbp-spmenu {
		top: 0;
		width: var(--inner-sidebar-width);
		height: 100vh;
		padding: 150px 10px 50px 30px;
		transform: none;
		overflow-y: auto;
	}

	body.page-inner-shell .drawer-head {
		display: none;
	}

	body.page-product-detail.page-inner-shell .cbp-spmenu {
		padding-top: 84px;
	}

	body.page-product-detail.page-inner-shell .drawer-head {
		display: block;
		margin-bottom: 88px;
	}

	body.page-product-detail.page-inner-shell .drawer-head__logo {
		max-width: 154px;
	}

	body.page-inner-shell .drawer-menu li + li {
		margin-top: 0;
	}

	body.page-inner-shell .drawer-menu a,
	body.page-inner-shell .drawer-menu__toggle {
		font-size: 11px;
		font-weight: 400;
		line-height: 2.55em;
		letter-spacing: 0.02em;
	}

	body.page-inner-shell .drawer-submenu {
		margin: 14px 0 18px 16px;
	}

	body.page-inner-shell .drawer-submenu li + li {
		margin-top: 0;
	}

	body.page-inner-shell .drawer-submenu a {
		font-size: 10px;
		line-height: 2.25em;
	}

	body.page-inner-shell .site-main,
	body.page-inner-shell #footer {
		margin-left: var(--inner-sidebar-width);
	}

	body.page-product-detail.page-inner-shell #header .centercate {
		display: none;
	}

	body.page-product-detail.page-inner-shell #header .rightcate {
		top: 34px;
		right: 36px;
	}
}

@media (min-width: 1360px) {
	body.page-story-detail .inner-page-shell--story {
		display: grid;
		grid-template-columns: minmax(0, 1fr) clamp(160px, 12vw, 260px);
		max-width: 1220px;
		margin: 0 auto;
	}

	body.page-story-detail .story-detail {
		width: 100%;
		max-width: none;
		margin: 0;
	}
}

@media (max-width: 1180px) {
	.detailArea {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	.infoArea {
		position: static;
	}

	body.page-product-detail .product-shell {
		width: auto;
		max-width: none;
		padding-top: 122px;
		padding-right: 20px;
		padding-left: 20px;
	}

	body.page-product-detail .detailArea {
		grid-template-columns: minmax(0, 1fr);
		gap: 28px;
	}

	body.page-product-detail .product-gallery__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 10px;
		margin-top: 12px;
	}

	body.page-product-detail .infoArea {
		top: auto;
	}

	.story-grid--celebrity {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.story-grid--review {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	body.admin-bar {
		--admin-offset: 46px;
	}

	#header .centercate {
		top: calc(22px + var(--admin-offset));
		left: 50%;
		transform: translateX(-50%);
	}

	#header .leftcate > #showLeftPush {
		top: calc(24px + var(--admin-offset));
		left: 20px;
		transform: none;
	}

	body.drawer-open #header .leftcate > #showLeftPush {
		left: calc(var(--drawer-width) + 14px);
	}

	#header .rightcate {
		top: calc(18px + var(--admin-offset));
		right: 20px;
		gap: 16px;
	}

	#menu_full {
		display: none;
	}

	.catalog-shell,
	.product-shell,
	.related-shell,
	.page-shell,
	.home-footer-panel {
		width: min(var(--max-width), calc(100vw - 40px));
	}

	.catalog-shell,
	.product-shell,
	.page-shell {
		padding-top: 122px;
	}

	.inner-page-shell {
		padding: 122px 20px 72px;
	}

	.product-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 0;
		margin: 0 -8px;
	}

	.catalog-card {
		padding: 0 8px;
	}

	.product-gallery__thumbs {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.sect4 {
		padding: 56px 0 40px;
	}

	.home-feature {
		min-height: 100svh;
		padding: 0;
	}

	.home-feature__copy {
		left: 24px;
		right: 24px;
		bottom: 30px;
		max-width: min(82vw, 360px);
	}

	.home-feature__visual {
		min-height: 100svh;
	}

	.catalog-toolbar,
	.story-row {
		flex-direction: column;
	}

	.story-grid--press,
	.story-grid--lookbook,
	.story-grid--celebrity,
	.story-grid--review {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.page-inner-shell .site-main,
	body.page-inner-shell #footer {
		margin-left: 0;
	}
}

@media (max-width: 640px) {
	body {
		font-size: 14px;
	}

	.site-logo,
	.site-logo img {
		max-width: 96px;
	}

	.cbp-spmenu {
		padding: 28px 22px 30px 22px;
	}

	.drawer-head {
		margin-bottom: 42px;
	}

	.drawer-head__logo {
		max-width: 156px;
	}

	.drawer-menu li + li {
		margin-top: 14px;
	}

	.drawer-menu a {
		font-size: 11px;
	}

	.drawer-menu__toggle {
		font-size: 11px;
	}

	.home-slide__meta {
		left: 20px;
		right: 20px;
		bottom: 24px;
	}

	.home-slide__copy,
	.home-feature__copy span:last-child {
		max-width: 100%;
	}

	.home-slide__eyebrow {
		font-size: 8px;
		letter-spacing: 0.18em;
	}

	.home-slide__copy {
		font-size: 9px;
		line-height: 1.65;
	}

	.swiper-pagination-main {
		right: 20px;
		bottom: 18px;
	}

	.homepage-section,
	.swiper-container-main,
	.home-feature {
		min-height: 100svh;
	}

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

	.product-gallery__thumbs {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.detail-box dl {
		grid-template-columns: 1fr;
	}

	.catalog-hero__title,
	.page-hero__title,
	.product-info__title,
	.home-footer__brand h2 {
		font-size: 34px;
	}

	.drawer-submenu {
		margin: 12px 0 0 18px;
	}

	.drawer-submenu li + li {
		margin-top: 10px;
	}

	.drawer-submenu a {
		font-size: 10px;
	}

	.inner-page-title,
	.story-detail__title {
		font-size: clamp(30px, 10vw, 42px);
	}

	.inner-page-head--catalog .inner-page-title {
		font-size: clamp(40px, 13vw, 56px);
	}

	.story-grid--press,
	.story-grid--lookbook,
	.story-grid--celebrity,
	.story-grid--review,
	.product-grid {
		grid-template-columns: 1fr;
	}

	.story-row h2 {
		font-size: 24px;
	}

	.story-row {
		align-items: flex-start;
	}

	.story-row__thumb {
		display: none;
	}

	#footer .footer_inner {
		padding: 36px 20px 24px;
	}

	#footer .f-g-0 li,
	#footer .f-g-1 ul li,
	#footer .f-g-2 li,
	#footer .f-g-00 li span {
		display: block;
		margin: 0 0 8px;
	}

	#footer .f-g-00 li span + span::before {
		content: none;
	}
}

body.page-product-detail .product-shell--official {
	max-width: 1520px;
	padding: 132px 140px 0 48px;
}

body.page-product-detail .product-shell--official .detailArea {
	grid-template-columns: 470px 386px;
	gap: 116px;
	justify-content: start;
}

body.page-product-detail .product-gallery--official .product-gallery__stage {
	aspect-ratio: 470 / 640;
	background: #f4f4f1;
}

body.page-product-detail .product-gallery--official .product-gallery__panel img {
	padding: 0;
	object-fit: cover;
}

body.page-product-detail .product-gallery--official .product-gallery__thumbs {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 10px;
}

body.page-product-detail .infoArea {
	position: sticky;
	top: 118px;
	width: 100%;
	max-width: 386px;
}

body.page-product-detail .product-info__eyebrow {
	margin: 0 0 10px;
	font-size: 8px;
	letter-spacing: 0.12em;
}

body.page-product-detail .product-info__title {
	font-family: "Noto Sans KR", "Noto Sans SC", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.02em;
}

body.page-product-detail .product-info__price {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0;
}

body.page-product-detail .product-info__subtitle {
	margin: 0;
	font-size: 11px;
	color: #555;
}

body.page-product-detail .product-info__excerpt {
	margin: 0;
	font-size: 11px;
	line-height: 1.95;
	color: #555;
}

body.page-product-detail .product-actions .ec-base-button.gColumn {
	gap: 8px;
	margin-top: 24px;
}

body.page-product-detail .product-actions .btnSubmit,
body.page-product-detail .product-actions .btnNormal,
body.page-product-detail .product-actions .btnEm {
	min-height: 58px;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
}

body.page-product-detail .product-longform--official {
	max-width: 1000px;
	margin: 72px auto 0;
	padding: 0 20px 90px;
	border-top: 0;
}

@media (max-width: 1024px) {
	.home-split {
		grid-template-columns: 1fr;
	}

	.home-split__panel,
	.home-split__panel--visual {
		min-height: auto;
	}

	.home-split__panel--copy,
	.home-split__panel--editorial {
		padding: 120px 24px 32px;
	}

	.home-split__panel--visual {
		padding: 0 24px 32px;
	}

	.home-split__visual {
		min-height: 56svh;
	}

	.home-split__copy,
	.home-split__editorial-image,
	.home-split__editorial-meta {
		width: min(100%, 560px);
	}

	.home-split__body {
		margin-top: 32px;
	}

	body.page-product-detail .product-shell--official {
		padding: 28px 24px 0;
	}

	body.page-product-detail .product-shell--official .detailArea {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	body.page-product-detail .infoArea {
		position: static;
		max-width: none;
	}

}

@media (max-width: 767px) {
	body.page-product-detail .product-info__title {
		font-size: 23px;
	}
}
