@charset "euc-kr";
@import url(reset.css);

/* published by www.designnest.net */

@font-face {
	font-family: 'Noto Sans KR';
	font-family: 'Pretendard';
	font-weight: 700;
	src: url('font/NotoSans-Bold.woff2') format('woff');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-weight: 400;
	src: url('font/NotoSans-Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Noto Sans KR';
	font-weight: 300;
	src: url('font/NotoSans-Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'SCDream5';
	font-weight: 200;
	src: url('font/SCDream5.woff') format('woff');
}

@font-face {
	font-family: 'Cafe24Ssurround';
	font-weight: 200;
	src: url('font/Cafe24Ssurround.woff') format('woff');
}

@font-face {
	font-family: 'SCDream7';
	src: url('fonts/SCDream7.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,500;0,600;0,700;1,500&family=Noto+Sans+KR:wght@300;400;500;600;700&display=swap");

/* =========================================================
   ALLFORYOU 2026 common
========================================================= */

body.main2026 {
	color: #222;
	background: #fff;
	font-family: "Noto Sans KR", "Pretendard", sans-serif;
	letter-spacing: -0.02em;
}

body.main2026 a { color: inherit; }
body.main2026 img { max-width: 100%; }

body.main2026 .afy_wrap {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
}

/* ---------- common section ---------- */
body.main2026 .sec {
	padding: 100px 0 0;
}
body.main2026 .sec_head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 28px;
	gap: 20px;
}
body.main2026 .sec_label {
	font-size: 12px;
	letter-spacing: 0.22em;
	font-weight: 500;
	color: #111;
	text-transform: uppercase;
}
body.main2026 .sec_more {
	font-size: 12px;
	letter-spacing: 0.14em;
	border-bottom: 1px solid #111;
	padding-bottom: 2px;
	color: #111;
}
body.main2026 .sec_more:hover { opacity: .5; }

body.main2026 .top_btn { padding: 40px 40px 10px; text-align: right; }

/* ---------- top bar + header (legacy) ---------- */
body.main2026 #site_header {
	position: relative;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid #eee;
}
body.main2026 #site_header:before { display: none !important; }
body.main2026 .util_group { margin: 0; }
body.main2026 .top_bar {
	background: #111;
	color: #fff;
	font-size: 11px;
	letter-spacing: 0.18em;
	text-align: center;
	padding: 8px 16px;
	font-weight: 400;
}

body.main2026 #header_wrap { background: #fff; }
body.main2026 #header_wrap.on { background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.06); }

body.main2026 .header_con {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1440px;
	margin: 0 auto;
	padding: 22px 40px 20px;
	position: relative;
	min-height: 78px;
}

body.main2026 .header_con .gnb {
	margin: 0;
	position: relative;
	z-index: 2;
	flex: 1;
}
body.main2026 .header_con .gnb > ul {
	display: flex;
	gap: 22px;
	margin: 0;
	flex-wrap: nowrap;
}
body.main2026 .header_con .gnb li a,
body.main2026 .main .header_con .gnb li a,
body.main2026.main .header_con .gnb li a {
	color: #111 !important;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.08em;
	padding: 8px 0;
	text-transform: uppercase;
}
body.main2026 .header_con .gnb li a:hover { opacity: 0.55; }
body.main2026 #header_wrap.on .gnb li a { color: #111 !important; }

body.main2026 #site_header .header_con h1 {
	margin: 0;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	float: none;
}
body.main2026 #site_header .header_con h1 a {
	display: block;
	font-family: "Cormorant Garamond", "Times New Roman", serif;
	font-size: 34px;
	font-weight: 600;
	letter-spacing: 0.18em;
	color: #111;
	line-height: 1;
}
body.main2026 #site_header .header_con h1 .logo_txt { display: inline-block; }
body.main2026 #site_header .header_con h1 img { display: none !important; }
body.main2026 #site_header h1 img { filter: none !important; height: auto; }

body.main2026 .header_con .site_go {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 18px;
	margin: 0;
	float: none;
	flex: 1;
	position: relative;
	z-index: 2;
}

