.clone-honeypot {
	position: absolute !important;
	left: -9999px !important;
	width: 1px !important;
	height: 1px !important;
	op: auto !important;
	overflow: hidden !important;
}

.clone-loading,
.clone-empty {
	width: 100%;
	padding: 70px 20px;
	color: #777;
	font-size: 16px;
	text-align: center;
}

#storePagination .ui-pagenate {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 6px;
}

#storePagination button {
	display: grid;
	place-items: center;
	min-width: 38px;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #d2cec7;
	border-radius: 6px;
	background: #fff;
	color: #444;
	font-size: 14px;
}

#storePagination button:hover,
#storePagination button[aria-current="page"] {
	border-color: #ffb82d;
	background: #ffb82d;
	color: #111;
}

#storePagination button:disabled {
	opacity: .35;
	cursor: default;
}

.clone-store-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: 20px;
	background: rgba(0, 0, 0, .68);
}

.clone-store-modal.is-open {
	display: flex;
}

.clone-store-dialog {
	position: relative;
	width: min(600px, 100%);
	max-height: calc(100vh - 40px);
	overflow: auto;
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.clone-store-close {
	position: absolute;
	top: 14px;
	right: 14px;
	z-index: 2;
	display: grid;
	place-items: center;
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: rgba(0, 0, 0, .72);
	color: #fff;
	font-size: 25px;
	font-weight: 300;
	line-height: 1;
}

.clone-store-head {
	padding: 42px 34px 30px;
}

.clone-store-head h3 {
	margin: 0 54px 20px 0;
	padding-bottom: 16px;
	border-bottom: 1px solid #ddd;
	color: #111;
	font-family: 'SBAggro', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.3;
}

.clone-store-info {
	display: grid;
	gap: 10px;
	font-size: 16px;
	line-height: 1.55;
}

.clone-store-info p {
	position: relative;
	margin: 0;
	padding-left: 28px;
}

.clone-store-info i {
	position: absolute;
	left: 0;
	top: 4px;
}

.clone-store-info a {
	color: inherit;
}

.clone-store-map {
	width: 100%;
	height: 320px;
	border: 0;
	background: #eee;
}

body.clone-modal-open {
	overflow: hidden !important;
}

.clone-form-status {
	display: none;
	margin-top: 12px;
	padding: 12px 15px;
	border-radius: 6px;
	font-size: 14px;
	line-height: 1.5;
}

.clone-form-status.is-visible {
	display: block;
}

.clone-form-status.is-success {
	background: #ecf8ef;
	color: #176d2e;
}

.clone-form-status.is-error {
	background: #fff0ef;
	color: #a21c13;
}

@media (max-width: 849px) {
	.clone-store-modal {
		padding: 12px;
	}

	.clone-store-dialog {
		border-radius: 14px;
	}

	.clone-store-head {
		padding: 34px 22px 24px;
	}

	.clone-store-head h3 {
		font-size: 23px;
	}

	.clone-store-info {
		font-size: 15px;
	}

	.clone-store-map {
		height: 270px;
	}
}
.clone-sr-only {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.footer .f_info .clone-footer-heading {
	display: block;
	margin-bottom: 5px;
	color: silver;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1em;
}

/* Semantic heading replacements: preserve the original visual design. */
.m_sec04 .sec_01 .title_text h2 {
	display: block;
	font-size: 4.25rem;
	font-weight: 400;
	line-height: 1.2em;
	color: #000;
	margin-bottom: 1em;
}

.m_sec05 .title_text_box h3 {
	display: block;
	font-size: 5.25rem;
	font-weight: 600;
	line-height: 1.2em;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

.m_sec06 .title_text_box h3 {
	display: block;
	font-size: 5.25rem;
	font-weight: 600;
	line-height: 1.2em;
	color: #000;
}

.layer_section .privacy_conts h3 {
	padding: 5px 10px;
	border-radius: .3em;
	background: #bbb;
	color: #fff;
	text-shadow: -1px 0 1px rgba(0, 0, 0, .2), 1px 0 1px rgba(0, 0, 0, .2), 0 -1px 1px rgba(0, 0, 0, .2), 0 1px 1px rgba(0, 0, 0, .2);
}

/* Brand-led editorial gateway on the home page */
.brand-editorial {
	padding: 150px 40px;
	background: #f5f0e8;
	color: #17130f;
}

.brand-editorial * {
	box-sizing: border-box;
}

.brand-editorial__inner {
	width: min(1240px, 100%);
	margin: 0 auto;
}

.brand-editorial__head {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
	gap: 70px;
	align-items: end;
	margin-bottom: 75px;
}

.brand-editorial__head > p {
	grid-column: 1 / -1;
	margin: 0 0 -38px;
	color: #c72e1f;
	font-family: Pretendard, sans-serif;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .16em;
	text-transform: uppercase;
}

.brand-editorial__head h2 {
	margin: 0;
	font-family: Pretendard, sans-serif;
	font-size: clamp(45px, 5vw, 76px);
	font-weight: 900;
	line-height: 1.08;
	letter-spacing: -.065em;
}

.brand-editorial__lead p {
	margin: 0 0 25px;
	color: #716a62;
	font-family: Pretendard, sans-serif;
	font-size: 18px;
	line-height: 1.75;
}

.brand-editorial__lead a {
	font-family: Pretendard, sans-serif;
	font-size: 16px;
	font-weight: 850;
}

.brand-editorial__links {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1px;
	border: 1px solid rgba(23,19,15,.15);
	background: rgba(23,19,15,.15);
}

.brand-editorial__links a {
	display: flex;
	flex-direction: column;
	min-height: 360px;
	padding: 42px;
	background: #f5f0e8;
	font-family: Pretendard, sans-serif;
	transition: background .25s, color .25s;
}

.brand-editorial__links a:hover {
	background: #17130f;
	color: #fff;
}

.brand-editorial__links span {
	color: #c72e1f;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: .14em;
}

.brand-editorial__links strong {
	margin-top: auto;
	font-size: 27px;
	font-weight: 850;
	line-height: 1.35;
	letter-spacing: -.04em;
}

.brand-editorial__links em {
	margin-top: 24px;
	font-size: 14px;
	font-style: normal;
	font-weight: 750;
}

@media (max-width: 849px) {
	.brand-editorial { padding: 90px 20px; }
	.brand-editorial__head { grid-template-columns: 1fr; gap: 32px; margin-bottom: 48px; }
	.brand-editorial__head > p { grid-column: auto; margin: 0 0 -14px; }
	.brand-editorial__head h2 { font-size: clamp(38px, 12vw, 58px); }
	.brand-editorial__links { grid-template-columns: 1fr; }
	.brand-editorial__links a { min-height: 250px; padding: 32px; }
}

@media only all and (min-width: 850px) and (max-width: 1230px) {
	.m_sec04 .sec_01 .title_text h2 { font-size: 5.66vw; }
	.m_sec05 .title_text_box h3 { font-size: 8.66vw; }
	.m_sec06 .title_text_box h3 { font-size: 6.66vw; }
}

@media only all and (min-width: 250px) and (max-width: 849px) {
	.m_sec04 .sec_01 .title_text h2 { font-size: 5.66vw; }
	.m_sec05 .title_text_box h3 { font-size: 8.66vw; }
	.m_sec06 .title_text_box h3 { font-size: 8.66vw; }
}