@media screen and (min-width: 1025px) {
	body.main2026 .snb_wrap {
		height: 0 !important;
		overflow: hidden !important;
		padding: 0 !important;
		border: 0 !important;
		background: transparent;
	}
	body.main2026 .snb_wrap .snb_area { display: none !important; padding: 0; height: 0; }
	body.main2026 #site_header .site_go .lang { display: inline-block !important; }
}
body.main2026 #site_header .site_go .link {
	width: auto;
	margin: 0;
	line-height: 1;
}
body.main2026 #site_header .site_go .link .flex,
body.main2026.main #site_header .site_go .link .flex {
	color: #111;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 0.08em;
	gap: 6px;
}
body.main2026 #site_header .site_go .link i { font-size: 20px; color: #111; }
body.main2026 #site_header .site_go .lang {
	width: 108px;
	height: 30px;
	font-size: 11px;
	letter-spacing: 0.08em;
	color: #111 !important;
	border: 1px solid #111 !important;
	background-color: #fff;
	padding: 0 22px 0 8px;
}
body.main2026.main #site_header .site_go .lang { color: #111; border-color: #111; }
body.main2026 #header_wrap.on .site_go .lang { color: #111; border-color: #111; }

body.main2026 .header_con .gnb li .sub_depth {
	top: 62px;
	background: #fff;
	padding: 12px 0 16px;
	min-width: 140px;
	box-shadow: 0 10px 24px rgba(0,0,0,.08);
}
body.main2026 #header_wrap.on .sub_depth dd a {
	font-size: 13px;
	font-weight: 400;
	letter-spacing: 0;
	color: #555 !important;
	padding: 6px 16px;
}
body.main2026 #header_wrap.on .sub_depth dd a:hover { color: #111 !important; }

body.main2026 .snb_wrap { top: 100%; }
body.main2026 .snb_wrap .snb_area {
	background: #fff;
	height: auto;
	padding: 10px 40px 28px;
	border-top: 1px solid #eee;
}

/* =========================================================
   ALLFORYOU 2026 header
   scoped under .afy-hd2026  (does not reuse .gnb / .header_con)
========================================================= */
.afy-hd2026,
.afy-hd2026 * {
	box-sizing: border-box;
}
body.main2026 #site_header.afy-hd2026,
.main #site_header.afy-hd2026,
#site_header.afy-hd2026,
.afy-hd2026 {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	z-index: 100;
	background: #fff;
	border-bottom: 0;
	height: auto;
	width: 100%;
}
body.main2026 #site_header.afy-hd2026.is-fixed,
.main #site_header.afy-hd2026.is-fixed,
#site_header.afy-hd2026.is-fixed,
.afy-hd2026.is-fixed {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.afy-hd2026-spacer {
	display: none;
	width: 100%;
	pointer-events: none;
}
.afy-hd2026-spacer.is-on {
	display: block;
}
body.main2026 #site_header.afy-hd2026:before,
.main #site_header.afy-hd2026:before,
#site_header.afy-hd2026:before,
.afy-hd2026:before {
	display: none !important;
}
.afy-hd2026 a {
	color: inherit;
	text-decoration: none;
}
.afy-hd2026 button {
	font-family: inherit;
	cursor: pointer;
}

.afy-hd2026 .afy-hd2026__banner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 28px;
	padding: 0 44px;
	background: #1a1a1a;
	color: #fff;
	font-size: 13px;
	letter-spacing: -0.02em;
	text-align: center;
}
.afy-hd2026 .afy-hd2026__banner[hidden] {
	display: none;
}
.afy-hd2026 .afy-hd2026__banner p {
	margin: 0;
}
.afy-hd2026 .afy-hd2026__banner-close {
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #fff;
	display: grid;
	place-items: center;
	padding: 0;
}
.afy-hd2026 .afy-hd2026__banner-close svg {
	width: 12px;
	height: 12px;
}

.afy-hd2026 .afy-hd2026__bar {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 24px;
	min-height: 88px;
	padding: 0 36px;
	background: #fff;
	position: relative;
}

.afy-hd2026 .afy-hd2026__nav {
}
.afy-hd2026 .afy-hd2026__nav .afy-hd2026__menu {
	display: flex;
	align-items: center;
	gap: 22px;
	justify-self: start;
	min-width: 0;
	margin: 0;

}
.afy-hd2026 .afy-hd2026__item {
	position: relative;
}

.afy-hd2026 .afy-hd2026__link {
	display: inline-flex;
	align-items: center;
	height: 88px;
	font-size: 14px;
/*	font-weight: 600;*/
	letter-spacing: 0.06em;
	color: #222;
	white-space: nowrap;
}
.afy-hd2026 .afy-hd2026__item:hover .afy-hd2026__link,
.afy-hd2026 .afy-hd2026__item.is-open .afy-hd2026__link,
.afy-hd2026 .afy-hd2026__item:focus-within .afy-hd2026__link {
	color: #000;
}

.afy-hd2026 .afy-hd2026__drop {
	position: absolute;
	top: 70%;
	left: 0;
	min-width: 160px;
	padding: 14px 0 16px;
	background: rgba(20, 20, 20, 0.88);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transform: translateY(4px);
	transition: opacity 0.16s ease, transform 0.16s ease, visibility 0.16s ease;
	z-index: 20;
}
.afy-hd2026 .afy-hd2026__item:hover .afy-hd2026__drop,
.afy-hd2026 .afy-hd2026__item:focus-within .afy-hd2026__drop,
.afy-hd2026 .afy-hd2026__item.is-open .afy-hd2026__drop {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	transform: translateY(0);
}
.afy-hd2026 .afy-hd2026__drop a {
	display: block;
	padding: 7px 18px;
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.02em;
	white-space: nowrap;
}
.afy-hd2026 .afy-hd2026__drop a:hover {
	color: #d4d4d4;
}

.afy-hd2026 .afy-hd2026__logo {
	justify-self: center;
	font-size: 34px;
	font-weight: 800;
	letter-spacing: 0.01em;
	line-height: 1;
	color: #111;
	font-family: "Pretendard", "Noto Sans KR", sans-serif;
}

.afy-hd2026 .afy-hd2026__utils {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 22px;
	justify-self: end;
}

.afy-hd2026 .afy-hd2026__util {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: -0.02em;
	color: #111;
	white-space: nowrap;
}
.afy-hd2026 .afy-hd2026__util svg,
.afy-hd2026 .afy-hd2026__lang-btn svg {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
}
.afy-hd2026 .afy-hd2026__util:hover,
.afy-hd2026 .afy-hd2026__lang-btn:hover {
	opacity: 0.7;
}

.afy-hd2026 .afy-hd2026__lang {
	position: relative;
}
.afy-hd2026 .afy-hd2026__lang-btn {
	display: grid;
	place-items: center;
	width: 28px;
	height: 28px;
	border: 0;
	background: transparent;
	color: #111;
	padding: 0;
}
.afy-hd2026 .afy-hd2026__lang-menu {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	min-width: 110px;
	padding: 8px 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 21;
}
.afy-hd2026 .afy-hd2026__lang.is-open .afy-hd2026__lang-menu,
.afy-hd2026 .afy-hd2026__lang:hover .afy-hd2026__lang-menu,
.afy-hd2026 .afy-hd2026__lang:focus-within .afy-hd2026__lang-menu {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.afy-hd2026 .afy-hd2026__lang-menu a {
	display: block;
	padding: 6px 14px;
	font-size: 13px;
	color: #111;
	text-align: left;
}
.afy-hd2026 .afy-hd2026__lang-menu a:hover {
	font-weight: 600;
}

.afy-hd2026 .afy-hd2026__toggle {
	display: none;
	position: relative;
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	padding: 0;
}
.afy-hd2026 .afy-hd2026__toggle span {
	position: absolute;
	left: 11px;
	top: 50%;
	display: block;
	width: 18px;
	height: 1.6px;
	margin: 0;
	background: #111;
	transition: transform 0.2s ease, opacity 0.2s ease;
}
.afy-hd2026 .afy-hd2026__toggle span:nth-child(1) { transform: translateY(-6px); }
.afy-hd2026 .afy-hd2026__toggle span:nth-child(2) { transform: translateY(0); }
.afy-hd2026 .afy-hd2026__toggle span:nth-child(3) { transform: translateY(6px); }
.afy-hd2026.is-menu-open .afy-hd2026__toggle span:nth-child(1) { transform: rotate(45deg); }
.afy-hd2026.is-menu-open .afy-hd2026__toggle span:nth-child(2) { opacity: 0; }
.afy-hd2026.is-menu-open .afy-hd2026__toggle span:nth-child(3) { transform: rotate(-45deg); }
.afy-hd2026 .afy-hd2026__nav-store { display: none; }

@media screen and (max-width: 1200px) {
	body.main2026 .header_con .gnb > ul { gap: 14px; }
	body.main2026 #site_header .header_con h1 a { font-size: 28px; }
}

@media screen and (max-width: 1180px) {
	.afy-hd2026 .afy-hd2026__bar {
		padding: 0 20px;
		gap: 12px;
	}
	.afy-hd2026 .afy-hd2026__nav {
		gap: 14px;
	}
	.afy-hd2026 .afy-hd2026__logo {
		font-size: 28px;
	}
	.afy-hd2026 .afy-hd2026__util span {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	body.main2026 #site_header {
		width: 100%;
		background: #fff !important;
		height: auto;
		border-bottom: 1px solid #eee;
	}
	body.main2026 #header_wrap { height: auto; }
	body.main2026 .header_con {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 64px;
		min-height: 64px;
		padding: 0 16px;
	}
	body.main2026 .header_con .gnb { display: none; }
	body.main2026 #site_header .header_con h1 {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		float: none;
	}
	body.main2026 #site_header .header_con h1 a { font-size: 22px; letter-spacing: 0.14em; }
	body.main2026 #site_header .site_go {
		position: absolute;
		right: 58px;
		top: 50%;
		transform: translateY(-50%);
	}
	body.main2026 #site_header .site_go .lang { display: none; }
	body.main2026 #site_header .site_go .link .flex .txt { display: none; }
	body.main2026 #site_header .site_go .link { width: auto; }
	body.main2026 #site_header .site_go .link i { font-size: 24px; color: #111; }
	body.main2026.main #site_header .site_go .link .flex { color: #111; }
	body.main2026 .header_con .btn_mob {
		display: block;
		position: absolute;
		right: 12px;
		top: 50%;
		transform: translateY(-50%);
		margin: 0;
	}
	body.main2026 .header_con .btn_mob a {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 38px;
		height: 38px;
		background: none !important;
		color: #111 !important;
		font-size: 28px;
	}
	body.main2026.main .header_con .btn_mob a { color: #111 !important; }
	body.main2026 .snb_wrap .mob_util_group { display: flex; align-items: center; }
	body.main2026 .snb_wrap h1 { display: block; }
	body.main2026 .snb_wrap h1 img { display: inline-block !important; filter: none !important; height: 16px; }
}

@media screen and (max-width: 860px) {
	.afy-hd2026 .afy-hd2026__toggle {
		display: block;
		justify-self: start;
	}
	.afy-hd2026 .afy-hd2026__bar {
		grid-template-columns: 1fr auto 1fr;
		min-height: 64px;
		padding: 0 16px;
	}
	.afy-hd2026 .afy-hd2026__nav {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		background: #fff;
		border-top: 1px solid #eee;
		padding: 0;
		z-index: 30;
		max-height: calc(100vh - 120px);
		overflow-y: auto;
	}
	.afy-hd2026.is-menu-open .afy-hd2026__nav {
		display: flex;
		width:100%;
	}
	.afy-hd2026 .afy-hd2026__menu {
		display: flex;
		flex-direction: column;
        align-items: start !important;
        justify-content: space-between;
		gap:0 !important;
	}
	.afy-hd2026 .afy-hd2026__item {
		border-bottom: 0;
		width:100%;
	}
	.afy-hd2026 .afy-hd2026__link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: auto;
		padding: 16px 20px;
		font-size: 14px;
		font-weight: 600;
		letter-spacing: 0.04em;
		color: #111;
	}
	.afy-hd2026 .afy-hd2026__link:after {
		content: "";
		width: 7px;
		height: 7px;
		border-right: 1.5px solid #111;
		border-bottom: 1.5px solid #111;
		transform: rotate(45deg);
		margin-top: -4px;
		flex-shrink: 0;
	}
	.afy-hd2026 .afy-hd2026__item.is-open .afy-hd2026__link:after {
		transform: rotate(-135deg);
		margin-top: 3px;
	}
	.afy-hd2026 .afy-hd2026__drop {
		position: static;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		transform: none;
		display: none;
		background: #fff;
		min-width: 0;
		padding: 0 20px 14px 36px;
	}
	.afy-hd2026 .afy-hd2026__item.is-open .afy-hd2026__drop {
		display: block;
	}
	.afy-hd2026 .afy-hd2026__drop a {
		padding: 8px 0;
		color: #8a8a8a;
		font-size: 13px;
		font-weight: 400;
		letter-spacing: -0.02em;
	}
	.afy-hd2026 .afy-hd2026__drop a:hover {
		color: #111;
	}
	.afy-hd2026 .afy-hd2026__nav-store {
		display: flex;
		align-items: center;
		gap: 8px;
		margin-top: 4px;
		padding: 16px 20px 20px;
		border-top: 1px solid #ececec;
		background: #f6f6f6;
		color: #111;
		font-size: 14px;
		font-weight: 500;
		letter-spacing: -0.02em;
	}
	.afy-hd2026 .afy-hd2026__banner {padding:5px 30px 5px 15px;}
	.afy-hd2026 .afy-hd2026__banner-close {right:5px;}
	.afy-hd2026 .afy-hd2026__nav-store svg {
		width: 18px;
		height: 18px;
	}
	.afy-hd2026 .afy-hd2026__logo {
		font-size: 22px;
		letter-spacing: 0.02em;
	}
	.afy-hd2026 .afy-hd2026__utils {
		gap: 0;
	}
	.afy-hd2026 .afy-hd2026__util--store,
	.afy-hd2026 .afy-hd2026__lang {
		display: none;
	}
	.afy-hd2026 .afy-hd2026__util--cart svg {
		width: 22px;
		height: 22px;
	}
}

/* ---------- footer ---------- */
body.main2026 footer .foot_menu,
footer .foot_menu {
	background: #fff;
	padding: 56px 0 48px;
	border-top: 1px solid #e8e8e8;
	/* margin-top: 80px; */
}
body.main2026 .foot_menu .contents_box,
footer .foot_menu .contents_box {
	max-width: 1440px;
	margin: 0 auto;
	padding: 0 40px;
}
body.main2026 .foot_lnb { display: none; }
body.main2026 .foot_menu .foot_con { display: none; }
body.main2026 .foot_grid,
footer .foot_grid {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 32px 24px;
}
body.main2026 .foot_col,
footer .foot_col {
	min-width: 0;
}
body.main2026 .foot_brand,
footer .foot_brand {
	flex: 1.5 1 240px;
	max-width: 360px;
}
body.main2026 .foot_cs,
footer .foot_cs { flex: 1.2 1 210px; }
body.main2026 .foot_info,
footer .foot_info { flex: 0.9 1 140px; }
body.main2026 .foot_sns,
footer .foot_sns { flex: 0.85 1 170px; }
body.main2026 .foot_family,
footer .foot_family { flex: 0.8 1 130px; }
body.main2026 .f_logo,
footer .f_logo {
	margin: 0;
	font-size: inherit;
}
body.main2026 .f_logo a,
footer .f_logo a {
	font-family: "Noto Sans KR", "Pretendard", "Apple SD Gothic Neo", sans-serif;
	font-size: 22px;
	letter-spacing: 0.04em;
	color: #111;
	font-weight: 800;
	line-height: 1.2;
}
body.main2026 .foot_menu address,
body.main2026 .foot_menu .address,
footer .foot_menu address,
footer .foot_menu .address {
	float: none;
	width: auto;
	font-size: 12px;
	color: #333;
	line-height: 1.75;
	margin-top: 14px;
	font-style: normal;
	letter-spacing: -0.02em;
}
body.main2026 .copyright,
footer .copyright {
	margin-top: 18px;
	font-size: 10px;
	color: #b0b0b0;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}
body.main2026 .foot_tit,
body.main2026 .foot_cs dt,
footer .foot_tit,
footer .foot_cs dt,
footer .foot_acc_toggle {
	font-size: 12px;
	letter-spacing: 0.08em;
	color: #111;
	font-weight: 700;
	margin: 0 0 16px;
	float: none;
	text-transform: uppercase;
}
footer .foot_acc_toggle {
	display: block;
	width: auto;
	padding: 0;
	border: 0;
	background: none;
	font-family: inherit;
	text-align: left;
	cursor: default;
}
footer .foot_acc_panel p {
	margin: 0 0 4px;
	font-size: 12px;
	color: #555;
	line-height: 1.7;
	letter-spacing: -0.03em;
}
body.main2026 .foot_tit_drop,
footer .foot_tit_drop {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
body.main2026 .foot_tit_drop:after,
footer .foot_tit_drop:after {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 1.5px solid #111;
	border-bottom: 1.5px solid #111;
	transform: rotate(45deg) translateY(-2px);
}
body.main2026 .foot_cs .cs,
footer .foot_cs .cs { float: none; width: auto; margin: 0; }
body.main2026 .foot_cs .cs dd,
footer .foot_cs .cs dd {
	float: none;
	margin: 0 0 4px;
	font-size: 12px;
	color: #333;
	line-height: 1.7;
	letter-spacing: -0.03em;
}
body.main2026 .cs_tel,
footer .cs_tel {
	font-size: 22px !important;
	font-weight: 700;
	color: #111 !important;
	letter-spacing: -0.04em;
	margin: 0 0 12px !important;
	line-height: 1.2 !important;
}
body.main2026 .foot_info .site_link,
footer .foot_info .site_link,
body.main2026 .family_list,
footer .family_list {
	float: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
body.main2026 .foot_info .site_link li,
footer .foot_info .site_link li,
body.main2026 .family_list li,
footer .family_list li {
	float: none;
	margin: 0 0 10px;
	list-style: none;
}
body.main2026 .foot_info .site_link a,
footer .foot_info .site_link a,
body.main2026 .family_list a,
footer .family_list a {
	font-size: 13px;
	font-weight: 400;
	color: #333;
	line-height: 1.4;
	letter-spacing: -0.03em;
}
body.main2026 .foot_info .site_link a:hover,
footer .foot_info .site_link a:hover,
body.main2026 .family_list a:hover,
footer .family_list a:hover { opacity: 0.55; }
body.main2026 .foot_info .site_link a b,
footer .foot_info .site_link a b { color: #111; font-weight: 700; }
body.main2026 .foot_sns .sns,
footer .foot_sns .sns {
	float: none;
	margin: 0;
	display: flex;
	align-items: center;
	gap: 8px;
}
body.main2026 .sns_btn,
footer .sns_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	background: #ececec;
	color: #444;
	flex-shrink: 0;
}
body.main2026 .sns_btn svg,
footer .sns_btn svg {
	width: 16px;
	height: 16px;
	display: block;
}
body.main2026 .sns_blog,
footer .sns_blog {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: -0.04em;
	color: #444;
	text-transform: lowercase;
}
body.main2026 .sns_btn:hover,
footer .sns_btn:hover { background: #e0e0e0; }
body.main2026 .family_list,
footer .family_list { margin: 0; padding: 0; }

@media screen and (max-width: 1100px) {
	body.main2026 .foot_grid,
	footer .foot_grid { flex-wrap: wrap; }
	body.main2026 .foot_brand,
	footer .foot_brand,
	body.main2026 .foot_cs,
	footer .foot_cs { max-width: none; flex: 1 1 240px; }
	body.main2026 .foot_info,
	footer .foot_info,
	body.main2026 .foot_sns,
	footer .foot_sns,
	body.main2026 .foot_family,
	footer .foot_family { flex: 1 1 160px; }
}

@media screen and (max-width: 1024px) {
	body.main2026 .afy_wrap { padding: 0 20px; }
	body.main2026 .foot_menu .contents_box,
	footer .foot_menu .contents_box { padding: 0 20px; }
	body.main2026 .sec { padding-top: 70px; }
}

@media screen and (max-width: 767px) {
	body.main2026 footer .foot_menu,
	footer .foot_menu {
		margin-top: 0;
		padding: 0 0 40px;
	}
	body.main2026 .foot_menu .contents_box,
	footer .foot_menu .contents_box { padding: 0 20px; }
	body.main2026 .foot_grid,
	footer .foot_grid {
		flex-direction: column;
		align-items: stretch;
		gap: 0;
	}
	body.main2026 .foot_brand,
	footer .foot_brand,
	body.main2026 .foot_cs,
	footer .foot_cs,
	body.main2026 .foot_info,
	footer .foot_info,
	body.main2026 .foot_sns,
	footer .foot_sns,
	body.main2026 .foot_family,
	footer .foot_family {
		flex: none;
		width: 100%;
		max-width: none;
	}
	footer .foot_cs { order: 1; }
	footer .foot_info { order: 2; }
	footer .foot_sns { order: 3; }
	footer .foot_family { order: 4; }
	footer .foot_brand { order: 5; padding: 28px 0 0; }
	footer .foot_col:not(.foot_brand) {
		border-bottom: 1px solid #e8e8e8;
	}
	footer .foot_acc_toggle {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		margin: 0;
		padding: 18px 0;
		cursor: pointer;
	}
	footer .foot_acc_toggle:after {
		content: "";
		width: 7px;
		height: 7px;
		border-right: 1.5px solid #111;
		border-bottom: 1.5px solid #111;
		transform: rotate(45deg);
		margin-top: -4px;
		flex-shrink: 0;
	}
	footer .foot_col.is-open .foot_acc_toggle:after {
		transform: rotate(-135deg);
		margin-top: 3px;
	}
	footer .foot_tit_drop:after { display: none; }
	footer .foot_acc_panel {
		display: none;
		padding: 0 0 18px;
	}
	footer .foot_col.is-open .foot_acc_panel { display: block; }
	footer .cs_tel {
		font-size: 22px !important;
		margin: 0 0 10px !important;
	}
}
